From 910376d2f5c74d9bb640d8addc8aed276ee2af1a Mon Sep 17 00:00:00 2001 From: dgflash Date: Fri, 29 Apr 2022 11:29:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=9A=E5=8A=A1=E6=A1=86=E6=9E=B6=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E5=B1=82=E9=9D=99=E6=80=81=E9=85=8D=E7=BD=AE=E8=A1=A8?= =?UTF-8?q?Json=E6=95=B0=E6=8D=AE=E7=94=9F=E6=88=90=20+=20=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E7=BB=93=E6=9E=84=E5=AF=B9=E8=B1=A1=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E7=94=9F=E6=88=90=E6=8F=92=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/main.scene | 4 +- .../resources/config/game/PromptWindow.json | 1 + ...{arms.json.meta => PromptWindow.json.meta} | 2 +- assets/resources/config/game/RoleJob.json | 1 + .../{herolvup.json.meta => RoleJob.json.meta} | 2 +- assets/resources/config/game/RoleLevelUp.json | 1 + .../config/game/RoleLevelUp.json.meta | 11 + assets/resources/config/game/arms.json | 37 - assets/resources/config/game/herolvup.json | 402 - assets/script/game/common/table.meta | 12 + .../game/common/table/TablePromptWindow.ts | 30 + .../table/TablePromptWindow.ts.meta} | 2 +- .../script/game/common/table/TableRoleJob.ts | 30 + .../game/common/table/TableRoleJob.ts.meta | 9 + .../game/common/table/TableRoleLevelUp.ts | 24 + .../common/table/TableRoleLevelUp.ts.meta | 9 + .../game/initialize/view/LoadingViewComp.ts | 8 +- .../game/role/model/RoleModelJobComp.ts | 34 +- .../game/role/model/RoleModelLevelComp.ts | 6 +- .../game/role/model/RoleTableLevelUp.ts | 37 - .../@types/editor.d.ts | 1201 + .../@types/electron.d.ts | 16092 +++ .../@types/extension.d.ts | 57 + .../@types/index.d.ts | 2 + .../@types/message.d.ts | 27 + .../alipay-mini-game/@types/index.d.ts | 19 + .../@types/packages/android/@types/index.d.ts | 73 + .../packages/asset-db/@types/message.d.ts | 179 + .../packages/asset-db/@types/public.d.ts | 115 + .../@types/packages/assets/@types/public.d.ts | 25 + .../baidu-mini-game/@types/index.d.ts | 18 + .../@types/packages/builder/@types/index.d.ts | 2 + .../builder/@types/public/build-plugin.d.ts | 88 + .../builder/@types/public/build-result.d.ts | 190 + .../builder/@types/public/global.d.ts | 7 + .../packages/builder/@types/public/index.d.ts | 100 + .../builder/@types/public/message.d.ts | 40 + .../builder/@types/public/options.d.ts | 134 + .../@types/public/texture-compress.d.ts | 70 + .../bytedance-mini-game/@types/index.d.ts | 25 + .../packages/cocos-play/@types/index.d.ts | 30 + .../packages/console/@types/pritate.d.ts | 25 + .../packages/engine-extends/@types/glTF.d.ts | 684 + .../engine-extends/@types/gltf-validator.d.ts | 109 + .../@types/i18n-well-defined.d.ts | 811 + .../engine-extends/@types/third-parts.d.ts | 156 + .../packages/engine/@types/message.d.ts | 16 + .../packages/huawei-agc/@types/index.d.ts | 49 + .../huawei-quick-game/@types/index.d.ts | 34 + .../packages/ios-app-clip/@types/index.d.ts | 24 + .../@types/packages/ios/@types/index.d.ts | 39 + .../packages/link-sure/@types/index.d.ts | 30 + .../@types/packages/linux/@types/index.d.ts | 3 + .../@types/packages/mac/@types/index.d.ts | 26 + .../@types/packages/ohos/@types/index.d.ts | 36 + .../packages/open-harmonyos/@types/index.d.ts | 38 + .../packages/oppo-mini-game/@types/index.d.ts | 33 + .../packages/package-asset/@types/public.d.ts | 60 + .../@types/packages/preview/@types/index.d.ts | 1 + .../packages/programming/@types/message.d.ts | 19 + .../@types/packages/qtt/@types/index.d.ts | 41 + .../packages/scene/@types/engine-view.d.ts | 73 + .../@types/packages/scene/@types/message.d.ts | 68 + .../@types/packages/scene/@types/public.d.ts | 408 + .../scene/@types/scene-facade-interface.d.ts | 827 + .../packages/server/@types/package.d.ts | 27 + .../packages/shortcuts/@types/shortcut.d.ts | 19 + .../packages/vivo-mini-game/@types/index.d.ts | 33 + .../packages/web-desktop/@types/index.d.ts | 76 + .../packages/web-mobile/@types/index.d.ts | 20 + .../packages/wechatgame/@types/index.d.ts | 81 + .../@types/packages/windows/@types/index.d.ts | 24 + .../xiaomi-quick-game/@types/index.d.ts | 38 + .../oops-plugin-excel-to-json/README.md | 11 + .../dist/ExcelToJson.js | 98 + .../dist/JsonToTs.js | 37 + .../oops-plugin-excel-to-json/dist/main.js | 38 + .../excel/PromptWindow.xlsx | Bin 0 -> 10388 bytes .../excel/RoleJob.xlsx | Bin 0 -> 17337 bytes .../excel/RoleLevelUp.xlsx | Bin 0 -> 19271 bytes .../oops-plugin-excel-to-json/i18n/en.js | 7 + .../oops-plugin-excel-to-json/i18n/zh.js | 7 + .../node_modules/.bin/crc32 | 12 + .../node_modules/.bin/crc32.cmd | 17 + .../node_modules/.bin/crc32.ps1 | 28 + .../node_modules/.bin/mkdirp | 12 + .../node_modules/.bin/mkdirp.cmd | 17 + .../node_modules/.bin/mkdirp.ps1 | 28 + .../node_modules/.bin/rimraf | 12 + .../node_modules/.bin/rimraf.cmd | 17 + .../node_modules/.bin/rimraf.ps1 | 28 + .../node_modules/.bin/uuid | 12 + .../node_modules/.bin/uuid.cmd | 17 + .../node_modules/.bin/uuid.ps1 | 28 + .../node_modules/.package-lock.json | 1028 + .../@fast-csv/format/CHANGELOG.md | 73 + .../node_modules/@fast-csv/format/LICENSE | 21 + .../node_modules/@fast-csv/format/README.md | 20 + .../format/node_modules/@types/node/LICENSE | 21 + .../format/node_modules/@types/node/README.md | 16 + .../node_modules/@types/node/assert.d.ts | 128 + .../node_modules/@types/node/async_hooks.d.ts | 229 + .../node_modules/@types/node/buffer.d.ts | 89 + .../@types/node/child_process.d.ts | 514 + .../node_modules/@types/node/cluster.d.ts | 265 + .../node_modules/@types/node/console.d.ts | 142 + .../node_modules/@types/node/constants.d.ts | 18 + .../node_modules/@types/node/crypto.d.ts | 1213 + .../node_modules/@types/node/dgram.d.ts | 144 + .../format/node_modules/@types/node/dns.d.ts | 387 + .../node_modules/@types/node/domain.d.ts | 27 + .../node_modules/@types/node/events.d.ts | 82 + .../format/node_modules/@types/node/fs.d.ts | 2273 + .../node_modules/@types/node/fs/promises.d.ts | 568 + .../node_modules/@types/node/globals.d.ts | 746 + .../@types/node/globals.global.d.ts | 1 + .../format/node_modules/@types/node/http.d.ts | 492 + .../node_modules/@types/node/http2.d.ts | 962 + .../node_modules/@types/node/https.d.ts | 142 + .../node_modules/@types/node/index.d.ts | 98 + .../node_modules/@types/node/inspector.d.ts | 3051 + .../node_modules/@types/node/module.d.ts | 56 + .../format/node_modules/@types/node/net.d.ts | 303 + .../format/node_modules/@types/node/os.d.ts | 242 + .../node_modules/@types/node/package.json | 225 + .../format/node_modules/@types/node/path.d.ts | 157 + .../node_modules/@types/node/perf_hooks.d.ts | 274 + .../node_modules/@types/node/process.d.ts | 413 + .../node_modules/@types/node/punycode.d.ts | 78 + .../node_modules/@types/node/querystring.d.ts | 31 + .../node_modules/@types/node/readline.d.ts | 174 + .../format/node_modules/@types/node/repl.d.ts | 398 + .../node_modules/@types/node/stream.d.ts | 359 + .../@types/node/string_decoder.d.ts | 10 + .../node_modules/@types/node/timers.d.ts | 19 + .../format/node_modules/@types/node/tls.d.ts | 784 + .../@types/node/trace_events.d.ts | 64 + .../format/node_modules/@types/node/tty.d.ts | 69 + .../format/node_modules/@types/node/url.d.ts | 149 + .../format/node_modules/@types/node/util.d.ts | 216 + .../format/node_modules/@types/node/v8.d.ts | 190 + .../format/node_modules/@types/node/vm.d.ts | 155 + .../format/node_modules/@types/node/wasi.d.ts | 89 + .../@types/node/worker_threads.d.ts | 241 + .../format/node_modules/@types/node/zlib.d.ts | 364 + .../@fast-csv/format/package.json | 55 + .../node_modules/@fast-csv/parse/CHANGELOG.md | 87 + .../node_modules/@fast-csv/parse/LICENSE | 21 + .../node_modules/@fast-csv/parse/README.md | 20 + .../parse/node_modules/@types/node/LICENSE | 21 + .../parse/node_modules/@types/node/README.md | 16 + .../node_modules/@types/node/assert.d.ts | 128 + .../node_modules/@types/node/async_hooks.d.ts | 229 + .../node_modules/@types/node/buffer.d.ts | 89 + .../@types/node/child_process.d.ts | 514 + .../node_modules/@types/node/cluster.d.ts | 265 + .../node_modules/@types/node/console.d.ts | 142 + .../node_modules/@types/node/constants.d.ts | 18 + .../node_modules/@types/node/crypto.d.ts | 1213 + .../parse/node_modules/@types/node/dgram.d.ts | 144 + .../parse/node_modules/@types/node/dns.d.ts | 387 + .../node_modules/@types/node/domain.d.ts | 27 + .../node_modules/@types/node/events.d.ts | 82 + .../parse/node_modules/@types/node/fs.d.ts | 2273 + .../node_modules/@types/node/fs/promises.d.ts | 568 + .../node_modules/@types/node/globals.d.ts | 746 + .../@types/node/globals.global.d.ts | 1 + .../parse/node_modules/@types/node/http.d.ts | 492 + .../parse/node_modules/@types/node/http2.d.ts | 962 + .../parse/node_modules/@types/node/https.d.ts | 142 + .../parse/node_modules/@types/node/index.d.ts | 98 + .../node_modules/@types/node/inspector.d.ts | 3051 + .../node_modules/@types/node/module.d.ts | 56 + .../parse/node_modules/@types/node/net.d.ts | 303 + .../parse/node_modules/@types/node/os.d.ts | 242 + .../node_modules/@types/node/package.json | 225 + .../parse/node_modules/@types/node/path.d.ts | 157 + .../node_modules/@types/node/perf_hooks.d.ts | 274 + .../node_modules/@types/node/process.d.ts | 413 + .../node_modules/@types/node/punycode.d.ts | 78 + .../node_modules/@types/node/querystring.d.ts | 31 + .../node_modules/@types/node/readline.d.ts | 174 + .../parse/node_modules/@types/node/repl.d.ts | 398 + .../node_modules/@types/node/stream.d.ts | 359 + .../@types/node/string_decoder.d.ts | 10 + .../node_modules/@types/node/timers.d.ts | 19 + .../parse/node_modules/@types/node/tls.d.ts | 784 + .../@types/node/trace_events.d.ts | 64 + .../parse/node_modules/@types/node/tty.d.ts | 69 + .../parse/node_modules/@types/node/url.d.ts | 149 + .../parse/node_modules/@types/node/util.d.ts | 216 + .../parse/node_modules/@types/node/v8.d.ts | 190 + .../parse/node_modules/@types/node/vm.d.ts | 155 + .../parse/node_modules/@types/node/wasi.d.ts | 89 + .../@types/node/worker_threads.d.ts | 241 + .../parse/node_modules/@types/node/zlib.d.ts | 364 + .../node_modules/@fast-csv/parse/package.json | 62 + .../node_modules/@types/fs-extra/LICENSE | 21 + .../node_modules/@types/fs-extra/README.md | 16 + .../node_modules/@types/fs-extra/index.d.ts | 563 + .../node_modules/@types/fs-extra/package.json | 67 + .../node_modules/@types/node/LICENSE | 21 + .../node_modules/@types/node/README.md | 16 + .../node_modules/@types/node/assert.d.ts | 912 + .../@types/node/assert/strict.d.ts | 8 + .../node_modules/@types/node/async_hooks.d.ts | 497 + .../node_modules/@types/node/buffer.d.ts | 2232 + .../@types/node/child_process.d.ts | 1366 + .../node_modules/@types/node/cluster.d.ts | 414 + .../node_modules/@types/node/console.d.ts | 412 + .../node_modules/@types/node/constants.d.ts | 18 + .../node_modules/@types/node/crypto.d.ts | 3338 + .../node_modules/@types/node/dgram.d.ts | 545 + .../@types/node/diagnostics_channel.d.ts | 134 + .../node_modules/@types/node/dns.d.ts | 654 + .../@types/node/dns/promises.d.ts | 368 + .../node_modules/@types/node/domain.d.ts | 169 + .../node_modules/@types/node/events.d.ts | 623 + .../node_modules/@types/node/fs.d.ts | 3784 + .../node_modules/@types/node/fs/promises.d.ts | 1091 + .../node_modules/@types/node/globals.d.ts | 284 + .../@types/node/globals.global.d.ts | 1 + .../node_modules/@types/node/http.d.ts | 1379 + .../node_modules/@types/node/http2.d.ts | 2101 + .../node_modules/@types/node/https.d.ts | 391 + .../node_modules/@types/node/index.d.ts | 130 + .../node_modules/@types/node/inspector.d.ts | 2745 + .../node_modules/@types/node/module.d.ts | 114 + .../node_modules/@types/node/net.d.ts | 791 + .../node_modules/@types/node/os.d.ts | 455 + .../node_modules/@types/node/package.json | 225 + .../node_modules/@types/node/path.d.ts | 180 + .../node_modules/@types/node/perf_hooks.d.ts | 557 + .../node_modules/@types/node/process.d.ts | 1481 + .../node_modules/@types/node/punycode.d.ts | 117 + .../node_modules/@types/node/querystring.d.ts | 131 + .../node_modules/@types/node/readline.d.ts | 543 + .../node_modules/@types/node/repl.d.ts | 424 + .../node_modules/@types/node/stream.d.ts | 1249 + .../@types/node/stream/consumers.d.ts | 24 + .../@types/node/stream/promises.d.ts | 42 + .../node_modules/@types/node/stream/web.d.ts | 392 + .../@types/node/string_decoder.d.ts | 67 + .../node_modules/@types/node/timers.d.ts | 94 + .../@types/node/timers/promises.d.ts | 68 + .../node_modules/@types/node/tls.d.ts | 1019 + .../@types/node/trace_events.d.ts | 161 + .../node_modules/@types/node/tty.d.ts | 204 + .../node_modules/@types/node/url.d.ts | 851 + .../node_modules/@types/node/util.d.ts | 1594 + .../node_modules/@types/node/v8.d.ts | 378 + .../node_modules/@types/node/vm.d.ts | 507 + .../node_modules/@types/node/wasi.d.ts | 158 + .../@types/node/worker_threads.d.ts | 649 + .../node_modules/@types/node/zlib.d.ts | 517 + .../node_modules/archiver-utils/CHANGELOG.md | 14 + .../node_modules/archiver-utils/LICENSE | 22 + .../node_modules/archiver-utils/README.md | 7 + .../node_modules/archiver-utils/file.js | 209 + .../node_modules/archiver-utils/index.js | 156 + .../node_modules/readable-stream/.travis.yml | 34 + .../readable-stream/CONTRIBUTING.md | 38 + .../readable-stream/GOVERNANCE.md | 136 + .../node_modules/readable-stream/LICENSE | 47 + .../node_modules/readable-stream/README.md | 58 + .../doc/wg-meetings/2015-01-30.md | 60 + .../readable-stream/duplex-browser.js | 1 + .../node_modules/readable-stream/duplex.js | 1 + .../readable-stream/lib/_stream_duplex.js | 131 + .../lib/_stream_passthrough.js | 47 + .../readable-stream/lib/_stream_readable.js | 1019 + .../readable-stream/lib/_stream_transform.js | 214 + .../readable-stream/lib/_stream_writable.js | 687 + .../lib/internal/streams/BufferList.js | 79 + .../lib/internal/streams/destroy.js | 74 + .../lib/internal/streams/stream-browser.js | 1 + .../lib/internal/streams/stream.js | 1 + .../node_modules/readable-stream/package.json | 52 + .../readable-stream/passthrough.js | 1 + .../readable-stream/readable-browser.js | 7 + .../node_modules/readable-stream/readable.js | 19 + .../node_modules/readable-stream/transform.js | 1 + .../readable-stream/writable-browser.js | 1 + .../node_modules/readable-stream/writable.js | 8 + .../node_modules/safe-buffer/LICENSE | 21 + .../node_modules/safe-buffer/README.md | 584 + .../node_modules/safe-buffer/index.d.ts | 187 + .../node_modules/safe-buffer/index.js | 62 + .../node_modules/safe-buffer/package.json | 37 + .../node_modules/string_decoder/.travis.yml | 50 + .../node_modules/string_decoder/LICENSE | 48 + .../node_modules/string_decoder/README.md | 47 + .../string_decoder/lib/string_decoder.js | 296 + .../node_modules/string_decoder/package.json | 31 + .../node_modules/archiver-utils/package.json | 54 + .../node_modules/archiver/CHANGELOG.md | 228 + .../node_modules/archiver/LICENSE | 22 + .../node_modules/archiver/README.md | 94 + .../node_modules/archiver/index.js | 84 + .../node_modules/archiver/lib/core.js | 974 + .../node_modules/archiver/lib/error.js | 40 + .../node_modules/archiver/lib/plugins/json.js | 110 + .../node_modules/archiver/lib/plugins/tar.js | 167 + .../node_modules/archiver/lib/plugins/zip.js | 120 + .../node_modules/archiver/package.json | 60 + .../node_modules/async/CHANGELOG.md | 344 + .../node_modules/async/LICENSE | 19 + .../node_modules/async/README.md | 60 + .../node_modules/async/all.js | 119 + .../node_modules/async/allLimit.js | 46 + .../node_modules/async/allSeries.js | 45 + .../node_modules/async/any.js | 122 + .../node_modules/async/anyLimit.js | 47 + .../node_modules/async/anySeries.js | 46 + .../node_modules/async/apply.js | 55 + .../node_modules/async/applyEach.js | 57 + .../node_modules/async/applyEachSeries.js | 37 + .../node_modules/async/asyncify.js | 118 + .../node_modules/async/auto.js | 333 + .../node_modules/async/autoInject.js | 182 + .../node_modules/async/bower.json | 17 + .../node_modules/async/cargo.js | 63 + .../node_modules/async/cargoQueue.js | 71 + .../node_modules/async/compose.js | 55 + .../node_modules/async/concat.js | 115 + .../node_modules/async/concatLimit.js | 60 + .../node_modules/async/concatSeries.js | 41 + .../node_modules/async/constant.js | 55 + .../node_modules/async/detect.js | 96 + .../node_modules/async/detectLimit.js | 48 + .../node_modules/async/detectSeries.js | 47 + .../node_modules/async/dir.js | 43 + .../node_modules/async/dist/async.js | 6057 ++ .../node_modules/async/dist/async.min.js | 1 + .../node_modules/async/dist/async.mjs | 5945 ++ .../node_modules/async/doDuring.js | 68 + .../node_modules/async/doUntil.js | 46 + .../node_modules/async/doWhilst.js | 68 + .../node_modules/async/during.js | 78 + .../node_modules/async/each.js | 129 + .../node_modules/async/eachLimit.js | 50 + .../node_modules/async/eachOf.js | 185 + .../node_modules/async/eachOfLimit.js | 47 + .../node_modules/async/eachOfSeries.js | 39 + .../node_modules/async/eachSeries.js | 44 + .../node_modules/async/ensureAsync.js | 67 + .../node_modules/async/every.js | 119 + .../node_modules/async/everyLimit.js | 46 + .../node_modules/async/everySeries.js | 45 + .../node_modules/async/filter.js | 93 + .../node_modules/async/filterLimit.js | 45 + .../node_modules/async/filterSeries.js | 43 + .../node_modules/async/find.js | 96 + .../node_modules/async/findLimit.js | 48 + .../node_modules/async/findSeries.js | 47 + .../node_modules/async/flatMap.js | 115 + .../node_modules/async/flatMapLimit.js | 60 + .../node_modules/async/flatMapSeries.js | 41 + .../node_modules/async/foldl.js | 153 + .../node_modules/async/foldr.js | 41 + .../node_modules/async/forEach.js | 129 + .../node_modules/async/forEachLimit.js | 50 + .../node_modules/async/forEachOf.js | 185 + .../node_modules/async/forEachOfLimit.js | 47 + .../node_modules/async/forEachOfSeries.js | 39 + .../node_modules/async/forEachSeries.js | 44 + .../node_modules/async/forever.js | 68 + .../node_modules/async/groupBy.js | 108 + .../node_modules/async/groupByLimit.js | 71 + .../node_modules/async/groupBySeries.js | 36 + .../node_modules/async/index.js | 588 + .../node_modules/async/inject.js | 153 + .../async/internal/DoublyLinkedList.js | 92 + .../node_modules/async/internal/Heap.js | 120 + .../node_modules/async/internal/applyEach.js | 29 + .../async/internal/asyncEachOfLimit.js | 75 + .../node_modules/async/internal/awaitify.js | 27 + .../node_modules/async/internal/breakLoop.js | 10 + .../async/internal/consoleFunc.js | 31 + .../async/internal/createTester.js | 40 + .../async/internal/eachOfLimit.js | 90 + .../node_modules/async/internal/filter.js | 55 + .../async/internal/getIterator.js | 11 + .../async/internal/initialParams.js | 14 + .../async/internal/isArrayLike.js | 10 + .../node_modules/async/internal/iterator.js | 57 + .../node_modules/async/internal/map.js | 30 + .../node_modules/async/internal/once.js | 17 + .../node_modules/async/internal/onlyOnce.js | 15 + .../node_modules/async/internal/parallel.js | 34 + .../async/internal/promiseCallback.js | 23 + .../node_modules/async/internal/queue.js | 291 + .../node_modules/async/internal/range.js | 14 + .../node_modules/async/internal/reject.js | 26 + .../async/internal/setImmediate.js | 34 + .../async/internal/withoutIndex.js | 10 + .../node_modules/async/internal/wrapAsync.js | 34 + .../node_modules/async/log.js | 41 + .../node_modules/async/map.js | 142 + .../node_modules/async/mapLimit.js | 45 + .../node_modules/async/mapSeries.js | 44 + .../node_modules/async/mapValues.js | 152 + .../node_modules/async/mapValuesLimit.js | 61 + .../node_modules/async/mapValuesSeries.js | 37 + .../node_modules/async/memoize.js | 91 + .../node_modules/async/nextTick.js | 52 + .../node_modules/async/package.json | 80 + .../node_modules/async/parallel.js | 180 + .../node_modules/async/parallelLimit.js | 41 + .../node_modules/async/priorityQueue.js | 91 + .../node_modules/async/queue.js | 167 + .../node_modules/async/race.js | 67 + .../node_modules/async/reduce.js | 153 + .../node_modules/async/reduceRight.js | 41 + .../node_modules/async/reflect.js | 78 + .../node_modules/async/reflectAll.js | 93 + .../node_modules/async/reject.js | 87 + .../node_modules/async/rejectLimit.js | 45 + .../node_modules/async/rejectSeries.js | 43 + .../node_modules/async/retry.js | 159 + .../node_modules/async/retryable.js | 77 + .../node_modules/async/select.js | 93 + .../node_modules/async/selectLimit.js | 45 + .../node_modules/async/selectSeries.js | 43 + .../node_modules/async/seq.js | 79 + .../node_modules/async/series.js | 186 + .../node_modules/async/setImmediate.js | 45 + .../node_modules/async/some.js | 122 + .../node_modules/async/someLimit.js | 47 + .../node_modules/async/someSeries.js | 46 + .../node_modules/async/sortBy.js | 190 + .../node_modules/async/timeout.js | 89 + .../node_modules/async/times.js | 50 + .../node_modules/async/timesLimit.js | 43 + .../node_modules/async/timesSeries.js | 32 + .../node_modules/async/transform.js | 173 + .../node_modules/async/tryEach.js | 78 + .../node_modules/async/unmemoize.js | 25 + .../node_modules/async/until.js | 61 + .../node_modules/async/waterfall.js | 105 + .../node_modules/async/whilst.js | 78 + .../node_modules/async/wrapSync.js | 118 + .../balanced-match/.github/FUNDING.yml | 2 + .../node_modules/balanced-match/LICENSE.md | 21 + .../node_modules/balanced-match/README.md | 97 + .../node_modules/balanced-match/index.js | 62 + .../node_modules/balanced-match/package.json | 48 + .../node_modules/base64-js/LICENSE | 21 + .../node_modules/base64-js/README.md | 34 + .../node_modules/base64-js/base64js.min.js | 1 + .../node_modules/base64-js/index.d.ts | 3 + .../node_modules/base64-js/index.js | 150 + .../node_modules/base64-js/package.json | 47 + .../node_modules/big-integer/BigInteger.d.ts | 2393 + .../node_modules/big-integer/BigInteger.js | 1453 + .../big-integer/BigInteger.min.js | 1 + .../node_modules/big-integer/LICENSE | 24 + .../node_modules/big-integer/README.md | 589 + .../node_modules/big-integer/bower.json | 29 + .../node_modules/big-integer/package.json | 48 + .../node_modules/big-integer/tsconfig.json | 26 + .../node_modules/binary/.npmignore | 1 + .../node_modules/binary/.travis.yml | 4 + .../node_modules/binary/README.markdown | 177 + .../node_modules/binary/example/buf.js | 11 + .../node_modules/binary/example/parse.js | 10 + .../node_modules/binary/example/stream.js | 12 + .../node_modules/binary/index.js | 397 + .../node_modules/binary/lib/vars.js | 28 + .../node_modules/binary/package.json | 38 + .../node_modules/binary/perf/loop.js | 92 + .../node_modules/binary/perf/small.js | 80 + .../node_modules/binary/test/bu.js | 46 + .../node_modules/binary/test/deferred.js | 20 + .../node_modules/binary/test/dots.js | 23 + .../node_modules/binary/test/eof.js | 41 + .../node_modules/binary/test/flush.js | 17 + .../node_modules/binary/test/from_buffer.js | 14 + .../node_modules/binary/test/get_buffer.js | 28 + .../node_modules/binary/test/immediate.js | 18 + .../node_modules/binary/test/interval.js | 38 + .../node_modules/binary/test/into_buffer.js | 35 + .../node_modules/binary/test/into_stream.js | 43 + .../node_modules/binary/test/loop.js | 44 + .../node_modules/binary/test/loop_scan.js | 54 + .../node_modules/binary/test/lu.js | 46 + .../node_modules/binary/test/negbs.js | 29 + .../node_modules/binary/test/negls.js | 29 + .../node_modules/binary/test/nested.js | 35 + .../binary/test/not_enough_buf.js | 17 + .../binary/test/not_enough_parse.js | 19 + .../node_modules/binary/test/parse.js | 54 + .../node_modules/binary/test/peek.js | 40 + .../node_modules/binary/test/pipe.js | 49 + .../node_modules/binary/test/posbs.js | 29 + .../node_modules/binary/test/posls.js | 29 + .../node_modules/binary/test/scan.js | 33 + .../node_modules/binary/test/scan_buf.js | 18 + .../node_modules/binary/test/scan_buf_null.js | 16 + .../node_modules/binary/test/skip.js | 58 + .../node_modules/binary/test/split.js | 34 + .../node_modules/bl/.travis.yml | 17 + .../node_modules/bl/BufferList.js | 396 + .../node_modules/bl/LICENSE.md | 13 + .../node_modules/bl/README.md | 247 + .../node_modules/bl/bl.js | 84 + .../node_modules/bl/package.json | 37 + .../node_modules/bl/test/convert.js | 21 + .../node_modules/bl/test/indexOf.js | 492 + .../node_modules/bl/test/isBufferList.js | 32 + .../node_modules/bl/test/test.js | 869 + .../node_modules/bluebird/LICENSE | 21 + .../node_modules/bluebird/README.md | 51 + .../node_modules/bluebird/changelog.md | 1 + .../bluebird/js/browser/bluebird.core.js | 3739 + .../bluebird/js/browser/bluebird.core.min.js | 31 + .../bluebird/js/browser/bluebird.js | 5581 ++ .../bluebird/js/browser/bluebird.min.js | 31 + .../node_modules/bluebird/js/release/any.js | 21 + .../bluebird/js/release/assert.js | 55 + .../node_modules/bluebird/js/release/async.js | 161 + .../node_modules/bluebird/js/release/bind.js | 67 + .../bluebird/js/release/bluebird.js | 11 + .../bluebird/js/release/call_get.js | 123 + .../bluebird/js/release/cancel.js | 129 + .../bluebird/js/release/catch_filter.js | 42 + .../bluebird/js/release/context.js | 69 + .../bluebird/js/release/debuggability.js | 916 + .../bluebird/js/release/direct_resolve.js | 46 + .../node_modules/bluebird/js/release/each.js | 30 + .../bluebird/js/release/errors.js | 116 + .../node_modules/bluebird/js/release/es5.js | 80 + .../bluebird/js/release/filter.js | 12 + .../bluebird/js/release/finally.js | 111 + .../bluebird/js/release/generators.js | 223 + .../node_modules/bluebird/js/release/join.js | 168 + .../node_modules/bluebird/js/release/map.js | 168 + .../bluebird/js/release/method.js | 55 + .../bluebird/js/release/nodeback.js | 51 + .../bluebird/js/release/nodeify.js | 58 + .../bluebird/js/release/promise.js | 773 + .../bluebird/js/release/promise_array.js | 184 + .../bluebird/js/release/promisify.js | 314 + .../node_modules/bluebird/js/release/props.js | 118 + .../node_modules/bluebird/js/release/queue.js | 73 + .../node_modules/bluebird/js/release/race.js | 49 + .../bluebird/js/release/reduce.js | 172 + .../bluebird/js/release/schedule.js | 61 + .../bluebird/js/release/settle.js | 43 + .../node_modules/bluebird/js/release/some.js | 148 + .../js/release/synchronous_inspection.js | 103 + .../bluebird/js/release/thenables.js | 86 + .../bluebird/js/release/timers.js | 93 + .../node_modules/bluebird/js/release/using.js | 226 + .../node_modules/bluebird/js/release/util.js | 379 + .../node_modules/bluebird/package.json | 76 + .../node_modules/brace-expansion/LICENSE | 21 + .../node_modules/brace-expansion/README.md | 129 + .../node_modules/brace-expansion/index.js | 201 + .../node_modules/brace-expansion/package.json | 47 + .../node_modules/buffer-crc32/LICENSE | 19 + .../node_modules/buffer-crc32/README.md | 47 + .../node_modules/buffer-crc32/index.js | 111 + .../node_modules/buffer-crc32/package.json | 39 + .../buffer-indexof-polyfill/.eslintrc | 33 + .../buffer-indexof-polyfill/.travis.yml | 17 + .../buffer-indexof-polyfill/LICENSE | 22 + .../buffer-indexof-polyfill/README.md | 33 + .../buffer-indexof-polyfill/index.js | 73 + .../buffer-indexof-polyfill/init-buffer.js | 8 + .../buffer-indexof-polyfill/package.json | 34 + .../buffer-indexof-polyfill/test/indexof.js | 128 + .../node_modules/buffer/AUTHORS.md | 70 + .../node_modules/buffer/LICENSE | 21 + .../node_modules/buffer/README.md | 410 + .../node_modules/buffer/index.d.ts | 186 + .../node_modules/buffer/index.js | 1817 + .../node_modules/buffer/package.json | 96 + .../node_modules/buffers/README.markdown | 122 + .../node_modules/buffers/examples/slice.js | 9 + .../node_modules/buffers/examples/splice.js | 17 + .../node_modules/buffers/index.js | 269 + .../node_modules/buffers/package.json | 14 + .../node_modules/buffers/test/buffers.js | 209 + .../node_modules/chainsaw/.npmignore | 1 + .../node_modules/chainsaw/README.markdown | 157 + .../node_modules/chainsaw/examples/add_do.js | 25 + .../node_modules/chainsaw/examples/prompt.js | 67 + .../node_modules/chainsaw/index.js | 145 + .../node_modules/chainsaw/package.json | 23 + .../node_modules/chainsaw/test/chainsaw.js | 418 + .../compress-commons/CHANGELOG.md | 58 + .../node_modules/compress-commons/LICENSE | 22 + .../node_modules/compress-commons/README.md | 25 + .../lib/archivers/archive-entry.js | 16 + .../lib/archivers/archive-output-stream.js | 117 + .../lib/archivers/zip/constants.js | 71 + .../lib/archivers/zip/general-purpose-bit.js | 101 + .../lib/archivers/zip/unix-stat.js | 53 + .../lib/archivers/zip/util.js | 74 + .../lib/archivers/zip/zip-archive-entry.js | 413 + .../zip/zip-archive-output-stream.js | 440 + .../compress-commons/lib/compress-commons.js | 13 + .../compress-commons/lib/util/index.js | 30 + .../compress-commons/package.json | 45 + .../node_modules/concat-map/.travis.yml | 4 + .../node_modules/concat-map/LICENSE | 18 + .../node_modules/concat-map/README.markdown | 62 + .../node_modules/concat-map/example/map.js | 6 + .../node_modules/concat-map/index.js | 13 + .../node_modules/concat-map/package.json | 43 + .../node_modules/concat-map/test/map.js | 39 + .../node_modules/core-util-is/LICENSE | 19 + .../node_modules/core-util-is/README.md | 3 + .../node_modules/core-util-is/lib/util.js | 107 + .../node_modules/core-util-is/package.json | 38 + .../node_modules/crc-32/LICENSE | 201 + .../node_modules/crc-32/README.md | 200 + .../node_modules/crc-32/bin/crc32.njs | 105 + .../node_modules/crc-32/crc32.js | 115 + .../node_modules/crc-32/crc32c.js | 115 + .../node_modules/crc-32/package.json | 43 + .../node_modules/crc-32/types/index.d.ts | 14 + .../node_modules/crc-32/types/tsconfig.json | 14 + .../node_modules/crc-32/types/tslint.json | 11 + .../node_modules/crc32-stream/CHANGELOG.md | 57 + .../node_modules/crc32-stream/LICENSE | 22 + .../node_modules/crc32-stream/README.md | 79 + .../crc32-stream/lib/crc32-stream.js | 48 + .../crc32-stream/lib/deflate-crc32-stream.js | 62 + .../node_modules/crc32-stream/lib/index.js | 14 + .../node_modules/crc32-stream/package.json | 45 + .../node_modules/dayjs/.editorconfig | 6 + .../node_modules/dayjs/CHANGELOG.md | 824 + .../node_modules/dayjs/LICENSE | 21 + .../node_modules/dayjs/README.md | 135 + .../node_modules/dayjs/dayjs.min.js | 1 + .../node_modules/dayjs/esm/constant.js | 25 + .../node_modules/dayjs/esm/index.d.ts | 429 + .../node_modules/dayjs/esm/index.js | 441 + .../node_modules/dayjs/esm/locale/af.js | 39 + .../node_modules/dayjs/esm/locale/am.js | 40 + .../node_modules/dayjs/esm/locale/ar-dz.js | 41 + .../node_modules/dayjs/esm/locale/ar-iq.js | 42 + .../node_modules/dayjs/esm/locale/ar-kw.js | 41 + .../node_modules/dayjs/esm/locale/ar-ly.js | 27 + .../node_modules/dayjs/esm/locale/ar-ma.js | 42 + .../node_modules/dayjs/esm/locale/ar-sa.js | 41 + .../node_modules/dayjs/esm/locale/ar-tn.js | 42 + .../node_modules/dayjs/esm/locale/ar.js | 74 + .../node_modules/dayjs/esm/locale/az.js | 39 + .../node_modules/dayjs/esm/locale/be.js | 24 + .../node_modules/dayjs/esm/locale/bg.js | 55 + .../node_modules/dayjs/esm/locale/bi.js | 39 + .../node_modules/dayjs/esm/locale/bm.js | 39 + .../node_modules/dayjs/esm/locale/bn-bd.js | 81 + .../node_modules/dayjs/esm/locale/bn.js | 72 + .../node_modules/dayjs/esm/locale/bo.js | 38 + .../node_modules/dayjs/esm/locale/br.js | 93 + .../node_modules/dayjs/esm/locale/bs.js | 24 + .../node_modules/dayjs/esm/locale/ca.js | 44 + .../node_modules/dayjs/esm/locale/cs.js | 120 + .../node_modules/dayjs/esm/locale/cv.js | 24 + .../node_modules/dayjs/esm/locale/cy.js | 39 + .../node_modules/dayjs/esm/locale/da.js | 39 + .../node_modules/dayjs/esm/locale/de-at.js | 63 + .../node_modules/dayjs/esm/locale/de-ch.js | 63 + .../node_modules/dayjs/esm/locale/de.js | 64 + .../node_modules/dayjs/esm/locale/dv.js | 39 + .../node_modules/dayjs/esm/locale/el.js | 39 + .../node_modules/dayjs/esm/locale/en-au.js | 39 + .../node_modules/dayjs/esm/locale/en-ca.js | 38 + .../node_modules/dayjs/esm/locale/en-gb.js | 42 + .../node_modules/dayjs/esm/locale/en-ie.js | 39 + .../node_modules/dayjs/esm/locale/en-il.js | 38 + .../node_modules/dayjs/esm/locale/en-in.js | 42 + .../node_modules/dayjs/esm/locale/en-nz.js | 41 + .../node_modules/dayjs/esm/locale/en-sg.js | 39 + .../node_modules/dayjs/esm/locale/en-tt.js | 42 + .../node_modules/dayjs/esm/locale/en.js | 7 + .../node_modules/dayjs/esm/locale/eo.js | 39 + .../node_modules/dayjs/esm/locale/es-do.js | 39 + .../node_modules/dayjs/esm/locale/es-mx.js | 38 + .../node_modules/dayjs/esm/locale/es-pr.js | 39 + .../node_modules/dayjs/esm/locale/es-us.js | 38 + .../node_modules/dayjs/esm/locale/es.js | 39 + .../node_modules/dayjs/esm/locale/et.js | 65 + .../node_modules/dayjs/esm/locale/eu.js | 43 + .../node_modules/dayjs/esm/locale/fa.js | 39 + .../node_modules/dayjs/esm/locale/fi.js | 88 + .../node_modules/dayjs/esm/locale/fo.js | 39 + .../node_modules/dayjs/esm/locale/fr-ca.js | 38 + .../node_modules/dayjs/esm/locale/fr-ch.js | 39 + .../node_modules/dayjs/esm/locale/fr.js | 41 + .../node_modules/dayjs/esm/locale/fy.js | 39 + .../node_modules/dayjs/esm/locale/ga.js | 39 + .../node_modules/dayjs/esm/locale/gd.js | 39 + .../node_modules/dayjs/esm/locale/gl.js | 39 + .../node_modules/dayjs/esm/locale/gom-latn.js | 25 + .../node_modules/dayjs/esm/locale/gu.js | 38 + .../node_modules/dayjs/esm/locale/he.js | 78 + .../node_modules/dayjs/esm/locale/hi.js | 38 + .../node_modules/dayjs/esm/locale/hr.js | 53 + .../node_modules/dayjs/esm/locale/ht.js | 38 + .../node_modules/dayjs/esm/locale/hu.js | 61 + .../node_modules/dayjs/esm/locale/hy-am.js | 39 + .../node_modules/dayjs/esm/locale/id.js | 39 + .../node_modules/dayjs/esm/locale/index.d.ts | 11 + .../node_modules/dayjs/esm/locale/is.js | 68 + .../node_modules/dayjs/esm/locale/it-ch.js | 39 + .../node_modules/dayjs/esm/locale/it.js | 39 + .../node_modules/dayjs/esm/locale/ja.js | 45 + .../node_modules/dayjs/esm/locale/jv.js | 39 + .../node_modules/dayjs/esm/locale/ka.js | 39 + .../node_modules/dayjs/esm/locale/kk.js | 39 + .../node_modules/dayjs/esm/locale/km.js | 39 + .../node_modules/dayjs/esm/locale/kn.js | 38 + .../node_modules/dayjs/esm/locale/ko.js | 45 + .../node_modules/dayjs/esm/locale/ku.js | 77 + .../node_modules/dayjs/esm/locale/ky.js | 39 + .../node_modules/dayjs/esm/locale/lb.js | 24 + .../node_modules/dayjs/esm/locale/lo.js | 38 + .../node_modules/dayjs/esm/locale/lt.js | 70 + .../node_modules/dayjs/esm/locale/lv.js | 39 + .../node_modules/dayjs/esm/locale/me.js | 24 + .../node_modules/dayjs/esm/locale/mi.js | 39 + .../node_modules/dayjs/esm/locale/mk.js | 39 + .../node_modules/dayjs/esm/locale/ml.js | 38 + .../node_modules/dayjs/esm/locale/mn.js | 38 + .../node_modules/dayjs/esm/locale/mr.js | 23 + .../node_modules/dayjs/esm/locale/ms-my.js | 39 + .../node_modules/dayjs/esm/locale/ms.js | 39 + .../node_modules/dayjs/esm/locale/mt.js | 39 + .../node_modules/dayjs/esm/locale/my.js | 39 + .../node_modules/dayjs/esm/locale/nb.js | 40 + .../node_modules/dayjs/esm/locale/ne.js | 40 + .../node_modules/dayjs/esm/locale/nl-be.js | 39 + .../node_modules/dayjs/esm/locale/nl.js | 40 + .../node_modules/dayjs/esm/locale/nn.js | 39 + .../node_modules/dayjs/esm/locale/oc-lnc.js | 39 + .../node_modules/dayjs/esm/locale/pa-in.js | 38 + .../node_modules/dayjs/esm/locale/pl.js | 87 + .../node_modules/dayjs/esm/locale/pt-br.js | 38 + .../node_modules/dayjs/esm/locale/pt.js | 40 + .../node_modules/dayjs/esm/locale/rn.js | 39 + .../node_modules/dayjs/esm/locale/ro.js | 39 + .../node_modules/dayjs/esm/locale/ru.js | 99 + .../node_modules/dayjs/esm/locale/rw.js | 35 + .../node_modules/dayjs/esm/locale/sd.js | 39 + .../node_modules/dayjs/esm/locale/se.js | 39 + .../node_modules/dayjs/esm/locale/si.js | 38 + .../node_modules/dayjs/esm/locale/sk.js | 121 + .../node_modules/dayjs/esm/locale/sl.js | 39 + .../node_modules/dayjs/esm/locale/sq.js | 39 + .../node_modules/dayjs/esm/locale/sr-cyrl.js | 74 + .../node_modules/dayjs/esm/locale/sr.js | 74 + .../node_modules/dayjs/esm/locale/ss.js | 39 + .../node_modules/dayjs/esm/locale/sv-fi.js | 46 + .../node_modules/dayjs/esm/locale/sv.js | 44 + .../node_modules/dayjs/esm/locale/sw.js | 39 + .../node_modules/dayjs/esm/locale/ta.js | 38 + .../node_modules/dayjs/esm/locale/te.js | 38 + .../node_modules/dayjs/esm/locale/tet.js | 39 + .../node_modules/dayjs/esm/locale/tg.js | 39 + .../node_modules/dayjs/esm/locale/th.js | 38 + .../node_modules/dayjs/esm/locale/tk.js | 39 + .../node_modules/dayjs/esm/locale/tl-ph.js | 39 + .../node_modules/dayjs/esm/locale/tlh.js | 24 + .../node_modules/dayjs/esm/locale/tr.js | 39 + .../node_modules/dayjs/esm/locale/types.d.ts | 33 + .../node_modules/dayjs/esm/locale/tzl.js | 24 + .../node_modules/dayjs/esm/locale/tzm-latn.js | 39 + .../node_modules/dayjs/esm/locale/tzm.js | 39 + .../node_modules/dayjs/esm/locale/ug-cn.js | 39 + .../node_modules/dayjs/esm/locale/uk.js | 77 + .../node_modules/dayjs/esm/locale/ur.js | 39 + .../node_modules/dayjs/esm/locale/uz-latn.js | 39 + .../node_modules/dayjs/esm/locale/uz.js | 39 + .../node_modules/dayjs/esm/locale/vi.js | 43 + .../node_modules/dayjs/esm/locale/x-pseudo.js | 39 + .../node_modules/dayjs/esm/locale/yo.js | 39 + .../node_modules/dayjs/esm/locale/zh-cn.js | 67 + .../node_modules/dayjs/esm/locale/zh-hk.js | 38 + .../node_modules/dayjs/esm/locale/zh-tw.js | 42 + .../node_modules/dayjs/esm/locale/zh.js | 67 + .../esm/plugin/advancedFormat/index.d.ts | 4 + .../dayjs/esm/plugin/advancedFormat/index.js | 73 + .../dayjs/esm/plugin/arraySupport/index.d.ts | 10 + .../dayjs/esm/plugin/arraySupport/index.js | 33 + .../dayjs/esm/plugin/badMutable/index.d.ts | 4 + .../dayjs/esm/plugin/badMutable/index.js | 61 + .../dayjs/esm/plugin/buddhistEra/index.d.ts | 4 + .../dayjs/esm/plugin/buddhistEra/index.js | 21 + .../dayjs/esm/plugin/calendar/index.d.ts | 10 + .../dayjs/esm/plugin/calendar/index.js | 32 + .../esm/plugin/customParseFormat/index.d.ts | 8 + .../esm/plugin/customParseFormat/index.js | 320 + .../dayjs/esm/plugin/dayOfYear/index.d.ts | 11 + .../dayjs/esm/plugin/dayOfYear/index.js | 9 + .../dayjs/esm/plugin/devHelper/index.d.ts | 4 + .../dayjs/esm/plugin/devHelper/index.js | 38 + .../dayjs/esm/plugin/duration/index.d.ts | 88 + .../dayjs/esm/plugin/duration/index.js | 341 + .../dayjs/esm/plugin/isBetween/index.d.ts | 10 + .../dayjs/esm/plugin/isBetween/index.js | 10 + .../dayjs/esm/plugin/isLeapYear/index.d.ts | 10 + .../dayjs/esm/plugin/isLeapYear/index.js | 7 + .../dayjs/esm/plugin/isMoment/index.d.ts | 10 + .../dayjs/esm/plugin/isMoment/index.js | 5 + .../dayjs/esm/plugin/isSameOrAfter/index.d.ts | 10 + .../dayjs/esm/plugin/isSameOrAfter/index.js | 5 + .../esm/plugin/isSameOrBefore/index.d.ts | 10 + .../dayjs/esm/plugin/isSameOrBefore/index.js | 5 + .../dayjs/esm/plugin/isToday/index.d.ts | 10 + .../dayjs/esm/plugin/isToday/index.js | 9 + .../dayjs/esm/plugin/isTomorrow/index.d.ts | 10 + .../dayjs/esm/plugin/isTomorrow/index.js | 9 + .../dayjs/esm/plugin/isYesterday/index.d.ts | 10 + .../dayjs/esm/plugin/isYesterday/index.js | 9 + .../dayjs/esm/plugin/isoWeek/index.d.ts | 27 + .../dayjs/esm/plugin/isoWeek/index.js | 57 + .../esm/plugin/isoWeeksInYear/index.d.ts | 10 + .../dayjs/esm/plugin/isoWeeksInYear/index.js | 15 + .../dayjs/esm/plugin/localeData/index.d.ts | 42 + .../dayjs/esm/plugin/localeData/index.js | 114 + .../esm/plugin/localizedFormat/index.d.ts | 4 + .../dayjs/esm/plugin/localizedFormat/index.js | 20 + .../dayjs/esm/plugin/localizedFormat/utils.js | 20 + .../dayjs/esm/plugin/minMax/index.d.ts | 11 + .../dayjs/esm/plugin/minMax/index.js | 36 + .../dayjs/esm/plugin/objectSupport/index.d.ts | 12 + .../dayjs/esm/plugin/objectSupport/index.js | 87 + .../dayjs/esm/plugin/pluralGetSet/index.d.ts | 44 + .../dayjs/esm/plugin/pluralGetSet/index.js | 7 + .../esm/plugin/preParsePostFormat/index.d.ts | 4 + .../esm/plugin/preParsePostFormat/index.js | 40 + .../dayjs/esm/plugin/quarterOfYear/index.d.ts | 26 + .../dayjs/esm/plugin/quarterOfYear/index.js | 41 + .../dayjs/esm/plugin/relativeTime/index.d.ts | 24 + .../dayjs/esm/plugin/relativeTime/index.js | 130 + .../dayjs/esm/plugin/timezone/index.d.ts | 20 + .../dayjs/esm/plugin/timezone/index.js | 185 + .../dayjs/esm/plugin/toArray/index.d.ts | 10 + .../dayjs/esm/plugin/toArray/index.js | 7 + .../dayjs/esm/plugin/toObject/index.d.ts | 20 + .../dayjs/esm/plugin/toObject/index.js | 15 + .../dayjs/esm/plugin/updateLocale/index.d.ts | 8 + .../dayjs/esm/plugin/updateLocale/index.js | 12 + .../dayjs/esm/plugin/utc/index.d.ts | 19 + .../dayjs/esm/plugin/utc/index.js | 188 + .../dayjs/esm/plugin/weekOfYear/index.d.ts | 12 + .../dayjs/esm/plugin/weekOfYear/index.js | 44 + .../dayjs/esm/plugin/weekYear/index.d.ts | 10 + .../dayjs/esm/plugin/weekYear/index.js | 19 + .../dayjs/esm/plugin/weekday/index.d.ts | 12 + .../dayjs/esm/plugin/weekday/index.js | 15 + .../node_modules/dayjs/esm/utils.js | 58 + .../node_modules/dayjs/index.d.ts | 429 + .../node_modules/dayjs/locale.json | 1 + .../node_modules/dayjs/locale/af.js | 1 + .../node_modules/dayjs/locale/am.js | 1 + .../node_modules/dayjs/locale/ar-dz.js | 1 + .../node_modules/dayjs/locale/ar-iq.js | 1 + .../node_modules/dayjs/locale/ar-kw.js | 1 + .../node_modules/dayjs/locale/ar-ly.js | 1 + .../node_modules/dayjs/locale/ar-ma.js | 1 + .../node_modules/dayjs/locale/ar-sa.js | 1 + .../node_modules/dayjs/locale/ar-tn.js | 1 + .../node_modules/dayjs/locale/ar.js | 1 + .../node_modules/dayjs/locale/az.js | 1 + .../node_modules/dayjs/locale/be.js | 1 + .../node_modules/dayjs/locale/bg.js | 1 + .../node_modules/dayjs/locale/bi.js | 1 + .../node_modules/dayjs/locale/bm.js | 1 + .../node_modules/dayjs/locale/bn-bd.js | 1 + .../node_modules/dayjs/locale/bn.js | 1 + .../node_modules/dayjs/locale/bo.js | 1 + .../node_modules/dayjs/locale/br.js | 1 + .../node_modules/dayjs/locale/bs.js | 1 + .../node_modules/dayjs/locale/ca.js | 1 + .../node_modules/dayjs/locale/cs.js | 1 + .../node_modules/dayjs/locale/cv.js | 1 + .../node_modules/dayjs/locale/cy.js | 1 + .../node_modules/dayjs/locale/da.js | 1 + .../node_modules/dayjs/locale/de-at.js | 1 + .../node_modules/dayjs/locale/de-ch.js | 1 + .../node_modules/dayjs/locale/de.js | 1 + .../node_modules/dayjs/locale/dv.js | 1 + .../node_modules/dayjs/locale/el.js | 1 + .../node_modules/dayjs/locale/en-au.js | 1 + .../node_modules/dayjs/locale/en-ca.js | 1 + .../node_modules/dayjs/locale/en-gb.js | 1 + .../node_modules/dayjs/locale/en-ie.js | 1 + .../node_modules/dayjs/locale/en-il.js | 1 + .../node_modules/dayjs/locale/en-in.js | 1 + .../node_modules/dayjs/locale/en-nz.js | 1 + .../node_modules/dayjs/locale/en-sg.js | 1 + .../node_modules/dayjs/locale/en-tt.js | 1 + .../node_modules/dayjs/locale/en.js | 1 + .../node_modules/dayjs/locale/eo.js | 1 + .../node_modules/dayjs/locale/es-do.js | 1 + .../node_modules/dayjs/locale/es-mx.js | 1 + .../node_modules/dayjs/locale/es-pr.js | 1 + .../node_modules/dayjs/locale/es-us.js | 1 + .../node_modules/dayjs/locale/es.js | 1 + .../node_modules/dayjs/locale/et.js | 1 + .../node_modules/dayjs/locale/eu.js | 1 + .../node_modules/dayjs/locale/fa.js | 1 + .../node_modules/dayjs/locale/fi.js | 1 + .../node_modules/dayjs/locale/fo.js | 1 + .../node_modules/dayjs/locale/fr-ca.js | 1 + .../node_modules/dayjs/locale/fr-ch.js | 1 + .../node_modules/dayjs/locale/fr.js | 1 + .../node_modules/dayjs/locale/fy.js | 1 + .../node_modules/dayjs/locale/ga.js | 1 + .../node_modules/dayjs/locale/gd.js | 1 + .../node_modules/dayjs/locale/gl.js | 1 + .../node_modules/dayjs/locale/gom-latn.js | 1 + .../node_modules/dayjs/locale/gu.js | 1 + .../node_modules/dayjs/locale/he.js | 1 + .../node_modules/dayjs/locale/hi.js | 1 + .../node_modules/dayjs/locale/hr.js | 1 + .../node_modules/dayjs/locale/ht.js | 1 + .../node_modules/dayjs/locale/hu.js | 1 + .../node_modules/dayjs/locale/hy-am.js | 1 + .../node_modules/dayjs/locale/id.js | 1 + .../node_modules/dayjs/locale/index.d.ts | 11 + .../node_modules/dayjs/locale/is.js | 1 + .../node_modules/dayjs/locale/it-ch.js | 1 + .../node_modules/dayjs/locale/it.js | 1 + .../node_modules/dayjs/locale/ja.js | 1 + .../node_modules/dayjs/locale/jv.js | 1 + .../node_modules/dayjs/locale/ka.js | 1 + .../node_modules/dayjs/locale/kk.js | 1 + .../node_modules/dayjs/locale/km.js | 1 + .../node_modules/dayjs/locale/kn.js | 1 + .../node_modules/dayjs/locale/ko.js | 1 + .../node_modules/dayjs/locale/ku.js | 1 + .../node_modules/dayjs/locale/ky.js | 1 + .../node_modules/dayjs/locale/lb.js | 1 + .../node_modules/dayjs/locale/lo.js | 1 + .../node_modules/dayjs/locale/lt.js | 1 + .../node_modules/dayjs/locale/lv.js | 1 + .../node_modules/dayjs/locale/me.js | 1 + .../node_modules/dayjs/locale/mi.js | 1 + .../node_modules/dayjs/locale/mk.js | 1 + .../node_modules/dayjs/locale/ml.js | 1 + .../node_modules/dayjs/locale/mn.js | 1 + .../node_modules/dayjs/locale/mr.js | 1 + .../node_modules/dayjs/locale/ms-my.js | 1 + .../node_modules/dayjs/locale/ms.js | 1 + .../node_modules/dayjs/locale/mt.js | 1 + .../node_modules/dayjs/locale/my.js | 1 + .../node_modules/dayjs/locale/nb.js | 1 + .../node_modules/dayjs/locale/ne.js | 1 + .../node_modules/dayjs/locale/nl-be.js | 1 + .../node_modules/dayjs/locale/nl.js | 1 + .../node_modules/dayjs/locale/nn.js | 1 + .../node_modules/dayjs/locale/oc-lnc.js | 1 + .../node_modules/dayjs/locale/pa-in.js | 1 + .../node_modules/dayjs/locale/pl.js | 1 + .../node_modules/dayjs/locale/pt-br.js | 1 + .../node_modules/dayjs/locale/pt.js | 1 + .../node_modules/dayjs/locale/rn.js | 1 + .../node_modules/dayjs/locale/ro.js | 1 + .../node_modules/dayjs/locale/ru.js | 1 + .../node_modules/dayjs/locale/rw.js | 1 + .../node_modules/dayjs/locale/sd.js | 1 + .../node_modules/dayjs/locale/se.js | 1 + .../node_modules/dayjs/locale/si.js | 1 + .../node_modules/dayjs/locale/sk.js | 1 + .../node_modules/dayjs/locale/sl.js | 1 + .../node_modules/dayjs/locale/sq.js | 1 + .../node_modules/dayjs/locale/sr-cyrl.js | 1 + .../node_modules/dayjs/locale/sr.js | 1 + .../node_modules/dayjs/locale/ss.js | 1 + .../node_modules/dayjs/locale/sv-fi.js | 1 + .../node_modules/dayjs/locale/sv.js | 1 + .../node_modules/dayjs/locale/sw.js | 1 + .../node_modules/dayjs/locale/ta.js | 1 + .../node_modules/dayjs/locale/te.js | 1 + .../node_modules/dayjs/locale/tet.js | 1 + .../node_modules/dayjs/locale/tg.js | 1 + .../node_modules/dayjs/locale/th.js | 1 + .../node_modules/dayjs/locale/tk.js | 1 + .../node_modules/dayjs/locale/tl-ph.js | 1 + .../node_modules/dayjs/locale/tlh.js | 1 + .../node_modules/dayjs/locale/tr.js | 1 + .../node_modules/dayjs/locale/types.d.ts | 33 + .../node_modules/dayjs/locale/tzl.js | 1 + .../node_modules/dayjs/locale/tzm-latn.js | 1 + .../node_modules/dayjs/locale/tzm.js | 1 + .../node_modules/dayjs/locale/ug-cn.js | 1 + .../node_modules/dayjs/locale/uk.js | 1 + .../node_modules/dayjs/locale/ur.js | 1 + .../node_modules/dayjs/locale/uz-latn.js | 1 + .../node_modules/dayjs/locale/uz.js | 1 + .../node_modules/dayjs/locale/vi.js | 1 + .../node_modules/dayjs/locale/x-pseudo.js | 1 + .../node_modules/dayjs/locale/yo.js | 1 + .../node_modules/dayjs/locale/zh-cn.js | 1 + .../node_modules/dayjs/locale/zh-hk.js | 1 + .../node_modules/dayjs/locale/zh-tw.js | 1 + .../node_modules/dayjs/locale/zh.js | 1 + .../node_modules/dayjs/package.json | 99 + .../dayjs/plugin/advancedFormat.d.ts | 4 + .../dayjs/plugin/advancedFormat.js | 1 + .../dayjs/plugin/arraySupport.d.ts | 10 + .../node_modules/dayjs/plugin/arraySupport.js | 1 + .../node_modules/dayjs/plugin/badMutable.d.ts | 4 + .../node_modules/dayjs/plugin/badMutable.js | 1 + .../dayjs/plugin/buddhistEra.d.ts | 4 + .../node_modules/dayjs/plugin/buddhistEra.js | 1 + .../node_modules/dayjs/plugin/calendar.d.ts | 10 + .../node_modules/dayjs/plugin/calendar.js | 1 + .../dayjs/plugin/customParseFormat.d.ts | 8 + .../dayjs/plugin/customParseFormat.js | 1 + .../node_modules/dayjs/plugin/dayOfYear.d.ts | 11 + .../node_modules/dayjs/plugin/dayOfYear.js | 1 + .../node_modules/dayjs/plugin/devHelper.d.ts | 4 + .../node_modules/dayjs/plugin/devHelper.js | 1 + .../node_modules/dayjs/plugin/duration.d.ts | 88 + .../node_modules/dayjs/plugin/duration.js | 1 + .../node_modules/dayjs/plugin/isBetween.d.ts | 10 + .../node_modules/dayjs/plugin/isBetween.js | 1 + .../node_modules/dayjs/plugin/isLeapYear.d.ts | 10 + .../node_modules/dayjs/plugin/isLeapYear.js | 1 + .../node_modules/dayjs/plugin/isMoment.d.ts | 10 + .../node_modules/dayjs/plugin/isMoment.js | 1 + .../dayjs/plugin/isSameOrAfter.d.ts | 10 + .../dayjs/plugin/isSameOrAfter.js | 1 + .../dayjs/plugin/isSameOrBefore.d.ts | 10 + .../dayjs/plugin/isSameOrBefore.js | 1 + .../node_modules/dayjs/plugin/isToday.d.ts | 10 + .../node_modules/dayjs/plugin/isToday.js | 1 + .../node_modules/dayjs/plugin/isTomorrow.d.ts | 10 + .../node_modules/dayjs/plugin/isTomorrow.js | 1 + .../dayjs/plugin/isYesterday.d.ts | 10 + .../node_modules/dayjs/plugin/isYesterday.js | 1 + .../node_modules/dayjs/plugin/isoWeek.d.ts | 27 + .../node_modules/dayjs/plugin/isoWeek.js | 1 + .../dayjs/plugin/isoWeeksInYear.d.ts | 10 + .../dayjs/plugin/isoWeeksInYear.js | 1 + .../node_modules/dayjs/plugin/localeData.d.ts | 42 + .../node_modules/dayjs/plugin/localeData.js | 1 + .../dayjs/plugin/localizedFormat.d.ts | 4 + .../dayjs/plugin/localizedFormat.js | 1 + .../node_modules/dayjs/plugin/minMax.d.ts | 11 + .../node_modules/dayjs/plugin/minMax.js | 1 + .../dayjs/plugin/objectSupport.d.ts | 12 + .../dayjs/plugin/objectSupport.js | 1 + .../dayjs/plugin/pluralGetSet.d.ts | 44 + .../node_modules/dayjs/plugin/pluralGetSet.js | 1 + .../dayjs/plugin/preParsePostFormat.d.ts | 4 + .../dayjs/plugin/preParsePostFormat.js | 1 + .../dayjs/plugin/quarterOfYear.d.ts | 26 + .../dayjs/plugin/quarterOfYear.js | 1 + .../dayjs/plugin/relativeTime.d.ts | 24 + .../node_modules/dayjs/plugin/relativeTime.js | 1 + .../node_modules/dayjs/plugin/timezone.d.ts | 20 + .../node_modules/dayjs/plugin/timezone.js | 1 + .../node_modules/dayjs/plugin/toArray.d.ts | 10 + .../node_modules/dayjs/plugin/toArray.js | 1 + .../node_modules/dayjs/plugin/toObject.d.ts | 20 + .../node_modules/dayjs/plugin/toObject.js | 1 + .../dayjs/plugin/updateLocale.d.ts | 8 + .../node_modules/dayjs/plugin/updateLocale.js | 1 + .../node_modules/dayjs/plugin/utc.d.ts | 19 + .../node_modules/dayjs/plugin/utc.js | 1 + .../node_modules/dayjs/plugin/weekOfYear.d.ts | 12 + .../node_modules/dayjs/plugin/weekOfYear.js | 1 + .../node_modules/dayjs/plugin/weekYear.d.ts | 10 + .../node_modules/dayjs/plugin/weekYear.js | 1 + .../node_modules/dayjs/plugin/weekday.d.ts | 12 + .../node_modules/dayjs/plugin/weekday.js | 1 + .../node_modules/duplexer2/LICENSE.md | 26 + .../node_modules/duplexer2/README.md | 115 + .../node_modules/duplexer2/index.js | 76 + .../node_modules/readable-stream/.travis.yml | 34 + .../readable-stream/CONTRIBUTING.md | 38 + .../readable-stream/GOVERNANCE.md | 136 + .../node_modules/readable-stream/LICENSE | 47 + .../node_modules/readable-stream/README.md | 58 + .../doc/wg-meetings/2015-01-30.md | 60 + .../readable-stream/duplex-browser.js | 1 + .../node_modules/readable-stream/duplex.js | 1 + .../readable-stream/lib/_stream_duplex.js | 131 + .../lib/_stream_passthrough.js | 47 + .../readable-stream/lib/_stream_readable.js | 1019 + .../readable-stream/lib/_stream_transform.js | 214 + .../readable-stream/lib/_stream_writable.js | 687 + .../lib/internal/streams/BufferList.js | 79 + .../lib/internal/streams/destroy.js | 74 + .../lib/internal/streams/stream-browser.js | 1 + .../lib/internal/streams/stream.js | 1 + .../node_modules/readable-stream/package.json | 52 + .../readable-stream/passthrough.js | 1 + .../readable-stream/readable-browser.js | 7 + .../node_modules/readable-stream/readable.js | 19 + .../node_modules/readable-stream/transform.js | 1 + .../readable-stream/writable-browser.js | 1 + .../node_modules/readable-stream/writable.js | 8 + .../node_modules/safe-buffer/LICENSE | 21 + .../node_modules/safe-buffer/README.md | 584 + .../node_modules/safe-buffer/index.d.ts | 187 + .../node_modules/safe-buffer/index.js | 62 + .../node_modules/safe-buffer/package.json | 37 + .../node_modules/string_decoder/.travis.yml | 50 + .../node_modules/string_decoder/LICENSE | 48 + .../node_modules/string_decoder/README.md | 47 + .../string_decoder/lib/string_decoder.js | 296 + .../node_modules/string_decoder/package.json | 31 + .../node_modules/duplexer2/package.json | 28 + .../node_modules/end-of-stream/LICENSE | 21 + .../node_modules/end-of-stream/README.md | 54 + .../node_modules/end-of-stream/index.js | 94 + .../node_modules/end-of-stream/package.json | 37 + .../node_modules/exceljs/LICENSE | 22 + .../node_modules/exceljs/README.md | 3022 + .../node_modules/exceljs/README_zh.md | 2850 + .../node_modules/exceljs/dist/LICENSE | 22 + .../node_modules/exceljs/dist/es5/csv/csv.js | 298 + .../exceljs/dist/es5/csv/csv.js.map | 1 + .../exceljs/dist/es5/csv/line-buffer.js | 115 + .../exceljs/dist/es5/csv/line-buffer.js.map | 1 + .../exceljs/dist/es5/csv/stream-converter.js | 159 + .../dist/es5/csv/stream-converter.js.map | 1 + .../exceljs/dist/es5/doc/anchor.js | 101 + .../exceljs/dist/es5/doc/anchor.js.map | 1 + .../node_modules/exceljs/dist/es5/doc/cell.js | 1357 + .../exceljs/dist/es5/doc/cell.js.map | 1 + .../exceljs/dist/es5/doc/column.js | 356 + .../exceljs/dist/es5/doc/column.js.map | 1 + .../exceljs/dist/es5/doc/data-validations.js | 37 + .../dist/es5/doc/data-validations.js.map | 1 + .../exceljs/dist/es5/doc/defined-names.js | 258 + .../exceljs/dist/es5/doc/defined-names.js.map | 1 + .../exceljs/dist/es5/doc/enums.js | 49 + .../exceljs/dist/es5/doc/enums.js.map | 1 + .../exceljs/dist/es5/doc/image.js | 87 + .../exceljs/dist/es5/doc/image.js.map | 1 + .../exceljs/dist/es5/doc/modelcontainer.js | 33 + .../dist/es5/doc/modelcontainer.js.map | 1 + .../node_modules/exceljs/dist/es5/doc/note.js | 84 + .../exceljs/dist/es5/doc/note.js.map | 1 + .../exceljs/dist/es5/doc/range.js | 301 + .../exceljs/dist/es5/doc/range.js.map | 1 + .../node_modules/exceljs/dist/es5/doc/row.js | 477 + .../exceljs/dist/es5/doc/row.js.map | 1 + .../exceljs/dist/es5/doc/table.js | 564 + .../exceljs/dist/es5/doc/table.js.map | 1 + .../exceljs/dist/es5/doc/workbook.js | 287 + .../exceljs/dist/es5/doc/workbook.js.map | 1 + .../exceljs/dist/es5/doc/worksheet.js | 1072 + .../exceljs/dist/es5/doc/worksheet.js.map | 1 + .../exceljs/dist/es5/exceljs.bare.js | 14 + .../exceljs/dist/es5/exceljs.bare.js.map | 1 + .../exceljs/dist/es5/exceljs.browser.js | 49 + .../exceljs/dist/es5/exceljs.browser.js.map | 1 + .../exceljs/dist/es5/exceljs.nodejs.js | 15 + .../exceljs/dist/es5/exceljs.nodejs.js.map | 1 + .../node_modules/exceljs/dist/es5/index.js | 15 + .../dist/es5/stream/xlsx/hyperlink-reader.js | 285 + .../es5/stream/xlsx/hyperlink-reader.js.map | 1 + .../es5/stream/xlsx/sheet-comments-writer.js | 143 + .../stream/xlsx/sheet-comments-writer.js.map | 1 + .../dist/es5/stream/xlsx/sheet-rels-writer.js | 142 + .../es5/stream/xlsx/sheet-rels-writer.js.map | 1 + .../dist/es5/stream/xlsx/workbook-reader.js | 1092 + .../es5/stream/xlsx/workbook-reader.js.map | 1 + .../dist/es5/stream/xlsx/workbook-writer.js | 508 + .../es5/stream/xlsx/workbook-writer.js.map | 1 + .../dist/es5/stream/xlsx/worksheet-reader.js | 912 + .../es5/stream/xlsx/worksheet-reader.js.map | 1 + .../dist/es5/stream/xlsx/worksheet-writer.js | 813 + .../es5/stream/xlsx/worksheet-writer.js.map | 1 + .../exceljs/dist/es5/utils/auto-drain.js | 57 + .../exceljs/dist/es5/utils/auto-drain.js.map | 1 + .../dist/es5/utils/browser-buffer-decode.js | 19 + .../es5/utils/browser-buffer-decode.js.map | 1 + .../dist/es5/utils/browser-buffer-encode.js | 22 + .../es5/utils/browser-buffer-encode.js.map | 1 + .../exceljs/dist/es5/utils/cell-matrix.js | 216 + .../exceljs/dist/es5/utils/cell-matrix.js.map | 1 + .../exceljs/dist/es5/utils/col-cache.js | 313 + .../exceljs/dist/es5/utils/col-cache.js.map | 1 + .../exceljs/dist/es5/utils/encryptor.js | 65 + .../exceljs/dist/es5/utils/encryptor.js.map | 1 + .../exceljs/dist/es5/utils/iterate-stream.js | 116 + .../dist/es5/utils/iterate-stream.js.map | 1 + .../exceljs/dist/es5/utils/parse-sax.js | 163 + .../exceljs/dist/es5/utils/parse-sax.js.map | 1 + .../exceljs/dist/es5/utils/shared-formula.js | 52 + .../dist/es5/utils/shared-formula.js.map | 1 + .../exceljs/dist/es5/utils/shared-strings.js | 58 + .../dist/es5/utils/shared-strings.js.map | 1 + .../exceljs/dist/es5/utils/stream-base64.js | 133 + .../dist/es5/utils/stream-base64.js.map | 1 + .../exceljs/dist/es5/utils/stream-buf.js | 518 + .../exceljs/dist/es5/utils/stream-buf.js.map | 1 + .../exceljs/dist/es5/utils/string-buf.js | 111 + .../exceljs/dist/es5/utils/string-buf.js.map | 1 + .../exceljs/dist/es5/utils/string-builder.js | 55 + .../dist/es5/utils/string-builder.js.map | 1 + .../exceljs/dist/es5/utils/stuttered-pipe.js | 110 + .../dist/es5/utils/stuttered-pipe.js.map | 1 + .../exceljs/dist/es5/utils/typed-stack.js | 44 + .../exceljs/dist/es5/utils/typed-stack.js.map | 1 + .../exceljs/dist/es5/utils/under-dash.js | 183 + .../exceljs/dist/es5/utils/under-dash.js.map | 1 + .../exceljs/dist/es5/utils/utils.js | 189 + .../exceljs/dist/es5/utils/utils.js.map | 1 + .../exceljs/dist/es5/utils/xml-stream.js | 221 + .../exceljs/dist/es5/utils/xml-stream.js.map | 1 + .../exceljs/dist/es5/utils/zip-stream.js | 165 + .../exceljs/dist/es5/utils/zip-stream.js.map | 1 + .../dist/es5/xlsx/defaultnumformats.js | 230 + .../dist/es5/xlsx/defaultnumformats.js.map | 1 + .../exceljs/dist/es5/xlsx/rel-type.js | 18 + .../exceljs/dist/es5/xlsx/rel-type.js.map | 1 + .../exceljs/dist/es5/xlsx/xform/base-xform.js | 363 + .../dist/es5/xlsx/xform/base-xform.js.map | 1 + .../es5/xlsx/xform/book/defined-name-xform.js | 143 + .../xlsx/xform/book/defined-name-xform.js.map | 1 + .../dist/es5/xlsx/xform/book/sheet-xform.js | 79 + .../es5/xlsx/xform/book/sheet-xform.js.map | 1 + .../book/workbook-calc-properties-xform.js | 70 + .../workbook-calc-properties-xform.js.map | 1 + .../xform/book/workbook-properties-xform.js | 73 + .../book/workbook-properties-xform.js.map | 1 + .../xlsx/xform/book/workbook-view-xform.js | 104 + .../xform/book/workbook-view-xform.js.map | 1 + .../es5/xlsx/xform/book/workbook-xform.js | 317 + .../es5/xlsx/xform/book/workbook-xform.js.map | 1 + .../es5/xlsx/xform/comment/comment-xform.js | 124 + .../xlsx/xform/comment/comment-xform.js.map | 1 + .../es5/xlsx/xform/comment/comments-xform.js | 87 + .../xlsx/xform/comment/comments-xform.js.map | 1 + .../xform/comment/style/vml-position-xform.js | 83 + .../comment/style/vml-position-xform.js.map | 1 + .../comment/style/vml-protection-xform.js | 80 + .../comment/style/vml-protection-xform.js.map | 1 + .../xlsx/xform/comment/vml-anchor-xform.js | 104 + .../xform/comment/vml-anchor-xform.js.map | 1 + .../xform/comment/vml-client-data-xform.js | 156 + .../comment/vml-client-data-xform.js.map | 1 + .../es5/xlsx/xform/comment/vml-notes-xform.js | 169 + .../xlsx/xform/comment/vml-notes-xform.js.map | 1 + .../es5/xlsx/xform/comment/vml-shape-xform.js | 152 + .../xlsx/xform/comment/vml-shape-xform.js.map | 1 + .../xlsx/xform/comment/vml-textbox-xform.js | 121 + .../xform/comment/vml-textbox-xform.js.map | 1 + .../dist/es5/xlsx/xform/composite-xform.js | 103 + .../es5/xlsx/xform/composite-xform.js.map | 1 + .../xform/core/app-heading-pairs-xform.js | 75 + .../xform/core/app-heading-pairs-xform.js.map | 1 + .../xform/core/app-titles-of-parts-xform.js | 72 + .../core/app-titles-of-parts-xform.js.map | 1 + .../dist/es5/xlsx/xform/core/app-xform.js | 149 + .../dist/es5/xlsx/xform/core/app-xform.js.map | 1 + .../xlsx/xform/core/content-types-xform.js | 161 + .../xform/core/content-types-xform.js.map | 1 + .../dist/es5/xlsx/xform/core/core-xform.js | 215 + .../es5/xlsx/xform/core/core-xform.js.map | 1 + .../es5/xlsx/xform/core/relationship-xform.js | 69 + .../xlsx/xform/core/relationship-xform.js.map | 1 + .../xlsx/xform/core/relationships-xform.js | 121 + .../xform/core/relationships-xform.js.map | 1 + .../xform/drawing/base-cell-anchor-xform.js | 97 + .../drawing/base-cell-anchor-xform.js.map | 1 + .../es5/xlsx/xform/drawing/blip-fill-xform.js | 116 + .../xlsx/xform/drawing/blip-fill-xform.js.map | 1 + .../dist/es5/xlsx/xform/drawing/blip-xform.js | 87 + .../es5/xlsx/xform/drawing/blip-xform.js.map | 1 + .../xlsx/xform/drawing/c-nv-pic-pr-xform.js | 84 + .../xform/drawing/c-nv-pic-pr-xform.js.map | 1 + .../es5/xlsx/xform/drawing/c-nv-pr-xform.js | 119 + .../xlsx/xform/drawing/c-nv-pr-xform.js.map | 1 + .../xlsx/xform/drawing/cell-position-xform.js | 136 + .../xform/drawing/cell-position-xform.js.map | 1 + .../es5/xlsx/xform/drawing/drawing-xform.js | 168 + .../xlsx/xform/drawing/drawing-xform.js.map | 1 + .../es5/xlsx/xform/drawing/ext-lst-xform.js | 89 + .../xlsx/xform/drawing/ext-lst-xform.js.map | 1 + .../dist/es5/xlsx/xform/drawing/ext-xform.js | 88 + .../es5/xlsx/xform/drawing/ext-xform.js.map | 1 + .../xlsx/xform/drawing/hlink-click-xform.js | 87 + .../xform/drawing/hlink-click-xform.js.map | 1 + .../es5/xlsx/xform/drawing/nv-pic-pr-xform.js | 116 + .../xlsx/xform/drawing/nv-pic-pr-xform.js.map | 1 + .../xform/drawing/one-cell-anchor-xform.js | 117 + .../drawing/one-cell-anchor-xform.js.map | 1 + .../dist/es5/xlsx/xform/drawing/pic-xform.js | 128 + .../es5/xlsx/xform/drawing/pic-xform.js.map | 1 + .../dist/es5/xlsx/xform/drawing/sp-pr.js | 30 + .../dist/es5/xlsx/xform/drawing/sp-pr.js.map | 1 + .../xform/drawing/two-cell-anchor-xform.js | 115 + .../drawing/two-cell-anchor-xform.js.map | 1 + .../exceljs/dist/es5/xlsx/xform/list-xform.js | 143 + .../dist/es5/xlsx/xform/list-xform.js.map | 1 + .../es5/xlsx/xform/sheet/auto-filter-xform.js | 87 + .../xlsx/xform/sheet/auto-filter-xform.js.map | 1 + .../dist/es5/xlsx/xform/sheet/cell-xform.js | 606 + .../es5/xlsx/xform/sheet/cell-xform.js.map | 1 + .../xform/sheet/cf-ext/cf-icon-ext-xform.js | 71 + .../sheet/cf-ext/cf-icon-ext-xform.js.map | 1 + .../xform/sheet/cf-ext/cf-rule-ext-xform.js | 147 + .../sheet/cf-ext/cf-rule-ext-xform.js.map | 1 + .../xlsx/xform/sheet/cf-ext/cfvo-ext-xform.js | 86 + .../xform/sheet/cf-ext/cfvo-ext-xform.js.map | 1 + .../conditional-formatting-ext-xform.js | 108 + .../conditional-formatting-ext-xform.js.map | 1 + .../conditional-formattings-ext-xform.js | 103 + .../conditional-formattings-ext-xform.js.map | 1 + .../xform/sheet/cf-ext/databar-ext-xform.js | 141 + .../sheet/cf-ext/databar-ext-xform.js.map | 1 + .../xlsx/xform/sheet/cf-ext/f-ext-xform.js | 69 + .../xform/sheet/cf-ext/f-ext-xform.js.map | 1 + .../xform/sheet/cf-ext/icon-set-ext-xform.js | 135 + .../sheet/cf-ext/icon-set-ext-xform.js.map | 1 + .../xform/sheet/cf-ext/sqref-ext-xform.js | 69 + .../xform/sheet/cf-ext/sqref-ext-xform.js.map | 1 + .../es5/xlsx/xform/sheet/cf/cf-rule-xform.js | 386 + .../xlsx/xform/sheet/cf/cf-rule-xform.js.map | 1 + .../es5/xlsx/xform/sheet/cf/cfvo-xform.js | 70 + .../es5/xlsx/xform/sheet/cf/cfvo-xform.js.map | 1 + .../xlsx/xform/sheet/cf/color-scale-xform.js | 87 + .../xform/sheet/cf/color-scale-xform.js.map | 1 + .../sheet/cf/conditional-formatting-xform.js | 93 + .../cf/conditional-formatting-xform.js.map | 1 + .../sheet/cf/conditional-formattings-xform.js | 154 + .../cf/conditional-formattings-xform.js.map | 1 + .../es5/xlsx/xform/sheet/cf/databar-xform.js | 92 + .../xlsx/xform/sheet/cf/databar-xform.js.map | 1 + .../xlsx/xform/sheet/cf/ext-lst-ref-xform.js | 163 + .../xform/sheet/cf/ext-lst-ref-xform.js.map | 1 + .../es5/xlsx/xform/sheet/cf/formula-xform.js | 69 + .../xlsx/xform/sheet/cf/formula-xform.js.map | 1 + .../es5/xlsx/xform/sheet/cf/icon-set-xform.js | 90 + .../xlsx/xform/sheet/cf/icon-set-xform.js.map | 1 + .../dist/es5/xlsx/xform/sheet/col-xform.js | 143 + .../es5/xlsx/xform/sheet/col-xform.js.map | 1 + .../xform/sheet/data-validations-xform.js | 365 + .../xform/sheet/data-validations-xform.js.map | 1 + .../es5/xlsx/xform/sheet/dimension-xform.js | 76 + .../xlsx/xform/sheet/dimension-xform.js.map | 1 + .../es5/xlsx/xform/sheet/drawing-xform.js | 80 + .../es5/xlsx/xform/sheet/drawing-xform.js.map | 1 + .../es5/xlsx/xform/sheet/ext-lst-xform.js | 146 + .../es5/xlsx/xform/sheet/ext-lst-xform.js.map | 1 + .../xlsx/xform/sheet/header-footer-xform.js | 199 + .../xform/sheet/header-footer-xform.js.map | 1 + .../es5/xlsx/xform/sheet/hyperlink-xform.js | 80 + .../xlsx/xform/sheet/hyperlink-xform.js.map | 1 + .../es5/xlsx/xform/sheet/merge-cell-xform.js | 74 + .../xlsx/xform/sheet/merge-cell-xform.js.map | 1 + .../dist/es5/xlsx/xform/sheet/merges.js | 82 + .../dist/es5/xlsx/xform/sheet/merges.js.map | 1 + .../xform/sheet/outline-properties-xform.js | 87 + .../sheet/outline-properties-xform.js.map | 1 + .../es5/xlsx/xform/sheet/page-breaks-xform.js | 72 + .../xlsx/xform/sheet/page-breaks-xform.js.map | 1 + .../xlsx/xform/sheet/page-margins-xform.js | 98 + .../xform/sheet/page-margins-xform.js.map | 1 + .../sheet/page-setup-properties-xform.js | 81 + .../sheet/page-setup-properties-xform.js.map | 1 + .../es5/xlsx/xform/sheet/page-setup-xform.js | 159 + .../xlsx/xform/sheet/page-setup-xform.js.map | 1 + .../es5/xlsx/xform/sheet/picture-xform.js | 80 + .../es5/xlsx/xform/sheet/picture-xform.js.map | 1 + .../xlsx/xform/sheet/print-options-xform.js | 98 + .../xform/sheet/print-options-xform.js.map | 1 + .../es5/xlsx/xform/sheet/row-breaks-xform.js | 72 + .../xlsx/xform/sheet/row-breaks-xform.js.map | 1 + .../dist/es5/xlsx/xform/sheet/row-xform.js | 208 + .../es5/xlsx/xform/sheet/row-xform.js.map | 1 + .../sheet/sheet-format-properties-xform.js | 106 + .../sheet-format-properties-xform.js.map | 1 + .../xform/sheet/sheet-properties-xform.js | 144 + .../xform/sheet/sheet-properties-xform.js.map | 1 + .../xform/sheet/sheet-protection-xform.js | 141 + .../xform/sheet/sheet-protection-xform.js.map | 1 + .../es5/xlsx/xform/sheet/sheet-view-xform.js | 265 + .../xlsx/xform/sheet/sheet-view-xform.js.map | 1 + .../es5/xlsx/xform/sheet/table-part-xform.js | 80 + .../xlsx/xform/sheet/table-part-xform.js.map | 1 + .../es5/xlsx/xform/sheet/worksheet-xform.js | 626 + .../xlsx/xform/sheet/worksheet-xform.js.map | 1 + .../es5/xlsx/xform/simple/boolean-xform.js | 72 + .../xlsx/xform/simple/boolean-xform.js.map | 1 + .../dist/es5/xlsx/xform/simple/date-xform.js | 110 + .../es5/xlsx/xform/simple/date-xform.js.map | 1 + .../dist/es5/xlsx/xform/simple/float-xform.js | 96 + .../es5/xlsx/xform/simple/float-xform.js.map | 1 + .../es5/xlsx/xform/simple/integer-xform.js | 103 + .../xlsx/xform/simple/integer-xform.js.map | 1 + .../es5/xlsx/xform/simple/string-xform.js | 96 + .../es5/xlsx/xform/simple/string-xform.js.map | 1 + .../dist/es5/xlsx/xform/static-xform.js | 110 + .../dist/es5/xlsx/xform/static-xform.js.map | 1 + .../xlsx/xform/strings/phonetic-text-xform.js | 156 + .../xform/strings/phonetic-text-xform.js.map | 1 + .../es5/xlsx/xform/strings/rich-text-xform.js | 153 + .../xlsx/xform/strings/rich-text-xform.js.map | 1 + .../xlsx/xform/strings/shared-string-xform.js | 162 + .../xform/strings/shared-string-xform.js.map | 1 + .../xform/strings/shared-strings-xform.js | 185 + .../xform/strings/shared-strings-xform.js.map | 1 + .../dist/es5/xlsx/xform/strings/text-xform.js | 91 + .../es5/xlsx/xform/strings/text-xform.js.map | 1 + .../es5/xlsx/xform/style/alignment-xform.js | 204 + .../xlsx/xform/style/alignment-xform.js.map | 1 + .../dist/es5/xlsx/xform/style/border-xform.js | 283 + .../es5/xlsx/xform/style/border-xform.js.map | 1 + .../dist/es5/xlsx/xform/style/color-xform.js | 118 + .../es5/xlsx/xform/style/color-xform.js.map | 1 + .../dist/es5/xlsx/xform/style/dxf-xform.js | 165 + .../es5/xlsx/xform/style/dxf-xform.js.map | 1 + .../dist/es5/xlsx/xform/style/fill-xform.js | 477 + .../es5/xlsx/xform/style/fill-xform.js.map | 1 + .../dist/es5/xlsx/xform/style/font-xform.js | 234 + .../es5/xlsx/xform/style/font-xform.js.map | 1 + .../dist/es5/xlsx/xform/style/numfmt-xform.js | 112 + .../es5/xlsx/xform/style/numfmt-xform.js.map | 1 + .../es5/xlsx/xform/style/protection-xform.js | 102 + .../xlsx/xform/style/protection-xform.js.map | 1 + .../dist/es5/xlsx/xform/style/style-xform.js | 183 + .../es5/xlsx/xform/style/style-xform.js.map | 1 + .../dist/es5/xlsx/xform/style/styles-xform.js | 733 + .../es5/xlsx/xform/style/styles-xform.js.map | 1 + .../es5/xlsx/xform/style/underline-xform.js | 95 + .../xlsx/xform/style/underline-xform.js.map | 1 + .../es5/xlsx/xform/table/auto-filter-xform.js | 136 + .../xlsx/xform/table/auto-filter-xform.js.map | 1 + .../xlsx/xform/table/filter-column-xform.js | 84 + .../xform/table/filter-column-xform.js.map | 1 + .../xlsx/xform/table/table-column-xform.js | 90 + .../xform/table/table-column-xform.js.map | 1 + .../xform/table/table-style-info-xform.js | 86 + .../xform/table/table-style-info-xform.js.map | 1 + .../dist/es5/xlsx/xform/table/table-xform.js | 194 + .../es5/xlsx/xform/table/table-xform.js.map | 1 + .../exceljs/dist/es5/xlsx/xlsx.js | 1648 + .../exceljs/dist/es5/xlsx/xlsx.js.map | 1 + .../exceljs/dist/es5/xlsx/xml/theme1.js | 5 + .../exceljs/dist/es5/xlsx/xml/theme1.js.map | 1 + .../node_modules/exceljs/dist/exceljs.bare.js | 80054 +++++++++++++++ .../exceljs/dist/exceljs.bare.js.map | 861 + .../exceljs/dist/exceljs.bare.min.js | 39 + .../exceljs/dist/exceljs.bare.min.js.map | 1 + .../node_modules/exceljs/dist/exceljs.js | 83606 ++++++++++++++++ .../node_modules/exceljs/dist/exceljs.js.map | 1079 + .../node_modules/exceljs/dist/exceljs.min.js | 39 + .../exceljs/dist/exceljs.min.js.map | 1 + .../node_modules/exceljs/excel.js | 13 + .../node_modules/exceljs/index.d.ts | 2017 + .../node_modules/exceljs/index.ts | 2 + .../node_modules/exceljs/lib/csv/csv.js | 191 + .../exceljs/lib/csv/line-buffer.js | 74 + .../exceljs/lib/csv/stream-converter.js | 135 + .../node_modules/exceljs/lib/doc/anchor.js | 91 + .../node_modules/exceljs/lib/doc/cell.js | 1124 + .../node_modules/exceljs/lib/doc/column.js | 313 + .../exceljs/lib/doc/data-validations.js | 19 + .../exceljs/lib/doc/data/theme1.json | 234 + .../exceljs/lib/doc/defined-names.js | 196 + .../node_modules/exceljs/lib/doc/enums.js | 48 + .../node_modules/exceljs/lib/doc/image.js | 59 + .../exceljs/lib/doc/modelcontainer.js | 18 + .../node_modules/exceljs/lib/doc/note.js | 65 + .../node_modules/exceljs/lib/doc/range.js | 257 + .../node_modules/exceljs/lib/doc/row.js | 415 + .../node_modules/exceljs/lib/doc/table.js | 465 + .../node_modules/exceljs/lib/doc/workbook.js | 249 + .../node_modules/exceljs/lib/doc/worksheet.js | 878 + .../node_modules/exceljs/lib/exceljs.bare.js | 13 + .../exceljs/lib/exceljs.browser.js | 35 + .../exceljs/lib/exceljs.nodejs.js | 14 + .../lib/stream/xlsx/hyperlink-reader.js | 83 + .../lib/stream/xlsx/sheet-comments-writer.js | 121 + .../lib/stream/xlsx/sheet-rels-writer.js | 119 + .../lib/stream/xlsx/workbook-reader.js | 339 + .../lib/stream/xlsx/workbook-writer.js | 347 + .../lib/stream/xlsx/worksheet-reader.js | 367 + .../lib/stream/xlsx/worksheet-writer.js | 717 + .../exceljs/lib/utils/auto-drain.js | 15 + .../lib/utils/browser-buffer-decode.js | 14 + .../lib/utils/browser-buffer-encode.js | 15 + .../exceljs/lib/utils/cell-matrix.js | 165 + .../exceljs/lib/utils/col-cache.js | 287 + .../exceljs/lib/utils/encryptor.js | 55 + .../exceljs/lib/utils/iterate-stream.js | 48 + .../exceljs/lib/utils/parse-sax.js | 30 + .../exceljs/lib/utils/shared-formula.js | 44 + .../exceljs/lib/utils/shared-strings.js | 35 + .../exceljs/lib/utils/stream-base64.js | 72 + .../exceljs/lib/utils/stream-buf.js | 364 + .../exceljs/lib/utils/string-buf.js | 82 + .../exceljs/lib/utils/string-builder.js | 35 + .../exceljs/lib/utils/stuttered-pipe.js | 67 + .../exceljs/lib/utils/typed-stack.js | 24 + .../exceljs/lib/utils/under-dash.js | 165 + .../node_modules/exceljs/lib/utils/utils.js | 168 + .../exceljs/lib/utils/xml-stream.js | 174 + .../exceljs/lib/utils/zip-stream.js | 87 + .../node_modules/exceljs/lib/xlsx/.rels | 11 + .../exceljs/lib/xlsx/calcChain.xml | 6 + .../node_modules/exceljs/lib/xlsx/core.xml | 7 + .../exceljs/lib/xlsx/defaultnumformats.js | 153 + .../node_modules/exceljs/lib/xlsx/rel-type.js | 21 + .../node_modules/exceljs/lib/xlsx/styles.xml | 41 + .../exceljs/lib/xlsx/workbook.xml | 16 + .../exceljs/lib/xlsx/xform/base-xform.js | 145 + .../lib/xlsx/xform/book/defined-name-xform.js | 91 + .../lib/xlsx/xform/book/sheet-xform.js | 34 + .../book/workbook-calc-properties-xform.js | 26 + .../xform/book/workbook-properties-xform.js | 29 + .../xlsx/xform/book/workbook-view-xform.js | 53 + .../lib/xlsx/xform/book/workbook-xform.js | 255 + .../lib/xlsx/xform/comment/comment-xform.js | 105 + .../lib/xlsx/xform/comment/comments-xform.js | 82 + .../xform/comment/style/vml-position-xform.js | 39 + .../comment/style/vml-protection-xform.js | 36 + .../xlsx/xform/comment/vml-anchor-xform.js | 60 + .../xform/comment/vml-client-data-xform.js | 95 + .../lib/xlsx/xform/comment/vml-notes-xform.js | 107 + .../lib/xlsx/xform/comment/vml-shape-xform.js | 95 + .../xlsx/xform/comment/vml-textbox-xform.js | 64 + .../exceljs/lib/xlsx/xform/composite-xform.js | 56 + .../xform/core/app-heading-pairs-xform.js | 32 + .../xform/core/app-titles-of-parts-xform.js | 28 + .../exceljs/lib/xlsx/xform/core/app-xform.js | 100 + .../xlsx/xform/core/content-types-xform.js | 120 + .../exceljs/lib/xlsx/xform/core/core-xform.js | 136 + .../lib/xlsx/xform/core/relationship-xform.js | 25 + .../xlsx/xform/core/relationships-xform.js | 73 + .../xform/drawing/base-cell-anchor-xform.js | 48 + .../lib/xlsx/xform/drawing/blip-fill-xform.js | 71 + .../lib/xlsx/xform/drawing/blip-xform.js | 42 + .../xlsx/xform/drawing/c-nv-pic-pr-xform.js | 38 + .../lib/xlsx/xform/drawing/c-nv-pr-xform.js | 68 + .../xlsx/xform/drawing/cell-position-xform.js | 77 + .../lib/xlsx/xform/drawing/drawing-xform.js | 109 + .../lib/xlsx/xform/drawing/ext-lst-xform.js | 43 + .../lib/xlsx/xform/drawing/ext-xform.js | 44 + .../xlsx/xform/drawing/hlink-click-xform.js | 41 + .../lib/xlsx/xform/drawing/nv-pic-pr-xform.js | 65 + .../xform/drawing/one-cell-anchor-xform.js | 63 + .../lib/xlsx/xform/drawing/pic-xform.js | 77 + .../exceljs/lib/xlsx/xform/drawing/sp-pr.js | 17 + .../xform/drawing/two-cell-anchor-xform.js | 62 + .../exceljs/lib/xlsx/xform/list-xform.js | 95 + .../lib/xlsx/xform/sheet/auto-filter-xform.js | 38 + .../lib/xlsx/xform/sheet/cell-xform.js | 498 + .../xform/sheet/cf-ext/cf-icon-ext-xform.js | 27 + .../xform/sheet/cf-ext/cf-rule-ext-xform.js | 98 + .../xlsx/xform/sheet/cf-ext/cfvo-ext-xform.js | 43 + .../conditional-formatting-ext-xform.js | 62 + .../conditional-formattings-ext-xform.js | 50 + .../xform/sheet/cf-ext/databar-ext-xform.js | 98 + .../xlsx/xform/sheet/cf-ext/f-ext-xform.js | 25 + .../xform/sheet/cf-ext/icon-set-ext-xform.js | 73 + .../xform/sheet/cf-ext/sqref-ext-xform.js | 25 + .../lib/xlsx/xform/sheet/cf/cf-rule-xform.js | 301 + .../lib/xlsx/xform/sheet/cf/cfvo-xform.js | 27 + .../xlsx/xform/sheet/cf/color-scale-xform.js | 45 + .../sheet/cf/conditional-formatting-xform.js | 48 + .../sheet/cf/conditional-formattings-xform.js | 92 + .../lib/xlsx/xform/sheet/cf/databar-xform.js | 49 + .../xlsx/xform/sheet/cf/ext-lst-ref-xform.js | 87 + .../lib/xlsx/xform/sheet/cf/formula-xform.js | 25 + .../lib/xlsx/xform/sheet/cf/icon-set-xform.js | 47 + .../exceljs/lib/xlsx/xform/sheet/col-xform.js | 90 + .../xform/sheet/data-validations-xform.js | 265 + .../lib/xlsx/xform/sheet/dimension-xform.js | 29 + .../lib/xlsx/xform/sheet/drawing-xform.js | 33 + .../lib/xlsx/xform/sheet/ext-lst-xform.js | 86 + .../xlsx/xform/sheet/header-footer-xform.js | 146 + .../lib/xlsx/xform/sheet/hyperlink-xform.js | 35 + .../lib/xlsx/xform/sheet/merge-cell-xform.js | 27 + .../exceljs/lib/xlsx/xform/sheet/merges.js | 56 + .../xform/sheet/outline-properties-xform.js | 43 + .../lib/xlsx/xform/sheet/page-breaks-xform.js | 27 + .../xlsx/xform/sheet/page-margins-xform.js | 49 + .../sheet/page-setup-properties-xform.js | 35 + .../lib/xlsx/xform/sheet/page-setup-xform.js | 103 + .../lib/xlsx/xform/sheet/picture-xform.js | 33 + .../xlsx/xform/sheet/print-options-xform.js | 49 + .../lib/xlsx/xform/sheet/row-breaks-xform.js | 39 + .../exceljs/lib/xlsx/xform/sheet/row-xform.js | 146 + .../sheet/sheet-format-properties-xform.js | 55 + .../xform/sheet/sheet-properties-xform.js | 90 + .../xform/sheet/sheet-protection-xform.js | 89 + .../lib/xlsx/xform/sheet/sheet-view-xform.js | 202 + .../lib/xlsx/xform/sheet/table-part-xform.js | 33 + .../lib/xlsx/xform/sheet/worksheet-xform.js | 542 + .../lib/xlsx/xform/simple/boolean-xform.js | 31 + .../lib/xlsx/xform/simple/date-xform.js | 66 + .../lib/xlsx/xform/simple/float-xform.js | 51 + .../lib/xlsx/xform/simple/integer-xform.js | 57 + .../lib/xlsx/xform/simple/string-xform.js | 51 + .../exceljs/lib/xlsx/xform/static-xform.js | 64 + .../xlsx/xform/strings/phonetic-text-xform.js | 98 + .../lib/xlsx/xform/strings/rich-text-xform.js | 101 + .../xlsx/xform/strings/shared-string-xform.js | 102 + .../xform/strings/shared-strings-xform.js | 127 + .../lib/xlsx/xform/strings/text-xform.js | 44 + .../lib/xlsx/xform/style/alignment-xform.js | 172 + .../lib/xlsx/xform/style/border-xform.js | 205 + .../lib/xlsx/xform/style/color-xform.js | 63 + .../exceljs/lib/xlsx/xform/style/dxf-xform.js | 110 + .../lib/xlsx/xform/style/fill-xform.js | 364 + .../lib/xlsx/xform/style/font-xform.js | 102 + .../lib/xlsx/xform/style/numfmt-xform.js | 63 + .../lib/xlsx/xform/style/protection-xform.js | 60 + .../lib/xlsx/xform/style/style-xform.js | 125 + .../lib/xlsx/xform/style/styles-xform.js | 527 + .../lib/xlsx/xform/style/underline-xform.js | 47 + .../lib/xlsx/xform/table/auto-filter-xform.js | 81 + .../xlsx/xform/table/filter-column-xform.js | 38 + .../xlsx/xform/table/table-column-xform.js | 44 + .../xform/table/table-style-info-xform.js | 41 + .../lib/xlsx/xform/table/table-xform.js | 131 + .../node_modules/exceljs/lib/xlsx/xlsx.js | 691 + .../exceljs/lib/xlsx/xml/theme1.js | 3 + .../exceljs/lib/xlsx/xml/theme1.xml | 318 + .../node_modules/exceljs/package.json | 149 + .../node_modules/fast-csv/CHANGELOG.md | 88 + .../node_modules/fast-csv/LICENSE | 21 + .../node_modules/fast-csv/README.md | 20 + .../node_modules/fast-csv/package.json | 44 + .../node_modules/fs-constants/LICENSE | 21 + .../node_modules/fs-constants/README.md | 26 + .../node_modules/fs-constants/browser.js | 1 + .../node_modules/fs-constants/index.js | 1 + .../node_modules/fs-constants/package.json | 19 + .../node_modules/fs-extra/LICENSE | 15 + .../node_modules/fs-extra/README.md | 262 + .../fs-extra/lib/copy/copy-sync.js | 169 + .../node_modules/fs-extra/lib/copy/copy.js | 235 + .../node_modules/fs-extra/lib/copy/index.js | 7 + .../node_modules/fs-extra/lib/empty/index.js | 39 + .../node_modules/fs-extra/lib/ensure/file.js | 69 + .../node_modules/fs-extra/lib/ensure/index.js | 23 + .../node_modules/fs-extra/lib/ensure/link.js | 64 + .../fs-extra/lib/ensure/symlink-paths.js | 99 + .../fs-extra/lib/ensure/symlink-type.js | 31 + .../fs-extra/lib/ensure/symlink.js | 82 + .../node_modules/fs-extra/lib/fs/index.js | 128 + .../node_modules/fs-extra/lib/index.js | 16 + .../node_modules/fs-extra/lib/json/index.js | 16 + .../fs-extra/lib/json/jsonfile.js | 11 + .../fs-extra/lib/json/output-json-sync.js | 12 + .../fs-extra/lib/json/output-json.js | 12 + .../node_modules/fs-extra/lib/mkdirs/index.js | 14 + .../fs-extra/lib/mkdirs/make-dir.js | 27 + .../node_modules/fs-extra/lib/mkdirs/utils.js | 21 + .../node_modules/fs-extra/lib/move/index.js | 7 + .../fs-extra/lib/move/move-sync.js | 54 + .../node_modules/fs-extra/lib/move/move.js | 75 + .../fs-extra/lib/output-file/index.js | 40 + .../fs-extra/lib/path-exists/index.js | 12 + .../node_modules/fs-extra/lib/remove/index.js | 22 + .../fs-extra/lib/remove/rimraf.js | 302 + .../node_modules/fs-extra/lib/util/stat.js | 154 + .../node_modules/fs-extra/lib/util/utimes.js | 26 + .../node_modules/fs-extra/package.json | 67 + .../node_modules/fs.realpath/LICENSE | 43 + .../node_modules/fs.realpath/README.md | 33 + .../node_modules/fs.realpath/index.js | 66 + .../node_modules/fs.realpath/old.js | 303 + .../node_modules/fs.realpath/package.json | 26 + .../node_modules/fstream/.travis.yml | 9 + .../node_modules/fstream/LICENSE | 15 + .../node_modules/fstream/README.md | 76 + .../fstream/examples/filter-pipe.js | 134 + .../node_modules/fstream/examples/pipe.js | 118 + .../node_modules/fstream/examples/reader.js | 68 + .../fstream/examples/symlink-write.js | 27 + .../node_modules/fstream/fstream.js | 35 + .../node_modules/fstream/lib/abstract.js | 85 + .../node_modules/fstream/lib/collect.js | 70 + .../node_modules/fstream/lib/dir-reader.js | 252 + .../node_modules/fstream/lib/dir-writer.js | 174 + .../node_modules/fstream/lib/file-reader.js | 150 + .../node_modules/fstream/lib/file-writer.js | 107 + .../node_modules/fstream/lib/get-type.js | 33 + .../node_modules/fstream/lib/link-reader.js | 53 + .../node_modules/fstream/lib/link-writer.js | 95 + .../node_modules/fstream/lib/proxy-reader.js | 95 + .../node_modules/fstream/lib/proxy-writer.js | 111 + .../node_modules/fstream/lib/reader.js | 255 + .../node_modules/fstream/lib/socket-reader.js | 36 + .../node_modules/fstream/lib/writer.js | 390 + .../fstream/node_modules/.bin/rimraf | 12 + .../fstream/node_modules/.bin/rimraf.cmd | 17 + .../fstream/node_modules/.bin/rimraf.ps1 | 28 + .../fstream/node_modules/rimraf/LICENSE | 15 + .../fstream/node_modules/rimraf/README.md | 101 + .../fstream/node_modules/rimraf/bin.js | 50 + .../fstream/node_modules/rimraf/package.json | 29 + .../fstream/node_modules/rimraf/rimraf.js | 372 + .../node_modules/fstream/package.json | 28 + .../node_modules/glob/LICENSE | 21 + .../node_modules/glob/README.md | 378 + .../node_modules/glob/common.js | 236 + .../node_modules/glob/glob.js | 787 + .../node_modules/glob/package.json | 52 + .../node_modules/glob/sync.js | 483 + .../node_modules/graceful-fs/LICENSE | 15 + .../node_modules/graceful-fs/README.md | 143 + .../node_modules/graceful-fs/clone.js | 23 + .../node_modules/graceful-fs/graceful-fs.js | 448 + .../graceful-fs/legacy-streams.js | 118 + .../node_modules/graceful-fs/package.json | 50 + .../node_modules/graceful-fs/polyfills.js | 355 + .../node_modules/ieee754/LICENSE | 11 + .../node_modules/ieee754/README.md | 51 + .../node_modules/ieee754/index.d.ts | 10 + .../node_modules/ieee754/index.js | 85 + .../node_modules/ieee754/package.json | 52 + .../node_modules/immediate/LICENSE.txt | 20 + .../node_modules/immediate/README.md | 93 + .../node_modules/immediate/dist/immediate.js | 75 + .../immediate/dist/immediate.min.js | 1 + .../node_modules/immediate/lib/browser.js | 69 + .../node_modules/immediate/lib/index.js | 73 + .../node_modules/immediate/package.json | 42 + .../node_modules/inflight/LICENSE | 15 + .../node_modules/inflight/README.md | 37 + .../node_modules/inflight/inflight.js | 54 + .../node_modules/inflight/package.json | 29 + .../node_modules/inherits/LICENSE | 16 + .../node_modules/inherits/README.md | 42 + .../node_modules/inherits/inherits.js | 9 + .../node_modules/inherits/inherits_browser.js | 27 + .../node_modules/inherits/package.json | 29 + .../node_modules/isarray/.npmignore | 1 + .../node_modules/isarray/.travis.yml | 4 + .../node_modules/isarray/Makefile | 6 + .../node_modules/isarray/README.md | 60 + .../node_modules/isarray/component.json | 19 + .../node_modules/isarray/index.js | 5 + .../node_modules/isarray/package.json | 45 + .../node_modules/isarray/test.js | 20 + .../node_modules/jsonfile/CHANGELOG.md | 171 + .../node_modules/jsonfile/LICENSE | 15 + .../node_modules/jsonfile/README.md | 230 + .../node_modules/jsonfile/index.js | 88 + .../node_modules/jsonfile/package.json | 40 + .../node_modules/jsonfile/utils.js | 14 + .../node_modules/jszip/.codeclimate.yml | 16 + .../node_modules/jszip/.editorconfig | 8 + .../jszip/.github/workflows/pr.yaml | 42 + .../node_modules/jszip/.jshintignore | 1 + .../node_modules/jszip/.jshintrc | 21 + .../node_modules/jszip/.travis.yml | 17 + .../node_modules/jszip/CHANGES.md | 187 + .../node_modules/jszip/LICENSE.markdown | 651 + .../node_modules/jszip/README.markdown | 35 + .../node_modules/jszip/dist/jszip.js | 11402 +++ .../node_modules/jszip/dist/jszip.min.js | 13 + .../node_modules/jszip/index.d.ts | 335 + .../node_modules/jszip/lib/base64.js | 106 + .../jszip/lib/compressedObject.js | 74 + .../node_modules/jszip/lib/compressions.js | 14 + .../node_modules/jszip/lib/crc32.js | 77 + .../node_modules/jszip/lib/defaults.js | 11 + .../node_modules/jszip/lib/external.js | 19 + .../node_modules/jszip/lib/flate.js | 85 + .../jszip/lib/generate/ZipFileWorker.js | 540 + .../node_modules/jszip/lib/generate/index.js | 57 + .../node_modules/jszip/lib/index.js | 55 + .../node_modules/jszip/lib/license_header.js | 11 + .../node_modules/jszip/lib/load.js | 88 + .../lib/nodejs/NodejsStreamInputAdapter.js | 74 + .../lib/nodejs/NodejsStreamOutputAdapter.js | 42 + .../node_modules/jszip/lib/nodejsUtils.js | 57 + .../node_modules/jszip/lib/object.js | 389 + .../jszip/lib/readable-stream-browser.js | 9 + .../jszip/lib/reader/ArrayReader.js | 57 + .../jszip/lib/reader/DataReader.js | 116 + .../jszip/lib/reader/NodeBufferReader.js | 19 + .../jszip/lib/reader/StringReader.js | 38 + .../jszip/lib/reader/Uint8ArrayReader.js | 22 + .../jszip/lib/reader/readerFor.js | 28 + .../node_modules/jszip/lib/signature.js | 7 + .../jszip/lib/stream/ConvertWorker.js | 26 + .../jszip/lib/stream/Crc32Probe.js | 24 + .../jszip/lib/stream/DataLengthProbe.js | 29 + .../jszip/lib/stream/DataWorker.js | 116 + .../jszip/lib/stream/GenericWorker.js | 263 + .../jszip/lib/stream/StreamHelper.js | 212 + .../node_modules/jszip/lib/support.js | 38 + .../node_modules/jszip/lib/utf8.js | 275 + .../node_modules/jszip/lib/utils.js | 501 + .../node_modules/jszip/lib/zipEntries.js | 262 + .../node_modules/jszip/lib/zipEntry.js | 294 + .../node_modules/jszip/lib/zipObject.js | 133 + .../node_modules/readable-stream/.travis.yml | 34 + .../readable-stream/CONTRIBUTING.md | 38 + .../readable-stream/GOVERNANCE.md | 136 + .../node_modules/readable-stream/LICENSE | 47 + .../node_modules/readable-stream/README.md | 58 + .../doc/wg-meetings/2015-01-30.md | 60 + .../readable-stream/duplex-browser.js | 1 + .../node_modules/readable-stream/duplex.js | 1 + .../readable-stream/lib/_stream_duplex.js | 131 + .../lib/_stream_passthrough.js | 47 + .../readable-stream/lib/_stream_readable.js | 1019 + .../readable-stream/lib/_stream_transform.js | 214 + .../readable-stream/lib/_stream_writable.js | 687 + .../lib/internal/streams/BufferList.js | 79 + .../lib/internal/streams/destroy.js | 74 + .../lib/internal/streams/stream-browser.js | 1 + .../lib/internal/streams/stream.js | 1 + .../node_modules/readable-stream/package.json | 52 + .../readable-stream/passthrough.js | 1 + .../readable-stream/readable-browser.js | 7 + .../node_modules/readable-stream/readable.js | 19 + .../node_modules/readable-stream/transform.js | 1 + .../readable-stream/writable-browser.js | 1 + .../node_modules/readable-stream/writable.js | 8 + .../jszip/node_modules/safe-buffer/LICENSE | 21 + .../jszip/node_modules/safe-buffer/README.md | 584 + .../jszip/node_modules/safe-buffer/index.d.ts | 187 + .../jszip/node_modules/safe-buffer/index.js | 62 + .../node_modules/safe-buffer/package.json | 37 + .../node_modules/string_decoder/.travis.yml | 50 + .../jszip/node_modules/string_decoder/LICENSE | 48 + .../node_modules/string_decoder/README.md | 47 + .../string_decoder/lib/string_decoder.js | 296 + .../node_modules/string_decoder/package.json | 31 + .../node_modules/jszip/package.json | 64 + .../node_modules/jszip/tsconfig.json | 101 + .../node_modules/jszip/vendor/FileSaver.js | 247 + .../node_modules/lazystream/LICENSE | 23 + .../node_modules/lazystream/README.md | 114 + .../node_modules/lazystream/lib/lazystream.js | 54 + .../node_modules/readable-stream/.travis.yml | 34 + .../readable-stream/CONTRIBUTING.md | 38 + .../readable-stream/GOVERNANCE.md | 136 + .../node_modules/readable-stream/LICENSE | 47 + .../node_modules/readable-stream/README.md | 58 + .../doc/wg-meetings/2015-01-30.md | 60 + .../readable-stream/duplex-browser.js | 1 + .../node_modules/readable-stream/duplex.js | 1 + .../readable-stream/lib/_stream_duplex.js | 131 + .../lib/_stream_passthrough.js | 47 + .../readable-stream/lib/_stream_readable.js | 1019 + .../readable-stream/lib/_stream_transform.js | 214 + .../readable-stream/lib/_stream_writable.js | 687 + .../lib/internal/streams/BufferList.js | 79 + .../lib/internal/streams/destroy.js | 74 + .../lib/internal/streams/stream-browser.js | 1 + .../lib/internal/streams/stream.js | 1 + .../node_modules/readable-stream/package.json | 52 + .../readable-stream/passthrough.js | 1 + .../readable-stream/readable-browser.js | 7 + .../node_modules/readable-stream/readable.js | 19 + .../node_modules/readable-stream/transform.js | 1 + .../readable-stream/writable-browser.js | 1 + .../node_modules/readable-stream/writable.js | 8 + .../node_modules/safe-buffer/LICENSE | 21 + .../node_modules/safe-buffer/README.md | 584 + .../node_modules/safe-buffer/index.d.ts | 187 + .../node_modules/safe-buffer/index.js | 62 + .../node_modules/safe-buffer/package.json | 37 + .../node_modules/string_decoder/.travis.yml | 50 + .../node_modules/string_decoder/LICENSE | 48 + .../node_modules/string_decoder/README.md | 47 + .../string_decoder/lib/string_decoder.js | 296 + .../node_modules/string_decoder/package.json | 31 + .../node_modules/lazystream/package.json | 46 + .../node_modules/lazystream/test/data.md | 13 + .../node_modules/lazystream/test/fs_test.js | 69 + .../node_modules/lazystream/test/helper.js | 39 + .../node_modules/lazystream/test/pipe_test.js | 36 + .../lazystream/test/readable_test.js | 90 + .../lazystream/test/writable_test.js | 59 + .../node_modules/lie/README.md | 62 + .../node_modules/lie/dist/lie.js | 350 + .../node_modules/lie/dist/lie.min.js | 1 + .../node_modules/lie/dist/lie.polyfill.js | 358 + .../node_modules/lie/dist/lie.polyfill.min.js | 1 + .../node_modules/lie/lib/browser.js | 273 + .../node_modules/lie/lib/index.js | 298 + .../node_modules/lie/license.md | 7 + .../node_modules/lie/lie.d.ts | 244 + .../node_modules/lie/package.json | 69 + .../node_modules/lie/polyfill.js | 4 + .../node_modules/listenercount/.npmignore | 2 + .../node_modules/listenercount/LICENSE.md | 5 + .../node_modules/listenercount/README.md | 50 + .../node_modules/listenercount/circle.yml | 6 + .../node_modules/listenercount/index.js | 16 + .../node_modules/listenercount/package.json | 27 + .../node_modules/listenercount/test/test.js | 31 + .../node_modules/lodash.defaults/LICENSE | 47 + .../node_modules/lodash.defaults/README.md | 18 + .../node_modules/lodash.defaults/index.js | 668 + .../node_modules/lodash.defaults/package.json | 17 + .../node_modules/lodash.difference/LICENSE | 47 + .../node_modules/lodash.difference/README.md | 18 + .../node_modules/lodash.difference/index.js | 1170 + .../lodash.difference/package.json | 17 + .../node_modules/lodash.escaperegexp/LICENSE | 47 + .../lodash.escaperegexp/README.md | 18 + .../node_modules/lodash.escaperegexp/index.js | 166 + .../lodash.escaperegexp/package.json | 17 + .../node_modules/lodash.flatten/LICENSE | 47 + .../node_modules/lodash.flatten/README.md | 18 + .../node_modules/lodash.flatten/index.js | 349 + .../node_modules/lodash.flatten/package.json | 17 + .../node_modules/lodash.groupby/LICENSE | 47 + .../node_modules/lodash.groupby/README.md | 18 + .../node_modules/lodash.groupby/index.js | 2369 + .../node_modules/lodash.groupby/package.json | 17 + .../node_modules/lodash.isboolean/LICENSE | 22 + .../node_modules/lodash.isboolean/README.md | 18 + .../node_modules/lodash.isboolean/index.js | 70 + .../lodash.isboolean/package.json | 17 + .../node_modules/lodash.isequal/LICENSE | 47 + .../node_modules/lodash.isequal/README.md | 18 + .../node_modules/lodash.isequal/index.js | 1848 + .../node_modules/lodash.isequal/package.json | 16 + .../node_modules/lodash.isfunction/LICENSE | 47 + .../node_modules/lodash.isfunction/README.md | 18 + .../node_modules/lodash.isfunction/index.js | 155 + .../lodash.isfunction/package.json | 16 + .../node_modules/lodash.isnil/LICENSE | 22 + .../node_modules/lodash.isnil/README.md | 18 + .../node_modules/lodash.isnil/index.js | 33 + .../node_modules/lodash.isnil/package.json | 17 + .../node_modules/lodash.isplainobject/LICENSE | 47 + .../lodash.isplainobject/README.md | 18 + .../lodash.isplainobject/index.js | 139 + .../lodash.isplainobject/package.json | 17 + .../lodash.isundefined/LICENSE.txt | 22 + .../node_modules/lodash.isundefined/README.md | 20 + .../node_modules/lodash.isundefined/index.js | 30 + .../lodash.isundefined/package.json | 19 + .../node_modules/lodash.union/LICENSE | 47 + .../node_modules/lodash.union/README.md | 18 + .../node_modules/lodash.union/index.js | 1181 + .../node_modules/lodash.union/package.json | 17 + .../node_modules/lodash.uniq/LICENSE | 47 + .../node_modules/lodash.uniq/README.md | 18 + .../node_modules/lodash.uniq/index.js | 896 + .../node_modules/lodash.uniq/package.json | 17 + .../node_modules/minimatch/LICENSE | 15 + .../node_modules/minimatch/README.md | 230 + .../node_modules/minimatch/minimatch.js | 947 + .../node_modules/minimatch/package.json | 33 + .../node_modules/minimist/.travis.yml | 8 + .../node_modules/minimist/LICENSE | 18 + .../node_modules/minimist/example/parse.js | 2 + .../node_modules/minimist/index.js | 249 + .../node_modules/minimist/package.json | 45 + .../node_modules/minimist/readme.markdown | 98 + .../node_modules/minimist/test/all_bool.js | 32 + .../node_modules/minimist/test/bool.js | 178 + .../node_modules/minimist/test/dash.js | 31 + .../minimist/test/default_bool.js | 35 + .../node_modules/minimist/test/dotted.js | 22 + .../node_modules/minimist/test/kv_short.js | 16 + .../node_modules/minimist/test/long.js | 31 + .../node_modules/minimist/test/num.js | 36 + .../node_modules/minimist/test/parse.js | 197 + .../minimist/test/parse_modified.js | 9 + .../node_modules/minimist/test/proto.js | 60 + .../node_modules/minimist/test/short.js | 67 + .../node_modules/minimist/test/stop_early.js | 15 + .../node_modules/minimist/test/unknown.js | 102 + .../node_modules/minimist/test/whitespace.js | 8 + .../node_modules/mkdirp/LICENSE | 21 + .../node_modules/mkdirp/bin/cmd.js | 33 + .../node_modules/mkdirp/bin/usage.txt | 12 + .../node_modules/mkdirp/index.js | 102 + .../node_modules/mkdirp/package.json | 33 + .../node_modules/mkdirp/readme.markdown | 100 + .../node_modules/normalize-path/LICENSE | 21 + .../node_modules/normalize-path/README.md | 127 + .../node_modules/normalize-path/index.js | 35 + .../node_modules/normalize-path/package.json | 77 + .../node_modules/once/LICENSE | 15 + .../node_modules/once/README.md | 79 + .../node_modules/once/once.js | 42 + .../node_modules/once/package.json | 33 + .../node_modules/pako/CHANGELOG.md | 164 + .../node_modules/pako/LICENSE | 21 + .../node_modules/pako/README.md | 191 + .../node_modules/pako/dist/pako.js | 6818 ++ .../node_modules/pako/dist/pako.min.js | 1 + .../node_modules/pako/dist/pako_deflate.js | 3997 + .../pako/dist/pako_deflate.min.js | 1 + .../node_modules/pako/dist/pako_inflate.js | 3300 + .../pako/dist/pako_inflate.min.js | 1 + .../node_modules/pako/index.js | 14 + .../node_modules/pako/lib/deflate.js | 400 + .../node_modules/pako/lib/inflate.js | 423 + .../node_modules/pako/lib/utils/common.js | 105 + .../node_modules/pako/lib/utils/strings.js | 187 + .../node_modules/pako/lib/zlib/README | 59 + .../node_modules/pako/lib/zlib/adler32.js | 51 + .../node_modules/pako/lib/zlib/constants.js | 68 + .../node_modules/pako/lib/zlib/crc32.js | 59 + .../node_modules/pako/lib/zlib/deflate.js | 1874 + .../node_modules/pako/lib/zlib/gzheader.js | 58 + .../node_modules/pako/lib/zlib/inffast.js | 345 + .../node_modules/pako/lib/zlib/inflate.js | 1556 + .../node_modules/pako/lib/zlib/inftrees.js | 343 + .../node_modules/pako/lib/zlib/messages.js | 32 + .../node_modules/pako/lib/zlib/trees.js | 1222 + .../node_modules/pako/lib/zlib/zstream.js | 47 + .../node_modules/pako/package.json | 44 + .../node_modules/path-is-absolute/index.js | 20 + .../node_modules/path-is-absolute/license | 21 + .../path-is-absolute/package.json | 43 + .../node_modules/path-is-absolute/readme.md | 59 + .../process-nextick-args/index.js | 45 + .../process-nextick-args/license.md | 19 + .../process-nextick-args/package.json | 25 + .../process-nextick-args/readme.md | 18 + .../readable-stream/CONTRIBUTING.md | 38 + .../readable-stream/GOVERNANCE.md | 136 + .../node_modules/readable-stream/LICENSE | 47 + .../node_modules/readable-stream/README.md | 106 + .../readable-stream/errors-browser.js | 127 + .../node_modules/readable-stream/errors.js | 116 + .../readable-stream/experimentalWarning.js | 17 + .../readable-stream/lib/_stream_duplex.js | 139 + .../lib/_stream_passthrough.js | 39 + .../readable-stream/lib/_stream_readable.js | 1124 + .../readable-stream/lib/_stream_transform.js | 201 + .../readable-stream/lib/_stream_writable.js | 697 + .../lib/internal/streams/async_iterator.js | 207 + .../lib/internal/streams/buffer_list.js | 210 + .../lib/internal/streams/destroy.js | 105 + .../lib/internal/streams/end-of-stream.js | 104 + .../lib/internal/streams/from-browser.js | 3 + .../lib/internal/streams/from.js | 64 + .../lib/internal/streams/pipeline.js | 97 + .../lib/internal/streams/state.js | 27 + .../lib/internal/streams/stream-browser.js | 1 + .../lib/internal/streams/stream.js | 1 + .../node_modules/readable-stream/package.json | 68 + .../readable-stream/readable-browser.js | 9 + .../node_modules/readable-stream/readable.js | 16 + .../node_modules/readdir-glob/LICENSE | 201 + .../node_modules/readdir-glob/README.md | 76 + .../node_modules/readdir-glob/index.js | 243 + .../node_modules/readdir-glob/package.json | 45 + .../node_modules/rimraf/CHANGELOG.md | 65 + .../node_modules/rimraf/LICENSE | 15 + .../node_modules/rimraf/README.md | 101 + .../node_modules/rimraf/bin.js | 68 + .../node_modules/rimraf/package.json | 32 + .../node_modules/rimraf/rimraf.js | 360 + .../node_modules/safe-buffer/LICENSE | 21 + .../node_modules/safe-buffer/README.md | 584 + .../node_modules/safe-buffer/index.d.ts | 187 + .../node_modules/safe-buffer/index.js | 65 + .../node_modules/safe-buffer/package.json | 51 + .../node_modules/saxes/README.md | 323 + .../node_modules/saxes/package.json | 70 + .../node_modules/saxes/saxes.d.ts | 635 + .../node_modules/saxes/saxes.js | 2064 + .../node_modules/saxes/saxes.js.map | 1 + .../node_modules/set-immediate-shim/index.js | 7 + .../set-immediate-shim/package.json | 34 + .../node_modules/set-immediate-shim/readme.md | 31 + .../node_modules/setimmediate/LICENSE.txt | 20 + .../node_modules/setimmediate/package.json | 30 + .../node_modules/setimmediate/setImmediate.js | 186 + .../node_modules/string_decoder/LICENSE | 48 + .../node_modules/string_decoder/README.md | 47 + .../string_decoder/lib/string_decoder.js | 296 + .../node_modules/string_decoder/package.json | 34 + .../node_modules/tar-stream/LICENSE | 21 + .../node_modules/tar-stream/README.md | 168 + .../node_modules/tar-stream/extract.js | 257 + .../node_modules/tar-stream/headers.js | 295 + .../node_modules/tar-stream/index.js | 2 + .../node_modules/tar-stream/pack.js | 255 + .../node_modules/tar-stream/package.json | 58 + .../node_modules/tar-stream/sandbox.js | 11 + .../node_modules/tmp/CHANGELOG.md | 288 + .../node_modules/tmp/LICENSE | 21 + .../node_modules/tmp/README.md | 365 + .../node_modules/tmp/lib/tmp.js | 780 + .../node_modules/tmp/package.json | 58 + .../node_modules/traverse/.npmignore | 1 + .../node_modules/traverse/LICENSE | 24 + .../node_modules/traverse/README.markdown | 247 + .../node_modules/traverse/examples/json.js | 16 + .../node_modules/traverse/examples/leaves.js | 15 + .../traverse/examples/negative.js | 8 + .../traverse/examples/stringify.js | 38 + .../node_modules/traverse/index.js | 322 + .../node_modules/traverse/package.json | 18 + .../node_modules/traverse/test/circular.js | 114 + .../node_modules/traverse/test/date.js | 35 + .../node_modules/traverse/test/equal.js | 219 + .../node_modules/traverse/test/instance.js | 17 + .../node_modules/traverse/test/interface.js | 42 + .../node_modules/traverse/test/json.js | 47 + .../node_modules/traverse/test/leaves.js | 21 + .../node_modules/traverse/test/mutability.js | 203 + .../node_modules/traverse/test/negative.js | 20 + .../node_modules/traverse/test/obj.js | 15 + .../node_modules/traverse/test/stop.js | 41 + .../node_modules/traverse/test/stringify.js | 36 + .../node_modules/traverse/test/super_deep.js | 54 + .../node_modules/universalify/LICENSE | 20 + .../node_modules/universalify/README.md | 76 + .../node_modules/universalify/index.js | 24 + .../node_modules/universalify/package.json | 34 + .../unzipper/.circleci/config.yml | 13 + .../node_modules/unzipper/.gitattributes | 1 + .../node_modules/unzipper/.travis.yml | 16 + .../node_modules/unzipper/LICENSE | 25 + .../node_modules/unzipper/README.md | 332 + .../node_modules/unzipper/lib/Buffer.js | 12 + .../node_modules/unzipper/lib/BufferStream.js | 25 + .../node_modules/unzipper/lib/Decrypt.js | 72 + .../node_modules/unzipper/lib/NoopStream.js | 19 + .../unzipper/lib/Open/directory.js | 224 + .../node_modules/unzipper/lib/Open/index.js | 97 + .../node_modules/unzipper/lib/Open/unzip.js | 124 + .../node_modules/unzipper/lib/PullStream.js | 145 + .../node_modules/unzipper/lib/extract.js | 55 + .../node_modules/unzipper/lib/parse.js | 283 + .../unzipper/lib/parseDateTime.js | 13 + .../unzipper/lib/parseExtraField.js | 37 + .../node_modules/unzipper/lib/parseOne.js | 58 + .../node_modules/readable-stream/.travis.yml | 34 + .../readable-stream/CONTRIBUTING.md | 38 + .../readable-stream/GOVERNANCE.md | 136 + .../node_modules/readable-stream/LICENSE | 47 + .../node_modules/readable-stream/README.md | 58 + .../doc/wg-meetings/2015-01-30.md | 60 + .../readable-stream/duplex-browser.js | 1 + .../node_modules/readable-stream/duplex.js | 1 + .../readable-stream/lib/_stream_duplex.js | 131 + .../lib/_stream_passthrough.js | 47 + .../readable-stream/lib/_stream_readable.js | 1019 + .../readable-stream/lib/_stream_transform.js | 214 + .../readable-stream/lib/_stream_writable.js | 687 + .../lib/internal/streams/BufferList.js | 79 + .../lib/internal/streams/destroy.js | 74 + .../lib/internal/streams/stream-browser.js | 1 + .../lib/internal/streams/stream.js | 1 + .../node_modules/readable-stream/package.json | 52 + .../readable-stream/passthrough.js | 1 + .../readable-stream/readable-browser.js | 7 + .../node_modules/readable-stream/readable.js | 19 + .../node_modules/readable-stream/transform.js | 1 + .../readable-stream/writable-browser.js | 1 + .../node_modules/readable-stream/writable.js | 8 + .../unzipper/node_modules/safe-buffer/LICENSE | 21 + .../node_modules/safe-buffer/README.md | 584 + .../node_modules/safe-buffer/index.d.ts | 187 + .../node_modules/safe-buffer/index.js | 62 + .../node_modules/safe-buffer/package.json | 37 + .../node_modules/string_decoder/.travis.yml | 50 + .../node_modules/string_decoder/LICENSE | 48 + .../node_modules/string_decoder/README.md | 47 + .../string_decoder/lib/string_decoder.js | 296 + .../node_modules/string_decoder/package.json | 31 + .../node_modules/unzipper/package.json | 63 + .../node_modules/unzipper/unzip.js | 11 + .../node_modules/util-deprecate/History.md | 16 + .../node_modules/util-deprecate/LICENSE | 24 + .../node_modules/util-deprecate/README.md | 53 + .../node_modules/util-deprecate/browser.js | 67 + .../node_modules/util-deprecate/node.js | 6 + .../node_modules/util-deprecate/package.json | 27 + .../node_modules/uuid/CHANGELOG.md | 229 + .../node_modules/uuid/CONTRIBUTING.md | 18 + .../node_modules/uuid/LICENSE.md | 9 + .../node_modules/uuid/README.md | 505 + .../node_modules/uuid/dist/bin/uuid | 2 + .../uuid/dist/esm-browser/index.js | 9 + .../node_modules/uuid/dist/esm-browser/md5.js | 215 + .../node_modules/uuid/dist/esm-browser/nil.js | 1 + .../uuid/dist/esm-browser/parse.js | 35 + .../uuid/dist/esm-browser/regex.js | 1 + .../node_modules/uuid/dist/esm-browser/rng.js | 19 + .../uuid/dist/esm-browser/sha1.js | 96 + .../uuid/dist/esm-browser/stringify.js | 30 + .../node_modules/uuid/dist/esm-browser/v1.js | 95 + .../node_modules/uuid/dist/esm-browser/v3.js | 4 + .../node_modules/uuid/dist/esm-browser/v35.js | 64 + .../node_modules/uuid/dist/esm-browser/v4.js | 24 + .../node_modules/uuid/dist/esm-browser/v5.js | 4 + .../uuid/dist/esm-browser/validate.js | 7 + .../uuid/dist/esm-browser/version.js | 11 + .../node_modules/uuid/dist/esm-node/index.js | 9 + .../node_modules/uuid/dist/esm-node/md5.js | 13 + .../node_modules/uuid/dist/esm-node/nil.js | 1 + .../node_modules/uuid/dist/esm-node/parse.js | 35 + .../node_modules/uuid/dist/esm-node/regex.js | 1 + .../node_modules/uuid/dist/esm-node/rng.js | 12 + .../node_modules/uuid/dist/esm-node/sha1.js | 13 + .../uuid/dist/esm-node/stringify.js | 29 + .../node_modules/uuid/dist/esm-node/v1.js | 95 + .../node_modules/uuid/dist/esm-node/v3.js | 4 + .../node_modules/uuid/dist/esm-node/v35.js | 64 + .../node_modules/uuid/dist/esm-node/v4.js | 24 + .../node_modules/uuid/dist/esm-node/v5.js | 4 + .../uuid/dist/esm-node/validate.js | 7 + .../uuid/dist/esm-node/version.js | 11 + .../node_modules/uuid/dist/index.js | 79 + .../node_modules/uuid/dist/md5-browser.js | 223 + .../node_modules/uuid/dist/md5.js | 23 + .../node_modules/uuid/dist/nil.js | 8 + .../node_modules/uuid/dist/parse.js | 45 + .../node_modules/uuid/dist/regex.js | 8 + .../node_modules/uuid/dist/rng-browser.js | 26 + .../node_modules/uuid/dist/rng.js | 24 + .../node_modules/uuid/dist/sha1-browser.js | 104 + .../node_modules/uuid/dist/sha1.js | 23 + .../node_modules/uuid/dist/stringify.js | 39 + .../node_modules/uuid/dist/umd/uuid.min.js | 1 + .../node_modules/uuid/dist/umd/uuidNIL.min.js | 1 + .../uuid/dist/umd/uuidParse.min.js | 1 + .../uuid/dist/umd/uuidStringify.min.js | 1 + .../uuid/dist/umd/uuidValidate.min.js | 1 + .../uuid/dist/umd/uuidVersion.min.js | 1 + .../node_modules/uuid/dist/umd/uuidv1.min.js | 1 + .../node_modules/uuid/dist/umd/uuidv3.min.js | 1 + .../node_modules/uuid/dist/umd/uuidv4.min.js | 1 + .../node_modules/uuid/dist/umd/uuidv5.min.js | 1 + .../node_modules/uuid/dist/uuid-bin.js | 85 + .../node_modules/uuid/dist/v1.js | 107 + .../node_modules/uuid/dist/v3.js | 16 + .../node_modules/uuid/dist/v35.js | 78 + .../node_modules/uuid/dist/v4.js | 37 + .../node_modules/uuid/dist/v5.js | 16 + .../node_modules/uuid/dist/validate.js | 17 + .../node_modules/uuid/dist/version.js | 21 + .../node_modules/uuid/package.json | 135 + .../node_modules/uuid/wrapper.mjs | 10 + .../node_modules/wrappy/LICENSE | 15 + .../node_modules/wrappy/README.md | 36 + .../node_modules/wrappy/package.json | 29 + .../node_modules/wrappy/wrappy.js | 33 + .../node_modules/xmlchars/LICENSE | 18 + .../node_modules/xmlchars/README.md | 33 + .../node_modules/xmlchars/package.json | 51 + .../node_modules/xmlchars/xml/1.0/ed4.d.ts | 31 + .../node_modules/xmlchars/xml/1.0/ed4.js | 44 + .../node_modules/xmlchars/xml/1.0/ed4.js.map | 1 + .../node_modules/xmlchars/xml/1.0/ed5.d.ts | 51 + .../node_modules/xmlchars/xml/1.0/ed5.js | 105 + .../node_modules/xmlchars/xml/1.0/ed5.js.map | 1 + .../node_modules/xmlchars/xml/1.1/ed2.d.ts | 73 + .../node_modules/xmlchars/xml/1.1/ed2.js | 145 + .../node_modules/xmlchars/xml/1.1/ed2.js.map | 1 + .../node_modules/xmlchars/xmlchars.d.ts | 170 + .../node_modules/xmlchars/xmlchars.js | 191 + .../node_modules/xmlchars/xmlchars.js.map | 1 + .../node_modules/xmlchars/xmlns/1.0/ed3.d.ts | 28 + .../node_modules/xmlchars/xmlns/1.0/ed3.js | 65 + .../xmlchars/xmlns/1.0/ed3.js.map | 1 + .../node_modules/zip-stream/CHANGELOG.md | 110 + .../node_modules/zip-stream/LICENSE | 22 + .../node_modules/zip-stream/README.md | 45 + .../node_modules/zip-stream/index.js | 187 + .../node_modules/zip-stream/package.json | 49 + .../package-lock.json | 1912 + .../oops-plugin-excel-to-json/package.json | 55 + .../src/ExcelToJson.ts | 100 + .../oops-plugin-excel-to-json/src/JsonToTs.ts | 38 + .../oops-plugin-excel-to-json/src/main.ts | 40 + .../oops-plugin-excel-to-json/tsconfig.json | 14 + .../packages/oops-plugin-excel-to-json.json | 6 + 2278 files changed, 496925 insertions(+), 511 deletions(-) create mode 100644 assets/resources/config/game/PromptWindow.json rename assets/resources/config/game/{arms.json.meta => PromptWindow.json.meta} (72%) create mode 100644 assets/resources/config/game/RoleJob.json rename assets/resources/config/game/{herolvup.json.meta => RoleJob.json.meta} (72%) create mode 100644 assets/resources/config/game/RoleLevelUp.json create mode 100644 assets/resources/config/game/RoleLevelUp.json.meta delete mode 100644 assets/resources/config/game/arms.json delete mode 100644 assets/resources/config/game/herolvup.json create mode 100644 assets/script/game/common/table.meta create mode 100644 assets/script/game/common/table/TablePromptWindow.ts rename assets/script/game/{role/model/RoleTableLevelUp.ts.meta => common/table/TablePromptWindow.ts.meta} (70%) create mode 100644 assets/script/game/common/table/TableRoleJob.ts create mode 100644 assets/script/game/common/table/TableRoleJob.ts.meta create mode 100644 assets/script/game/common/table/TableRoleLevelUp.ts create mode 100644 assets/script/game/common/table/TableRoleLevelUp.ts.meta delete mode 100644 assets/script/game/role/model/RoleTableLevelUp.ts create mode 100644 extensions/oops-plugin-excel-to-json/@types/editor.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/@types/electron.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/@types/extension.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/@types/index.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/@types/message.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/@types/packages/alipay-mini-game/@types/index.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/@types/packages/android/@types/index.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/@types/packages/asset-db/@types/message.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/@types/packages/asset-db/@types/public.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/@types/packages/assets/@types/public.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/@types/packages/baidu-mini-game/@types/index.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/@types/packages/builder/@types/index.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/@types/packages/builder/@types/public/build-plugin.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/@types/packages/builder/@types/public/build-result.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/@types/packages/builder/@types/public/global.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/@types/packages/builder/@types/public/index.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/@types/packages/builder/@types/public/message.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/@types/packages/builder/@types/public/options.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/@types/packages/builder/@types/public/texture-compress.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/@types/packages/bytedance-mini-game/@types/index.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/@types/packages/cocos-play/@types/index.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/@types/packages/console/@types/pritate.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/@types/packages/engine-extends/@types/glTF.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/@types/packages/engine-extends/@types/gltf-validator.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/@types/packages/engine-extends/@types/i18n-well-defined.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/@types/packages/engine-extends/@types/third-parts.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/@types/packages/engine/@types/message.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/@types/packages/huawei-agc/@types/index.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/@types/packages/huawei-quick-game/@types/index.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/@types/packages/ios-app-clip/@types/index.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/@types/packages/ios/@types/index.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/@types/packages/link-sure/@types/index.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/@types/packages/linux/@types/index.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/@types/packages/mac/@types/index.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/@types/packages/ohos/@types/index.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/@types/packages/open-harmonyos/@types/index.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/@types/packages/oppo-mini-game/@types/index.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/@types/packages/package-asset/@types/public.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/@types/packages/preview/@types/index.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/@types/packages/programming/@types/message.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/@types/packages/qtt/@types/index.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/@types/packages/scene/@types/engine-view.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/@types/packages/scene/@types/message.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/@types/packages/scene/@types/public.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/@types/packages/scene/@types/scene-facade-interface.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/@types/packages/server/@types/package.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/@types/packages/shortcuts/@types/shortcut.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/@types/packages/vivo-mini-game/@types/index.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/@types/packages/web-desktop/@types/index.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/@types/packages/web-mobile/@types/index.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/@types/packages/wechatgame/@types/index.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/@types/packages/windows/@types/index.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/@types/packages/xiaomi-quick-game/@types/index.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/README.md create mode 100644 extensions/oops-plugin-excel-to-json/dist/ExcelToJson.js create mode 100644 extensions/oops-plugin-excel-to-json/dist/JsonToTs.js create mode 100644 extensions/oops-plugin-excel-to-json/dist/main.js create mode 100644 extensions/oops-plugin-excel-to-json/excel/PromptWindow.xlsx create mode 100644 extensions/oops-plugin-excel-to-json/excel/RoleJob.xlsx create mode 100644 extensions/oops-plugin-excel-to-json/excel/RoleLevelUp.xlsx create mode 100644 extensions/oops-plugin-excel-to-json/i18n/en.js create mode 100644 extensions/oops-plugin-excel-to-json/i18n/zh.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/.bin/crc32 create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/.bin/crc32.cmd create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/.bin/crc32.ps1 create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/.bin/mkdirp create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/.bin/mkdirp.cmd create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/.bin/mkdirp.ps1 create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/.bin/rimraf create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/.bin/rimraf.cmd create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/.bin/rimraf.ps1 create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/.bin/uuid create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/.bin/uuid.cmd create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/.bin/uuid.ps1 create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/.package-lock.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@fast-csv/format/CHANGELOG.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@fast-csv/format/LICENSE create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@fast-csv/format/README.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@fast-csv/format/node_modules/@types/node/LICENSE create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@fast-csv/format/node_modules/@types/node/README.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@fast-csv/format/node_modules/@types/node/assert.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@fast-csv/format/node_modules/@types/node/async_hooks.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@fast-csv/format/node_modules/@types/node/buffer.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@fast-csv/format/node_modules/@types/node/child_process.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@fast-csv/format/node_modules/@types/node/cluster.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@fast-csv/format/node_modules/@types/node/console.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@fast-csv/format/node_modules/@types/node/constants.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@fast-csv/format/node_modules/@types/node/crypto.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@fast-csv/format/node_modules/@types/node/dgram.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@fast-csv/format/node_modules/@types/node/dns.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@fast-csv/format/node_modules/@types/node/domain.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@fast-csv/format/node_modules/@types/node/events.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@fast-csv/format/node_modules/@types/node/fs.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@fast-csv/format/node_modules/@types/node/fs/promises.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@fast-csv/format/node_modules/@types/node/globals.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@fast-csv/format/node_modules/@types/node/globals.global.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@fast-csv/format/node_modules/@types/node/http.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@fast-csv/format/node_modules/@types/node/http2.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@fast-csv/format/node_modules/@types/node/https.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@fast-csv/format/node_modules/@types/node/index.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@fast-csv/format/node_modules/@types/node/inspector.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@fast-csv/format/node_modules/@types/node/module.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@fast-csv/format/node_modules/@types/node/net.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@fast-csv/format/node_modules/@types/node/os.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@fast-csv/format/node_modules/@types/node/package.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@fast-csv/format/node_modules/@types/node/path.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@fast-csv/format/node_modules/@types/node/perf_hooks.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@fast-csv/format/node_modules/@types/node/process.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@fast-csv/format/node_modules/@types/node/punycode.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@fast-csv/format/node_modules/@types/node/querystring.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@fast-csv/format/node_modules/@types/node/readline.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@fast-csv/format/node_modules/@types/node/repl.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@fast-csv/format/node_modules/@types/node/stream.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@fast-csv/format/node_modules/@types/node/string_decoder.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@fast-csv/format/node_modules/@types/node/timers.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@fast-csv/format/node_modules/@types/node/tls.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@fast-csv/format/node_modules/@types/node/trace_events.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@fast-csv/format/node_modules/@types/node/tty.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@fast-csv/format/node_modules/@types/node/url.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@fast-csv/format/node_modules/@types/node/util.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@fast-csv/format/node_modules/@types/node/v8.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@fast-csv/format/node_modules/@types/node/vm.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@fast-csv/format/node_modules/@types/node/wasi.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@fast-csv/format/node_modules/@types/node/worker_threads.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@fast-csv/format/node_modules/@types/node/zlib.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@fast-csv/format/package.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@fast-csv/parse/CHANGELOG.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@fast-csv/parse/LICENSE create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@fast-csv/parse/README.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@fast-csv/parse/node_modules/@types/node/LICENSE create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@fast-csv/parse/node_modules/@types/node/README.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@fast-csv/parse/node_modules/@types/node/assert.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@fast-csv/parse/node_modules/@types/node/async_hooks.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@fast-csv/parse/node_modules/@types/node/buffer.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@fast-csv/parse/node_modules/@types/node/child_process.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@fast-csv/parse/node_modules/@types/node/cluster.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@fast-csv/parse/node_modules/@types/node/console.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@fast-csv/parse/node_modules/@types/node/constants.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@fast-csv/parse/node_modules/@types/node/crypto.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@fast-csv/parse/node_modules/@types/node/dgram.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@fast-csv/parse/node_modules/@types/node/dns.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@fast-csv/parse/node_modules/@types/node/domain.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@fast-csv/parse/node_modules/@types/node/events.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@fast-csv/parse/node_modules/@types/node/fs.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@fast-csv/parse/node_modules/@types/node/fs/promises.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@fast-csv/parse/node_modules/@types/node/globals.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@fast-csv/parse/node_modules/@types/node/globals.global.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@fast-csv/parse/node_modules/@types/node/http.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@fast-csv/parse/node_modules/@types/node/http2.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@fast-csv/parse/node_modules/@types/node/https.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@fast-csv/parse/node_modules/@types/node/index.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@fast-csv/parse/node_modules/@types/node/inspector.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@fast-csv/parse/node_modules/@types/node/module.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@fast-csv/parse/node_modules/@types/node/net.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@fast-csv/parse/node_modules/@types/node/os.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@fast-csv/parse/node_modules/@types/node/package.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@fast-csv/parse/node_modules/@types/node/path.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@fast-csv/parse/node_modules/@types/node/perf_hooks.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@fast-csv/parse/node_modules/@types/node/process.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@fast-csv/parse/node_modules/@types/node/punycode.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@fast-csv/parse/node_modules/@types/node/querystring.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@fast-csv/parse/node_modules/@types/node/readline.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@fast-csv/parse/node_modules/@types/node/repl.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@fast-csv/parse/node_modules/@types/node/stream.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@fast-csv/parse/node_modules/@types/node/string_decoder.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@fast-csv/parse/node_modules/@types/node/timers.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@fast-csv/parse/node_modules/@types/node/tls.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@fast-csv/parse/node_modules/@types/node/trace_events.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@fast-csv/parse/node_modules/@types/node/tty.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@fast-csv/parse/node_modules/@types/node/url.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@fast-csv/parse/node_modules/@types/node/util.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@fast-csv/parse/node_modules/@types/node/v8.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@fast-csv/parse/node_modules/@types/node/vm.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@fast-csv/parse/node_modules/@types/node/wasi.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@fast-csv/parse/node_modules/@types/node/worker_threads.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@fast-csv/parse/node_modules/@types/node/zlib.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@fast-csv/parse/package.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@types/fs-extra/LICENSE create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@types/fs-extra/README.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@types/fs-extra/index.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@types/fs-extra/package.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@types/node/LICENSE create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@types/node/README.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@types/node/assert.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@types/node/assert/strict.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@types/node/async_hooks.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@types/node/buffer.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@types/node/child_process.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@types/node/cluster.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@types/node/console.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@types/node/constants.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@types/node/crypto.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@types/node/dgram.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@types/node/diagnostics_channel.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@types/node/dns.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@types/node/dns/promises.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@types/node/domain.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@types/node/events.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@types/node/fs.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@types/node/fs/promises.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@types/node/globals.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@types/node/globals.global.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@types/node/http.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@types/node/http2.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@types/node/https.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@types/node/index.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@types/node/inspector.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@types/node/module.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@types/node/net.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@types/node/os.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@types/node/package.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@types/node/path.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@types/node/perf_hooks.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@types/node/process.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@types/node/punycode.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@types/node/querystring.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@types/node/readline.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@types/node/repl.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@types/node/stream.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@types/node/stream/consumers.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@types/node/stream/promises.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@types/node/stream/web.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@types/node/string_decoder.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@types/node/timers.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@types/node/timers/promises.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@types/node/tls.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@types/node/trace_events.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@types/node/tty.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@types/node/url.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@types/node/util.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@types/node/v8.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@types/node/vm.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@types/node/wasi.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@types/node/worker_threads.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/@types/node/zlib.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/archiver-utils/CHANGELOG.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/archiver-utils/LICENSE create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/archiver-utils/README.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/archiver-utils/file.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/archiver-utils/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/archiver-utils/node_modules/readable-stream/.travis.yml create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/archiver-utils/node_modules/readable-stream/CONTRIBUTING.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/archiver-utils/node_modules/readable-stream/GOVERNANCE.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/archiver-utils/node_modules/readable-stream/LICENSE create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/archiver-utils/node_modules/readable-stream/README.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/archiver-utils/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/archiver-utils/node_modules/readable-stream/duplex-browser.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/archiver-utils/node_modules/readable-stream/duplex.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/archiver-utils/node_modules/readable-stream/lib/_stream_duplex.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/archiver-utils/node_modules/readable-stream/lib/_stream_passthrough.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/archiver-utils/node_modules/readable-stream/lib/_stream_readable.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/archiver-utils/node_modules/readable-stream/lib/_stream_transform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/archiver-utils/node_modules/readable-stream/lib/_stream_writable.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/archiver-utils/node_modules/readable-stream/lib/internal/streams/BufferList.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/archiver-utils/node_modules/readable-stream/lib/internal/streams/destroy.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/archiver-utils/node_modules/readable-stream/lib/internal/streams/stream-browser.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/archiver-utils/node_modules/readable-stream/lib/internal/streams/stream.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/archiver-utils/node_modules/readable-stream/package.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/archiver-utils/node_modules/readable-stream/passthrough.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/archiver-utils/node_modules/readable-stream/readable-browser.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/archiver-utils/node_modules/readable-stream/readable.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/archiver-utils/node_modules/readable-stream/transform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/archiver-utils/node_modules/readable-stream/writable-browser.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/archiver-utils/node_modules/readable-stream/writable.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/archiver-utils/node_modules/safe-buffer/LICENSE create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/archiver-utils/node_modules/safe-buffer/README.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/archiver-utils/node_modules/safe-buffer/index.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/archiver-utils/node_modules/safe-buffer/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/archiver-utils/node_modules/safe-buffer/package.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/archiver-utils/node_modules/string_decoder/.travis.yml create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/archiver-utils/node_modules/string_decoder/LICENSE create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/archiver-utils/node_modules/string_decoder/README.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/archiver-utils/node_modules/string_decoder/lib/string_decoder.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/archiver-utils/node_modules/string_decoder/package.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/archiver-utils/package.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/archiver/CHANGELOG.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/archiver/LICENSE create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/archiver/README.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/archiver/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/archiver/lib/core.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/archiver/lib/error.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/archiver/lib/plugins/json.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/archiver/lib/plugins/tar.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/archiver/lib/plugins/zip.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/archiver/package.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/CHANGELOG.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/LICENSE create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/README.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/all.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/allLimit.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/allSeries.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/any.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/anyLimit.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/anySeries.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/apply.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/applyEach.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/applyEachSeries.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/asyncify.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/auto.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/autoInject.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/bower.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/cargo.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/cargoQueue.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/compose.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/concat.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/concatLimit.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/concatSeries.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/constant.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/detect.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/detectLimit.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/detectSeries.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/dir.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/dist/async.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/dist/async.min.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/dist/async.mjs create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/doDuring.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/doUntil.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/doWhilst.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/during.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/each.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/eachLimit.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/eachOf.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/eachOfLimit.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/eachOfSeries.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/eachSeries.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/ensureAsync.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/every.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/everyLimit.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/everySeries.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/filter.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/filterLimit.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/filterSeries.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/find.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/findLimit.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/findSeries.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/flatMap.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/flatMapLimit.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/flatMapSeries.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/foldl.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/foldr.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/forEach.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/forEachLimit.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/forEachOf.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/forEachOfLimit.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/forEachOfSeries.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/forEachSeries.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/forever.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/groupBy.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/groupByLimit.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/groupBySeries.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/inject.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/internal/DoublyLinkedList.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/internal/Heap.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/internal/applyEach.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/internal/asyncEachOfLimit.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/internal/awaitify.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/internal/breakLoop.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/internal/consoleFunc.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/internal/createTester.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/internal/eachOfLimit.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/internal/filter.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/internal/getIterator.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/internal/initialParams.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/internal/isArrayLike.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/internal/iterator.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/internal/map.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/internal/once.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/internal/onlyOnce.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/internal/parallel.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/internal/promiseCallback.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/internal/queue.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/internal/range.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/internal/reject.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/internal/setImmediate.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/internal/withoutIndex.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/internal/wrapAsync.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/log.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/map.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/mapLimit.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/mapSeries.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/mapValues.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/mapValuesLimit.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/mapValuesSeries.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/memoize.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/nextTick.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/package.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/parallel.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/parallelLimit.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/priorityQueue.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/queue.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/race.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/reduce.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/reduceRight.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/reflect.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/reflectAll.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/reject.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/rejectLimit.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/rejectSeries.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/retry.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/retryable.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/select.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/selectLimit.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/selectSeries.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/seq.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/series.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/setImmediate.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/some.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/someLimit.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/someSeries.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/sortBy.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/timeout.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/times.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/timesLimit.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/timesSeries.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/transform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/tryEach.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/unmemoize.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/until.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/waterfall.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/whilst.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/async/wrapSync.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/balanced-match/.github/FUNDING.yml create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/balanced-match/LICENSE.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/balanced-match/README.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/balanced-match/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/balanced-match/package.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/base64-js/LICENSE create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/base64-js/README.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/base64-js/base64js.min.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/base64-js/index.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/base64-js/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/base64-js/package.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/big-integer/BigInteger.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/big-integer/BigInteger.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/big-integer/BigInteger.min.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/big-integer/LICENSE create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/big-integer/README.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/big-integer/bower.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/big-integer/package.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/big-integer/tsconfig.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/binary/.npmignore create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/binary/.travis.yml create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/binary/README.markdown create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/binary/example/buf.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/binary/example/parse.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/binary/example/stream.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/binary/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/binary/lib/vars.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/binary/package.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/binary/perf/loop.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/binary/perf/small.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/binary/test/bu.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/binary/test/deferred.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/binary/test/dots.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/binary/test/eof.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/binary/test/flush.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/binary/test/from_buffer.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/binary/test/get_buffer.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/binary/test/immediate.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/binary/test/interval.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/binary/test/into_buffer.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/binary/test/into_stream.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/binary/test/loop.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/binary/test/loop_scan.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/binary/test/lu.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/binary/test/negbs.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/binary/test/negls.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/binary/test/nested.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/binary/test/not_enough_buf.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/binary/test/not_enough_parse.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/binary/test/parse.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/binary/test/peek.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/binary/test/pipe.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/binary/test/posbs.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/binary/test/posls.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/binary/test/scan.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/binary/test/scan_buf.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/binary/test/scan_buf_null.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/binary/test/skip.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/binary/test/split.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/bl/.travis.yml create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/bl/BufferList.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/bl/LICENSE.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/bl/README.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/bl/bl.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/bl/package.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/bl/test/convert.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/bl/test/indexOf.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/bl/test/isBufferList.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/bl/test/test.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/bluebird/LICENSE create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/bluebird/README.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/bluebird/changelog.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/bluebird/js/browser/bluebird.core.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/bluebird/js/browser/bluebird.core.min.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/bluebird/js/browser/bluebird.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/bluebird/js/browser/bluebird.min.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/bluebird/js/release/any.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/bluebird/js/release/assert.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/bluebird/js/release/async.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/bluebird/js/release/bind.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/bluebird/js/release/bluebird.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/bluebird/js/release/call_get.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/bluebird/js/release/cancel.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/bluebird/js/release/catch_filter.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/bluebird/js/release/context.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/bluebird/js/release/debuggability.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/bluebird/js/release/direct_resolve.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/bluebird/js/release/each.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/bluebird/js/release/errors.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/bluebird/js/release/es5.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/bluebird/js/release/filter.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/bluebird/js/release/finally.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/bluebird/js/release/generators.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/bluebird/js/release/join.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/bluebird/js/release/map.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/bluebird/js/release/method.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/bluebird/js/release/nodeback.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/bluebird/js/release/nodeify.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/bluebird/js/release/promise.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/bluebird/js/release/promise_array.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/bluebird/js/release/promisify.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/bluebird/js/release/props.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/bluebird/js/release/queue.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/bluebird/js/release/race.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/bluebird/js/release/reduce.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/bluebird/js/release/schedule.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/bluebird/js/release/settle.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/bluebird/js/release/some.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/bluebird/js/release/synchronous_inspection.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/bluebird/js/release/thenables.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/bluebird/js/release/timers.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/bluebird/js/release/using.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/bluebird/js/release/util.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/bluebird/package.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/brace-expansion/LICENSE create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/brace-expansion/README.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/brace-expansion/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/brace-expansion/package.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/buffer-crc32/LICENSE create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/buffer-crc32/README.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/buffer-crc32/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/buffer-crc32/package.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/buffer-indexof-polyfill/.eslintrc create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/buffer-indexof-polyfill/.travis.yml create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/buffer-indexof-polyfill/LICENSE create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/buffer-indexof-polyfill/README.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/buffer-indexof-polyfill/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/buffer-indexof-polyfill/init-buffer.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/buffer-indexof-polyfill/package.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/buffer-indexof-polyfill/test/indexof.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/buffer/AUTHORS.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/buffer/LICENSE create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/buffer/README.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/buffer/index.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/buffer/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/buffer/package.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/buffers/README.markdown create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/buffers/examples/slice.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/buffers/examples/splice.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/buffers/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/buffers/package.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/buffers/test/buffers.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/chainsaw/.npmignore create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/chainsaw/README.markdown create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/chainsaw/examples/add_do.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/chainsaw/examples/prompt.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/chainsaw/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/chainsaw/package.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/chainsaw/test/chainsaw.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/compress-commons/CHANGELOG.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/compress-commons/LICENSE create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/compress-commons/README.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/compress-commons/lib/archivers/archive-entry.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/compress-commons/lib/archivers/archive-output-stream.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/compress-commons/lib/archivers/zip/constants.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/compress-commons/lib/archivers/zip/general-purpose-bit.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/compress-commons/lib/archivers/zip/unix-stat.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/compress-commons/lib/archivers/zip/util.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/compress-commons/lib/archivers/zip/zip-archive-entry.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/compress-commons/lib/archivers/zip/zip-archive-output-stream.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/compress-commons/lib/compress-commons.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/compress-commons/lib/util/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/compress-commons/package.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/concat-map/.travis.yml create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/concat-map/LICENSE create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/concat-map/README.markdown create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/concat-map/example/map.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/concat-map/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/concat-map/package.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/concat-map/test/map.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/core-util-is/LICENSE create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/core-util-is/README.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/core-util-is/lib/util.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/core-util-is/package.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/crc-32/LICENSE create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/crc-32/README.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/crc-32/bin/crc32.njs create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/crc-32/crc32.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/crc-32/crc32c.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/crc-32/package.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/crc-32/types/index.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/crc-32/types/tsconfig.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/crc-32/types/tslint.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/crc32-stream/CHANGELOG.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/crc32-stream/LICENSE create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/crc32-stream/README.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/crc32-stream/lib/crc32-stream.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/crc32-stream/lib/deflate-crc32-stream.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/crc32-stream/lib/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/crc32-stream/package.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/.editorconfig create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/CHANGELOG.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/LICENSE create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/README.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/dayjs.min.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/constant.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/index.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/af.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/am.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/ar-dz.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/ar-iq.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/ar-kw.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/ar-ly.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/ar-ma.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/ar-sa.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/ar-tn.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/ar.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/az.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/be.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/bg.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/bi.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/bm.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/bn-bd.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/bn.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/bo.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/br.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/bs.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/ca.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/cs.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/cv.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/cy.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/da.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/de-at.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/de-ch.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/de.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/dv.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/el.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/en-au.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/en-ca.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/en-gb.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/en-ie.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/en-il.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/en-in.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/en-nz.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/en-sg.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/en-tt.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/en.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/eo.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/es-do.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/es-mx.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/es-pr.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/es-us.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/es.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/et.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/eu.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/fa.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/fi.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/fo.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/fr-ca.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/fr-ch.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/fr.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/fy.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/ga.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/gd.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/gl.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/gom-latn.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/gu.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/he.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/hi.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/hr.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/ht.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/hu.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/hy-am.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/id.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/index.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/is.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/it-ch.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/it.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/ja.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/jv.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/ka.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/kk.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/km.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/kn.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/ko.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/ku.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/ky.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/lb.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/lo.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/lt.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/lv.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/me.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/mi.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/mk.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/ml.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/mn.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/mr.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/ms-my.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/ms.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/mt.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/my.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/nb.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/ne.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/nl-be.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/nl.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/nn.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/oc-lnc.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/pa-in.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/pl.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/pt-br.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/pt.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/rn.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/ro.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/ru.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/rw.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/sd.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/se.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/si.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/sk.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/sl.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/sq.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/sr-cyrl.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/sr.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/ss.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/sv-fi.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/sv.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/sw.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/ta.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/te.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/tet.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/tg.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/th.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/tk.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/tl-ph.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/tlh.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/tr.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/types.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/tzl.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/tzm-latn.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/tzm.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/ug-cn.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/uk.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/ur.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/uz-latn.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/uz.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/vi.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/x-pseudo.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/yo.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/zh-cn.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/zh-hk.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/zh-tw.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/locale/zh.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/plugin/advancedFormat/index.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/plugin/advancedFormat/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/plugin/arraySupport/index.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/plugin/arraySupport/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/plugin/badMutable/index.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/plugin/badMutable/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/plugin/buddhistEra/index.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/plugin/buddhistEra/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/plugin/calendar/index.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/plugin/calendar/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/plugin/customParseFormat/index.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/plugin/customParseFormat/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/plugin/dayOfYear/index.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/plugin/dayOfYear/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/plugin/devHelper/index.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/plugin/devHelper/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/plugin/duration/index.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/plugin/duration/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/plugin/isBetween/index.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/plugin/isBetween/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/plugin/isLeapYear/index.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/plugin/isLeapYear/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/plugin/isMoment/index.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/plugin/isMoment/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/plugin/isSameOrAfter/index.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/plugin/isSameOrAfter/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/plugin/isSameOrBefore/index.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/plugin/isSameOrBefore/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/plugin/isToday/index.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/plugin/isToday/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/plugin/isTomorrow/index.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/plugin/isTomorrow/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/plugin/isYesterday/index.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/plugin/isYesterday/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/plugin/isoWeek/index.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/plugin/isoWeek/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/plugin/isoWeeksInYear/index.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/plugin/isoWeeksInYear/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/plugin/localeData/index.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/plugin/localeData/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/plugin/localizedFormat/index.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/plugin/localizedFormat/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/plugin/localizedFormat/utils.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/plugin/minMax/index.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/plugin/minMax/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/plugin/objectSupport/index.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/plugin/objectSupport/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/plugin/pluralGetSet/index.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/plugin/pluralGetSet/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/plugin/preParsePostFormat/index.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/plugin/preParsePostFormat/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/plugin/quarterOfYear/index.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/plugin/quarterOfYear/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/plugin/relativeTime/index.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/plugin/relativeTime/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/plugin/timezone/index.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/plugin/timezone/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/plugin/toArray/index.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/plugin/toArray/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/plugin/toObject/index.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/plugin/toObject/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/plugin/updateLocale/index.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/plugin/updateLocale/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/plugin/utc/index.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/plugin/utc/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/plugin/weekOfYear/index.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/plugin/weekOfYear/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/plugin/weekYear/index.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/plugin/weekYear/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/plugin/weekday/index.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/plugin/weekday/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/esm/utils.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/index.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/af.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/am.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/ar-dz.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/ar-iq.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/ar-kw.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/ar-ly.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/ar-ma.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/ar-sa.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/ar-tn.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/ar.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/az.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/be.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/bg.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/bi.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/bm.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/bn-bd.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/bn.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/bo.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/br.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/bs.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/ca.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/cs.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/cv.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/cy.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/da.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/de-at.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/de-ch.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/de.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/dv.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/el.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/en-au.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/en-ca.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/en-gb.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/en-ie.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/en-il.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/en-in.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/en-nz.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/en-sg.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/en-tt.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/en.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/eo.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/es-do.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/es-mx.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/es-pr.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/es-us.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/es.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/et.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/eu.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/fa.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/fi.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/fo.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/fr-ca.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/fr-ch.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/fr.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/fy.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/ga.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/gd.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/gl.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/gom-latn.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/gu.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/he.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/hi.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/hr.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/ht.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/hu.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/hy-am.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/id.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/index.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/is.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/it-ch.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/it.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/ja.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/jv.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/ka.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/kk.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/km.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/kn.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/ko.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/ku.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/ky.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/lb.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/lo.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/lt.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/lv.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/me.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/mi.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/mk.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/ml.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/mn.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/mr.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/ms-my.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/ms.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/mt.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/my.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/nb.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/ne.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/nl-be.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/nl.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/nn.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/oc-lnc.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/pa-in.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/pl.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/pt-br.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/pt.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/rn.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/ro.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/ru.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/rw.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/sd.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/se.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/si.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/sk.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/sl.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/sq.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/sr-cyrl.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/sr.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/ss.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/sv-fi.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/sv.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/sw.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/ta.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/te.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/tet.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/tg.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/th.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/tk.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/tl-ph.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/tlh.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/tr.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/types.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/tzl.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/tzm-latn.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/tzm.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/ug-cn.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/uk.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/ur.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/uz-latn.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/uz.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/vi.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/x-pseudo.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/yo.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/zh-cn.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/zh-hk.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/zh-tw.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/locale/zh.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/package.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/plugin/advancedFormat.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/plugin/advancedFormat.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/plugin/arraySupport.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/plugin/arraySupport.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/plugin/badMutable.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/plugin/badMutable.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/plugin/buddhistEra.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/plugin/buddhistEra.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/plugin/calendar.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/plugin/calendar.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/plugin/customParseFormat.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/plugin/customParseFormat.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/plugin/dayOfYear.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/plugin/dayOfYear.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/plugin/devHelper.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/plugin/devHelper.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/plugin/duration.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/plugin/duration.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/plugin/isBetween.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/plugin/isBetween.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/plugin/isLeapYear.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/plugin/isLeapYear.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/plugin/isMoment.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/plugin/isMoment.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/plugin/isSameOrAfter.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/plugin/isSameOrAfter.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/plugin/isSameOrBefore.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/plugin/isSameOrBefore.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/plugin/isToday.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/plugin/isToday.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/plugin/isTomorrow.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/plugin/isTomorrow.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/plugin/isYesterday.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/plugin/isYesterday.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/plugin/isoWeek.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/plugin/isoWeek.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/plugin/isoWeeksInYear.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/plugin/isoWeeksInYear.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/plugin/localeData.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/plugin/localeData.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/plugin/localizedFormat.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/plugin/localizedFormat.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/plugin/minMax.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/plugin/minMax.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/plugin/objectSupport.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/plugin/objectSupport.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/plugin/pluralGetSet.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/plugin/pluralGetSet.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/plugin/preParsePostFormat.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/plugin/preParsePostFormat.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/plugin/quarterOfYear.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/plugin/quarterOfYear.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/plugin/relativeTime.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/plugin/relativeTime.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/plugin/timezone.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/plugin/timezone.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/plugin/toArray.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/plugin/toArray.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/plugin/toObject.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/plugin/toObject.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/plugin/updateLocale.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/plugin/updateLocale.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/plugin/utc.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/plugin/utc.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/plugin/weekOfYear.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/plugin/weekOfYear.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/plugin/weekYear.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/plugin/weekYear.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/plugin/weekday.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/dayjs/plugin/weekday.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/duplexer2/LICENSE.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/duplexer2/README.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/duplexer2/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/duplexer2/node_modules/readable-stream/.travis.yml create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/duplexer2/node_modules/readable-stream/CONTRIBUTING.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/duplexer2/node_modules/readable-stream/GOVERNANCE.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/duplexer2/node_modules/readable-stream/LICENSE create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/duplexer2/node_modules/readable-stream/README.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/duplexer2/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/duplexer2/node_modules/readable-stream/duplex-browser.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/duplexer2/node_modules/readable-stream/duplex.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/duplexer2/node_modules/readable-stream/lib/_stream_duplex.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/duplexer2/node_modules/readable-stream/lib/_stream_passthrough.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/duplexer2/node_modules/readable-stream/lib/_stream_readable.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/duplexer2/node_modules/readable-stream/lib/_stream_transform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/duplexer2/node_modules/readable-stream/lib/_stream_writable.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/duplexer2/node_modules/readable-stream/lib/internal/streams/BufferList.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/duplexer2/node_modules/readable-stream/lib/internal/streams/destroy.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/duplexer2/node_modules/readable-stream/lib/internal/streams/stream-browser.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/duplexer2/node_modules/readable-stream/lib/internal/streams/stream.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/duplexer2/node_modules/readable-stream/package.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/duplexer2/node_modules/readable-stream/passthrough.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/duplexer2/node_modules/readable-stream/readable-browser.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/duplexer2/node_modules/readable-stream/readable.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/duplexer2/node_modules/readable-stream/transform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/duplexer2/node_modules/readable-stream/writable-browser.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/duplexer2/node_modules/readable-stream/writable.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/duplexer2/node_modules/safe-buffer/LICENSE create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/duplexer2/node_modules/safe-buffer/README.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/duplexer2/node_modules/safe-buffer/index.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/duplexer2/node_modules/safe-buffer/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/duplexer2/node_modules/safe-buffer/package.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/duplexer2/node_modules/string_decoder/.travis.yml create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/duplexer2/node_modules/string_decoder/LICENSE create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/duplexer2/node_modules/string_decoder/README.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/duplexer2/node_modules/string_decoder/lib/string_decoder.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/duplexer2/node_modules/string_decoder/package.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/duplexer2/package.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/end-of-stream/LICENSE create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/end-of-stream/README.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/end-of-stream/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/end-of-stream/package.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/LICENSE create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/README.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/README_zh.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/LICENSE create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/csv/csv.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/csv/csv.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/csv/line-buffer.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/csv/line-buffer.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/csv/stream-converter.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/csv/stream-converter.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/doc/anchor.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/doc/anchor.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/doc/cell.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/doc/cell.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/doc/column.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/doc/column.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/doc/data-validations.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/doc/data-validations.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/doc/defined-names.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/doc/defined-names.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/doc/enums.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/doc/enums.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/doc/image.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/doc/image.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/doc/modelcontainer.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/doc/modelcontainer.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/doc/note.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/doc/note.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/doc/range.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/doc/range.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/doc/row.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/doc/row.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/doc/table.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/doc/table.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/doc/workbook.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/doc/workbook.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/doc/worksheet.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/doc/worksheet.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/exceljs.bare.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/exceljs.bare.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/exceljs.browser.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/exceljs.browser.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/exceljs.nodejs.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/exceljs.nodejs.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/stream/xlsx/hyperlink-reader.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/stream/xlsx/hyperlink-reader.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/stream/xlsx/sheet-comments-writer.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/stream/xlsx/sheet-comments-writer.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/stream/xlsx/sheet-rels-writer.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/stream/xlsx/sheet-rels-writer.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/stream/xlsx/workbook-reader.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/stream/xlsx/workbook-reader.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/stream/xlsx/workbook-writer.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/stream/xlsx/workbook-writer.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/stream/xlsx/worksheet-reader.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/stream/xlsx/worksheet-reader.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/stream/xlsx/worksheet-writer.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/stream/xlsx/worksheet-writer.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/utils/auto-drain.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/utils/auto-drain.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/utils/browser-buffer-decode.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/utils/browser-buffer-decode.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/utils/browser-buffer-encode.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/utils/browser-buffer-encode.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/utils/cell-matrix.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/utils/cell-matrix.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/utils/col-cache.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/utils/col-cache.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/utils/encryptor.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/utils/encryptor.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/utils/iterate-stream.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/utils/iterate-stream.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/utils/parse-sax.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/utils/parse-sax.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/utils/shared-formula.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/utils/shared-formula.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/utils/shared-strings.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/utils/shared-strings.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/utils/stream-base64.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/utils/stream-base64.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/utils/stream-buf.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/utils/stream-buf.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/utils/string-buf.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/utils/string-buf.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/utils/string-builder.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/utils/string-builder.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/utils/stuttered-pipe.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/utils/stuttered-pipe.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/utils/typed-stack.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/utils/typed-stack.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/utils/under-dash.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/utils/under-dash.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/utils/utils.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/utils/utils.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/utils/xml-stream.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/utils/xml-stream.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/utils/zip-stream.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/utils/zip-stream.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/defaultnumformats.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/defaultnumformats.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/rel-type.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/rel-type.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/base-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/base-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/book/defined-name-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/book/defined-name-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/book/sheet-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/book/sheet-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/book/workbook-calc-properties-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/book/workbook-calc-properties-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/book/workbook-properties-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/book/workbook-properties-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/book/workbook-view-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/book/workbook-view-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/book/workbook-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/book/workbook-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/comment/comment-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/comment/comment-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/comment/comments-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/comment/comments-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/comment/style/vml-position-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/comment/style/vml-position-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/comment/style/vml-protection-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/comment/style/vml-protection-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/comment/vml-anchor-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/comment/vml-anchor-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/comment/vml-client-data-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/comment/vml-client-data-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/comment/vml-notes-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/comment/vml-notes-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/comment/vml-shape-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/comment/vml-shape-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/comment/vml-textbox-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/comment/vml-textbox-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/composite-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/composite-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/core/app-heading-pairs-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/core/app-heading-pairs-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/core/app-titles-of-parts-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/core/app-titles-of-parts-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/core/app-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/core/app-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/core/content-types-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/core/content-types-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/core/core-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/core/core-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/core/relationship-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/core/relationship-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/core/relationships-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/core/relationships-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/drawing/base-cell-anchor-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/drawing/base-cell-anchor-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/drawing/blip-fill-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/drawing/blip-fill-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/drawing/blip-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/drawing/blip-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/drawing/c-nv-pic-pr-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/drawing/c-nv-pic-pr-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/drawing/c-nv-pr-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/drawing/c-nv-pr-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/drawing/cell-position-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/drawing/cell-position-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/drawing/drawing-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/drawing/drawing-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/drawing/ext-lst-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/drawing/ext-lst-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/drawing/ext-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/drawing/ext-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/drawing/hlink-click-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/drawing/hlink-click-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/drawing/nv-pic-pr-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/drawing/nv-pic-pr-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/drawing/one-cell-anchor-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/drawing/one-cell-anchor-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/drawing/pic-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/drawing/pic-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/drawing/sp-pr.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/drawing/sp-pr.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/drawing/two-cell-anchor-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/drawing/two-cell-anchor-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/list-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/list-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/sheet/auto-filter-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/sheet/auto-filter-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/sheet/cell-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/sheet/cell-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/sheet/cf-ext/cf-icon-ext-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/sheet/cf-ext/cf-icon-ext-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/sheet/cf-ext/cf-rule-ext-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/sheet/cf-ext/cf-rule-ext-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/sheet/cf-ext/cfvo-ext-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/sheet/cf-ext/cfvo-ext-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/sheet/cf-ext/conditional-formatting-ext-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/sheet/cf-ext/conditional-formatting-ext-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/sheet/cf-ext/conditional-formattings-ext-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/sheet/cf-ext/conditional-formattings-ext-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/sheet/cf-ext/databar-ext-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/sheet/cf-ext/databar-ext-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/sheet/cf-ext/f-ext-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/sheet/cf-ext/f-ext-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/sheet/cf-ext/icon-set-ext-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/sheet/cf-ext/icon-set-ext-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/sheet/cf-ext/sqref-ext-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/sheet/cf-ext/sqref-ext-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/sheet/cf/cf-rule-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/sheet/cf/cf-rule-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/sheet/cf/cfvo-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/sheet/cf/cfvo-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/sheet/cf/color-scale-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/sheet/cf/color-scale-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/sheet/cf/conditional-formatting-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/sheet/cf/conditional-formatting-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/sheet/cf/conditional-formattings-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/sheet/cf/conditional-formattings-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/sheet/cf/databar-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/sheet/cf/databar-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/sheet/cf/ext-lst-ref-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/sheet/cf/ext-lst-ref-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/sheet/cf/formula-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/sheet/cf/formula-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/sheet/cf/icon-set-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/sheet/cf/icon-set-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/sheet/col-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/sheet/col-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/sheet/data-validations-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/sheet/data-validations-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/sheet/dimension-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/sheet/dimension-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/sheet/drawing-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/sheet/drawing-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/sheet/ext-lst-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/sheet/ext-lst-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/sheet/header-footer-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/sheet/header-footer-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/sheet/hyperlink-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/sheet/hyperlink-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/sheet/merge-cell-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/sheet/merge-cell-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/sheet/merges.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/sheet/merges.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/sheet/outline-properties-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/sheet/outline-properties-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/sheet/page-breaks-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/sheet/page-breaks-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/sheet/page-margins-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/sheet/page-margins-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/sheet/page-setup-properties-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/sheet/page-setup-properties-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/sheet/page-setup-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/sheet/page-setup-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/sheet/picture-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/sheet/picture-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/sheet/print-options-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/sheet/print-options-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/sheet/row-breaks-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/sheet/row-breaks-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/sheet/row-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/sheet/row-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/sheet/sheet-format-properties-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/sheet/sheet-format-properties-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/sheet/sheet-properties-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/sheet/sheet-properties-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/sheet/sheet-protection-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/sheet/sheet-protection-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/sheet/sheet-view-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/sheet/sheet-view-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/sheet/table-part-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/sheet/table-part-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/sheet/worksheet-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/sheet/worksheet-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/simple/boolean-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/simple/boolean-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/simple/date-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/simple/date-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/simple/float-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/simple/float-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/simple/integer-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/simple/integer-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/simple/string-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/simple/string-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/static-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/static-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/strings/phonetic-text-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/strings/phonetic-text-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/strings/rich-text-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/strings/rich-text-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/strings/shared-string-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/strings/shared-string-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/strings/shared-strings-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/strings/shared-strings-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/strings/text-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/strings/text-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/style/alignment-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/style/alignment-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/style/border-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/style/border-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/style/color-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/style/color-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/style/dxf-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/style/dxf-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/style/fill-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/style/fill-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/style/font-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/style/font-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/style/numfmt-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/style/numfmt-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/style/protection-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/style/protection-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/style/style-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/style/style-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/style/styles-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/style/styles-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/style/underline-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/style/underline-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/table/auto-filter-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/table/auto-filter-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/table/filter-column-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/table/filter-column-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/table/table-column-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/table/table-column-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/table/table-style-info-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/table/table-style-info-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/table/table-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xform/table/table-xform.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xlsx.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xlsx.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xml/theme1.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/es5/xlsx/xml/theme1.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/exceljs.bare.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/exceljs.bare.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/exceljs.bare.min.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/exceljs.bare.min.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/exceljs.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/exceljs.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/exceljs.min.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/dist/exceljs.min.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/excel.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/index.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/index.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/csv/csv.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/csv/line-buffer.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/csv/stream-converter.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/doc/anchor.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/doc/cell.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/doc/column.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/doc/data-validations.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/doc/data/theme1.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/doc/defined-names.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/doc/enums.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/doc/image.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/doc/modelcontainer.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/doc/note.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/doc/range.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/doc/row.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/doc/table.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/doc/workbook.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/doc/worksheet.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/exceljs.bare.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/exceljs.browser.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/exceljs.nodejs.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/stream/xlsx/hyperlink-reader.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/stream/xlsx/sheet-comments-writer.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/stream/xlsx/sheet-rels-writer.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/stream/xlsx/workbook-reader.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/stream/xlsx/workbook-writer.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/stream/xlsx/worksheet-reader.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/stream/xlsx/worksheet-writer.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/utils/auto-drain.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/utils/browser-buffer-decode.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/utils/browser-buffer-encode.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/utils/cell-matrix.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/utils/col-cache.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/utils/encryptor.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/utils/iterate-stream.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/utils/parse-sax.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/utils/shared-formula.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/utils/shared-strings.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/utils/stream-base64.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/utils/stream-buf.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/utils/string-buf.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/utils/string-builder.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/utils/stuttered-pipe.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/utils/typed-stack.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/utils/under-dash.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/utils/utils.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/utils/xml-stream.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/utils/zip-stream.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/.rels create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/calcChain.xml create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/core.xml create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/defaultnumformats.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/rel-type.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/styles.xml create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/workbook.xml create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/base-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/book/defined-name-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/book/sheet-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/book/workbook-calc-properties-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/book/workbook-properties-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/book/workbook-view-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/book/workbook-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/comment/comment-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/comment/comments-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/comment/style/vml-position-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/comment/style/vml-protection-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/comment/vml-anchor-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/comment/vml-client-data-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/comment/vml-notes-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/comment/vml-shape-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/comment/vml-textbox-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/composite-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/core/app-heading-pairs-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/core/app-titles-of-parts-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/core/app-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/core/content-types-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/core/core-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/core/relationship-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/core/relationships-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/drawing/base-cell-anchor-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/drawing/blip-fill-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/drawing/blip-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/drawing/c-nv-pic-pr-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/drawing/c-nv-pr-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/drawing/cell-position-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/drawing/drawing-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/drawing/ext-lst-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/drawing/ext-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/drawing/hlink-click-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/drawing/nv-pic-pr-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/drawing/one-cell-anchor-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/drawing/pic-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/drawing/sp-pr.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/drawing/two-cell-anchor-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/list-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/sheet/auto-filter-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/sheet/cell-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/sheet/cf-ext/cf-icon-ext-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/sheet/cf-ext/cf-rule-ext-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/sheet/cf-ext/cfvo-ext-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/sheet/cf-ext/conditional-formatting-ext-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/sheet/cf-ext/conditional-formattings-ext-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/sheet/cf-ext/databar-ext-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/sheet/cf-ext/f-ext-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/sheet/cf-ext/icon-set-ext-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/sheet/cf-ext/sqref-ext-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/sheet/cf/cf-rule-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/sheet/cf/cfvo-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/sheet/cf/color-scale-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/sheet/cf/conditional-formatting-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/sheet/cf/conditional-formattings-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/sheet/cf/databar-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/sheet/cf/ext-lst-ref-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/sheet/cf/formula-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/sheet/cf/icon-set-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/sheet/col-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/sheet/data-validations-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/sheet/dimension-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/sheet/drawing-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/sheet/ext-lst-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/sheet/header-footer-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/sheet/hyperlink-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/sheet/merge-cell-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/sheet/merges.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/sheet/outline-properties-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/sheet/page-breaks-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/sheet/page-margins-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/sheet/page-setup-properties-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/sheet/page-setup-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/sheet/picture-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/sheet/print-options-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/sheet/row-breaks-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/sheet/row-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/sheet/sheet-format-properties-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/sheet/sheet-properties-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/sheet/sheet-protection-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/sheet/sheet-view-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/sheet/table-part-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/sheet/worksheet-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/simple/boolean-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/simple/date-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/simple/float-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/simple/integer-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/simple/string-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/static-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/strings/phonetic-text-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/strings/rich-text-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/strings/shared-string-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/strings/shared-strings-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/strings/text-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/style/alignment-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/style/border-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/style/color-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/style/dxf-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/style/fill-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/style/font-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/style/numfmt-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/style/protection-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/style/style-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/style/styles-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/style/underline-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/table/auto-filter-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/table/filter-column-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/table/table-column-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/table/table-style-info-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xform/table/table-xform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xlsx.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xml/theme1.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/lib/xlsx/xml/theme1.xml create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/exceljs/package.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/fast-csv/CHANGELOG.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/fast-csv/LICENSE create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/fast-csv/README.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/fast-csv/package.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/fs-constants/LICENSE create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/fs-constants/README.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/fs-constants/browser.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/fs-constants/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/fs-constants/package.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/fs-extra/LICENSE create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/fs-extra/README.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/fs-extra/lib/copy/copy-sync.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/fs-extra/lib/copy/copy.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/fs-extra/lib/copy/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/fs-extra/lib/empty/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/fs-extra/lib/ensure/file.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/fs-extra/lib/ensure/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/fs-extra/lib/ensure/link.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/fs-extra/lib/ensure/symlink-paths.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/fs-extra/lib/ensure/symlink-type.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/fs-extra/lib/ensure/symlink.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/fs-extra/lib/fs/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/fs-extra/lib/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/fs-extra/lib/json/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/fs-extra/lib/json/jsonfile.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/fs-extra/lib/json/output-json-sync.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/fs-extra/lib/json/output-json.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/fs-extra/lib/mkdirs/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/fs-extra/lib/mkdirs/make-dir.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/fs-extra/lib/mkdirs/utils.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/fs-extra/lib/move/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/fs-extra/lib/move/move-sync.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/fs-extra/lib/move/move.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/fs-extra/lib/output-file/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/fs-extra/lib/path-exists/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/fs-extra/lib/remove/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/fs-extra/lib/remove/rimraf.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/fs-extra/lib/util/stat.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/fs-extra/lib/util/utimes.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/fs-extra/package.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/fs.realpath/LICENSE create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/fs.realpath/README.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/fs.realpath/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/fs.realpath/old.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/fs.realpath/package.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/fstream/.travis.yml create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/fstream/LICENSE create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/fstream/README.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/fstream/examples/filter-pipe.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/fstream/examples/pipe.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/fstream/examples/reader.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/fstream/examples/symlink-write.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/fstream/fstream.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/fstream/lib/abstract.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/fstream/lib/collect.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/fstream/lib/dir-reader.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/fstream/lib/dir-writer.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/fstream/lib/file-reader.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/fstream/lib/file-writer.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/fstream/lib/get-type.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/fstream/lib/link-reader.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/fstream/lib/link-writer.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/fstream/lib/proxy-reader.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/fstream/lib/proxy-writer.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/fstream/lib/reader.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/fstream/lib/socket-reader.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/fstream/lib/writer.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/fstream/node_modules/.bin/rimraf create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/fstream/node_modules/.bin/rimraf.cmd create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/fstream/node_modules/.bin/rimraf.ps1 create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/fstream/node_modules/rimraf/LICENSE create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/fstream/node_modules/rimraf/README.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/fstream/node_modules/rimraf/bin.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/fstream/node_modules/rimraf/package.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/fstream/node_modules/rimraf/rimraf.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/fstream/package.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/glob/LICENSE create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/glob/README.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/glob/common.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/glob/glob.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/glob/package.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/glob/sync.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/graceful-fs/LICENSE create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/graceful-fs/README.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/graceful-fs/clone.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/graceful-fs/graceful-fs.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/graceful-fs/legacy-streams.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/graceful-fs/package.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/graceful-fs/polyfills.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/ieee754/LICENSE create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/ieee754/README.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/ieee754/index.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/ieee754/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/ieee754/package.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/immediate/LICENSE.txt create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/immediate/README.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/immediate/dist/immediate.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/immediate/dist/immediate.min.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/immediate/lib/browser.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/immediate/lib/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/immediate/package.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/inflight/LICENSE create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/inflight/README.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/inflight/inflight.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/inflight/package.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/inherits/LICENSE create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/inherits/README.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/inherits/inherits.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/inherits/inherits_browser.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/inherits/package.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/isarray/.npmignore create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/isarray/.travis.yml create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/isarray/Makefile create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/isarray/README.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/isarray/component.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/isarray/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/isarray/package.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/isarray/test.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/jsonfile/CHANGELOG.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/jsonfile/LICENSE create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/jsonfile/README.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/jsonfile/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/jsonfile/package.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/jsonfile/utils.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/jszip/.codeclimate.yml create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/jszip/.editorconfig create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/jszip/.github/workflows/pr.yaml create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/jszip/.jshintignore create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/jszip/.jshintrc create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/jszip/.travis.yml create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/jszip/CHANGES.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/jszip/LICENSE.markdown create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/jszip/README.markdown create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/jszip/dist/jszip.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/jszip/dist/jszip.min.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/jszip/index.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/jszip/lib/base64.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/jszip/lib/compressedObject.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/jszip/lib/compressions.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/jszip/lib/crc32.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/jszip/lib/defaults.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/jszip/lib/external.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/jszip/lib/flate.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/jszip/lib/generate/ZipFileWorker.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/jszip/lib/generate/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/jszip/lib/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/jszip/lib/license_header.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/jszip/lib/load.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/jszip/lib/nodejs/NodejsStreamInputAdapter.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/jszip/lib/nodejs/NodejsStreamOutputAdapter.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/jszip/lib/nodejsUtils.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/jszip/lib/object.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/jszip/lib/readable-stream-browser.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/jszip/lib/reader/ArrayReader.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/jszip/lib/reader/DataReader.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/jszip/lib/reader/NodeBufferReader.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/jszip/lib/reader/StringReader.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/jszip/lib/reader/Uint8ArrayReader.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/jszip/lib/reader/readerFor.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/jszip/lib/signature.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/jszip/lib/stream/ConvertWorker.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/jszip/lib/stream/Crc32Probe.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/jszip/lib/stream/DataLengthProbe.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/jszip/lib/stream/DataWorker.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/jszip/lib/stream/GenericWorker.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/jszip/lib/stream/StreamHelper.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/jszip/lib/support.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/jszip/lib/utf8.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/jszip/lib/utils.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/jszip/lib/zipEntries.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/jszip/lib/zipEntry.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/jszip/lib/zipObject.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/jszip/node_modules/readable-stream/.travis.yml create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/jszip/node_modules/readable-stream/CONTRIBUTING.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/jszip/node_modules/readable-stream/GOVERNANCE.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/jszip/node_modules/readable-stream/LICENSE create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/jszip/node_modules/readable-stream/README.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/jszip/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/jszip/node_modules/readable-stream/duplex-browser.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/jszip/node_modules/readable-stream/duplex.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/jszip/node_modules/readable-stream/lib/_stream_duplex.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/jszip/node_modules/readable-stream/lib/_stream_passthrough.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/jszip/node_modules/readable-stream/lib/_stream_readable.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/jszip/node_modules/readable-stream/lib/_stream_transform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/jszip/node_modules/readable-stream/lib/_stream_writable.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/jszip/node_modules/readable-stream/lib/internal/streams/BufferList.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/jszip/node_modules/readable-stream/lib/internal/streams/destroy.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/jszip/node_modules/readable-stream/lib/internal/streams/stream-browser.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/jszip/node_modules/readable-stream/lib/internal/streams/stream.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/jszip/node_modules/readable-stream/package.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/jszip/node_modules/readable-stream/passthrough.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/jszip/node_modules/readable-stream/readable-browser.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/jszip/node_modules/readable-stream/readable.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/jszip/node_modules/readable-stream/transform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/jszip/node_modules/readable-stream/writable-browser.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/jszip/node_modules/readable-stream/writable.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/jszip/node_modules/safe-buffer/LICENSE create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/jszip/node_modules/safe-buffer/README.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/jszip/node_modules/safe-buffer/index.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/jszip/node_modules/safe-buffer/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/jszip/node_modules/safe-buffer/package.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/jszip/node_modules/string_decoder/.travis.yml create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/jszip/node_modules/string_decoder/LICENSE create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/jszip/node_modules/string_decoder/README.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/jszip/node_modules/string_decoder/lib/string_decoder.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/jszip/node_modules/string_decoder/package.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/jszip/package.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/jszip/tsconfig.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/jszip/vendor/FileSaver.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/lazystream/LICENSE create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/lazystream/README.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/lazystream/lib/lazystream.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/lazystream/node_modules/readable-stream/.travis.yml create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/lazystream/node_modules/readable-stream/CONTRIBUTING.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/lazystream/node_modules/readable-stream/GOVERNANCE.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/lazystream/node_modules/readable-stream/LICENSE create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/lazystream/node_modules/readable-stream/README.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/lazystream/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/lazystream/node_modules/readable-stream/duplex-browser.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/lazystream/node_modules/readable-stream/duplex.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/lazystream/node_modules/readable-stream/lib/_stream_duplex.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/lazystream/node_modules/readable-stream/lib/_stream_passthrough.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/lazystream/node_modules/readable-stream/lib/_stream_readable.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/lazystream/node_modules/readable-stream/lib/_stream_transform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/lazystream/node_modules/readable-stream/lib/_stream_writable.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/lazystream/node_modules/readable-stream/lib/internal/streams/BufferList.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/lazystream/node_modules/readable-stream/lib/internal/streams/destroy.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/lazystream/node_modules/readable-stream/lib/internal/streams/stream-browser.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/lazystream/node_modules/readable-stream/lib/internal/streams/stream.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/lazystream/node_modules/readable-stream/package.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/lazystream/node_modules/readable-stream/passthrough.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/lazystream/node_modules/readable-stream/readable-browser.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/lazystream/node_modules/readable-stream/readable.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/lazystream/node_modules/readable-stream/transform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/lazystream/node_modules/readable-stream/writable-browser.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/lazystream/node_modules/readable-stream/writable.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/lazystream/node_modules/safe-buffer/LICENSE create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/lazystream/node_modules/safe-buffer/README.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/lazystream/node_modules/safe-buffer/index.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/lazystream/node_modules/safe-buffer/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/lazystream/node_modules/safe-buffer/package.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/lazystream/node_modules/string_decoder/.travis.yml create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/lazystream/node_modules/string_decoder/LICENSE create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/lazystream/node_modules/string_decoder/README.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/lazystream/node_modules/string_decoder/lib/string_decoder.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/lazystream/node_modules/string_decoder/package.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/lazystream/package.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/lazystream/test/data.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/lazystream/test/fs_test.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/lazystream/test/helper.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/lazystream/test/pipe_test.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/lazystream/test/readable_test.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/lazystream/test/writable_test.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/lie/README.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/lie/dist/lie.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/lie/dist/lie.min.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/lie/dist/lie.polyfill.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/lie/dist/lie.polyfill.min.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/lie/lib/browser.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/lie/lib/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/lie/license.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/lie/lie.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/lie/package.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/lie/polyfill.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/listenercount/.npmignore create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/listenercount/LICENSE.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/listenercount/README.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/listenercount/circle.yml create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/listenercount/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/listenercount/package.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/listenercount/test/test.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/lodash.defaults/LICENSE create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/lodash.defaults/README.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/lodash.defaults/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/lodash.defaults/package.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/lodash.difference/LICENSE create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/lodash.difference/README.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/lodash.difference/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/lodash.difference/package.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/lodash.escaperegexp/LICENSE create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/lodash.escaperegexp/README.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/lodash.escaperegexp/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/lodash.escaperegexp/package.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/lodash.flatten/LICENSE create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/lodash.flatten/README.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/lodash.flatten/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/lodash.flatten/package.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/lodash.groupby/LICENSE create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/lodash.groupby/README.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/lodash.groupby/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/lodash.groupby/package.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/lodash.isboolean/LICENSE create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/lodash.isboolean/README.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/lodash.isboolean/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/lodash.isboolean/package.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/lodash.isequal/LICENSE create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/lodash.isequal/README.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/lodash.isequal/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/lodash.isequal/package.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/lodash.isfunction/LICENSE create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/lodash.isfunction/README.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/lodash.isfunction/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/lodash.isfunction/package.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/lodash.isnil/LICENSE create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/lodash.isnil/README.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/lodash.isnil/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/lodash.isnil/package.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/lodash.isplainobject/LICENSE create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/lodash.isplainobject/README.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/lodash.isplainobject/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/lodash.isplainobject/package.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/lodash.isundefined/LICENSE.txt create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/lodash.isundefined/README.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/lodash.isundefined/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/lodash.isundefined/package.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/lodash.union/LICENSE create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/lodash.union/README.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/lodash.union/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/lodash.union/package.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/lodash.uniq/LICENSE create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/lodash.uniq/README.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/lodash.uniq/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/lodash.uniq/package.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/minimatch/LICENSE create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/minimatch/README.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/minimatch/minimatch.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/minimatch/package.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/minimist/.travis.yml create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/minimist/LICENSE create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/minimist/example/parse.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/minimist/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/minimist/package.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/minimist/readme.markdown create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/minimist/test/all_bool.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/minimist/test/bool.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/minimist/test/dash.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/minimist/test/default_bool.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/minimist/test/dotted.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/minimist/test/kv_short.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/minimist/test/long.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/minimist/test/num.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/minimist/test/parse.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/minimist/test/parse_modified.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/minimist/test/proto.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/minimist/test/short.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/minimist/test/stop_early.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/minimist/test/unknown.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/minimist/test/whitespace.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/mkdirp/LICENSE create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/mkdirp/bin/cmd.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/mkdirp/bin/usage.txt create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/mkdirp/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/mkdirp/package.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/mkdirp/readme.markdown create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/normalize-path/LICENSE create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/normalize-path/README.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/normalize-path/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/normalize-path/package.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/once/LICENSE create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/once/README.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/once/once.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/once/package.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/pako/CHANGELOG.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/pako/LICENSE create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/pako/README.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/pako/dist/pako.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/pako/dist/pako.min.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/pako/dist/pako_deflate.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/pako/dist/pako_deflate.min.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/pako/dist/pako_inflate.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/pako/dist/pako_inflate.min.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/pako/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/pako/lib/deflate.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/pako/lib/inflate.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/pako/lib/utils/common.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/pako/lib/utils/strings.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/pako/lib/zlib/README create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/pako/lib/zlib/adler32.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/pako/lib/zlib/constants.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/pako/lib/zlib/crc32.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/pako/lib/zlib/deflate.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/pako/lib/zlib/gzheader.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/pako/lib/zlib/inffast.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/pako/lib/zlib/inflate.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/pako/lib/zlib/inftrees.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/pako/lib/zlib/messages.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/pako/lib/zlib/trees.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/pako/lib/zlib/zstream.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/pako/package.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/path-is-absolute/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/path-is-absolute/license create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/path-is-absolute/package.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/path-is-absolute/readme.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/process-nextick-args/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/process-nextick-args/license.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/process-nextick-args/package.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/process-nextick-args/readme.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/readable-stream/CONTRIBUTING.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/readable-stream/GOVERNANCE.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/readable-stream/LICENSE create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/readable-stream/README.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/readable-stream/errors-browser.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/readable-stream/errors.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/readable-stream/experimentalWarning.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/readable-stream/lib/_stream_duplex.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/readable-stream/lib/_stream_passthrough.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/readable-stream/lib/_stream_readable.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/readable-stream/lib/_stream_transform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/readable-stream/lib/_stream_writable.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/readable-stream/lib/internal/streams/async_iterator.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/readable-stream/lib/internal/streams/buffer_list.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/readable-stream/lib/internal/streams/destroy.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/readable-stream/lib/internal/streams/end-of-stream.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/readable-stream/lib/internal/streams/from-browser.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/readable-stream/lib/internal/streams/from.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/readable-stream/lib/internal/streams/pipeline.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/readable-stream/lib/internal/streams/state.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/readable-stream/lib/internal/streams/stream-browser.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/readable-stream/lib/internal/streams/stream.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/readable-stream/package.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/readable-stream/readable-browser.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/readable-stream/readable.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/readdir-glob/LICENSE create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/readdir-glob/README.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/readdir-glob/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/readdir-glob/package.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/rimraf/CHANGELOG.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/rimraf/LICENSE create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/rimraf/README.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/rimraf/bin.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/rimraf/package.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/rimraf/rimraf.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/safe-buffer/LICENSE create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/safe-buffer/README.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/safe-buffer/index.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/safe-buffer/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/safe-buffer/package.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/saxes/README.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/saxes/package.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/saxes/saxes.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/saxes/saxes.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/saxes/saxes.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/set-immediate-shim/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/set-immediate-shim/package.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/set-immediate-shim/readme.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/setimmediate/LICENSE.txt create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/setimmediate/package.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/setimmediate/setImmediate.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/string_decoder/LICENSE create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/string_decoder/README.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/string_decoder/lib/string_decoder.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/string_decoder/package.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/tar-stream/LICENSE create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/tar-stream/README.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/tar-stream/extract.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/tar-stream/headers.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/tar-stream/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/tar-stream/pack.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/tar-stream/package.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/tar-stream/sandbox.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/tmp/CHANGELOG.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/tmp/LICENSE create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/tmp/README.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/tmp/lib/tmp.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/tmp/package.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/traverse/.npmignore create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/traverse/LICENSE create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/traverse/README.markdown create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/traverse/examples/json.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/traverse/examples/leaves.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/traverse/examples/negative.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/traverse/examples/stringify.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/traverse/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/traverse/package.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/traverse/test/circular.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/traverse/test/date.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/traverse/test/equal.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/traverse/test/instance.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/traverse/test/interface.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/traverse/test/json.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/traverse/test/leaves.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/traverse/test/mutability.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/traverse/test/negative.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/traverse/test/obj.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/traverse/test/stop.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/traverse/test/stringify.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/traverse/test/super_deep.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/universalify/LICENSE create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/universalify/README.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/universalify/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/universalify/package.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/unzipper/.circleci/config.yml create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/unzipper/.gitattributes create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/unzipper/.travis.yml create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/unzipper/LICENSE create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/unzipper/README.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/unzipper/lib/Buffer.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/unzipper/lib/BufferStream.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/unzipper/lib/Decrypt.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/unzipper/lib/NoopStream.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/unzipper/lib/Open/directory.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/unzipper/lib/Open/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/unzipper/lib/Open/unzip.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/unzipper/lib/PullStream.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/unzipper/lib/extract.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/unzipper/lib/parse.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/unzipper/lib/parseDateTime.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/unzipper/lib/parseExtraField.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/unzipper/lib/parseOne.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/unzipper/node_modules/readable-stream/.travis.yml create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/unzipper/node_modules/readable-stream/CONTRIBUTING.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/unzipper/node_modules/readable-stream/GOVERNANCE.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/unzipper/node_modules/readable-stream/LICENSE create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/unzipper/node_modules/readable-stream/README.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/unzipper/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/unzipper/node_modules/readable-stream/duplex-browser.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/unzipper/node_modules/readable-stream/duplex.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/unzipper/node_modules/readable-stream/lib/_stream_duplex.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/unzipper/node_modules/readable-stream/lib/_stream_passthrough.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/unzipper/node_modules/readable-stream/lib/_stream_readable.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/unzipper/node_modules/readable-stream/lib/_stream_transform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/unzipper/node_modules/readable-stream/lib/_stream_writable.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/unzipper/node_modules/readable-stream/lib/internal/streams/BufferList.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/unzipper/node_modules/readable-stream/lib/internal/streams/destroy.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/unzipper/node_modules/readable-stream/lib/internal/streams/stream-browser.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/unzipper/node_modules/readable-stream/lib/internal/streams/stream.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/unzipper/node_modules/readable-stream/package.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/unzipper/node_modules/readable-stream/passthrough.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/unzipper/node_modules/readable-stream/readable-browser.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/unzipper/node_modules/readable-stream/readable.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/unzipper/node_modules/readable-stream/transform.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/unzipper/node_modules/readable-stream/writable-browser.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/unzipper/node_modules/readable-stream/writable.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/unzipper/node_modules/safe-buffer/LICENSE create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/unzipper/node_modules/safe-buffer/README.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/unzipper/node_modules/safe-buffer/index.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/unzipper/node_modules/safe-buffer/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/unzipper/node_modules/safe-buffer/package.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/unzipper/node_modules/string_decoder/.travis.yml create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/unzipper/node_modules/string_decoder/LICENSE create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/unzipper/node_modules/string_decoder/README.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/unzipper/node_modules/string_decoder/lib/string_decoder.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/unzipper/node_modules/string_decoder/package.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/unzipper/package.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/unzipper/unzip.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/util-deprecate/History.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/util-deprecate/LICENSE create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/util-deprecate/README.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/util-deprecate/browser.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/util-deprecate/node.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/util-deprecate/package.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/uuid/CHANGELOG.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/uuid/CONTRIBUTING.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/uuid/LICENSE.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/uuid/README.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/uuid/dist/bin/uuid create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/uuid/dist/esm-browser/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/uuid/dist/esm-browser/md5.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/uuid/dist/esm-browser/nil.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/uuid/dist/esm-browser/parse.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/uuid/dist/esm-browser/regex.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/uuid/dist/esm-browser/rng.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/uuid/dist/esm-browser/sha1.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/uuid/dist/esm-browser/stringify.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/uuid/dist/esm-browser/v1.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/uuid/dist/esm-browser/v3.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/uuid/dist/esm-browser/v35.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/uuid/dist/esm-browser/v4.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/uuid/dist/esm-browser/v5.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/uuid/dist/esm-browser/validate.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/uuid/dist/esm-browser/version.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/uuid/dist/esm-node/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/uuid/dist/esm-node/md5.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/uuid/dist/esm-node/nil.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/uuid/dist/esm-node/parse.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/uuid/dist/esm-node/regex.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/uuid/dist/esm-node/rng.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/uuid/dist/esm-node/sha1.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/uuid/dist/esm-node/stringify.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/uuid/dist/esm-node/v1.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/uuid/dist/esm-node/v3.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/uuid/dist/esm-node/v35.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/uuid/dist/esm-node/v4.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/uuid/dist/esm-node/v5.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/uuid/dist/esm-node/validate.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/uuid/dist/esm-node/version.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/uuid/dist/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/uuid/dist/md5-browser.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/uuid/dist/md5.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/uuid/dist/nil.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/uuid/dist/parse.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/uuid/dist/regex.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/uuid/dist/rng-browser.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/uuid/dist/rng.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/uuid/dist/sha1-browser.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/uuid/dist/sha1.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/uuid/dist/stringify.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/uuid/dist/umd/uuid.min.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/uuid/dist/umd/uuidNIL.min.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/uuid/dist/umd/uuidParse.min.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/uuid/dist/umd/uuidStringify.min.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/uuid/dist/umd/uuidValidate.min.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/uuid/dist/umd/uuidVersion.min.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/uuid/dist/umd/uuidv1.min.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/uuid/dist/umd/uuidv3.min.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/uuid/dist/umd/uuidv4.min.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/uuid/dist/umd/uuidv5.min.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/uuid/dist/uuid-bin.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/uuid/dist/v1.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/uuid/dist/v3.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/uuid/dist/v35.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/uuid/dist/v4.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/uuid/dist/v5.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/uuid/dist/validate.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/uuid/dist/version.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/uuid/package.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/uuid/wrapper.mjs create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/wrappy/LICENSE create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/wrappy/README.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/wrappy/package.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/wrappy/wrappy.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/xmlchars/LICENSE create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/xmlchars/README.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/xmlchars/package.json create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/xmlchars/xml/1.0/ed4.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/xmlchars/xml/1.0/ed4.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/xmlchars/xml/1.0/ed4.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/xmlchars/xml/1.0/ed5.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/xmlchars/xml/1.0/ed5.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/xmlchars/xml/1.0/ed5.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/xmlchars/xml/1.1/ed2.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/xmlchars/xml/1.1/ed2.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/xmlchars/xml/1.1/ed2.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/xmlchars/xmlchars.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/xmlchars/xmlchars.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/xmlchars/xmlchars.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/xmlchars/xmlns/1.0/ed3.d.ts create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/xmlchars/xmlns/1.0/ed3.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/xmlchars/xmlns/1.0/ed3.js.map create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/zip-stream/CHANGELOG.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/zip-stream/LICENSE create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/zip-stream/README.md create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/zip-stream/index.js create mode 100644 extensions/oops-plugin-excel-to-json/node_modules/zip-stream/package.json create mode 100644 extensions/oops-plugin-excel-to-json/package-lock.json create mode 100644 extensions/oops-plugin-excel-to-json/package.json create mode 100644 extensions/oops-plugin-excel-to-json/src/ExcelToJson.ts create mode 100644 extensions/oops-plugin-excel-to-json/src/JsonToTs.ts create mode 100644 extensions/oops-plugin-excel-to-json/src/main.ts create mode 100644 extensions/oops-plugin-excel-to-json/tsconfig.json create mode 100644 settings/v2/packages/oops-plugin-excel-to-json.json diff --git a/assets/main.scene b/assets/main.scene index 8649342..29e9380 100644 --- a/assets/main.scene +++ b/assets/main.scene @@ -146,7 +146,7 @@ "_lpos": { "__type__": "cc.Vec3", "x": 640, - "y": 374.99999999999994, + "y": 375, "z": 0 }, "_lrot": { @@ -227,7 +227,7 @@ "_priority": 1073741824, "_fov": 45, "_fovAxis": 0, - "_orthoHeight": 374.99999999999994, + "_orthoHeight": 375, "_near": 1, "_far": 2000, "_color": { diff --git a/assets/resources/config/game/PromptWindow.json b/assets/resources/config/game/PromptWindow.json new file mode 100644 index 0000000..776c561 --- /dev/null +++ b/assets/resources/config/game/PromptWindow.json @@ -0,0 +1 @@ +{"1":{"title":"系统提示","describe":"服务器正在更新,请稍后!","array":{"a":1,"b":"abc"},"hp":1},"2":{"title":"断网提示","describe":"网络异常","array":{"a":1},"hp":2}} \ No newline at end of file diff --git a/assets/resources/config/game/arms.json.meta b/assets/resources/config/game/PromptWindow.json.meta similarity index 72% rename from assets/resources/config/game/arms.json.meta rename to assets/resources/config/game/PromptWindow.json.meta index 8a09893..35ae640 100644 --- a/assets/resources/config/game/arms.json.meta +++ b/assets/resources/config/game/PromptWindow.json.meta @@ -2,7 +2,7 @@ "ver": "1.0.0", "importer": "json", "imported": true, - "uuid": "dfea1760-5b6f-4d33-bed7-d93a80560611", + "uuid": "fd539832-bd1d-49c3-821b-d9a0c13f7522", "files": [ ".json" ], diff --git a/assets/resources/config/game/RoleJob.json b/assets/resources/config/game/RoleJob.json new file mode 100644 index 0000000..ff92d30 --- /dev/null +++ b/assets/resources/config/game/RoleJob.json @@ -0,0 +1 @@ +{"1":{"armsName":"剑客","weaponType":[1],"power":8,"agile":2},"5":{"armsName":"刺客","weaponType":[10,11,12],"power":5,"agile":10},"9":{"armsName":"长弓手","weaponType":[5],"power":5,"agile":8}} \ No newline at end of file diff --git a/assets/resources/config/game/herolvup.json.meta b/assets/resources/config/game/RoleJob.json.meta similarity index 72% rename from assets/resources/config/game/herolvup.json.meta rename to assets/resources/config/game/RoleJob.json.meta index df201f8..5039173 100644 --- a/assets/resources/config/game/herolvup.json.meta +++ b/assets/resources/config/game/RoleJob.json.meta @@ -2,7 +2,7 @@ "ver": "1.0.0", "importer": "json", "imported": true, - "uuid": "64e34eb6-244d-44a1-80d7-f77ade2cc6f3", + "uuid": "93e8a3c1-d6e0-4f98-a809-e212f793e1d2", "files": [ ".json" ], diff --git a/assets/resources/config/game/RoleLevelUp.json b/assets/resources/config/game/RoleLevelUp.json new file mode 100644 index 0000000..abf92ab --- /dev/null +++ b/assets/resources/config/game/RoleLevelUp.json @@ -0,0 +1 @@ +{"1":{"needexp":0,"hp":5},"2":{"needexp":10,"hp":6},"3":{"needexp":30,"hp":6},"4":{"needexp":70,"hp":7},"5":{"needexp":110,"hp":7},"6":{"needexp":170,"hp":8},"7":{"needexp":240,"hp":8},"8":{"needexp":320,"hp":9},"9":{"needexp":420,"hp":9},"10":{"needexp":520,"hp":10},"11":{"needexp":640,"hp":10},"12":{"needexp":770,"hp":11},"13":{"needexp":920,"hp":11},"14":{"needexp":1080,"hp":12},"15":{"needexp":1250,"hp":13},"16":{"needexp":1440,"hp":14},"17":{"needexp":1640,"hp":15},"18":{"needexp":1860,"hp":16},"19":{"needexp":2090,"hp":17},"20":{"needexp":2330,"hp":18},"21":{"needexp":2590,"hp":19},"22":{"needexp":2870,"hp":20},"23":{"needexp":3150,"hp":21},"24":{"needexp":3460,"hp":22},"25":{"needexp":3770,"hp":23},"26":{"needexp":4110,"hp":24},"27":{"needexp":4450,"hp":25},"28":{"needexp":4820,"hp":26},"29":{"needexp":5190,"hp":27},"30":{"needexp":5590,"hp":28},"31":{"needexp":5990,"hp":29},"32":{"needexp":6420,"hp":31},"33":{"needexp":6860,"hp":32},"34":{"needexp":7310,"hp":34},"35":{"needexp":7780,"hp":35},"36":{"needexp":8270,"hp":37},"37":{"needexp":8770,"hp":38},"38":{"needexp":9290,"hp":40},"39":{"needexp":9820,"hp":41},"40":{"needexp":10370,"hp":43},"41":{"needexp":10940,"hp":44},"42":{"needexp":11520,"hp":46},"43":{"needexp":12120,"hp":47},"44":{"needexp":12730,"hp":49},"45":{"needexp":13360,"hp":50},"46":{"needexp":14010,"hp":52},"47":{"needexp":14670,"hp":53},"48":{"needexp":15350,"hp":55},"49":{"needexp":16050,"hp":56},"50":{"needexp":16760,"hp":58},"51":{"needexp":17490,"hp":59},"52":{"needexp":18240,"hp":61},"53":{"needexp":19000,"hp":63},"54":{"needexp":19780,"hp":64},"55":{"needexp":20580,"hp":66},"56":{"needexp":21390,"hp":68},"57":{"needexp":22220,"hp":69},"58":{"needexp":23070,"hp":71},"59":{"needexp":23930,"hp":73},"60":{"needexp":24810,"hp":74},"61":{"needexp":25710,"hp":76},"62":{"needexp":26620,"hp":78},"63":{"needexp":27560,"hp":79},"64":{"needexp":28500,"hp":81},"65":{"needexp":29470,"hp":83},"66":{"needexp":30450,"hp":84},"67":{"needexp":31460,"hp":86},"68":{"needexp":32470,"hp":88},"69":{"needexp":33510,"hp":90},"70":{"needexp":34560,"hp":92},"71":{"needexp":35630,"hp":94},"72":{"needexp":36720,"hp":96},"73":{"needexp":37830,"hp":98},"74":{"needexp":38950,"hp":100},"75":{"needexp":40090,"hp":102},"76":{"needexp":41250,"hp":104},"77":{"needexp":42420,"hp":106},"78":{"needexp":43620,"hp":108},"79":{"needexp":44830,"hp":110},"80":{"needexp":46060,"hp":112},"81":{"needexp":47300,"hp":114},"82":{"needexp":48570,"hp":116},"83":{"needexp":49850,"hp":118},"84":{"needexp":51150,"hp":120},"85":{"needexp":52470,"hp":122},"86":{"needexp":53810,"hp":125},"87":{"needexp":55160,"hp":128},"88":{"needexp":56530,"hp":131},"89":{"needexp":57920,"hp":134},"90":{"needexp":59330,"hp":137},"91":{"needexp":60760,"hp":140},"92":{"needexp":62200,"hp":143},"93":{"needexp":63670,"hp":146},"94":{"needexp":65150,"hp":149},"95":{"needexp":66650,"hp":152},"96":{"needexp":68160,"hp":155},"97":{"needexp":69700,"hp":158},"98":{"needexp":71250,"hp":161},"99":{"needexp":72830,"hp":164},"100":{"needexp":74420,"hp":167}} \ No newline at end of file diff --git a/assets/resources/config/game/RoleLevelUp.json.meta b/assets/resources/config/game/RoleLevelUp.json.meta new file mode 100644 index 0000000..06e8d8b --- /dev/null +++ b/assets/resources/config/game/RoleLevelUp.json.meta @@ -0,0 +1,11 @@ +{ + "ver": "1.0.0", + "importer": "json", + "imported": true, + "uuid": "778be7a7-0a0d-4310-972d-e35271d72148", + "files": [ + ".json" + ], + "subMetas": {}, + "userData": {} +} diff --git a/assets/resources/config/game/arms.json b/assets/resources/config/game/arms.json deleted file mode 100644 index 9817f62..0000000 --- a/assets/resources/config/game/arms.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "1": { - "armsName": "剑客", - "armsType": 1, - "armsLevel": 1, - "weaponType": [ - 1 - ], - "power": 8, - "agile": 2, - "physical": 10 - }, - "5": { - "armsName": "刺客", - "armsType": 3, - "armsLevel": 1, - "weaponType": [ - 10, - 11, - 12 - ], - "power": 5, - "agile": 10, - "physical": 8 - }, - "9": { - "armsName": "长弓手", - "armsType": 4, - "armsLevel": 2, - "weaponType": [ - 5 - ], - "power": 5, - "agile": 8, - "physical": 5 - } -} \ No newline at end of file diff --git a/assets/resources/config/game/herolvup.json b/assets/resources/config/game/herolvup.json deleted file mode 100644 index 8fb7939..0000000 --- a/assets/resources/config/game/herolvup.json +++ /dev/null @@ -1,402 +0,0 @@ -{ - "1": { - "needexp": "70", - "hp": 0 - }, - "2": { - "needexp": "180", - "hp": 1 - }, - "3": { - "needexp": "320", - "hp": 1 - }, - "4": { - "needexp": "490", - "hp": 2 - }, - "5": { - "needexp": "670", - "hp": 2 - }, - "6": { - "needexp": "880", - "hp": 3 - }, - "7": { - "needexp": "1110", - "hp": 3 - }, - "8": { - "needexp": "1350", - "hp": 4 - }, - "9": { - "needexp": "1610", - "hp": 4 - }, - "10": { - "needexp": "1880", - "hp": 5 - }, - "11": { - "needexp": "2170", - "hp": 5 - }, - "12": { - "needexp": "2470", - "hp": 6 - }, - "13": { - "needexp": "2780", - "hp": 6 - }, - "14": { - "needexp": "3110", - "hp": 7 - }, - "15": { - "needexp": "3440", - "hp": 8 - }, - "16": { - "needexp": "3790", - "hp": 9 - }, - "17": { - "needexp": "4150", - "hp": 10 - }, - "18": { - "needexp": "4520", - "hp": 11 - }, - "19": { - "needexp": "4900", - "hp": 12 - }, - "20": { - "needexp": "5290", - "hp": 13 - }, - "21": { - "needexp": "5690", - "hp": 14 - }, - "22": { - "needexp": "6100", - "hp": 15 - }, - "23": { - "needexp": "6520", - "hp": 16 - }, - "24": { - "needexp": "6950", - "hp": 17 - }, - "25": { - "needexp": "7390", - "hp": 18 - }, - "26": { - "needexp": "7840", - "hp": 19 - }, - "27": { - "needexp": "8290", - "hp": 20 - }, - "28": { - "needexp": "8760", - "hp": 21 - }, - "29": { - "needexp": "9230", - "hp": 22 - }, - "30": { - "needexp": "9710", - "hp": 23 - }, - "31": { - "needexp": "10200", - "hp": 24 - }, - "32": { - "needexp": "10700", - "hp": 26 - }, - "33": { - "needexp": "11200", - "hp": 27 - }, - "34": { - "needexp": "11710", - "hp": 29 - }, - "35": { - "needexp": "12230", - "hp": 30 - }, - "36": { - "needexp": "12760", - "hp": 32 - }, - "37": { - "needexp": "13290", - "hp": 33 - }, - "38": { - "needexp": "13840", - "hp": 35 - }, - "39": { - "needexp": "14380", - "hp": 36 - }, - "40": { - "needexp": "14940", - "hp": 38 - }, - "41": { - "needexp": "15500", - "hp": 39 - }, - "42": { - "needexp": "16070", - "hp": 41 - }, - "43": { - "needexp": "16650", - "hp": 42 - }, - "44": { - "needexp": "17230", - "hp": 44 - }, - "45": { - "needexp": "17830", - "hp": 45 - }, - "46": { - "needexp": "18420", - "hp": 47 - }, - "47": { - "needexp": "19030", - "hp": 48 - }, - "48": { - "needexp": "19640", - "hp": 50 - }, - "49": { - "needexp": "20250", - "hp": 51 - }, - "50": { - "needexp": "20870", - "hp": 53 - }, - "51": { - "needexp": "21500", - "hp": 54 - }, - "52": { - "needexp": "22140", - "hp": 56 - }, - "53": { - "needexp": "22780", - "hp": 58 - }, - "54": { - "needexp": "23430", - "hp": 59 - }, - "55": { - "needexp": "24080", - "hp": 61 - }, - "56": { - "needexp": "24740", - "hp": 63 - }, - "57": { - "needexp": "25410", - "hp": 64 - }, - "58": { - "needexp": "26080", - "hp": 66 - }, - "59": { - "needexp": "26750", - "hp": 68 - }, - "60": { - "needexp": "27440", - "hp": 69 - }, - "61": { - "needexp": "28120", - "hp": 71 - }, - "62": { - "needexp": "28820", - "hp": 73 - }, - "63": { - "needexp": "29520", - "hp": 74 - }, - "64": { - "needexp": "30220", - "hp": 76 - }, - "65": { - "needexp": "30930", - "hp": 78 - }, - "66": { - "needexp": "31650", - "hp": 79 - }, - "67": { - "needexp": "32370", - "hp": 81 - }, - "68": { - "needexp": "33100", - "hp": 83 - }, - "69": { - "needexp": "33830", - "hp": 85 - }, - "70": { - "needexp": "34570", - "hp": 87 - }, - "71": { - "needexp": "35310", - "hp": 89 - }, - "72": { - "needexp": "36060", - "hp": 91 - }, - "73": { - "needexp": "36810", - "hp": 93 - }, - "74": { - "needexp": "37570", - "hp": 95 - }, - "75": { - "needexp": "38340", - "hp": 97 - }, - "76": { - "needexp": "39110", - "hp": 99 - }, - "77": { - "needexp": "39880", - "hp": 101 - }, - "78": { - "needexp": "40660", - "hp": 103 - }, - "79": { - "needexp": "41440", - "hp": 105 - }, - "80": { - "needexp": "42230", - "hp": 107 - }, - "81": { - "needexp": "43030", - "hp": 109 - }, - "82": { - "needexp": "43820", - "hp": 111 - }, - "83": { - "needexp": "44630", - "hp": 113 - }, - "84": { - "needexp": "45440", - "hp": 115 - }, - "85": { - "needexp": "46250", - "hp": 117 - }, - "86": { - "needexp": "47070", - "hp": 120 - }, - "87": { - "needexp": "47890", - "hp": 123 - }, - "88": { - "needexp": "48720", - "hp": 126 - }, - "89": { - "needexp": "49550", - "hp": 129 - }, - "90": { - "needexp": "50390", - "hp": 132 - }, - "91": { - "needexp": "51230", - "hp": 135 - }, - "92": { - "needexp": "52080", - "hp": 138 - }, - "93": { - "needexp": "52930", - "hp": 141 - }, - "94": { - "needexp": "53790", - "hp": 144 - }, - "95": { - "needexp": "54650", - "hp": 147 - }, - "96": { - "needexp": "55510", - "hp": 150 - }, - "97": { - "needexp": "56380", - "hp": 153 - }, - "98": { - "needexp": "57250", - "hp": 156 - }, - "99": { - "needexp": "58130", - "hp": 159 - }, - "100": { - "needexp": "59010", - "hp": 162 - } -} \ No newline at end of file diff --git a/assets/script/game/common/table.meta b/assets/script/game/common/table.meta new file mode 100644 index 0000000..35d1513 --- /dev/null +++ b/assets/script/game/common/table.meta @@ -0,0 +1,12 @@ +{ + "ver": "1.1.0", + "importer": "directory", + "imported": true, + "uuid": "cec5d176-d9f1-4cf6-95bc-e862683a7c2b", + "files": [], + "subMetas": {}, + "userData": { + "compressionType": {}, + "isRemoteBundle": {} + } +} diff --git a/assets/script/game/common/table/TablePromptWindow.ts b/assets/script/game/common/table/TablePromptWindow.ts new file mode 100644 index 0000000..aa15a32 --- /dev/null +++ b/assets/script/game/common/table/TablePromptWindow.ts @@ -0,0 +1,30 @@ + +import { JsonUtil } from "../../../core/utils/JsonUtil"; + +export class TablePromptWindow { + static TableName: string = "PromptWindow"; + + private data: any; + + init(id: number) { + var table = JsonUtil.get(TablePromptWindow.TableName); + this.data = table[id]; + this.id = id; + } + + id: number = 0; + + get title(): string { + return this.data.title; + } + get describe(): string { + return this.data.describe; + } + get array(): any { + return this.data.array; + } + get hp(): number { + return this.data.hp; + } +} + \ No newline at end of file diff --git a/assets/script/game/role/model/RoleTableLevelUp.ts.meta b/assets/script/game/common/table/TablePromptWindow.ts.meta similarity index 70% rename from assets/script/game/role/model/RoleTableLevelUp.ts.meta rename to assets/script/game/common/table/TablePromptWindow.ts.meta index 97a6889..6d92968 100644 --- a/assets/script/game/role/model/RoleTableLevelUp.ts.meta +++ b/assets/script/game/common/table/TablePromptWindow.ts.meta @@ -2,7 +2,7 @@ "ver": "4.0.23", "importer": "typescript", "imported": true, - "uuid": "90df8d6f-e527-435b-b227-9242cae97a86", + "uuid": "1d55c533-73cb-4d7e-b80d-7705d23eb797", "files": [], "subMetas": {}, "userData": {} diff --git a/assets/script/game/common/table/TableRoleJob.ts b/assets/script/game/common/table/TableRoleJob.ts new file mode 100644 index 0000000..62f93cf --- /dev/null +++ b/assets/script/game/common/table/TableRoleJob.ts @@ -0,0 +1,30 @@ + +import { JsonUtil } from "../../../core/utils/JsonUtil"; + +export class TableRoleJob { + static TableName: string = "RoleJob"; + + private data: any; + + init(id: number) { + var table = JsonUtil.get(TableRoleJob.TableName); + this.data = table[id]; + this.id = id; + } + + id: number = 0; + + get armsName(): string { + return this.data.armsName; + } + get weaponType(): any { + return this.data.weaponType; + } + get power(): number { + return this.data.power; + } + get agile(): number { + return this.data.agile; + } +} + \ No newline at end of file diff --git a/assets/script/game/common/table/TableRoleJob.ts.meta b/assets/script/game/common/table/TableRoleJob.ts.meta new file mode 100644 index 0000000..6a1c7c4 --- /dev/null +++ b/assets/script/game/common/table/TableRoleJob.ts.meta @@ -0,0 +1,9 @@ +{ + "ver": "4.0.23", + "importer": "typescript", + "imported": true, + "uuid": "be95aa3c-ff10-4709-aa56-24c4ad4b5dc5", + "files": [], + "subMetas": {}, + "userData": {} +} diff --git a/assets/script/game/common/table/TableRoleLevelUp.ts b/assets/script/game/common/table/TableRoleLevelUp.ts new file mode 100644 index 0000000..33fa092 --- /dev/null +++ b/assets/script/game/common/table/TableRoleLevelUp.ts @@ -0,0 +1,24 @@ + +import { JsonUtil } from "../../../core/utils/JsonUtil"; + +export class TableRoleLevelUp { + static TableName: string = "RoleLevelUp"; + + private data: any; + + init(id: number) { + var table = JsonUtil.get(TableRoleLevelUp.TableName); + this.data = table[id]; + this.id = id; + } + + id: number = 0; + + get needexp(): string { + return this.data.needexp; + } + get hp(): string { + return this.data.hp; + } +} + \ No newline at end of file diff --git a/assets/script/game/common/table/TableRoleLevelUp.ts.meta b/assets/script/game/common/table/TableRoleLevelUp.ts.meta new file mode 100644 index 0000000..05763a3 --- /dev/null +++ b/assets/script/game/common/table/TableRoleLevelUp.ts.meta @@ -0,0 +1,9 @@ +{ + "ver": "4.0.23", + "importer": "typescript", + "imported": true, + "uuid": "1ae08d04-4458-4f10-a645-4e0ed6b0e764", + "files": [], + "subMetas": {}, + "userData": {} +} diff --git a/assets/script/game/initialize/view/LoadingViewComp.ts b/assets/script/game/initialize/view/LoadingViewComp.ts index 71dae4d..7a56d73 100644 --- a/assets/script/game/initialize/view/LoadingViewComp.ts +++ b/assets/script/game/initialize/view/LoadingViewComp.ts @@ -14,8 +14,8 @@ import { GameEvent } from "../../common/config/GameEvent"; import { UIID } from "../../common/config/GameUIConfig"; import { CCVMParentComp } from "../../common/ecs/CCVMParentComp"; import { smc } from "../../common/ecs/SingletonModuleComp"; -import { RoleModelJobComp } from "../../role/model/RoleModelJobComp"; -import { RoleTableLevelUp } from "../../role/model/RoleTableLevelUp"; +import { TableRoleJob } from "../../common/table/TableRoleJob"; +import { TableRoleLevelUp } from "../../common/table/TableRoleLevelUp"; const { ccclass, property } = _decorator; @@ -88,8 +88,8 @@ export class LoadingViewComp extends CCVMParentComp { this.data.prompt = oops.language.getLangByID("loading_load_json"); return new Promise(async (resolve, reject) => { - await JsonUtil.loadAsync(RoleModelJobComp.TableName); - await JsonUtil.loadAsync(RoleTableLevelUp.TableName); + await JsonUtil.loadAsync(TableRoleJob.TableName); + await JsonUtil.loadAsync(TableRoleLevelUp.TableName); resolve(null); }); } diff --git a/assets/script/game/role/model/RoleModelJobComp.ts b/assets/script/game/role/model/RoleModelJobComp.ts index 0e42b00..64917d3 100644 --- a/assets/script/game/role/model/RoleModelJobComp.ts +++ b/assets/script/game/role/model/RoleModelJobComp.ts @@ -4,9 +4,8 @@ * @LastEditors: dgflash * @LastEditTime: 2022-01-29 10:56:57 */ - import { ecs } from "../../../core/libs/ECS"; -import { JsonUtil } from "../../../core/utils/JsonUtil"; +import { TableRoleJob } from "../../common/table/TableRoleJob"; import { RoleAttributeType } from "./RoleEnum"; import { RoleModelComp } from "./RoleModelComp"; @@ -19,21 +18,7 @@ import { RoleModelComp } from "./RoleModelComp"; */ @ecs.register('RoleModelJob') export class RoleModelJobComp extends ecs.Comp { - static TableName: string = "arms"; - - /** 静态表中一条数据 */ - private data: any; - - private init(id: number) { - var table = JsonUtil.get(RoleModelJobComp.TableName); - this.data = table[id]; - - console.log(`【职业编号】${id},力量:${this.power},敏捷:${this.agile} `); - - var attributes = this.ent.get(RoleModelComp).attributes; - attributes.get(RoleAttributeType.power).job = this.power; - attributes.get(RoleAttributeType.agile).job = this.agile; - } + private table: TableRoleJob = new TableRoleJob(); /** 职业编号编号 */ private _id: number = -1; @@ -41,28 +26,31 @@ export class RoleModelJobComp extends ecs.Comp { return this._id; } set id(value: number) { - this.init(value); + this.table.init(value); this._id = value; + + var attributes = this.ent.get(RoleModelComp).attributes; + attributes.get(RoleAttributeType.power).job = this.power; + attributes.get(RoleAttributeType.agile).job = this.agile; } /** 职业名 */ get armsName(): string { - return this.data.armsName; + return this.table.armsName; } /** 力量 */ get power(): number { - return this.data.power; + return this.table.power; } /** 敏捷 */ get agile(): number { - return this.data.agile; + return this.table.agile; } /** 武器类型 */ get weaponType(): number[] { - return this.data.weaponType; + return this.table.weaponType; } reset() { this._id = -1; - this.data = null; } } \ No newline at end of file diff --git a/assets/script/game/role/model/RoleModelLevelComp.ts b/assets/script/game/role/model/RoleModelLevelComp.ts index b76f22b..7b37056 100644 --- a/assets/script/game/role/model/RoleModelLevelComp.ts +++ b/assets/script/game/role/model/RoleModelLevelComp.ts @@ -7,7 +7,7 @@ import { ecs } from "../../../core/libs/ECS"; import { VM } from "../../../core/libs/model-view/ViewModel"; -import { RoleTableLevelUp } from "./RoleTableLevelUp"; +import { TableRoleLevelUp } from "../../common/table/TableRoleLevelUp"; /** * 角色等级数据 @@ -22,9 +22,9 @@ import { RoleTableLevelUp } from "./RoleTableLevelUp"; @ecs.register('RoleModelLevel') export class RoleModelLevelComp extends ecs.Comp { /** 下个等级配置 */ - rtluNext: RoleTableLevelUp = new RoleTableLevelUp(); + rtluNext: TableRoleLevelUp = new TableRoleLevelUp(); /** 当前等级配置 */ - rtluCurrent: RoleTableLevelUp = new RoleTableLevelUp(); + rtluCurrent: TableRoleLevelUp = new TableRoleLevelUp(); /** 提供 VM 组件使用的数据 */ vm: RoleLevelVM = new RoleLevelVM(); diff --git a/assets/script/game/role/model/RoleTableLevelUp.ts b/assets/script/game/role/model/RoleTableLevelUp.ts deleted file mode 100644 index 550667a..0000000 --- a/assets/script/game/role/model/RoleTableLevelUp.ts +++ /dev/null @@ -1,37 +0,0 @@ -/* - * @Author: dgflash - * @Date: 2021-11-18 15:56:01 - * @LastEditors: dgflash - * @LastEditTime: 2022-01-29 17:25:43 - */ -import { JsonUtil } from "../../../core/utils/JsonUtil"; - -/** 角色经验数据(策划Excel导出的Json静态数据) */ -export class RoleTableLevelUp { - static TableName: string = "herolvup"; - - /** 静态表中一条数据 */ - private data: any; - - init(key: number) { - var table = JsonUtil.get(RoleTableLevelUp.TableName); - if (key == 0) - key = 1; - else if (key > 100) - key = 100; - this.data = table[key]; - this.key = key; - } - - /** 键值 */ - key: number = 0; - - /** 升级所需经验 */ - get needexp(): number { - return this.data.needexp; - } - /** 升级成长生命 */ - get hp(): number { - return this.data.hp; - } -} \ No newline at end of file diff --git a/extensions/oops-plugin-excel-to-json/@types/editor.d.ts b/extensions/oops-plugin-excel-to-json/@types/editor.d.ts new file mode 100644 index 0000000..a93588c --- /dev/null +++ b/extensions/oops-plugin-excel-to-json/@types/editor.d.ts @@ -0,0 +1,1201 @@ +/// + +/// +/// + +import * as NodeJSPath from 'path'; +import { EventEmitter } from 'events'; +import { FileFilter, BrowserWindow, OpenDialogReturnValue, SaveDialogReturnValue, MessageBoxReturnValue } from 'electron'; + +declare global { + export module Editor { + export module App { + export const userAgent: string; + /** + * 是否是开发模式 + * Development mode + */ + export const dev: boolean; + /** + * 编辑器版本号 + * Editor version + */ + export const version: string; + /** + * 主目录 + * Home directory + */ + export const home: string; + /** + * 编辑器程序文件夹 + * Program folder + */ + export const path: string; + /** + * 获取当前编辑器的临时缓存目录 + * Temporary cache directory + */ + export const temp: string; + /** + * 获取当前编辑器 icon 地址 + * Gets the icon address of the current editor + */ + export const icon: string; + /** + * 获取当前编辑器使用的 url 地址 + * Gets the URL used by the current editor + */ + export const urls: { + manual: string; + api: string; + forum: string; + }; + /** + * 退出程序 + * Exit the program + */ + export function quit(): void; + } + export module Clipboard { + export type ICopyType = 'image' | 'text' | 'files' | string; + /** + * 获取剪贴板内容 + * @param type + */ + export function read(type: ICopyType): any; + /** + * 写入剪贴板内容 + * @param type + * @param value + */ + export function write(type: 'image', value: string): boolean; + export function write(type: 'text', value: string): boolean; + export function write(type: 'files', value: FileList): boolean; + export function write(type: string, value: any): boolean; + + /** + * 判断当前剪贴板内是否是指定类型 + * @param type + */ + export function has(type: ICopyType): boolean; + /** + * 清空剪贴板 + */ + export function clear(): void; + } + export module Dialog { + export interface SelectDialogOptions { + title?: string; + path?: string; + type?: 'directory' | 'file'; + button?: string; + multi?: boolean; + filters?: FileFilter[]; + extensions?: string; + } + export interface MessageDialogOptions { + title?: string; + detail?: string; + default?: number; + cancel?: number; + checkboxLabel?: string; + checkboxChecked?: boolean; + buttons?: string[]; + } + + /** + * 选择文件弹窗 + * Select the file popover + * + * @param options 选择弹窗参数 Select popover parameters + * @param window 依附于哪个窗口(插件主进程才可使用) Which window it is attached to (only available to the plugin's main process) + */ + export function select(options?: SelectDialogOptions, window?: BrowserWindow): Promise; + /** + * 保存文件弹窗 + * Save the file popup + * + * @param options 保存文件窗口参数 Save the file window parameters + * @param window 依附于哪个窗口(插件主进程才可使用) Which window it is attached to (only available to the plugin's main process) + */ + export function save(options?: SelectDialogOptions, window?: BrowserWindow): Promise; + /** + * 信息弹窗 + * Information popup window + * + * @param message 显示的消息 Displayed message + * @param options 信息弹窗可选参数 Information popup optional parameter + * @param window 依附于哪个窗口(插件主进程才可使用) Which window it is attached to (only available to the plugin's main process) + */ + export function info(message: string, options?: MessageDialogOptions, window?: BrowserWindow): Promise; + /** + * 警告弹窗 + * Warning popup + * + * @param message 警告信息 Warning message + * @param options 警告弹窗可选参数 Warning popover optional parameter + * @param window 依附于哪个窗口(插件主进程才可使用) Which window it is attached to (only available to the plugin's main process) + */ + export function warn(message: string, options?: MessageDialogOptions, window?: BrowserWindow): Promise; + /** + * 错误弹窗 + * Error popup window + * + * @param message 错误信息 The error message + * @param options 错误弹窗可选参数 Error popover optional parameter + * @param window 依附于哪个窗口(插件主进程才可使用) Which window it is attached to (only available to the plugin's main process) + */ + export function error(message: string, options?: MessageDialogOptions, window?: BrowserWindow): Promise; + } + export module EditMode { + /** + * 标记编辑器进入了一种编辑模式 + * The tag editor goes into an edit mode + * + * @param mode 编辑模式的名字 The name of the edit mode + */ + export function enter(mode: string); + /** + * 当前所处的编辑模式 + * The current editing mode + * + */ + export function getMode(): string; + } + export module I18n { + export type I18nMap = { + [key: string]: I18nMap | string; + }; + /** + * 获取当前的语言 zh | en + * Get the current language + */ + export function getLanguage(): string; + /** + * 传入 key,翻译成当前语言 + * Passing in the key translates into the current language + * 允许翻译变量 {a},传入的第二个参数 obj 内定义 a + * The translation variable {a} is allowed, and a is defined in the second argument passed in obj + * + * @param key 用于翻译的 key 值 The key value for translation + * @param obj 翻译字段内如果有 {key} 等可以在这里传入替换字段 If you have {key} in the translation field, you can pass in the replacement field here + */ + export function t(key: string, obj?: { + [key: string]: string; + }): any; + + /** + * 选择一种翻译语言 + * Choose a translation language + * + * @param language 选择当前使用的语言 Select the language currently in use + */ + export function select(language: string): any; + } + export module Layout { + /** + * 应用布局信息 + * Application layout information + * + * @param json 布局文件内容 Layout file content + */ + export function apply(json: any) + /** + * 初始化布局系统 + * Initialize the layout system + */ + export function init() + } + export module Logger { + /** + * 清空所有的日志 + * Clear all logs + */ + export function clear(regexp?: string | RegExp): any; + /** + * 查询所有日志 + * Query all logs + */ + export function query(): any; + } + export module Menu { + export interface BaseMenuItem { + template?: string; + type?: string; + label?: string; + subLabel?: string; + checked?: boolean; + enabled?: boolean; + icon?: string; + accelerator?: string; + order?: number; + group?: string; + message?: string; + target?: string; + params?: any[]; + click?: Function | null; + role?: string; + submenu?: MenuTemplateItem[]; + } + export interface MainMenuItem extends BaseMenuItem { + path: string; + } + export interface ContextMenuItem extends BaseMenuItem { + accelerator?: string; + } + export interface MenuTemplateItem extends BaseMenuItem { + } + export interface PopupOptions { + x?: number; + y?: number; + menu: ContextMenuItem[]; + } + /** + * 右键弹窗 + * Right-click pop-up + * 只有面板进程可以使用 + * Only panel processes can be used + * + * @param json + */ + export function popup(json: PopupOptions): any; + } + export module Message { + export interface MessageInfo { + methods: string[]; + public?: boolean; + description?: string; + doc?: string; + sync?: boolean; + } + + export interface TableBase { + [x: string]: any; + params: any[]; + } + /** + * 发送一个消息,并等待返回 + * Send a message and wait for it to return + * + * @param name 目标插件的名字 The name of the target plug-in + * @param message 触发消息的名字 The name of the trigger message + * @param args 消息需要的参数 The parameters required for the message + */ + export function request(name: J, message: K, ...args: EditorMessageMaps[J][K]['params']): Promise; + /** + * 发送一个消息,没有返回 + * Send a message, no return + * + * @param name 目标插件的名字 The name of the target plug-in + * @param message 触发消息的名字 The name of the trigger message + * @param args 消息需要的参数 The parameters required for the message + */ + export function send(name: M, message: N, ...args: EditorMessageMaps[M][N]['params']): void; + /** + * 广播一个消息 + * Broadcast a message + * + * @param message 消息的名字 Name of message + * @param args 消息附加的参数 Parameter attached to the message + */ + export function broadcast(message: string, ...args: any[]): void; + /** + * 新增一个广播消息监听器 + * Add a new broadcast message listener + * 不监听的时候,需要主动取消监听 + * When not listening, you need to take the initiative to cancel listening + * + * @param message 消息名 Message name + * @param func 处理函数 The processing function + */ + export function addBroadcastListener(message: string, func: Function): any; + /** + * 新增一个广播消息监听器 + * Removes a broadcast message listener + * + * @param message 消息名 Message name + * @param func 处理函数 The processing function + */ + export function removeBroadcastListener(message: string, func: Function): any; + } + export module Network { + /** + * 查询当前电脑的 ip 列表 + * Query the IP list of the current computer + */ + export function queryIPList(): string[]; + /** + * 测试是否可以联通 passport.cocos.com 服务器 + * Test whether you can connect to the passport.cocos.com server + */ + export function testConnectServer(): Promise; + /** + * 检查一个端口是否被占用 + * Checks if a port is used + * + * @param port + */ + export function portIsOccupied(port: number): Promise; + /** + * 测试是否可以联通某一台主机 + * Test whether a host can be connected + * + * @param ip + */ + export function testHost(ip: string): Promise; + /** + * Get 方式请求某个服务器数据 + * GET requests data from a server + * + * @param url + * @param data + */ + export function get(url: string, data?: { + [index: string]: string | string[]; + }): Promise; + /** + * Post 方式请求某个服务器数据 + * POST requests data from a server + * + * @param url + * @param data + */ + export function post(url: string, data?: { + [index: string]: string | number | string[]; + }): Promise; + } + export module Package { + // export module VERSION: string; + export interface GetPackageOptions { + name?: string; + debug?: boolean; + path?: string; + enable?: boolean; + invalid?: boolean; + } + export interface PackageJson { + author?: string; + debug?: boolean; + description?: string; + main?: string; + menu?: any; + name: string; + version: string; + windows: string; + editor?: string; + panel?: any; + } + export type PathType = 'home' | 'data' | 'temp'; + /** + * 查询插件列表 + * Query Plug-in List + * + * @param options + */ + export function getPackages(options?: GetPackageOptions): Editor.Interface.PackageInfo[]; + /** + * 注册一个插件 + * Register a plug-in + * 谨慎使用,之后会被移除 + * Use with caution and it will be removed later + * + * @param path + */ + export function register(path: string): any; + /** + * 反注册一个插件 + * Unregister a plug-in + * 谨慎使用,之后会被移除 + * Use with caution and it will be removed later + * + * @param path + */ + export function unregister(path: string): any; + /** + * 启动一个插件 + * Enable a plug-in + * + * @param path + */ + export function enable(path: string): any; + /** + * 关闭一个插件 + * Disable a plug-in + * + * @param path + */ + export function disable(path: string, options: any): any; + /** + * 获取一个插件的几个预制目录地址 + * Gets several prefab directory addresses for a plug-in + * + * @param extensionName 扩展的名字 Name of the extension + * @param type 地址类型(temp 临时目录,data 需要同步的数据目录,不传则返回现在打开的插件路径) Address type (temp temporary directory, data need to synchronize data directory, do not pass to return the current open plug-in path) + */ + export function getPath(extensionName: string, type?: PathType): any; + } + export module Panel { + export const _kitControl: any; + /** + * 打开一个面板 + * Open up a panel + * + * @param name + * @param args + */ + export function open(name: string, ...args: any[]): any; + /** + * 关闭一个面板 + * Close a panel + * + * @param name + */ + export function close(name: string): any; + /** + * 将焦点传递给一个面板 + * Pass focus to a panel + * + * @param name + */ + export function focus(name: string): any; + /** + * 检查面板是否已经打开 + * Check that the panel is open + * + * @param name + */ + export function has(name: string): Promise; + /** + * 查询当前窗口里某个面板里的元素列表 + * @param name + * @param selector + */ + export function querySelector(name: string, selector: string): Promise; + + export type Selector<$> = { $: Record } + + export type Options void> = { + /** + * @en Listening to panel events + * @zh 监听面板事件 + */ + listeners?: { + /** + * @en Hooks triggered when the panel is displayed + * @zh 面板显示的时候触发的钩子 + */ + show?: () => any; + /** + * @en Hooks triggered when the panel is hidden + * @zh 面板隐藏的时候触发的钩子 + */ + hide?: () => any; + }; + + /** + * @en Template of the panel + * @zh 面板的内容 + */ + template: string; + /** + * @en Style of the panel + * @zh 面板上的样式 + * */ + style?: string; + /** + * @en Selector of the panel + * @zh 快捷选择器 + */ + $?: S; + /** + * @en Panel built-in function methods that can be called in Messages, Listeners, lifecycle functions + * @zh panel 内置的函数方法,可以在 messages、listeners、生命周期函数内调用 + */ + methods?: M; + /** + * @en Hooks triggered when the panel is update + * @zh 面板数据更新后触发的钩子函数 + */ + update?: (...args: Parameters) => void; + /** + * @en Hooks triggered when the panel is ready + * @zh 面板启动后触发的钩子函数 + */ + ready?: () => void; + /** + * @en The function that will be triggered when the panel is ready to close, and will terminate the closing of the panel if it + * returns false + * @zh 面板准备关闭的时候会触发的函数,return false 的话,会终止关闭面板 + * 生命周期函数,在 panel 准备关闭的时候触发 + * 如果 return false,则会中断关闭流程,请谨慎使用,错误的判断会导致编辑器无法关闭。 + */ + beforeClose?: () => Promise | boolean | void; + /** + * @en Hook functions after panel closure + * @zh 面板关闭后的钩子函数 + */ + close?: () => void; + + } & ThisType & M> // merge them together + + export function define void, Selector = Record, M = Record>(options: Options): any; + } + export module Profile { + export type preferencesProtocol = 'default' | 'global' | 'local'; + export type projectProtocol = 'default' | 'project'; + export type tempProtocol = 'temp'; + export interface ProfileGetOptions { + type: 'deep' | 'current' | 'inherit'; + } + export interface ProfileObj { + get: (key?: string, options?: ProfileGetOptions) => any; + set: (key?: string, value?: any) => any; + remove: (key: string) => void; + save: () => void; + clear: () => void; + reset: () => void; + } + /** + * 读取插件配置 + * Read the plug-in configuration + * + * @param name 插件名 The plugin name + * @param key 配置路径 Configure path + * @param type 配置的类型,选填 Type of configuration, optional(global,local,default) + */ + export function getConfig(name: string, key?: string, type?: preferencesProtocol): Promise; + /** + * 设置插件配置 + * Set the plug-in configuration + * + * @param name 插件名 The plugin name + * @param key 配置路径 Configure path + * @param value 配置的值 The value of the configuration + * @param type 配置的类型,选填 Type of configuration, optional(global,local,default) + */ + export function setConfig(name: string, key: string, value: any, type?: preferencesProtocol): Promise; + /** + * 删除某个插件配置 + * Delete a plug-in configuration + * + * @param name 插件名 The plugin name + * @param key 配置路径 Configure path + * @param type 配置的类型,选填 Type of configuration, optional(global,local,default) + */ + export function removeConfig(name: string, key: string, type?: preferencesProtocol): Promise; + /** + * 读取插件内的项目配置 + * Read the project configuration within the plug-in + * + * @param name 插件名 The plugin name + * @param key 配置路径 Configure path + * @param type 配置的类型,选填 Type of configuration, optional(project,default) + */ + export function getProject(name: string, key?: string, type?: projectProtocol): Promise; + /** + * 设置插件内的项目配置 + * Set the project configuration within the plug-in + * + * @param name 插件名 The plugin name + * @param key 配置路径 Configure path + * @param value 配置的值 The value of the configuration + * @param type 配置的类型,选填 Type of configuration, optional(project,default) + */ + export function setProject(name: string, key: string, value: any, type?: projectProtocol): Promise; + /** + * 删除插件内的项目配置 + * Delete the project configuration within the plug-in + * + * @param name 插件名 The plugin name + * @param key 配置路径 Configure path + * @param type 配置的类型,选填 Type of configuration, optional(project,default) + */ + export function removeProject(name: string, key: string, type?: projectProtocol): Promise; + /** + * 读取插件配置 + * Read the plug-in configuration + * + * @param name 插件名 The plugin name + * @param key 配置路径 Configure path + */ + export function getTemp(name: string, key?: string): Promise; + /** + * 设置插件配置 + * Set the plug-in configuration + * + * @param name 插件名 The plugin name + * @param key 配置路径 Configure path + * @param value 配置的值 The value of the configuration + */ + export function setTemp(name: string, key: string, value: any): Promise; + /** + * 删除某个插件配置 + * Delete a plug-in configuration + * + * @param name 插件名 The plugin name + * @param key 配置路径 Configure path + */ + export function removeTemp(name: string, key: string): Promise; + /** + * 迁移插件某个版本的本地配置数据到编辑器最新版本 + * Migrate the local configuration data of a certain version of the plugin to the latest version of the editor + * + * @param pkgName + * @param profileVersion + * @param profileData + */ + export function migrateLocal(pkgName: string, profileVersion: string, profileData: any): any; + /** + * 迁移插件某个版本的全局配置数据到编辑器最新版本 + * Migrate the global configuration data of a certain version of the plugin to the latest version of the editor + * + * @param pkgName + * @param profileVersion + * @param profileData + */ + export function migrateGlobal(pkgName: string, profileVersion: string, profileData: any): any; + /** + * 迁移插件某个版本的项目配置数据到编辑器最新版本 + * Migrate the project configuration data of a certain version of the plugin to the latest version of the editor + * + * @param pkgName + * @param profileVersion + * @param profileData + */ + export function migrateProject(pkgName: string, profileVersion: string, profileData: any): any; + } + export module Project { + /** + * 创建一个项目 + * Creating a project + * 谨慎使用,之后会被移除 + * Use with caution and it will be removed later + */ + export function create(): any; + /** + * 打开一个项目 + * Open a project + * 谨慎使用,之后会被移除 + * Use with caution and it will be removed later + * + * @param path + */ + export function open(path?: string): Promise; + /** + * 添加一个项目 + * Add a project + * 谨慎使用,之后会被移除 + * Use with caution and it will be removed later + * + * @param path + */ + export function add(path: string): any; + /** + * 当前项目路径 + * Current project path + */ + export const path: string; + /** + * 当前项目 uuid + * The current project UUID + */ + export const uuid: string; + /** + * 当前项目名称(取自 package.json) + * The current project name + */ + export const name: string; + /** + * 当前项目临时文件夹 + * Temporary folder for current project + */ + export const tmpDir: string; + /** + * 当前项目类型 + * 谨慎使用,之后会被移除 + * Use with caution and it will be removed later + */ + export const type: '2d' | '3d'; + } + export module Selection { + /** + * 选中一个或者一组元素 + * Select one or a group of elements + * + * @param type + * @param uuid + */ + export function select(type: string, uuid: string | string[]): any; + /** + * 取消一个或者一组元素的选中状态 + * To deselect one or a group of elements + * + * @param type + * @param uuid + */ + export function unselect(type: string, uuid: string | string[]): any; + /** + * 清空一个类型的所有选中元素 + * Clears all selected elements of a type + * + * @param type + */ + export function clear(type: string): any; + /** + * 更新当前选中的类型数据 + * Updates the currently selected type data + * + * @param type + * @param uuids + */ + export function update(type: string, uuids: string[]): any; + /** + * 悬停触碰了某个元素 + * Hover touches an element + * 会发出 selection:hover 的广播消息 + * A broadcast message for selection:hover is issued + * + * @param type + * @param uuid + */ + export function hover(type: string, uuid?: string): any; + /** + * 获取最后选中的元素的类型 + * Gets the type of the last selected element + */ + export function getLastSelectedType(): string; + /** + * 获取某个类型内,最后选中的元素 + * Gets the last selected element of a type + * + * @param type + */ + export function getLastSelected(type: string): string; + /** + * 获取一个类型选中的所有元素数组 + * Gets an array of all elements selected for a type + * + * @param type + */ + export function getSelected(type: string): string[]; + } + export module Task { + export interface NoticeOptions { + title: string; + message?: string; + type?: 'error' | 'warn' | 'log' | 'success'; + source?: string; + timeout?: number; + } + /** + * 添加一个同步任务 + * Add a synchronous task + * 会在主窗口显示一个遮罩层 + * A mask layer is displayed in the main window + * + * @param title 任务名字 The task name + * @param describe 任务描述 Task description + * @param message 任务内容 Content of the task + */ + export function addSyncTask(title: string, describe?: string, message?: string): any; + /** + * 更新某一个同步任务显示的数据 + * Update the data displayed by a synchronous task + * + * @param title 任务名字 The task name + * @param describe 任务描述 Task description + * @param message 任务内容 Content of the task + */ + export function updateSyncTask(title: string, describe?: string, message?: string): any; + /** + * 删除一个同步任务 + * Delete a synchronous task + * + * @param title 任务的名字 The name of the task + */ + export function removeSyncTask(title: string): any; + /** + * 添加一个通知 + * Add a notification + * + * @param options 消息配置 Message configuration + */ + export function addNotice(options: NoticeOptions): any; + /** + * 删除一个通知 + * Delete a notification + * + * @param id 通知 id Notification ID + */ + export function removeNotice(id: number): any; + /** + * 修改 notice 自动移除的时间 + * Modify notice automatic removal time + * + * @param id 通知 id Notification ID + * @param time 超时时间 timeout + */ + export function changeNoticeTimeout(id: number, time: number): any; + /** + * 查询所有通知 + * Query all notifications + */ + export function queryNotices(): any; + /** + * 页面进程立即同步一次主进程数据 + * The page process synchronizes the master process data immediately + * 谨慎使用,之后会被移除 + * Use with caution and it will be removed later + */ + export function sync(): any; + } + export module Theme { + /** + * 获取所有主题的名字 + * Gets the names of all topics + */ + export function getList(): any; + /** + * 使用某个皮肤 + * Use a certain skin + * + * @param name + */ + export function use(name?: string): any; + } + export module UI { + /** + * 在当前页面上注册一个自定义节点 + * Registers a custom node on the current page + * 谨慎使用,之后会被移除 + * Use with caution and it will be removed later + * + * @param tagName 元素名字 + * @param element 元素的定义函数 + */ + export function register(tagName: string, element: any): void; + export const Base: any; + export const Button: any; + export const Input: any; + export const NumInput: any; + export const Loading: any; + export const Checkbox: any; + export const Section: any; + export const Select: any; + export const Bit: any; + export const Slider: any; + export const ColorPicker: any; + export const Color: any; + export const DragItem: any; + export const DragArea: any; + export const DragObject: any; + export const Prop: any; + export const Tooltip: any; + export const TextArea: any; + export const Progress: any; + export const Label: any; + export const Code: any; + export const Tab: any; + export const Gradient: any; + export const GradientPicker: any; + export const Icon: any; + export const File: any; + export const Link: any; + export const Image: any; + export const QRCode: any; + export const Markdown: any; + export const Curve: any; + export const CurveEditor: any; + export const NodeGraph: any; + } + export module User { + export interface UserData { + session_id: string; + session_key: string; + cocos_uid: string; + email: string; + nickname: string; + } + /** + * 跳过 User + * Skip the User + * 谨慎使用,之后会被移除 + * Use with caution and it will be removed later + */ + export function skip(): any; + /** + * 获取 user 数据 + * Get user data + */ + export function getData(): Promise; + /** + * 检查用户是否登陆 + * Check if the user is logged in + */ + export function isLoggedIn(): Promise; + /** + * 用户登陆 + * The user login + * 失败会抛出异常 + * Failure throws an exception + * + * @param username + * @param password + */ + export function login(username: string, password: string): Promise; + /** + * 退出登陆 + * Logged out + * 失败会抛出异常 + * Failure throws an exception + */ + export function logout(): void; + /** + * 获取用户 token + * Get user token + * 失败会抛出异常 + * Failure throws an exception + */ + export function getUserToken(): Promise; + /** + * 根据插件 id 返回 session code + * Returns the session code based on the plug-in ID + * + * @param extensionId + */ + export function getSessionCode(extensionId: number): Promise; + /** + * 显示用户登陆遮罩层 + * Shows user login mask layer + * 谨慎使用,之后会被移除 + * Use with caution and it will be removed later + */ + export function showMask(): void; + /** + * 隐藏用户登陆遮罩层 + * Hide user login mask layer + * 谨慎使用,之后会被移除 + * Use with caution and it will be removed later + */ + export function hideMask(): void; + /** + * 监听事件 + * Listen for an event + * 谨慎使用,之后会被移除 + * Use with caution and it will be removed later + * @param action + * @param handle + */ + export function on(action: string, handle: Function): any; + /** + * 监听一次事件 + * Listening for one event + * 谨慎使用,之后会被移除 + * Use with caution and it will be removed later + * @param action + * @param handle + */ + export function once(action: string, handle: Function): any; + /** + * 取消已经监听的事件 + * Cancels the event you are listening for + * 谨慎使用,之后会被移除 + * Use with caution and it will be removed later + * @param action + * @param handle + */ + export function removeListener(action: string, handle: Function): any; + } + export module Utils { + export module File { + /** + * 初始化一个可用的文件名 + * Initializes a available filename + * 返回可用名称的文件路径 + * Returns the file path with the available name + * + * @param file 初始文件路径 Initial file path + */ + export function getName(file: string): string; + interface UnzipOptions { + peel?: boolean; + } + /** + * 解压文件夹 + * Unzip folder + * + * @param zip + * @param target + * @param options + */ + export function unzip(zip: string, target: string, options?: UnzipOptions): Promise; + /** + * 复制一个文件到另一个位置 + * Copy a file to another location + * + * @param source + * @param target + */ + export function copy(source: string, target: string): void; + } + export module Path { + + /** + * 返回一个不含扩展名的文件名 + * @param path + */ + export function basenameNoExt(path: string): string; + /** + * 将 \ 统一换成 / + * @param path + */ + export function slash(path: string): string; + /** + * 去除路径最后的斜杆,返回一个不带斜杆的路径 + * @param path + */ + export function stripSep(path: string): string; + /** + * 删除一个路径的扩展名 + * @param path + */ + export function stripExt(path: string): string; + /** + * 判断路径 pathA 是否包含 pathB + * pathA = foo/bar, pathB = foo/bar/foobar, return true + * pathA = foo/bar, pathB = foo/bar, return true + * pathA = foo/bar/foobar, pathB = foo/bar, return false + * pathA = foo/bar/foobar, pathB = foobar/bar/foo, return false + * @param pathA + * @param pathB + */ + export function contains(pathA: string, pathB: string): boolean; + /** + * 格式化路径 + * 如果是 Windows 平台,需要将盘符转成小写进行判断 + * @param path + */ + export function normalize(path: string): string; + export const join: typeof NodeJSPath.join; + export const resolve: typeof NodeJSPath.resolve; + export const isAbsolute: typeof NodeJSPath.isAbsolute; + export const relative: typeof NodeJSPath.relative; + export const dirname: typeof NodeJSPath.dirname; + export const basename: typeof NodeJSPath.basename; + export const extname: typeof NodeJSPath.extname; + export const sep: '\\' | '/'; + export const delimiter: ';' | ':'; + export const parse: typeof NodeJSPath.parse; + export const format: typeof NodeJSPath.format; + + + } + export module Math { + /** + * 取给定边界范围的值 + * Take the value of the given boundary range + * @param {number} val + * @param {number} min + * @param {number} max + */ + export function clamp(val: number, min: number, max: number): any; + /** + * @function clamp01 + * @param {number} val + * @returns {number} + * + * Clamps a value between 0 and 1. + */ + export function clamp01(val: number): number; + /** + * 加法函数 + * 入参:函数内部转化时会先转字符串再转数值,因而传入字符串或 number 均可 + * 返回值:arg1 加上 arg2 的精确结果 + * @param {number|string} arg1 + * @param {number|string} arg2 + */ + export function add(arg1: number | string, arg2: number | string): number; + /** + * 减法函数 + * 入参:函数内部转化时会先转字符串再转数值,因而传入字符串或number均可 + * 返回值:arg1 减 arg2的精确结果 + * @param {number|string} arg1 + * @param {number|string} arg2 + */ + export function sub(arg1: number | string, arg2: number | string): number; + /** + * 保留小数点 + * @param val + * @param num + */ + export function toFixed(val: number, num: number): number; + } + export module Parse { + interface WhenParam { + PanelName?: string; + EditMode?: string; + ProjectType?: string; + } + /** + * 解析 when 参数 + * when 的格式: + * PanelName === '' && EditMode === '' + * 整理后的数据格式: + * { + * PanelName: '', + * EditMode: '', + * } + */ + export function when(when: string): WhenParam; + /** + * 判断一个 when 数据是否符合当前条件 + * @param when + */ + export function checkWhen(when: string): boolean; + } + export module Url { + /** + * 快捷获取文档路径 + * @param relativeUrl + * @param type + */ + export function getDocUrl(relativeUrl: string, type?: 'manual' | 'api'): string; + } + + export module UUID { + /** + * 压缩 UUID + * compress UUID + * @param uuid + * @param min + */ + export function compressUUID(uuid: string, min: boolean): string; + /** + * 解压 UUID + * decompress the UUID + * @param str + */ + export function decompressUUID(str: string): string; + /** + * 检查输入字符串是否是 UUID + * Check whether the input string is a UUID + * @param str + */ + export function isUUID(str: string): string; + /** + * 生成一个新的 uuid + */ + export function generate(): string; + } + } + export module Module { + /** + * 导入一个项目模块。 + * @param url 项目模块的 Database URL。 + * @experimental 实验性质。 + */ + export function importProjectModule(url: string): Promise; + } + } +} + diff --git a/extensions/oops-plugin-excel-to-json/@types/electron.d.ts b/extensions/oops-plugin-excel-to-json/@types/electron.d.ts new file mode 100644 index 0000000..e84cbb9 --- /dev/null +++ b/extensions/oops-plugin-excel-to-json/@types/electron.d.ts @@ -0,0 +1,16092 @@ +// Type definitions for Electron 13.1.4 +// Project: http://electronjs.org/ +// Definitions by: The Electron Team +// Definitions: https://github.com/electron/electron-typescript-definitions + +/// + +type GlobalEvent = Event & { returnValue: any }; + +declare namespace Electron { + const NodeEventEmitter: typeof import('events').EventEmitter; + + class Accelerator extends String { + + } + interface App extends NodeJS.EventEmitter { + + // Docs: https://electronjs.org/docs/api/app + + /** + * Emitted when Chrome's accessibility support changes. This event fires when + * assistive technologies, such as screen readers, are enabled or disabled. See + * https://www.chromium.org/developers/design-documents/accessibility for more + * details. + * + * @platform darwin,win32 + */ + on(event: 'accessibility-support-changed', listener: (event: Event, + /** + * `true` when Chrome's accessibility support is enabled, `false` otherwise. + */ + accessibilitySupportEnabled: boolean) => void): this; + once(event: 'accessibility-support-changed', listener: (event: Event, + /** + * `true` when Chrome's accessibility support is enabled, `false` otherwise. + */ + accessibilitySupportEnabled: boolean) => void): this; + addListener(event: 'accessibility-support-changed', listener: (event: Event, + /** + * `true` when Chrome's accessibility support is enabled, `false` otherwise. + */ + accessibilitySupportEnabled: boolean) => void): this; + removeListener(event: 'accessibility-support-changed', listener: (event: Event, + /** + * `true` when Chrome's accessibility support is enabled, `false` otherwise. + */ + accessibilitySupportEnabled: boolean) => void): this; + /** + * Emitted when the application is activated. Various actions can trigger this + * event, such as launching the application for the first time, attempting to + * re-launch the application when it's already running, or clicking on the + * application's dock or taskbar icon. + * + * @platform darwin + */ + on(event: 'activate', listener: (event: Event, + hasVisibleWindows: boolean) => void): this; + once(event: 'activate', listener: (event: Event, + hasVisibleWindows: boolean) => void): this; + addListener(event: 'activate', listener: (event: Event, + hasVisibleWindows: boolean) => void): this; + removeListener(event: 'activate', listener: (event: Event, + hasVisibleWindows: boolean) => void): this; + /** + * Emitted during Handoff after an activity from this device was successfully + * resumed on another one. + * + * @platform darwin + */ + on(event: 'activity-was-continued', listener: (event: Event, + /** + * A string identifying the activity. Maps to `NSUserActivity.activityType`. + */ + type: string, + /** + * Contains app-specific state stored by the activity. + */ + userInfo: unknown) => void): this; + once(event: 'activity-was-continued', listener: (event: Event, + /** + * A string identifying the activity. Maps to `NSUserActivity.activityType`. + */ + type: string, + /** + * Contains app-specific state stored by the activity. + */ + userInfo: unknown) => void): this; + addListener(event: 'activity-was-continued', listener: (event: Event, + /** + * A string identifying the activity. Maps to `NSUserActivity.activityType`. + */ + type: string, + /** + * Contains app-specific state stored by the activity. + */ + userInfo: unknown) => void): this; + removeListener(event: 'activity-was-continued', listener: (event: Event, + /** + * A string identifying the activity. Maps to `NSUserActivity.activityType`. + */ + type: string, + /** + * Contains app-specific state stored by the activity. + */ + userInfo: unknown) => void): this; + /** + * Emitted before the application starts closing its windows. Calling + * `event.preventDefault()` will prevent the default behavior, which is terminating + * the application. + * + * **Note:** If application quit was initiated by `autoUpdater.quitAndInstall()`, + * then `before-quit` is emitted *after* emitting `close` event on all windows and + * closing them. + * + * **Note:** On Windows, this event will not be emitted if the app is closed due to + * a shutdown/restart of the system or a user logout. + */ + on(event: 'before-quit', listener: (event: Event) => void): this; + once(event: 'before-quit', listener: (event: Event) => void): this; + addListener(event: 'before-quit', listener: (event: Event) => void): this; + removeListener(event: 'before-quit', listener: (event: Event) => void): this; + /** + * Emitted when a browserWindow gets blurred. + */ + on(event: 'browser-window-blur', listener: (event: Event, + window: BrowserWindow) => void): this; + once(event: 'browser-window-blur', listener: (event: Event, + window: BrowserWindow) => void): this; + addListener(event: 'browser-window-blur', listener: (event: Event, + window: BrowserWindow) => void): this; + removeListener(event: 'browser-window-blur', listener: (event: Event, + window: BrowserWindow) => void): this; + /** + * Emitted when a new browserWindow is created. + */ + on(event: 'browser-window-created', listener: (event: Event, + window: BrowserWindow) => void): this; + once(event: 'browser-window-created', listener: (event: Event, + window: BrowserWindow) => void): this; + addListener(event: 'browser-window-created', listener: (event: Event, + window: BrowserWindow) => void): this; + removeListener(event: 'browser-window-created', listener: (event: Event, + window: BrowserWindow) => void): this; + /** + * Emitted when a browserWindow gets focused. + */ + on(event: 'browser-window-focus', listener: (event: Event, + window: BrowserWindow) => void): this; + once(event: 'browser-window-focus', listener: (event: Event, + window: BrowserWindow) => void): this; + addListener(event: 'browser-window-focus', listener: (event: Event, + window: BrowserWindow) => void): this; + removeListener(event: 'browser-window-focus', listener: (event: Event, + window: BrowserWindow) => void): this; + /** + * Emitted when failed to verify the `certificate` for `url`, to trust the + * certificate you should prevent the default behavior with + * `event.preventDefault()` and call `callback(true)`. + */ + on(event: 'certificate-error', listener: (event: Event, + webContents: WebContents, + url: string, + /** + * The error code + */ + error: string, + certificate: Certificate, + callback: (isTrusted: boolean) => void) => void): this; + once(event: 'certificate-error', listener: (event: Event, + webContents: WebContents, + url: string, + /** + * The error code + */ + error: string, + certificate: Certificate, + callback: (isTrusted: boolean) => void) => void): this; + addListener(event: 'certificate-error', listener: (event: Event, + webContents: WebContents, + url: string, + /** + * The error code + */ + error: string, + certificate: Certificate, + callback: (isTrusted: boolean) => void) => void): this; + removeListener(event: 'certificate-error', listener: (event: Event, + webContents: WebContents, + url: string, + /** + * The error code + */ + error: string, + certificate: Certificate, + callback: (isTrusted: boolean) => void) => void): this; + /** + * Emitted when the child process unexpectedly disappears. This is normally because + * it was crashed or killed. It does not include renderer processes. + */ + on(event: 'child-process-gone', listener: (event: Event, + details: Details) => void): this; + once(event: 'child-process-gone', listener: (event: Event, + details: Details) => void): this; + addListener(event: 'child-process-gone', listener: (event: Event, + details: Details) => void): this; + removeListener(event: 'child-process-gone', listener: (event: Event, + details: Details) => void): this; + /** + * Emitted during Handoff when an activity from a different device wants to be + * resumed. You should call `event.preventDefault()` if you want to handle this + * event. + * + * A user activity can be continued only in an app that has the same developer Team + * ID as the activity's source app and that supports the activity's type. Supported + * activity types are specified in the app's `Info.plist` under the + * `NSUserActivityTypes` key. + * + * @platform darwin + */ + on(event: 'continue-activity', listener: (event: Event, + /** + * A string identifying the activity. Maps to `NSUserActivity.activityType`. + */ + type: string, + /** + * Contains app-specific state stored by the activity on another device. + */ + userInfo: unknown) => void): this; + once(event: 'continue-activity', listener: (event: Event, + /** + * A string identifying the activity. Maps to `NSUserActivity.activityType`. + */ + type: string, + /** + * Contains app-specific state stored by the activity on another device. + */ + userInfo: unknown) => void): this; + addListener(event: 'continue-activity', listener: (event: Event, + /** + * A string identifying the activity. Maps to `NSUserActivity.activityType`. + */ + type: string, + /** + * Contains app-specific state stored by the activity on another device. + */ + userInfo: unknown) => void): this; + removeListener(event: 'continue-activity', listener: (event: Event, + /** + * A string identifying the activity. Maps to `NSUserActivity.activityType`. + */ + type: string, + /** + * Contains app-specific state stored by the activity on another device. + */ + userInfo: unknown) => void): this; + /** + * Emitted during Handoff when an activity from a different device fails to be + * resumed. + * + * @platform darwin + */ + on(event: 'continue-activity-error', listener: (event: Event, + /** + * A string identifying the activity. Maps to `NSUserActivity.activityType`. + */ + type: string, + /** + * A string with the error's localized description. + */ + error: string) => void): this; + once(event: 'continue-activity-error', listener: (event: Event, + /** + * A string identifying the activity. Maps to `NSUserActivity.activityType`. + */ + type: string, + /** + * A string with the error's localized description. + */ + error: string) => void): this; + addListener(event: 'continue-activity-error', listener: (event: Event, + /** + * A string identifying the activity. Maps to `NSUserActivity.activityType`. + */ + type: string, + /** + * A string with the error's localized description. + */ + error: string) => void): this; + removeListener(event: 'continue-activity-error', listener: (event: Event, + /** + * A string identifying the activity. Maps to `NSUserActivity.activityType`. + */ + type: string, + /** + * A string with the error's localized description. + */ + error: string) => void): this; + /** + * Emitted when `desktopCapturer.getSources()` is called in the renderer process of + * `webContents`. Calling `event.preventDefault()` will make it return empty + * sources. + */ + on(event: 'desktop-capturer-get-sources', listener: (event: Event, + webContents: WebContents) => void): this; + once(event: 'desktop-capturer-get-sources', listener: (event: Event, + webContents: WebContents) => void): this; + addListener(event: 'desktop-capturer-get-sources', listener: (event: Event, + webContents: WebContents) => void): this; + removeListener(event: 'desktop-capturer-get-sources', listener: (event: Event, + webContents: WebContents) => void): this; + /** + * Emitted when mac application become active. Difference from `activate` event is + * that `did-become-active` is emitted every time the app becomes active, not only + * when Dock icon is clicked or application is re-launched. + * + * @platform darwin + */ + on(event: 'did-become-active', listener: (event: Event) => void): this; + once(event: 'did-become-active', listener: (event: Event) => void): this; + addListener(event: 'did-become-active', listener: (event: Event) => void): this; + removeListener(event: 'did-become-active', listener: (event: Event) => void): this; + /** + * Emitted whenever there is a GPU info update. + */ + on(event: 'gpu-info-update', listener: Function): this; + once(event: 'gpu-info-update', listener: Function): this; + addListener(event: 'gpu-info-update', listener: Function): this; + removeListener(event: 'gpu-info-update', listener: Function): this; + /** + * Emitted when the GPU process crashes or is killed. + * + * **Deprecated:** This event is superceded by the `child-process-gone` event which + * contains more information about why the child process disappeared. It isn't + * always because it crashed. The `killed` boolean can be replaced by checking + * `reason === 'killed'` when you switch to that event. + * + * @deprecated + */ + on(event: 'gpu-process-crashed', listener: (event: Event, + killed: boolean) => void): this; + once(event: 'gpu-process-crashed', listener: (event: Event, + killed: boolean) => void): this; + addListener(event: 'gpu-process-crashed', listener: (event: Event, + killed: boolean) => void): this; + removeListener(event: 'gpu-process-crashed', listener: (event: Event, + killed: boolean) => void): this; + /** + * Emitted when `webContents` wants to do basic auth. + * + * The default behavior is to cancel all authentications. To override this you + * should prevent the default behavior with `event.preventDefault()` and call + * `callback(username, password)` with the credentials. + * + * If `callback` is called without a username or password, the authentication + * request will be cancelled and the authentication error will be returned to the + * page. + */ + on(event: 'login', listener: (event: Event, + webContents: WebContents, + authenticationResponseDetails: AuthenticationResponseDetails, + authInfo: AuthInfo, + callback: (username?: string, password?: string) => void) => void): this; + once(event: 'login', listener: (event: Event, + webContents: WebContents, + authenticationResponseDetails: AuthenticationResponseDetails, + authInfo: AuthInfo, + callback: (username?: string, password?: string) => void) => void): this; + addListener(event: 'login', listener: (event: Event, + webContents: WebContents, + authenticationResponseDetails: AuthenticationResponseDetails, + authInfo: AuthInfo, + callback: (username?: string, password?: string) => void) => void): this; + removeListener(event: 'login', listener: (event: Event, + webContents: WebContents, + authenticationResponseDetails: AuthenticationResponseDetails, + authInfo: AuthInfo, + callback: (username?: string, password?: string) => void) => void): this; + /** + * Emitted when the user clicks the native macOS new tab button. The new tab button + * is only visible if the current `BrowserWindow` has a `tabbingIdentifier` + * + * @platform darwin + */ + on(event: 'new-window-for-tab', listener: (event: Event) => void): this; + once(event: 'new-window-for-tab', listener: (event: Event) => void): this; + addListener(event: 'new-window-for-tab', listener: (event: Event) => void): this; + removeListener(event: 'new-window-for-tab', listener: (event: Event) => void): this; + /** + * Emitted when the user wants to open a file with the application. The `open-file` + * event is usually emitted when the application is already open and the OS wants + * to reuse the application to open the file. `open-file` is also emitted when a + * file is dropped onto the dock and the application is not yet running. Make sure + * to listen for the `open-file` event very early in your application startup to + * handle this case (even before the `ready` event is emitted). + * + * You should call `event.preventDefault()` if you want to handle this event. + * + * On Windows, you have to parse `process.argv` (in the main process) to get the + * filepath. + * + * @platform darwin + */ + on(event: 'open-file', listener: (event: Event, + path: string) => void): this; + once(event: 'open-file', listener: (event: Event, + path: string) => void): this; + addListener(event: 'open-file', listener: (event: Event, + path: string) => void): this; + removeListener(event: 'open-file', listener: (event: Event, + path: string) => void): this; + /** + * Emitted when the user wants to open a URL with the application. Your + * application's `Info.plist` file must define the URL scheme within the + * `CFBundleURLTypes` key, and set `NSPrincipalClass` to `AtomApplication`. + * +You should call `event.preventDefault()` if you want to handle this event. + * + * @platform darwin + */ + on(event: 'open-url', listener: (event: Event, + url: string) => void): this; + once(event: 'open-url', listener: (event: Event, + url: string) => void): this; + addListener(event: 'open-url', listener: (event: Event, + url: string) => void): this; + removeListener(event: 'open-url', listener: (event: Event, + url: string) => void): this; + /** + * Emitted when the application is quitting. + * + * **Note:** On Windows, this event will not be emitted if the app is closed due to + * a shutdown/restart of the system or a user logout. + */ + on(event: 'quit', listener: (event: Event, + exitCode: number) => void): this; + once(event: 'quit', listener: (event: Event, + exitCode: number) => void): this; + addListener(event: 'quit', listener: (event: Event, + exitCode: number) => void): this; + removeListener(event: 'quit', listener: (event: Event, + exitCode: number) => void): this; + /** + * Emitted once, when Electron has finished initializing. On macOS, `launchInfo` + * holds the `userInfo` of the `NSUserNotification` or information from + * `UNNotificationResponse` that was used to open the application, if it was + * launched from Notification Center. You can also call `app.isReady()` to check if + * this event has already fired and `app.whenReady()` to get a Promise that is + * fulfilled when Electron is initialized. + */ + on(event: 'ready', listener: (event: Event, + launchInfo: (Record) | (NotificationResponse)) => void): this; + once(event: 'ready', listener: (event: Event, + launchInfo: (Record) | (NotificationResponse)) => void): this; + addListener(event: 'ready', listener: (event: Event, + launchInfo: (Record) | (NotificationResponse)) => void): this; + removeListener(event: 'ready', listener: (event: Event, + launchInfo: (Record) | (NotificationResponse)) => void): this; + /** + * Emitted when `remote.getBuiltin()` is called in the renderer process of + * `webContents`. Calling `event.preventDefault()` will prevent the module from + * being returned. Custom value can be returned by setting `event.returnValue`. + * + * @deprecated + */ + on(event: 'remote-get-builtin', listener: (event: Event, + webContents: WebContents, + moduleName: string) => void): this; + once(event: 'remote-get-builtin', listener: (event: Event, + webContents: WebContents, + moduleName: string) => void): this; + addListener(event: 'remote-get-builtin', listener: (event: Event, + webContents: WebContents, + moduleName: string) => void): this; + removeListener(event: 'remote-get-builtin', listener: (event: Event, + webContents: WebContents, + moduleName: string) => void): this; + /** + * Emitted when `remote.getCurrentWebContents()` is called in the renderer process + * of `webContents`. Calling `event.preventDefault()` will prevent the object from + * being returned. Custom value can be returned by setting `event.returnValue`. + * + * @deprecated + */ + on(event: 'remote-get-current-web-contents', listener: (event: Event, + webContents: WebContents) => void): this; + once(event: 'remote-get-current-web-contents', listener: (event: Event, + webContents: WebContents) => void): this; + addListener(event: 'remote-get-current-web-contents', listener: (event: Event, + webContents: WebContents) => void): this; + removeListener(event: 'remote-get-current-web-contents', listener: (event: Event, + webContents: WebContents) => void): this; + /** + * Emitted when `remote.getCurrentWindow()` is called in the renderer process of + * `webContents`. Calling `event.preventDefault()` will prevent the object from + * being returned. Custom value can be returned by setting `event.returnValue`. + * + * @deprecated + */ + on(event: 'remote-get-current-window', listener: (event: Event, + webContents: WebContents) => void): this; + once(event: 'remote-get-current-window', listener: (event: Event, + webContents: WebContents) => void): this; + addListener(event: 'remote-get-current-window', listener: (event: Event, + webContents: WebContents) => void): this; + removeListener(event: 'remote-get-current-window', listener: (event: Event, + webContents: WebContents) => void): this; + /** + * Emitted when `remote.getGlobal()` is called in the renderer process of + * `webContents`. Calling `event.preventDefault()` will prevent the global from + * being returned. Custom value can be returned by setting `event.returnValue`. + * + * @deprecated + */ + on(event: 'remote-get-global', listener: (event: Event, + webContents: WebContents, + globalName: string) => void): this; + once(event: 'remote-get-global', listener: (event: Event, + webContents: WebContents, + globalName: string) => void): this; + addListener(event: 'remote-get-global', listener: (event: Event, + webContents: WebContents, + globalName: string) => void): this; + removeListener(event: 'remote-get-global', listener: (event: Event, + webContents: WebContents, + globalName: string) => void): this; + /** + * Emitted when `remote.require()` is called in the renderer process of + * `webContents`. Calling `event.preventDefault()` will prevent the module from + * being returned. Custom value can be returned by setting `event.returnValue`. + * + * @deprecated + */ + on(event: 'remote-require', listener: (event: Event, + webContents: WebContents, + moduleName: string) => void): this; + once(event: 'remote-require', listener: (event: Event, + webContents: WebContents, + moduleName: string) => void): this; + addListener(event: 'remote-require', listener: (event: Event, + webContents: WebContents, + moduleName: string) => void): this; + removeListener(event: 'remote-require', listener: (event: Event, + webContents: WebContents, + moduleName: string) => void): this; + /** + * Emitted when the renderer process unexpectedly disappears. This is normally + * because it was crashed or killed. + */ + on(event: 'render-process-gone', listener: (event: Event, + webContents: WebContents, + details: RenderProcessGoneDetails) => void): this; + once(event: 'render-process-gone', listener: (event: Event, + webContents: WebContents, + details: RenderProcessGoneDetails) => void): this; + addListener(event: 'render-process-gone', listener: (event: Event, + webContents: WebContents, + details: RenderProcessGoneDetails) => void): this; + removeListener(event: 'render-process-gone', listener: (event: Event, + webContents: WebContents, + details: RenderProcessGoneDetails) => void): this; + /** + * Emitted when the renderer process of `webContents` crashes or is killed. + * + * **Deprecated:** This event is superceded by the `render-process-gone` event + * which contains more information about why the render process disappeared. It + * isn't always because it crashed. The `killed` boolean can be replaced by + * checking `reason === 'killed'` when you switch to that event. + * + * @deprecated + */ + on(event: 'renderer-process-crashed', listener: (event: Event, + webContents: WebContents, + killed: boolean) => void): this; + once(event: 'renderer-process-crashed', listener: (event: Event, + webContents: WebContents, + killed: boolean) => void): this; + addListener(event: 'renderer-process-crashed', listener: (event: Event, + webContents: WebContents, + killed: boolean) => void): this; + removeListener(event: 'renderer-process-crashed', listener: (event: Event, + webContents: WebContents, + killed: boolean) => void): this; + /** + * This event will be emitted inside the primary instance of your application when + * a second instance has been executed and calls `app.requestSingleInstanceLock()`. + * + * `argv` is an Array of the second instance's command line arguments, and + * `workingDirectory` is its current working directory. Usually applications + * respond to this by making their primary window focused and non-minimized. + * + * **Note:** If the second instance is started by a different user than the first, + * the `argv` array will not include the arguments. + * + * This event is guaranteed to be emitted after the `ready` event of `app` gets + * emitted. + * + * **Note:** Extra command line arguments might be added by Chromium, such as + * `--original-process-start-time`. + */ + on(event: 'second-instance', listener: (event: Event, + /** + * An array of the second instance's command line arguments + */ + argv: string[], + /** + * The second instance's working directory + */ + workingDirectory: string) => void): this; + once(event: 'second-instance', listener: (event: Event, + /** + * An array of the second instance's command line arguments + */ + argv: string[], + /** + * The second instance's working directory + */ + workingDirectory: string) => void): this; + addListener(event: 'second-instance', listener: (event: Event, + /** + * An array of the second instance's command line arguments + */ + argv: string[], + /** + * The second instance's working directory + */ + workingDirectory: string) => void): this; + removeListener(event: 'second-instance', listener: (event: Event, + /** + * An array of the second instance's command line arguments + */ + argv: string[], + /** + * The second instance's working directory + */ + workingDirectory: string) => void): this; + /** + * Emitted when a client certificate is requested. + * + * The `url` corresponds to the navigation entry requesting the client certificate + * and `callback` can be called with an entry filtered from the list. Using + * `event.preventDefault()` prevents the application from using the first + * certificate from the store. + */ + on(event: 'select-client-certificate', listener: (event: Event, + webContents: WebContents, + url: string, + certificateList: Certificate[], + callback: (certificate?: Certificate) => void) => void): this; + once(event: 'select-client-certificate', listener: (event: Event, + webContents: WebContents, + url: string, + certificateList: Certificate[], + callback: (certificate?: Certificate) => void) => void): this; + addListener(event: 'select-client-certificate', listener: (event: Event, + webContents: WebContents, + url: string, + certificateList: Certificate[], + callback: (certificate?: Certificate) => void) => void): this; + removeListener(event: 'select-client-certificate', listener: (event: Event, + webContents: WebContents, + url: string, + certificateList: Certificate[], + callback: (certificate?: Certificate) => void) => void): this; + /** + * Emitted when Electron has created a new `session`. + */ + on(event: 'session-created', listener: (session: Session) => void): this; + once(event: 'session-created', listener: (session: Session) => void): this; + addListener(event: 'session-created', listener: (session: Session) => void): this; + removeListener(event: 'session-created', listener: (session: Session) => void): this; + /** + * Emitted when Handoff is about to be resumed on another device. If you need to + * update the state to be transferred, you should call `event.preventDefault()` + * immediately, construct a new `userInfo` dictionary and call + * `app.updateCurrentActivity()` in a timely manner. Otherwise, the operation will + * fail and `continue-activity-error` will be called. + * + * @platform darwin + */ + on(event: 'update-activity-state', listener: (event: Event, + /** + * A string identifying the activity. Maps to `NSUserActivity.activityType`. + */ + type: string, + /** + * Contains app-specific state stored by the activity. + */ + userInfo: unknown) => void): this; + once(event: 'update-activity-state', listener: (event: Event, + /** + * A string identifying the activity. Maps to `NSUserActivity.activityType`. + */ + type: string, + /** + * Contains app-specific state stored by the activity. + */ + userInfo: unknown) => void): this; + addListener(event: 'update-activity-state', listener: (event: Event, + /** + * A string identifying the activity. Maps to `NSUserActivity.activityType`. + */ + type: string, + /** + * Contains app-specific state stored by the activity. + */ + userInfo: unknown) => void): this; + removeListener(event: 'update-activity-state', listener: (event: Event, + /** + * A string identifying the activity. Maps to `NSUserActivity.activityType`. + */ + type: string, + /** + * Contains app-specific state stored by the activity. + */ + userInfo: unknown) => void): this; + /** + * Emitted when a new webContents is created. + */ + on(event: 'web-contents-created', listener: (event: Event, + webContents: WebContents) => void): this; + once(event: 'web-contents-created', listener: (event: Event, + webContents: WebContents) => void): this; + addListener(event: 'web-contents-created', listener: (event: Event, + webContents: WebContents) => void): this; + removeListener(event: 'web-contents-created', listener: (event: Event, + webContents: WebContents) => void): this; + /** + * Emitted during Handoff before an activity from a different device wants to be + * resumed. You should call `event.preventDefault()` if you want to handle this + * event. + * + * @platform darwin + */ + on(event: 'will-continue-activity', listener: (event: Event, + /** + * A string identifying the activity. Maps to `NSUserActivity.activityType`. + */ + type: string) => void): this; + once(event: 'will-continue-activity', listener: (event: Event, + /** + * A string identifying the activity. Maps to `NSUserActivity.activityType`. + */ + type: string) => void): this; + addListener(event: 'will-continue-activity', listener: (event: Event, + /** + * A string identifying the activity. Maps to `NSUserActivity.activityType`. + */ + type: string) => void): this; + removeListener(event: 'will-continue-activity', listener: (event: Event, + /** + * A string identifying the activity. Maps to `NSUserActivity.activityType`. + */ + type: string) => void): this; + /** + * Emitted when the application has finished basic startup. On Windows and Linux, + * the `will-finish-launching` event is the same as the `ready` event; on macOS, + * this event represents the `applicationWillFinishLaunching` notification of + * `NSApplication`. You would usually set up listeners for the `open-file` and + * `open-url` events here, and start the crash reporter and auto updater. + * +In most cases, you should do everything in the `ready` event handler. + */ + on(event: 'will-finish-launching', listener: Function): this; + once(event: 'will-finish-launching', listener: Function): this; + addListener(event: 'will-finish-launching', listener: Function): this; + removeListener(event: 'will-finish-launching', listener: Function): this; + /** + * Emitted when all windows have been closed and the application will quit. Calling + * `event.preventDefault()` will prevent the default behavior, which is terminating + * the application. + * + * See the description of the `window-all-closed` event for the differences between + * the `will-quit` and `window-all-closed` events. + * + * **Note:** On Windows, this event will not be emitted if the app is closed due to + * a shutdown/restart of the system or a user logout. + */ + on(event: 'will-quit', listener: (event: Event) => void): this; + once(event: 'will-quit', listener: (event: Event) => void): this; + addListener(event: 'will-quit', listener: (event: Event) => void): this; + removeListener(event: 'will-quit', listener: (event: Event) => void): this; + /** + * Emitted when all windows have been closed. + * + * If you do not subscribe to this event and all windows are closed, the default + * behavior is to quit the app; however, if you subscribe, you control whether the + * app quits or not. If the user pressed `Cmd + Q`, or the developer called + * `app.quit()`, Electron will first try to close all the windows and then emit the + * `will-quit` event, and in this case the `window-all-closed` event would not be + * emitted. + */ + on(event: 'window-all-closed', listener: Function): this; + once(event: 'window-all-closed', listener: Function): this; + addListener(event: 'window-all-closed', listener: Function): this; + removeListener(event: 'window-all-closed', listener: Function): this; + /** + * Adds `path` to the recent documents list. + * + * This list is managed by the OS. On Windows, you can visit the list from the task + * bar, and on macOS, you can visit it from dock menu. + * + * @platform darwin,win32 + */ + addRecentDocument(path: string): void; + /** + * Clears the recent documents list. + * + * @platform darwin,win32 + */ + clearRecentDocuments(): void; + /** + * By default, Chromium disables 3D APIs (e.g. WebGL) until restart on a per domain + * basis if the GPU processes crashes too frequently. This function disables that + * behavior. + +This method can only be called before app is ready. + */ + disableDomainBlockingFor3DAPIs(): void; + /** + * Disables hardware acceleration for current app. + * +This method can only be called before app is ready. + */ + disableHardwareAcceleration(): void; + /** + * Enables full sandbox mode on the app. This means that all renderers will be + * launched sandboxed, regardless of the value of the `sandbox` flag in + * WebPreferences. + +This method can only be called before app is ready. + */ + enableSandbox(): void; + /** + * Exits immediately with `exitCode`. `exitCode` defaults to 0. + * + * All windows will be closed immediately without asking the user, and the + * `before-quit` and `will-quit` events will not be emitted. + */ + exit(exitCode?: number): void; + /** + * On Linux, focuses on the first visible window. On macOS, makes the application + * the active app. On Windows, focuses on the application's first window. + * +You should seek to use the `steal` option as sparingly as possible. + */ + focus(options?: FocusOptions): void; + /** + * Resolve with an object containing the following: + * + * * `icon` NativeImage - the display icon of the app handling the protocol. + * * `path` String - installation path of the app handling the protocol. + * * `name` String - display name of the app handling the protocol. + * + * This method returns a promise that contains the application name, icon and path + * of the default handler for the protocol (aka URI scheme) of a URL. + * + * @platform darwin,win32 + */ + getApplicationInfoForProtocol(url: string): Promise; + /** + * Name of the application handling the protocol, or an empty string if there is no + * handler. For instance, if Electron is the default handler of the URL, this could + * be `Electron` on Windows and Mac. However, don't rely on the precise format + * which is not guaranteed to remain unchanged. Expect a different format on Linux, + * possibly with a `.desktop` suffix. + * + * This method returns the application name of the default handler for the protocol + * (aka URI scheme) of a URL. + */ + getApplicationNameForProtocol(url: string): string; + /** + * Array of `ProcessMetric` objects that correspond to memory and CPU usage + * statistics of all the processes associated with the app. + */ + getAppMetrics(): ProcessMetric[]; + /** + * The current application directory. + */ + getAppPath(): string; + /** + * The current value displayed in the counter badge. + * + * @platform linux,darwin + */ + getBadgeCount(): number; + /** + * The type of the currently running activity. + * + * @platform darwin + */ + getCurrentActivityType(): string; + /** + * fulfilled with the app's icon, which is a NativeImage. + * + * Fetches a path's associated icon. + * + * On _Windows_, there a 2 kinds of icons: + * + * * Icons associated with certain file extensions, like `.mp3`, `.png`, etc. + * * Icons inside the file itself, like `.exe`, `.dll`, `.ico`. + * + * On _Linux_ and _macOS_, icons depend on the application associated with file + * mime type. + */ + getFileIcon(path: string, options?: FileIconOptions): Promise; + /** + * The Graphics Feature Status from `chrome://gpu/`. + * + * **Note:** This information is only usable after the `gpu-info-update` event is + * emitted. + */ + getGPUFeatureStatus(): GPUFeatureStatus; + /** + * For `infoType` equal to `complete`: Promise is fulfilled with `Object` + * containing all the GPU Information as in chromium's GPUInfo object. This + * includes the version and driver information that's shown on `chrome://gpu` page. + * + * For `infoType` equal to `basic`: Promise is fulfilled with `Object` containing + * fewer attributes than when requested with `complete`. Here's an example of basic + * response: + * + * Using `basic` should be preferred if only basic information like `vendorId` or + * `driverId` is needed. + */ + getGPUInfo(infoType: 'basic' | 'complete'): Promise; + /** + * * `minItems` Integer - The minimum number of items that will be shown in the + * Jump List (for a more detailed description of this value see the MSDN docs). + * * `removedItems` JumpListItem[] - Array of `JumpListItem` objects that + * correspond to items that the user has explicitly removed from custom categories + * in the Jump List. These items must not be re-added to the Jump List in the + * **next** call to `app.setJumpList()`, Windows will not display any custom + * category that contains any of the removed items. + * + * @platform win32 + */ + getJumpListSettings(): JumpListSettings; + /** + * The current application locale, fetched using Chromium's `l10n_util` library. + * Possible return values are documented here. + * + * To set the locale, you'll want to use a command line switch at app startup, + * which may be found here. + * + * **Note:** When distributing your packaged app, you have to also ship the + * `locales` folder. + * + * **Note:** On Windows, you have to call it after the `ready` events gets emitted. + */ + getLocale(): string; + /** + * User operating system's locale two-letter ISO 3166 country code. The value is + * taken from native OS APIs. + * +**Note:** When unable to detect locale country code, it returns empty string. + */ + getLocaleCountryCode(): string; + /** + * If you provided `path` and `args` options to `app.setLoginItemSettings`, then + * you need to pass the same arguments here for `openAtLogin` to be set correctly. + * + * + * * `openAtLogin` Boolean - `true` if the app is set to open at login. + * * `openAsHidden` Boolean _macOS_ - `true` if the app is set to open as hidden at + * login. This setting is not available on MAS builds. + * * `wasOpenedAtLogin` Boolean _macOS_ - `true` if the app was opened at login + * automatically. This setting is not available on MAS builds. + * * `wasOpenedAsHidden` Boolean _macOS_ - `true` if the app was opened as a hidden + * login item. This indicates that the app should not open any windows at startup. + * This setting is not available on MAS builds. + * * `restoreState` Boolean _macOS_ - `true` if the app was opened as a login item + * that should restore the state from the previous session. This indicates that the + * app should restore the windows that were open the last time the app was closed. + * This setting is not available on MAS builds. + * * `executableWillLaunchAtLogin` Boolean _Windows_ - `true` if app is set to open + * at login and its run key is not deactivated. This differs from `openAtLogin` as + * it ignores the `args` option, this property will be true if the given executable + * would be launched at login with **any** arguments. + * * `launchItems` Object[] _Windows_ + * * `name` String _Windows_ - name value of a registry entry. + * * `path` String _Windows_ - The executable to an app that corresponds to a + * registry entry. + * * `args` String[] _Windows_ - the command-line arguments to pass to the + * executable. + * * `scope` String _Windows_ - one of `user` or `machine`. Indicates whether the + * registry entry is under `HKEY_CURRENT USER` or `HKEY_LOCAL_MACHINE`. + * * `enabled` Boolean _Windows_ - `true` if the app registry key is startup + * approved and therefore shows as `enabled` in Task Manager and Windows settings. + * + * @platform darwin,win32 + */ + getLoginItemSettings(options?: LoginItemSettingsOptions): LoginItemSettings; + /** + * The current application's name, which is the name in the application's + * `package.json` file. + * + * Usually the `name` field of `package.json` is a short lowercase name, according + * to the npm modules spec. You should usually also specify a `productName` field, + * which is your application's full capitalized name, and which will be preferred + * over `name` by Electron. + */ + getName(): string; + /** + * A path to a special directory or file associated with `name`. On failure, an + * `Error` is thrown. + * + * If `app.getPath('logs')` is called without called `app.setAppLogsPath()` being + * called first, a default log directory will be created equivalent to calling + * `app.setAppLogsPath()` without a `path` parameter. + */ + getPath(name: 'home' | 'appData' | 'userData' | 'cache' | 'temp' | 'exe' | 'module' | 'desktop' | 'documents' | 'downloads' | 'music' | 'pictures' | 'videos' | 'recent' | 'logs' | 'crashDumps'): string; + /** + * The version of the loaded application. If no version is found in the + * application's `package.json` file, the version of the current bundle or + * executable is returned. + */ + getVersion(): string; + /** + * This method returns whether or not this instance of your app is currently + * holding the single instance lock. You can request the lock with + * `app.requestSingleInstanceLock()` and release with + * `app.releaseSingleInstanceLock()` + */ + hasSingleInstanceLock(): boolean; + /** + * Hides all application windows without minimizing them. + * + * @platform darwin + */ + hide(): void; + /** + * Imports the certificate in pkcs12 format into the platform certificate store. + * `callback` is called with the `result` of import operation, a value of `0` + * indicates success while any other value indicates failure according to Chromium + * net_error_list. + * + * @platform linux + */ + importCertificate(options: ImportCertificateOptions, callback: (result: number) => void): void; + /** + * Invalidates the current Handoff user activity. + * + * @platform darwin + */ + invalidateCurrentActivity(): void; + /** + * `true` if Chrome's accessibility support is enabled, `false` otherwise. This API + * will return `true` if the use of assistive technologies, such as screen readers, + * has been detected. See + * https://www.chromium.org/developers/design-documents/accessibility for more + * details. + * + * @platform darwin,win32 + */ + isAccessibilitySupportEnabled(): boolean; + /** + * Whether the current executable is the default handler for a protocol (aka URI + * scheme). + * + * **Note:** On macOS, you can use this method to check if the app has been + * registered as the default protocol handler for a protocol. You can also verify + * this by checking `~/Library/Preferences/com.apple.LaunchServices.plist` on the + * macOS machine. Please refer to Apple's documentation for details. + * + * The API uses the Windows Registry and `LSCopyDefaultHandlerForURLScheme` + * internally. + */ + isDefaultProtocolClient(protocol: string, path?: string, args?: string[]): boolean; + /** + * whether or not the current OS version allows for native emoji pickers. + */ + isEmojiPanelSupported(): boolean; + /** + * Whether the application is currently running from the systems Application + * folder. Use in combination with `app.moveToApplicationsFolder()` + * + * @platform darwin + */ + isInApplicationsFolder(): boolean; + /** + * `true` if Electron has finished initializing, `false` otherwise. See also + * `app.whenReady()`. + */ + isReady(): boolean; + /** + * whether `Secure Keyboard Entry` is enabled. + * +By default this API will return `false`. + * + * @platform darwin + */ + isSecureKeyboardEntryEnabled(): boolean; + /** + * Whether the current desktop environment is Unity launcher. + * + * @platform linux + */ + isUnityRunning(): boolean; + /** + * Whether the move was successful. Please note that if the move is successful, + * your application will quit and relaunch. + * + * No confirmation dialog will be presented by default. If you wish to allow the + * user to confirm the operation, you may do so using the `dialog` API. + * + * **NOTE:** This method throws errors if anything other than the user causes the + * move to fail. For instance if the user cancels the authorization dialog, this + * method returns false. If we fail to perform the copy, then this method will + * throw an error. The message in the error should be informative and tell you + * exactly what went wrong. + * + * By default, if an app of the same name as the one being moved exists in the + * Applications directory and is _not_ running, the existing app will be trashed + * and the active app moved into its place. If it _is_ running, the pre-existing + * running app will assume focus and the previously active app will quit itself. + * This behavior can be changed by providing the optional conflict handler, where + * the boolean returned by the handler determines whether or not the move conflict + * is resolved with default behavior. i.e. returning `false` will ensure no + * further action is taken, returning `true` will result in the default behavior + * and the method continuing. + * + * For example: + * + * Would mean that if an app already exists in the user directory, if the user + * chooses to 'Continue Move' then the function would continue with its default + * behavior and the existing app will be trashed and the active app moved into its + * place. + * + * @platform darwin + */ + moveToApplicationsFolder(options?: MoveToApplicationsFolderOptions): boolean; + /** + * Try to close all windows. The `before-quit` event will be emitted first. If all + * windows are successfully closed, the `will-quit` event will be emitted and by + * default the application will terminate. + * + * This method guarantees that all `beforeunload` and `unload` event handlers are + * correctly executed. It is possible that a window cancels the quitting by + * returning `false` in the `beforeunload` event handler. + */ + quit(): void; + /** + * Relaunches the app when current instance exits. + * + * By default, the new instance will use the same working directory and command + * line arguments with current instance. When `args` is specified, the `args` will + * be passed as command line arguments instead. When `execPath` is specified, the + * `execPath` will be executed for relaunch instead of current app. + * + * Note that this method does not quit the app when executed, you have to call + * `app.quit` or `app.exit` after calling `app.relaunch` to make the app restart. + * + * When `app.relaunch` is called for multiple times, multiple instances will be + * started after current instance exited. + * + * An example of restarting current instance immediately and adding a new command + * line argument to the new instance: + */ + relaunch(options?: RelaunchOptions): void; + /** + * Releases all locks that were created by `requestSingleInstanceLock`. This will + * allow multiple instances of the application to once again run side by side. + */ + releaseSingleInstanceLock(): void; + /** + * Whether the call succeeded. + * + * This method checks if the current executable as the default handler for a + * protocol (aka URI scheme). If so, it will remove the app as the default handler. + * + * @platform darwin,win32 + */ + removeAsDefaultProtocolClient(protocol: string, path?: string, args?: string[]): boolean; + /** + * The return value of this method indicates whether or not this instance of your + * application successfully obtained the lock. If it failed to obtain the lock, + * you can assume that another instance of your application is already running with + * the lock and exit immediately. + * + * I.e. This method returns `true` if your process is the primary instance of your + * application and your app should continue loading. It returns `false` if your + * process should immediately quit as it has sent its parameters to another + * instance that has already acquired the lock. + * + * On macOS, the system enforces single instance automatically when users try to + * open a second instance of your app in Finder, and the `open-file` and `open-url` + * events will be emitted for that. However when users start your app in command + * line, the system's single instance mechanism will be bypassed, and you have to + * use this method to ensure single instance. + * + * An example of activating the window of primary instance when a second instance + * starts: + */ + requestSingleInstanceLock(): boolean; + /** + * Marks the current Handoff user activity as inactive without invalidating it. + * + * @platform darwin + */ + resignCurrentActivity(): void; + /** + * Set the about panel options. This will override the values defined in the app's + * `.plist` file on macOS. See the Apple docs for more details. On Linux, values + * must be set in order to be shown; there are no defaults. + * + * If you do not set `credits` but still wish to surface them in your app, AppKit + * will look for a file named "Credits.html", "Credits.rtf", and "Credits.rtfd", in + * that order, in the bundle returned by the NSBundle class method main. The first + * file found is used, and if none is found, the info area is left blank. See Apple + * documentation for more information. + */ + setAboutPanelOptions(options: AboutPanelOptionsOptions): void; + /** + * Manually enables Chrome's accessibility support, allowing to expose + * accessibility switch to users in application settings. See Chromium's + * accessibility docs for more details. Disabled by default. + * + * This API must be called after the `ready` event is emitted. + * + * **Note:** Rendering accessibility tree can significantly affect the performance + * of your app. It should not be enabled by default. + * + * @platform darwin,win32 + */ + setAccessibilitySupportEnabled(enabled: boolean): void; + /** + * Sets the activation policy for a given app. + * + * Activation policy types: + * + * * 'regular' - The application is an ordinary app that appears in the Dock and + * may have a user interface. + * * 'accessory' - The application doesn’t appear in the Dock and doesn’t have a + * menu bar, but it may be activated programmatically or by clicking on one of its + * windows. + * * 'prohibited' - The application doesn’t appear in the Dock and may not create + * windows or be activated. + * + * @platform darwin + */ + setActivationPolicy(policy: 'regular' | 'accessory' | 'prohibited'): void; + /** + * Sets or creates a directory your app's logs which can then be manipulated with + * `app.getPath()` or `app.setPath(pathName, newPath)`. + * + * Calling `app.setAppLogsPath()` without a `path` parameter will result in this + * directory being set to `~/Library/Logs/YourAppName` on _macOS_, and inside the + * `userData` directory on _Linux_ and _Windows_. + */ + setAppLogsPath(path?: string): void; + /** + * Changes the Application User Model ID to `id`. + * + * @platform win32 + */ + setAppUserModelId(id: string): void; + /** + * Whether the call succeeded. + * + * Sets the current executable as the default handler for a protocol (aka URI + * scheme). It allows you to integrate your app deeper into the operating system. + * Once registered, all links with `your-protocol://` will be opened with the + * current executable. The whole link, including protocol, will be passed to your + * application as a parameter. + * + * **Note:** On macOS, you can only register protocols that have been added to your + * app's `info.plist`, which cannot be modified at runtime. However, you can change + * the file during build time via Electron Forge, Electron Packager, or by editing + * `info.plist` with a text editor. Please refer to Apple's documentation for + * details. + * + * **Note:** In a Windows Store environment (when packaged as an `appx`) this API + * will return `true` for all calls but the registry key it sets won't be + * accessible by other applications. In order to register your Windows Store + * application as a default protocol handler you must declare the protocol in your + * manifest. + * + * The API uses the Windows Registry and `LSSetDefaultHandlerForURLScheme` + * internally. + */ + setAsDefaultProtocolClient(protocol: string, path?: string, args?: string[]): boolean; + /** + * Whether the call succeeded. + * + * Sets the counter badge for current app. Setting the count to `0` will hide the + * badge. + * + * On macOS, it shows on the dock icon. On Linux, it only works for Unity launcher. + * + * **Note:** Unity launcher requires the existence of a `.desktop` file to work, + * for more information please read Desktop Environment Integration. + * + * @platform linux,darwin + */ + setBadgeCount(count?: number): boolean; + /** + * Sets or removes a custom Jump List for the application, and returns one of the + * following strings: + * + * * `ok` - Nothing went wrong. + * * `error` - One or more errors occurred, enable runtime logging to figure out + * the likely cause. + * * `invalidSeparatorError` - An attempt was made to add a separator to a custom + * category in the Jump List. Separators are only allowed in the standard `Tasks` + * category. + * * `fileTypeRegistrationError` - An attempt was made to add a file link to the + * Jump List for a file type the app isn't registered to handle. + * * `customCategoryAccessDeniedError` - Custom categories can't be added to the + * Jump List due to user privacy or group policy settings. + * + * If `categories` is `null` the previously set custom Jump List (if any) will be + * replaced by the standard Jump List for the app (managed by Windows). + * + * **Note:** If a `JumpListCategory` object has neither the `type` nor the `name` + * property set then its `type` is assumed to be `tasks`. If the `name` property is + * set but the `type` property is omitted then the `type` is assumed to be + * `custom`. + * + * **Note:** Users can remove items from custom categories, and Windows will not + * allow a removed item to be added back into a custom category until **after** the + * next successful call to `app.setJumpList(categories)`. Any attempt to re-add a + * removed item to a custom category earlier than that will result in the entire + * custom category being omitted from the Jump List. The list of removed items can + * be obtained using `app.getJumpListSettings()`. + * + * **Note:** The maximum length of a Jump List item's `description` property is 260 + * characters. Beyond this limit, the item will not be added to the Jump List, nor + * will it be displayed. + * +Here's a very simple example of creating a custom Jump List: + * + * @platform win32 + */ + setJumpList(categories: (JumpListCategory[]) | (null)): void; + /** + * To work with Electron's `autoUpdater` on Windows, which uses Squirrel, you'll + * want to set the launch path to Update.exe, and pass arguments that specify your + * application name. For example: + * + * @platform darwin,win32 + */ + setLoginItemSettings(settings: Settings): void; + /** + * Overrides the current application's name. + * + * **Note:** This function overrides the name used internally by Electron; it does + * not affect the name that the OS uses. + */ + setName(name: string): void; + /** + * Overrides the `path` to a special directory or file associated with `name`. If + * the path specifies a directory that does not exist, an `Error` is thrown. In + * that case, the directory should be created with `fs.mkdirSync` or similar. + * + * You can only override paths of a `name` defined in `app.getPath`. + * + * By default, web pages' cookies and caches will be stored under the `userData` + * directory. If you want to change this location, you have to override the + * `userData` path before the `ready` event of the `app` module is emitted. + */ + setPath(name: string, path: string): void; + /** + * Set the `Secure Keyboard Entry` is enabled in your application. + * + * By using this API, important information such as password and other sensitive + * information can be prevented from being intercepted by other processes. + * + * See Apple's documentation for more details. + * + * **Note:** Enable `Secure Keyboard Entry` only when it is needed and disable it + * when it is no longer needed. + * + * @platform darwin + */ + setSecureKeyboardEntryEnabled(enabled: boolean): void; + /** + * Creates an `NSUserActivity` and sets it as the current activity. The activity is + * eligible for Handoff to another device afterward. + * + * @platform darwin + */ + setUserActivity(type: string, userInfo: any, webpageURL?: string): void; + /** + * Adds `tasks` to the Tasks category of the Jump List on Windows. + * + * `tasks` is an array of `Task` objects. + * + * Whether the call succeeded. + * + * **Note:** If you'd like to customize the Jump List even more use + * `app.setJumpList(categories)` instead. + * + * @platform win32 + */ + setUserTasks(tasks: Task[]): boolean; + /** + * Shows application windows after they were hidden. Does not automatically focus + * them. + * + * @platform darwin + */ + show(): void; + /** + * Show the app's about panel options. These options can be overridden with + * `app.setAboutPanelOptions(options)`. + */ + showAboutPanel(): void; + /** + * Show the platform's native emoji picker. + * + * @platform darwin,win32 + */ + showEmojiPanel(): void; + /** + * This function **must** be called once you have finished accessing the security + * scoped file. If you do not remember to stop accessing the bookmark, kernel + * resources will be leaked and your app will lose its ability to reach outside the + * sandbox completely, until your app is restarted. + * + * Start accessing a security scoped resource. With this method Electron + * applications that are packaged for the Mac App Store may reach outside their + * sandbox to access files chosen by the user. See Apple's documentation for a + * description of how this system works. + * + * @platform mas + */ + startAccessingSecurityScopedResource(bookmarkData: string): Function; + /** + * Updates the current activity if its type matches `type`, merging the entries + * from `userInfo` into its current `userInfo` dictionary. + * + * @platform darwin + */ + updateCurrentActivity(type: string, userInfo: any): void; + /** + * fulfilled when Electron is initialized. May be used as a convenient alternative + * to checking `app.isReady()` and subscribing to the `ready` event if the app is + * not ready yet. + */ + whenReady(): Promise; + /** + * A `Boolean` property that's `true` if Chrome's accessibility support is enabled, + * `false` otherwise. This property will be `true` if the use of assistive + * technologies, such as screen readers, has been detected. Setting this property + * to `true` manually enables Chrome's accessibility support, allowing developers + * to expose accessibility switch to users in application settings. + * + * See Chromium's accessibility docs for more details. Disabled by default. + * + * This API must be called after the `ready` event is emitted. + * + * **Note:** Rendering accessibility tree can significantly affect the performance + * of your app. It should not be enabled by default. + * + * @platform darwin,win32 + */ + accessibilitySupportEnabled: boolean; + /** + * A `Boolean` which when `true` disables the overrides that Electron has in place + * to ensure renderer processes are restarted on every navigation. The current + * default value for this property is `true`. + * + * The intention is for these overrides to become disabled by default and then at + * some point in the future this property will be removed. This property impacts + * which native modules you can use in the renderer process. For more information + * on the direction Electron is going with renderer process restarts and usage of + * native modules in the renderer process please check out this Tracking Issue. + */ + allowRendererProcessReuse: boolean; + /** + * A `Menu | null` property that returns `Menu` if one has been set and `null` + * otherwise. Users can pass a Menu to set this property. + */ + applicationMenu: (Menu) | (null); + /** + * An `Integer` property that returns the badge count for current app. Setting the + * count to `0` will hide the badge. + * + * On macOS, setting this with any nonzero integer shows on the dock icon. On + * Linux, this property only works for Unity launcher. + * + * **Note:** Unity launcher requires the existence of a `.desktop` file to work, + * for more information please read Desktop Environment Integration. + * + * **Note:** On macOS, you need to ensure that your application has the permission + * to display notifications for this property to take effect. + * + * @platform linux,darwin + */ + badgeCount: number; + /** + * A `CommandLine` object that allows you to read and manipulate the command line + * arguments that Chromium uses. + * + */ + readonly commandLine: CommandLine; + /** + * A `Dock` `| undefined` object that allows you to perform actions on your app + * icon in the user's dock on macOS. + * + * @platform darwin + */ + readonly dock: Dock; + /** + * A `Boolean` property that returns `true` if the app is packaged, `false` + * otherwise. For many apps, this property can be used to distinguish development + * and production environments. + * + */ + readonly isPackaged: boolean; + /** + * A `String` property that indicates the current application's name, which is the + * name in the application's `package.json` file. + * + * Usually the `name` field of `package.json` is a short lowercase name, according + * to the npm modules spec. You should usually also specify a `productName` field, + * which is your application's full capitalized name, and which will be preferred + * over `name` by Electron. + */ + name: string; + /** + * A `Boolean` which when `true` indicates that the app is currently running under + * the Rosetta Translator Environment. + * + * You can use this property to prompt users to download the arm64 version of your + * application when they are running the x64 version under Rosetta incorrectly. + * + * @platform darwin + */ + readonly runningUnderRosettaTranslation: boolean; + /** + * A `String` which is the user agent string Electron will use as a global + * fallback. + * + * This is the user agent that will be used when no user agent is set at the + * `webContents` or `session` level. It is useful for ensuring that your entire + * app has the same user agent. Set to a custom value as early as possible in your + * app's initialization to ensure that your overridden value is used. + */ + userAgentFallback: string; + } + + interface AutoUpdater extends NodeJS.EventEmitter { + + // Docs: https://electronjs.org/docs/api/auto-updater + + /** + * This event is emitted after a user calls `quitAndInstall()`. + * + * When this API is called, the `before-quit` event is not emitted before all + * windows are closed. As a result you should listen to this event if you wish to + * perform actions before the windows are closed while a process is quitting, as + * well as listening to `before-quit`. + */ + on(event: 'before-quit-for-update', listener: Function): this; + once(event: 'before-quit-for-update', listener: Function): this; + addListener(event: 'before-quit-for-update', listener: Function): this; + removeListener(event: 'before-quit-for-update', listener: Function): this; + /** + * Emitted when checking if an update has started. + */ + on(event: 'checking-for-update', listener: Function): this; + once(event: 'checking-for-update', listener: Function): this; + addListener(event: 'checking-for-update', listener: Function): this; + removeListener(event: 'checking-for-update', listener: Function): this; + /** + * Emitted when there is an error while updating. + */ + on(event: 'error', listener: (error: Error) => void): this; + once(event: 'error', listener: (error: Error) => void): this; + addListener(event: 'error', listener: (error: Error) => void): this; + removeListener(event: 'error', listener: (error: Error) => void): this; + /** + * Emitted when there is an available update. The update is downloaded + * automatically. + */ + on(event: 'update-available', listener: Function): this; + once(event: 'update-available', listener: Function): this; + addListener(event: 'update-available', listener: Function): this; + removeListener(event: 'update-available', listener: Function): this; + /** + * Emitted when an update has been downloaded. + * + * On Windows only `releaseName` is available. + * + * **Note:** It is not strictly necessary to handle this event. A successfully + * downloaded update will still be applied the next time the application starts. + */ + on(event: 'update-downloaded', listener: (event: Event, + releaseNotes: string, + releaseName: string, + releaseDate: Date, + updateURL: string) => void): this; + once(event: 'update-downloaded', listener: (event: Event, + releaseNotes: string, + releaseName: string, + releaseDate: Date, + updateURL: string) => void): this; + addListener(event: 'update-downloaded', listener: (event: Event, + releaseNotes: string, + releaseName: string, + releaseDate: Date, + updateURL: string) => void): this; + removeListener(event: 'update-downloaded', listener: (event: Event, + releaseNotes: string, + releaseName: string, + releaseDate: Date, + updateURL: string) => void): this; + /** + * Emitted when there is no available update. + */ + on(event: 'update-not-available', listener: Function): this; + once(event: 'update-not-available', listener: Function): this; + addListener(event: 'update-not-available', listener: Function): this; + removeListener(event: 'update-not-available', listener: Function): this; + /** + * Asks the server whether there is an update. You must call `setFeedURL` before + * using this API. + */ + checkForUpdates(): void; + /** + * The current update feed URL. + */ + getFeedURL(): string; + /** + * Restarts the app and installs the update after it has been downloaded. It should + * only be called after `update-downloaded` has been emitted. + * + * Under the hood calling `autoUpdater.quitAndInstall()` will close all application + * windows first, and automatically call `app.quit()` after all windows have been + * closed. + * + * **Note:** It is not strictly necessary to call this function to apply an update, + * as a successfully downloaded update will always be applied the next time the + * application starts. + */ + quitAndInstall(): void; + /** + * Sets the `url` and initialize the auto updater. + */ + setFeedURL(options: FeedURLOptions): void; + } + + interface BluetoothDevice { + + // Docs: https://electronjs.org/docs/api/structures/bluetooth-device + + deviceId: string; + deviceName: string; + } + + class BrowserView { + + // Docs: https://electronjs.org/docs/api/browser-view + + /** + * BrowserView + */ + constructor(options?: BrowserViewConstructorOptions); + /** + * The `bounds` of this BrowserView instance as `Object`. + * + * @experimental + */ + getBounds(): Rectangle; + setAutoResize(options: AutoResizeOptions): void; + setBackgroundColor(color: string): void; + /** + * Resizes and moves the view to the supplied bounds relative to the window. + * + * @experimental + */ + setBounds(bounds: Rectangle): void; + webContents: WebContents; + } + + class BrowserWindow extends NodeEventEmitter { + + // Docs: https://electronjs.org/docs/api/browser-window + + /** + * Emitted when the window is set or unset to show always on top of other windows. + */ + on(event: 'always-on-top-changed', listener: (event: Event, + isAlwaysOnTop: boolean) => void): this; + once(event: 'always-on-top-changed', listener: (event: Event, + isAlwaysOnTop: boolean) => void): this; + addListener(event: 'always-on-top-changed', listener: (event: Event, + isAlwaysOnTop: boolean) => void): this; + removeListener(event: 'always-on-top-changed', listener: (event: Event, + isAlwaysOnTop: boolean) => void): this; + /** + * Emitted when an App Command is invoked. These are typically related to keyboard + * media keys or browser commands, as well as the "Back" button built into some + * mice on Windows. + * + * Commands are lowercased, underscores are replaced with hyphens, and the + * `APPCOMMAND_` prefix is stripped off. e.g. `APPCOMMAND_BROWSER_BACKWARD` is + * emitted as `browser-backward`. + * + * The following app commands are explicitly supported on Linux: + * +* `browser-backward` +* `browser-forward` + * + * @platform win32,linux + */ + on(event: 'app-command', listener: (event: Event, + command: string) => void): this; + once(event: 'app-command', listener: (event: Event, + command: string) => void): this; + addListener(event: 'app-command', listener: (event: Event, + command: string) => void): this; + removeListener(event: 'app-command', listener: (event: Event, + command: string) => void): this; + /** + * Emitted when the window loses focus. + */ + on(event: 'blur', listener: Function): this; + once(event: 'blur', listener: Function): this; + addListener(event: 'blur', listener: Function): this; + removeListener(event: 'blur', listener: Function): this; + /** + * Emitted when the window is going to be closed. It's emitted before the + * `beforeunload` and `unload` event of the DOM. Calling `event.preventDefault()` + * will cancel the close. + * + * Usually you would want to use the `beforeunload` handler to decide whether the + * window should be closed, which will also be called when the window is reloaded. + * In Electron, returning any value other than `undefined` would cancel the close. + * For example: + * + * _**Note**: There is a subtle difference between the behaviors of + * `window.onbeforeunload = handler` and `window.addEventListener('beforeunload', + * handler)`. It is recommended to always set the `event.returnValue` explicitly, + * instead of only returning a value, as the former works more consistently within + * Electron._ + */ + on(event: 'close', listener: (event: Event) => void): this; + once(event: 'close', listener: (event: Event) => void): this; + addListener(event: 'close', listener: (event: Event) => void): this; + removeListener(event: 'close', listener: (event: Event) => void): this; + /** + * Emitted when the window is closed. After you have received this event you should + * remove the reference to the window and avoid using it any more. + */ + on(event: 'closed', listener: Function): this; + once(event: 'closed', listener: Function): this; + addListener(event: 'closed', listener: Function): this; + removeListener(event: 'closed', listener: Function): this; + /** + * Emitted when the window enters a full-screen state. + */ + on(event: 'enter-full-screen', listener: Function): this; + once(event: 'enter-full-screen', listener: Function): this; + addListener(event: 'enter-full-screen', listener: Function): this; + removeListener(event: 'enter-full-screen', listener: Function): this; + /** + * Emitted when the window enters a full-screen state triggered by HTML API. + */ + on(event: 'enter-html-full-screen', listener: Function): this; + once(event: 'enter-html-full-screen', listener: Function): this; + addListener(event: 'enter-html-full-screen', listener: Function): this; + removeListener(event: 'enter-html-full-screen', listener: Function): this; + /** + * Emitted when the window gains focus. + */ + on(event: 'focus', listener: Function): this; + once(event: 'focus', listener: Function): this; + addListener(event: 'focus', listener: Function): this; + removeListener(event: 'focus', listener: Function): this; + /** + * Emitted when the window is hidden. + */ + on(event: 'hide', listener: Function): this; + once(event: 'hide', listener: Function): this; + addListener(event: 'hide', listener: Function): this; + removeListener(event: 'hide', listener: Function): this; + /** + * Emitted when the window leaves a full-screen state. + */ + on(event: 'leave-full-screen', listener: Function): this; + once(event: 'leave-full-screen', listener: Function): this; + addListener(event: 'leave-full-screen', listener: Function): this; + removeListener(event: 'leave-full-screen', listener: Function): this; + /** + * Emitted when the window leaves a full-screen state triggered by HTML API. + */ + on(event: 'leave-html-full-screen', listener: Function): this; + once(event: 'leave-html-full-screen', listener: Function): this; + addListener(event: 'leave-html-full-screen', listener: Function): this; + removeListener(event: 'leave-html-full-screen', listener: Function): this; + /** + * Emitted when window is maximized. + */ + on(event: 'maximize', listener: Function): this; + once(event: 'maximize', listener: Function): this; + addListener(event: 'maximize', listener: Function): this; + removeListener(event: 'maximize', listener: Function): this; + /** + * Emitted when the window is minimized. + */ + on(event: 'minimize', listener: Function): this; + once(event: 'minimize', listener: Function): this; + addListener(event: 'minimize', listener: Function): this; + removeListener(event: 'minimize', listener: Function): this; + /** + * Emitted when the window is being moved to a new position. + */ + on(event: 'move', listener: Function): this; + once(event: 'move', listener: Function): this; + addListener(event: 'move', listener: Function): this; + removeListener(event: 'move', listener: Function): this; + /** + * Emitted once when the window is moved to a new position. + * +__Note__: On macOS this event is an alias of `move`. + * + * @platform darwin,win32 + */ + on(event: 'moved', listener: Function): this; + once(event: 'moved', listener: Function): this; + addListener(event: 'moved', listener: Function): this; + removeListener(event: 'moved', listener: Function): this; + /** + * Emitted when the native new tab button is clicked. + * + * @platform darwin + */ + on(event: 'new-window-for-tab', listener: Function): this; + once(event: 'new-window-for-tab', listener: Function): this; + addListener(event: 'new-window-for-tab', listener: Function): this; + removeListener(event: 'new-window-for-tab', listener: Function): this; + /** + * Emitted when the document changed its title, calling `event.preventDefault()` + * will prevent the native window's title from changing. `explicitSet` is false + * when title is synthesized from file URL. + */ + on(event: 'page-title-updated', listener: (event: Event, + title: string, + explicitSet: boolean) => void): this; + once(event: 'page-title-updated', listener: (event: Event, + title: string, + explicitSet: boolean) => void): this; + addListener(event: 'page-title-updated', listener: (event: Event, + title: string, + explicitSet: boolean) => void): this; + removeListener(event: 'page-title-updated', listener: (event: Event, + title: string, + explicitSet: boolean) => void): this; + /** + * Emitted when the web page has been rendered (while not being shown) and window + * can be displayed without a visual flash. + * + * Please note that using this event implies that the renderer will be considered + * "visible" and paint even though `show` is false. This event will never fire if + * you use `paintWhenInitiallyHidden: false` + */ + on(event: 'ready-to-show', listener: Function): this; + once(event: 'ready-to-show', listener: Function): this; + addListener(event: 'ready-to-show', listener: Function): this; + removeListener(event: 'ready-to-show', listener: Function): this; + /** + * Emitted after the window has been resized. + */ + on(event: 'resize', listener: Function): this; + once(event: 'resize', listener: Function): this; + addListener(event: 'resize', listener: Function): this; + removeListener(event: 'resize', listener: Function): this; + /** + * Emitted once when the window has finished being resized. + * + * This is usually emitted when the window has been resized manually. On macOS, + * resizing the window with `setBounds`/`setSize` and setting the `animate` + * parameter to `true` will also emit this event once resizing has finished. + * + * @platform darwin,win32 + */ + on(event: 'resized', listener: Function): this; + once(event: 'resized', listener: Function): this; + addListener(event: 'resized', listener: Function): this; + removeListener(event: 'resized', listener: Function): this; + /** + * Emitted when the unresponsive web page becomes responsive again. + */ + on(event: 'responsive', listener: Function): this; + once(event: 'responsive', listener: Function): this; + addListener(event: 'responsive', listener: Function): this; + removeListener(event: 'responsive', listener: Function): this; + /** + * Emitted when the window is restored from a minimized state. + */ + on(event: 'restore', listener: Function): this; + once(event: 'restore', listener: Function): this; + addListener(event: 'restore', listener: Function): this; + removeListener(event: 'restore', listener: Function): this; + /** + * Emitted on trackpad rotation gesture. Continually emitted until rotation gesture + * is ended. The `rotation` value on each emission is the angle in degrees rotated + * since the last emission. The last emitted event upon a rotation gesture will + * always be of value `0`. Counter-clockwise rotation values are positive, while + * clockwise ones are negative. + * + * @platform darwin + */ + on(event: 'rotate-gesture', listener: (event: Event, + rotation: number) => void): this; + once(event: 'rotate-gesture', listener: (event: Event, + rotation: number) => void): this; + addListener(event: 'rotate-gesture', listener: (event: Event, + rotation: number) => void): this; + removeListener(event: 'rotate-gesture', listener: (event: Event, + rotation: number) => void): this; + /** + * Emitted when scroll wheel event phase has begun. + * + * @platform darwin + */ + on(event: 'scroll-touch-begin', listener: Function): this; + once(event: 'scroll-touch-begin', listener: Function): this; + addListener(event: 'scroll-touch-begin', listener: Function): this; + removeListener(event: 'scroll-touch-begin', listener: Function): this; + /** + * Emitted when scroll wheel event phase filed upon reaching the edge of element. + * + * @platform darwin + */ + on(event: 'scroll-touch-edge', listener: Function): this; + once(event: 'scroll-touch-edge', listener: Function): this; + addListener(event: 'scroll-touch-edge', listener: Function): this; + removeListener(event: 'scroll-touch-edge', listener: Function): this; + /** + * Emitted when scroll wheel event phase has ended. + * + * @platform darwin + */ + on(event: 'scroll-touch-end', listener: Function): this; + once(event: 'scroll-touch-end', listener: Function): this; + addListener(event: 'scroll-touch-end', listener: Function): this; + removeListener(event: 'scroll-touch-end', listener: Function): this; + /** + * Emitted when window session is going to end due to force shutdown or machine + * restart or session log off. + * + * @platform win32 + */ + on(event: 'session-end', listener: Function): this; + once(event: 'session-end', listener: Function): this; + addListener(event: 'session-end', listener: Function): this; + removeListener(event: 'session-end', listener: Function): this; + /** + * Emitted when the window opens a sheet. + * + * @platform darwin + */ + on(event: 'sheet-begin', listener: Function): this; + once(event: 'sheet-begin', listener: Function): this; + addListener(event: 'sheet-begin', listener: Function): this; + removeListener(event: 'sheet-begin', listener: Function): this; + /** + * Emitted when the window has closed a sheet. + * + * @platform darwin + */ + on(event: 'sheet-end', listener: Function): this; + once(event: 'sheet-end', listener: Function): this; + addListener(event: 'sheet-end', listener: Function): this; + removeListener(event: 'sheet-end', listener: Function): this; + /** + * Emitted when the window is shown. + */ + on(event: 'show', listener: Function): this; + once(event: 'show', listener: Function): this; + addListener(event: 'show', listener: Function): this; + removeListener(event: 'show', listener: Function): this; + /** + * Emitted on 3-finger swipe. Possible directions are `up`, `right`, `down`, + * `left`. + * + * The method underlying this event is built to handle older macOS-style trackpad + * swiping, where the content on the screen doesn't move with the swipe. Most macOS + * trackpads are not configured to allow this kind of swiping anymore, so in order + * for it to emit properly the 'Swipe between pages' preference in `System + * Preferences > Trackpad > More Gestures` must be set to 'Swipe with two or three + * fingers'. + * + * @platform darwin + */ + on(event: 'swipe', listener: (event: Event, + direction: string) => void): this; + once(event: 'swipe', listener: (event: Event, + direction: string) => void): this; + addListener(event: 'swipe', listener: (event: Event, + direction: string) => void): this; + removeListener(event: 'swipe', listener: (event: Event, + direction: string) => void): this; + /** + * Emitted when the system context menu is triggered on the window, this is + * normally only triggered when the user right clicks on the non-client area of + * your window. This is the window titlebar or any area you have declared as + * `-webkit-app-region: drag` in a frameless window. + * +Calling `event.preventDefault()` will prevent the menu from being displayed. + * + * @platform win32 + */ + on(event: 'system-context-menu', listener: (event: Event, + /** + * The screen coordinates the context menu was triggered at + */ + point: Point) => void): this; + once(event: 'system-context-menu', listener: (event: Event, + /** + * The screen coordinates the context menu was triggered at + */ + point: Point) => void): this; + addListener(event: 'system-context-menu', listener: (event: Event, + /** + * The screen coordinates the context menu was triggered at + */ + point: Point) => void): this; + removeListener(event: 'system-context-menu', listener: (event: Event, + /** + * The screen coordinates the context menu was triggered at + */ + point: Point) => void): this; + /** + * Emitted when the window exits from a maximized state. + */ + on(event: 'unmaximize', listener: Function): this; + once(event: 'unmaximize', listener: Function): this; + addListener(event: 'unmaximize', listener: Function): this; + removeListener(event: 'unmaximize', listener: Function): this; + /** + * Emitted when the web page becomes unresponsive. + */ + on(event: 'unresponsive', listener: Function): this; + once(event: 'unresponsive', listener: Function): this; + addListener(event: 'unresponsive', listener: Function): this; + removeListener(event: 'unresponsive', listener: Function): this; + /** + * Emitted before the window is moved. On Windows, calling `event.preventDefault()` + * will prevent the window from being moved. + * + * Note that this is only emitted when the window is being resized manually. + * Resizing the window with `setBounds`/`setSize` will not emit this event. + * + * @platform darwin,win32 + */ + on(event: 'will-move', listener: (event: Event, + /** + * Location the window is being moved to. + */ + newBounds: Rectangle) => void): this; + once(event: 'will-move', listener: (event: Event, + /** + * Location the window is being moved to. + */ + newBounds: Rectangle) => void): this; + addListener(event: 'will-move', listener: (event: Event, + /** + * Location the window is being moved to. + */ + newBounds: Rectangle) => void): this; + removeListener(event: 'will-move', listener: (event: Event, + /** + * Location the window is being moved to. + */ + newBounds: Rectangle) => void): this; + /** + * Emitted before the window is resized. Calling `event.preventDefault()` will + * prevent the window from being resized. + * + * Note that this is only emitted when the window is being resized manually. + * Resizing the window with `setBounds`/`setSize` will not emit this event. + * + * @platform darwin,win32 + */ + on(event: 'will-resize', listener: (event: Event, + /** + * Size the window is being resized to. + */ + newBounds: Rectangle) => void): this; + once(event: 'will-resize', listener: (event: Event, + /** + * Size the window is being resized to. + */ + newBounds: Rectangle) => void): this; + addListener(event: 'will-resize', listener: (event: Event, + /** + * Size the window is being resized to. + */ + newBounds: Rectangle) => void): this; + removeListener(event: 'will-resize', listener: (event: Event, + /** + * Size the window is being resized to. + */ + newBounds: Rectangle) => void): this; + /** + * BrowserWindow + */ + constructor(options?: BrowserWindowConstructorOptions); + /** + * The window that owns the given `browserView`. If the given view is not attached + * to any window, returns `null`. + */ + static fromBrowserView(browserView: BrowserView): (BrowserWindow) | (null); + /** + * The window with the given `id`. + */ + static fromId(id: number): (BrowserWindow) | (null); + /** + * The window that owns the given `webContents` or `null` if the contents are not + * owned by a window. + */ + static fromWebContents(webContents: WebContents): (BrowserWindow) | (null); + /** + * An array of all opened browser windows. + */ + static getAllWindows(): BrowserWindow[]; + /** + * The window that is focused in this application, otherwise returns `null`. + */ + static getFocusedWindow(): (BrowserWindow) | (null); + /** + * Replacement API for setBrowserView supporting work with multi browser views. + * + * @experimental + */ + addBrowserView(browserView: BrowserView): void; + /** + * Adds a window as a tab on this window, after the tab for the window instance. + * + * @platform darwin + */ + addTabbedWindow(browserWindow: BrowserWindow): void; + /** + * Removes focus from the window. + */ + blur(): void; + blurWebView(): void; + /** + * Resolves with a NativeImage + * + * Captures a snapshot of the page within `rect`. Omitting `rect` will capture the + * whole visible page. If the page is not visible, `rect` may be empty. + */ + capturePage(rect?: Rectangle): Promise; + /** + * Moves window to the center of the screen. + */ + center(): void; + /** + * Try to close the window. This has the same effect as a user manually clicking + * the close button of the window. The web page may cancel the close though. See + * the close event. + */ + close(): void; + /** + * Closes the currently open Quick Look panel. + * + * @platform darwin + */ + closeFilePreview(): void; + /** + * Force closing the window, the `unload` and `beforeunload` event won't be emitted + * for the web page, and `close` event will also not be emitted for this window, + * but it guarantees the `closed` event will be emitted. + */ + destroy(): void; + /** + * Starts or stops flashing the window to attract user's attention. + */ + flashFrame(flag: boolean): void; + /** + * Focuses on the window. + */ + focus(): void; + focusOnWebView(): void; + /** + * Gets the background color of the window. See Setting `backgroundColor`. + */ + getBackgroundColor(): string; + /** + * The `bounds` of the window as `Object`. + */ + getBounds(): Rectangle; + /** + * The `BrowserView` attached to `win`. Returns `null` if one is not attached. + * Throws an error if multiple `BrowserView`s are attached. + * + * @experimental + */ + getBrowserView(): (BrowserView) | (null); + /** + * an array of all BrowserViews that have been attached with `addBrowserView` or + * `setBrowserView`. + * + * **Note:** The BrowserView API is currently experimental and may change or be + * removed in future Electron releases. + * + * @experimental + */ + getBrowserViews(): BrowserView[]; + /** + * All child windows. + */ + getChildWindows(): BrowserWindow[]; + /** + * The `bounds` of the window's client area as `Object`. + */ + getContentBounds(): Rectangle; + /** + * Contains the window's client area's width and height. + */ + getContentSize(): number[]; + /** + * Contains the window's maximum width and height. + */ + getMaximumSize(): number[]; + /** + * Window id in the format of DesktopCapturerSource's id. For example + * "window:1324:0". + * + * More precisely the format is `window:id:other_id` where `id` is `HWND` on + * Windows, `CGWindowID` (`uint64_t`) on macOS and `Window` (`unsigned long`) on + * Linux. `other_id` is used to identify web contents (tabs) so within the same top + * level window. + */ + getMediaSourceId(): string; + /** + * Contains the window's minimum width and height. + */ + getMinimumSize(): number[]; + /** + * The platform-specific handle of the window. + * + * The native type of the handle is `HWND` on Windows, `NSView*` on macOS, and + * `Window` (`unsigned long`) on Linux. + */ + getNativeWindowHandle(): Buffer; + /** + * Contains the window bounds of the normal state + * + * **Note:** whatever the current state of the window : maximized, minimized or in + * fullscreen, this function always returns the position and size of the window in + * normal state. In normal state, getBounds and getNormalBounds returns the same + * `Rectangle`. + */ + getNormalBounds(): Rectangle; + /** + * between 0.0 (fully transparent) and 1.0 (fully opaque). On Linux, always returns + * 1. + */ + getOpacity(): number; + /** + * The parent window. + */ + getParentWindow(): BrowserWindow; + /** + * Contains the window's current position. + */ + getPosition(): number[]; + /** + * The pathname of the file the window represents. + * + * @platform darwin + */ + getRepresentedFilename(): string; + /** + * Contains the window's width and height. + */ + getSize(): number[]; + /** + * The title of the native window. + * + * **Note:** The title of the web page can be different from the title of the + * native window. + */ + getTitle(): string; + /** + * The custom position for the traffic light buttons in frameless window. + * + * @platform darwin + */ + getTrafficLightPosition(): Point; + /** + * Whether the window has a shadow. + */ + hasShadow(): boolean; + /** + * Hides the window. + */ + hide(): void; + /** + * Hooks a windows message. The `callback` is called when the message is received + * in the WndProc. + * + * @platform win32 + */ + hookWindowMessage(message: number, callback: (wParam: any, lParam: any) => void): void; + /** + * Whether the window is always on top of other windows. + */ + isAlwaysOnTop(): boolean; + /** + * Whether the window can be manually closed by user. + * +On Linux always returns `true`. + * + * @platform darwin,win32 + */ + isClosable(): boolean; + /** + * Whether the window is destroyed. + */ + isDestroyed(): boolean; + /** + * Whether the window's document has been edited. + * + * @platform darwin + */ + isDocumentEdited(): boolean; + /** + * whether the window is enabled. + */ + isEnabled(): boolean; + /** + * Whether the window is focused. + */ + isFocused(): boolean; + /** + * Whether the window is in fullscreen mode. + */ + isFullScreen(): boolean; + /** + * Whether the maximize/zoom window button toggles fullscreen mode or maximizes the + * window. + */ + isFullScreenable(): boolean; + /** + * Whether the window is in kiosk mode. + */ + isKiosk(): boolean; + /** + * Whether the window can be manually maximized by user. + * +On Linux always returns `true`. + * + * @platform darwin,win32 + */ + isMaximizable(): boolean; + /** + * Whether the window is maximized. + */ + isMaximized(): boolean; + /** + * Whether menu bar automatically hides itself. + */ + isMenuBarAutoHide(): boolean; + /** + * Whether the menu bar is visible. + */ + isMenuBarVisible(): boolean; + /** + * Whether the window can be manually minimized by the user. + * +On Linux always returns `true`. + * + * @platform darwin,win32 + */ + isMinimizable(): boolean; + /** + * Whether the window is minimized. + */ + isMinimized(): boolean; + /** + * Whether current window is a modal window. + */ + isModal(): boolean; + /** + * Whether the window can be moved by user. + +On Linux always returns `true`. + * + * @platform darwin,win32 + */ + isMovable(): boolean; + /** + * Whether the window is in normal state (not maximized, not minimized, not in + * fullscreen mode). + */ + isNormal(): boolean; + /** + * Whether the window can be manually resized by the user. + */ + isResizable(): boolean; + /** + * Whether the window is in simple (pre-Lion) fullscreen mode. + * + * @platform darwin + */ + isSimpleFullScreen(): boolean; + /** + * Whether the window is in Windows 10 tablet mode. + * + * Since Windows 10 users can use their PC as tablet, under this mode apps can + * choose to optimize their UI for tablets, such as enlarging the titlebar and + * hiding titlebar buttons. + * + * This API returns whether the window is in tablet mode, and the `resize` event + * can be be used to listen to changes to tablet mode. + * + * @platform win32 + */ + isTabletMode(): boolean; + /** + * Whether the window is visible to the user. + */ + isVisible(): boolean; + /** + * Whether the window is visible on all workspaces. + * +**Note:** This API always returns false on Windows. + */ + isVisibleOnAllWorkspaces(): boolean; + /** + * `true` or `false` depending on whether the message is hooked. + * + * @platform win32 + */ + isWindowMessageHooked(message: number): boolean; + /** + * the promise will resolve when the page has finished loading (see + * `did-finish-load`), and rejects if the page fails to load (see `did-fail-load`). + * + * Same as `webContents.loadFile`, `filePath` should be a path to an HTML file + * relative to the root of your application. See the `webContents` docs for more + * information. + */ + loadFile(filePath: string, options?: LoadFileOptions): Promise; + /** + * the promise will resolve when the page has finished loading (see + * `did-finish-load`), and rejects if the page fails to load (see `did-fail-load`). + * + * Same as `webContents.loadURL(url[, options])`. + * + * The `url` can be a remote address (e.g. `http://`) or a path to a local HTML + * file using the `file://` protocol. + * + * To ensure that file URLs are properly formatted, it is recommended to use Node's + * `url.format` method: + * + * You can load a URL using a `POST` request with URL-encoded data by doing the + * following: + */ + loadURL(url: string, options?: LoadURLOptions): Promise; + /** + * Maximizes the window. This will also show (but not focus) the window if it isn't + * being displayed already. + */ + maximize(): void; + /** + * Merges all windows into one window with multiple tabs when native tabs are + * enabled and there is more than one open window. + * + * @platform darwin + */ + mergeAllWindows(): void; + /** + * Minimizes the window. On some platforms the minimized window will be shown in + * the Dock. + */ + minimize(): void; + /** + * Moves window above the source window in the sense of z-order. If the + * `mediaSourceId` is not of type window or if the window does not exist then this + * method throws an error. + */ + moveAbove(mediaSourceId: string): void; + /** + * Moves the current tab into a new window if native tabs are enabled and there is + * more than one tab in the current window. + * + * @platform darwin + */ + moveTabToNewWindow(): void; + /** + * Moves window to top(z-order) regardless of focus + */ + moveTop(): void; + /** + * Uses Quick Look to preview a file at a given path. + * + * @platform darwin + */ + previewFile(path: string, displayName?: string): void; + /** + * Same as `webContents.reload`. + */ + reload(): void; + removeBrowserView(browserView: BrowserView): void; + /** + * Remove the window's menu bar. + * + * @platform linux,win32 + */ + removeMenu(): void; + /** + * Restores the window from minimized state to its previous state. + */ + restore(): void; + /** + * Selects the next tab when native tabs are enabled and there are other tabs in + * the window. + * + * @platform darwin + */ + selectNextTab(): void; + /** + * Selects the previous tab when native tabs are enabled and there are other tabs + * in the window. + * + * @platform darwin + */ + selectPreviousTab(): void; + /** + * Sets whether the window should show always on top of other windows. After + * setting this, the window is still a normal window, not a toolbox window which + * can not be focused on. + */ + setAlwaysOnTop(flag: boolean, level?: 'normal' | 'floating' | 'torn-off-menu' | 'modal-panel' | 'main-menu' | 'status' | 'pop-up-menu' | 'screen-saver', relativeLevel?: number): void; + /** + * Sets the properties for the window's taskbar button. + * + * **Note:** `relaunchCommand` and `relaunchDisplayName` must always be set + * together. If one of those properties is not set, then neither will be used. + * + * @platform win32 + */ + setAppDetails(options: AppDetailsOptions): void; + /** + * This will make a window maintain an aspect ratio. The extra size allows a + * developer to have space, specified in pixels, not included within the aspect + * ratio calculations. This API already takes into account the difference between a + * window's size and its content size. + * + * Consider a normal window with an HD video player and associated controls. + * Perhaps there are 15 pixels of controls on the left edge, 25 pixels of controls + * on the right edge and 50 pixels of controls below the player. In order to + * maintain a 16:9 aspect ratio (standard aspect ratio for HD @1920x1080) within + * the player itself we would call this function with arguments of 16/9 and { + * width: 40, height: 50 }. The second argument doesn't care where the extra width + * and height are within the content view--only that they exist. Sum any extra + * width and height areas you have within the overall content view. + * + * The aspect ratio is not respected when window is resized programmingly with APIs + * like `win.setSize`. + */ + setAspectRatio(aspectRatio: number, extraSize?: Size): void; + /** + * Controls whether to hide cursor when typing. + * + * @platform darwin + */ + setAutoHideCursor(autoHide: boolean): void; + /** + * Sets whether the window menu bar should hide itself automatically. Once set the + * menu bar will only show when users press the single `Alt` key. + * + * If the menu bar is already visible, calling `setAutoHideMenuBar(true)` won't + * hide it immediately. + */ + setAutoHideMenuBar(hide: boolean): void; + /** + * Sets the background color of the window. See Setting `backgroundColor`. + */ + setBackgroundColor(backgroundColor: string): void; + /** + * Resizes and moves the window to the supplied bounds. Any properties that are not + * supplied will default to their current values. + */ + setBounds(bounds: Partial, animate?: boolean): void; + setBrowserView(browserView: (BrowserView) | (null)): void; + /** + * Sets whether the window can be manually closed by user. On Linux does nothing. + * + * @platform darwin,win32 + */ + setClosable(closable: boolean): void; + /** + * Resizes and moves the window's client area (e.g. the web page) to the supplied + * bounds. + */ + setContentBounds(bounds: Rectangle, animate?: boolean): void; + /** + * Prevents the window contents from being captured by other apps. + * + * On macOS it sets the NSWindow's sharingType to NSWindowSharingNone. On Windows + * it calls SetWindowDisplayAffinity with `WDA_EXCLUDEFROMCAPTURE`. For Windows 10 + * version 2004 and up the window will be removed from capture entirely, older + * Windows versions behave as if `WDA_MONITOR` is applied capturing a black window. + * + * @platform darwin,win32 + */ + setContentProtection(enable: boolean): void; + /** + * Resizes the window's client area (e.g. the web page) to `width` and `height`. + */ + setContentSize(width: number, height: number, animate?: boolean): void; + /** + * Specifies whether the window’s document has been edited, and the icon in title + * bar will become gray when set to `true`. + * + * @platform darwin + */ + setDocumentEdited(edited: boolean): void; + /** + * Disable or enable the window. + */ + setEnabled(enable: boolean): void; + /** + * Changes whether the window can be focused. + * +On macOS it does not remove the focus from the window. + * + * @platform darwin,win32 + */ + setFocusable(focusable: boolean): void; + /** + * Sets whether the window should be in fullscreen mode. + */ + setFullScreen(flag: boolean): void; + /** + * Sets whether the maximize/zoom window button toggles fullscreen mode or + * maximizes the window. + */ + setFullScreenable(fullscreenable: boolean): void; + /** + * Sets whether the window should have a shadow. + */ + setHasShadow(hasShadow: boolean): void; + /** + * Changes window icon. + * + * @platform win32,linux + */ + setIcon(icon: (NativeImage) | (string)): void; + /** + * Makes the window ignore all mouse events. + * + * All mouse events happened in this window will be passed to the window below this + * window, but if this window has focus, it will still receive keyboard events. + */ + setIgnoreMouseEvents(ignore: boolean, options?: IgnoreMouseEventsOptions): void; + /** + * Enters or leaves kiosk mode. + */ + setKiosk(flag: boolean): void; + /** + * Sets whether the window can be manually maximized by user. On Linux does + * nothing. + * + * @platform darwin,win32 + */ + setMaximizable(maximizable: boolean): void; + /** + * Sets the maximum size of window to `width` and `height`. + */ + setMaximumSize(width: number, height: number): void; + /** + * Sets the `menu` as the window's menu bar. + * + * @platform linux,win32 + */ + setMenu(menu: (Menu) | (null)): void; + /** + * Sets whether the menu bar should be visible. If the menu bar is auto-hide, users + * can still bring up the menu bar by pressing the single `Alt` key. + * + * @platform win32,linux + */ + setMenuBarVisibility(visible: boolean): void; + /** + * Sets whether the window can be manually minimized by user. On Linux does + * nothing. + * + * @platform darwin,win32 + */ + setMinimizable(minimizable: boolean): void; + /** + * Sets the minimum size of window to `width` and `height`. + */ + setMinimumSize(width: number, height: number): void; + /** + * Sets whether the window can be moved by user. On Linux does nothing. + * + * @platform darwin,win32 + */ + setMovable(movable: boolean): void; + /** + * Sets the opacity of the window. On Linux, does nothing. Out of bound number + * values are clamped to the [0, 1] range. + * + * @platform win32,darwin + */ + setOpacity(opacity: number): void; + /** + * Sets a 16 x 16 pixel overlay onto the current taskbar icon, usually used to + * convey some sort of application status or to passively notify the user. + * + * @platform win32 + */ + setOverlayIcon(overlay: (NativeImage) | (null), description: string): void; + /** + * Sets `parent` as current window's parent window, passing `null` will turn + * current window into a top-level window. + */ + setParentWindow(parent: (BrowserWindow) | (null)): void; + /** + * Moves window to `x` and `y`. + */ + setPosition(x: number, y: number, animate?: boolean): void; + /** + * Sets progress value in progress bar. Valid range is [0, 1.0]. + * + * Remove progress bar when progress < 0; Change to indeterminate mode when + * progress > 1. + * + * On Linux platform, only supports Unity desktop environment, you need to specify + * the `*.desktop` file name to `desktopName` field in `package.json`. By default, + * it will assume `{app.name}.desktop`. + * + * On Windows, a mode can be passed. Accepted values are `none`, `normal`, + * `indeterminate`, `error`, and `paused`. If you call `setProgressBar` without a + * mode set (but with a value within the valid range), `normal` will be assumed. + */ + setProgressBar(progress: number, options?: ProgressBarOptions): void; + /** + * Sets the pathname of the file the window represents, and the icon of the file + * will show in window's title bar. + * + * @platform darwin + */ + setRepresentedFilename(filename: string): void; + /** + * Sets whether the window can be manually resized by the user. + */ + setResizable(resizable: boolean): void; + /** + * Setting a window shape determines the area within the window where the system + * permits drawing and user interaction. Outside of the given region, no pixels + * will be drawn and no mouse events will be registered. Mouse events outside of + * the region will not be received by that window, but will fall through to + * whatever is behind the window. + * + * @experimental + * @platform win32,linux + */ + setShape(rects: Rectangle[]): void; + /** + * Changes the attachment point for sheets on macOS. By default, sheets are + * attached just below the window frame, but you may want to display them beneath a + * HTML-rendered toolbar. For example: + * + * @platform darwin + */ + setSheetOffset(offsetY: number, offsetX?: number): void; + /** + * Enters or leaves simple fullscreen mode. + * + * Simple fullscreen mode emulates the native fullscreen behavior found in versions + * of macOS prior to Lion (10.7). + * + * @platform darwin + */ + setSimpleFullScreen(flag: boolean): void; + /** + * Resizes the window to `width` and `height`. If `width` or `height` are below any + * set minimum size constraints the window will snap to its minimum size. + */ + setSize(width: number, height: number, animate?: boolean): void; + /** + * Makes the window not show in the taskbar. + */ + setSkipTaskbar(skip: boolean): void; + /** + * Whether the buttons were added successfully + * + * Add a thumbnail toolbar with a specified set of buttons to the thumbnail image + * of a window in a taskbar button layout. Returns a `Boolean` object indicates + * whether the thumbnail has been added successfully. + * + * The number of buttons in thumbnail toolbar should be no greater than 7 due to + * the limited room. Once you setup the thumbnail toolbar, the toolbar cannot be + * removed due to the platform's limitation. But you can call the API with an empty + * array to clean the buttons. + * + * The `buttons` is an array of `Button` objects: + * + * * `Button` Object + * * `icon` NativeImage - The icon showing in thumbnail toolbar. + * * `click` Function + * * `tooltip` String (optional) - The text of the button's tooltip. + * * `flags` String[] (optional) - Control specific states and behaviors of the + * button. By default, it is `['enabled']`. + * + * The `flags` is an array that can include following `String`s: + * + * * `enabled` - The button is active and available to the user. + * * `disabled` - The button is disabled. It is present, but has a visual state + * indicating it will not respond to user action. + * * `dismissonclick` - When the button is clicked, the thumbnail window closes + * immediately. + * * `nobackground` - Do not draw a button border, use only the image. + * * `hidden` - The button is not shown to the user. + * * `noninteractive` - The button is enabled but not interactive; no pressed + * button state is drawn. This value is intended for instances where the button is + * used in a notification. + * + * @platform win32 + */ + setThumbarButtons(buttons: ThumbarButton[]): boolean; + /** + * Sets the region of the window to show as the thumbnail image displayed when + * hovering over the window in the taskbar. You can reset the thumbnail to be the + * entire window by specifying an empty region: `{ x: 0, y: 0, width: 0, height: 0 + * }`. + * + * @platform win32 + */ + setThumbnailClip(region: Rectangle): void; + /** + * Sets the toolTip that is displayed when hovering over the window thumbnail in + * the taskbar. + * + * @platform win32 + */ + setThumbnailToolTip(toolTip: string): void; + /** + * Changes the title of native window to `title`. + */ + setTitle(title: string): void; + /** + * Raises `browserView` above other `BrowserView`s attached to `win`. Throws an + * error if `browserView` is not attached to `win`. + * + * @experimental + */ + setTopBrowserView(browserView: BrowserView): void; + /** + * Sets the touchBar layout for the current window. Specifying `null` or + * `undefined` clears the touch bar. This method only has an effect if the machine + * has a touch bar and is running on macOS 10.12.1+. + * + * **Note:** The TouchBar API is currently experimental and may change or be + * removed in future Electron releases. + * + * @platform darwin + */ + setTouchBar(touchBar: (TouchBar) | (null)): void; + /** + * Set a custom position for the traffic light buttons in frameless window. + * + * @platform darwin + */ + setTrafficLightPosition(position: Point): void; + /** + * Adds a vibrancy effect to the browser window. Passing `null` or an empty string + * will remove the vibrancy effect on the window. + * + * Note that `appearance-based`, `light`, `dark`, `medium-light`, and `ultra-dark` + * have been deprecated and will be removed in an upcoming version of macOS. + * + * @platform darwin + */ + setVibrancy(type: (('appearance-based' | 'light' | 'dark' | 'titlebar' | 'selection' | 'menu' | 'popover' | 'sidebar' | 'medium-light' | 'ultra-dark' | 'header' | 'sheet' | 'window' | 'hud' | 'fullscreen-ui' | 'tooltip' | 'content' | 'under-window' | 'under-page')) | (null)): void; + /** + * Sets whether the window should be visible on all workspaces. + * +**Note:** This API does nothing on Windows. + */ + setVisibleOnAllWorkspaces(visible: boolean, options?: VisibleOnAllWorkspacesOptions): void; + /** + * Sets whether the window traffic light buttons should be visible. + * + * @platform darwin + */ + setWindowButtonVisibility(visible: boolean): void; + /** + * Shows and gives focus to the window. + */ + show(): void; + /** + * Same as `webContents.showDefinitionForSelection()`. + * + * @platform darwin + */ + showDefinitionForSelection(): void; + /** + * Shows the window but doesn't focus on it. + */ + showInactive(): void; + /** + * Toggles the visibility of the tab bar if native tabs are enabled and there is + * only one tab in the current window. + * + * @platform darwin + */ + toggleTabBar(): void; + /** + * Unhooks all of the window messages. + * + * @platform win32 + */ + unhookAllWindowMessages(): void; + /** + * Unhook the window message. + * + * @platform win32 + */ + unhookWindowMessage(message: number): void; + /** + * Unmaximizes the window. + */ + unmaximize(): void; + accessibleTitle: string; + autoHideMenuBar: boolean; + closable: boolean; + documentEdited: boolean; + excludedFromShownWindowsMenu: boolean; + fullScreen: boolean; + fullScreenable: boolean; + readonly id: number; + kiosk: boolean; + maximizable: boolean; + menuBarVisible: boolean; + minimizable: boolean; + movable: boolean; + representedFilename: string; + resizable: boolean; + shadow: boolean; + simpleFullScreen: boolean; + title: string; + visibleOnAllWorkspaces: boolean; + readonly webContents: WebContents; + } + + class BrowserWindowProxy { + + // Docs: https://electronjs.org/docs/api/browser-window-proxy + + /** + * Removes focus from the child window. + */ + blur(): void; + /** + * Forcefully closes the child window without calling its unload event. + */ + close(): void; + /** + * Evaluates the code in the child window. + */ + eval(code: string): void; + /** + * Focuses the child window (brings the window to front). + */ + focus(): void; + /** + * Sends a message to the child window with the specified origin or `*` for no + * origin preference. + * + * In addition to these methods, the child window implements `window.opener` object + * with no properties and a single method. + */ + postMessage(message: any, targetOrigin: string): void; + /** + * Invokes the print dialog on the child window. + */ + print(): void; + closed: boolean; + } + + interface Certificate { + + // Docs: https://electronjs.org/docs/api/structures/certificate + + /** + * PEM encoded data + */ + data: string; + /** + * Fingerprint of the certificate + */ + fingerprint: string; + /** + * Issuer principal + */ + issuer: CertificatePrincipal; + /** + * Issuer certificate (if not self-signed) + */ + issuerCert: Certificate; + /** + * Issuer's Common Name + */ + issuerName: string; + /** + * Hex value represented string + */ + serialNumber: string; + /** + * Subject principal + */ + subject: CertificatePrincipal; + /** + * Subject's Common Name + */ + subjectName: string; + /** + * End date of the certificate being valid in seconds + */ + validExpiry: number; + /** + * Start date of the certificate being valid in seconds + */ + validStart: number; + } + + interface CertificatePrincipal { + + // Docs: https://electronjs.org/docs/api/structures/certificate-principal + + /** + * Common Name. + */ + commonName: string; + /** + * Country or region. + */ + country: string; + /** + * Locality. + */ + locality: string; + /** + * Organization names. + */ + organizations: string[]; + /** + * Organization Unit names. + */ + organizationUnits: string[]; + /** + * State or province. + */ + state: string; + } + + class ClientRequest extends NodeEventEmitter { + + // Docs: https://electronjs.org/docs/api/client-request + + /** + * Emitted when the `request` is aborted. The `abort` event will not be fired if + * the `request` is already closed. + */ + on(event: 'abort', listener: Function): this; + once(event: 'abort', listener: Function): this; + addListener(event: 'abort', listener: Function): this; + removeListener(event: 'abort', listener: Function): this; + /** + * Emitted as the last event in the HTTP request-response transaction. The `close` + * event indicates that no more events will be emitted on either the `request` or + * `response` objects. + */ + on(event: 'close', listener: Function): this; + once(event: 'close', listener: Function): this; + addListener(event: 'close', listener: Function): this; + removeListener(event: 'close', listener: Function): this; + /** + * Emitted when the `net` module fails to issue a network request. Typically when + * the `request` object emits an `error` event, a `close` event will subsequently + * follow and no response object will be provided. + */ + on(event: 'error', listener: ( + /** + * an error object providing some information about the failure. + */ + error: Error) => void): this; + once(event: 'error', listener: ( + /** + * an error object providing some information about the failure. + */ + error: Error) => void): this; + addListener(event: 'error', listener: ( + /** + * an error object providing some information about the failure. + */ + error: Error) => void): this; + removeListener(event: 'error', listener: ( + /** + * an error object providing some information about the failure. + */ + error: Error) => void): this; + /** + * Emitted just after the last chunk of the `request`'s data has been written into + * the `request` object. + */ + on(event: 'finish', listener: Function): this; + once(event: 'finish', listener: Function): this; + addListener(event: 'finish', listener: Function): this; + removeListener(event: 'finish', listener: Function): this; + /** + * Emitted when an authenticating proxy is asking for user credentials. + * + * The `callback` function is expected to be called back with user credentials: + * + * * `username` String + * * `password` String + * + * Providing empty credentials will cancel the request and report an authentication + * error on the response object: + */ + on(event: 'login', listener: (authInfo: AuthInfo, + callback: (username?: string, password?: string) => void) => void): this; + once(event: 'login', listener: (authInfo: AuthInfo, + callback: (username?: string, password?: string) => void) => void): this; + addListener(event: 'login', listener: (authInfo: AuthInfo, + callback: (username?: string, password?: string) => void) => void): this; + removeListener(event: 'login', listener: (authInfo: AuthInfo, + callback: (username?: string, password?: string) => void) => void): this; + /** + * Emitted when the server returns a redirect response (e.g. 301 Moved + * Permanently). Calling `request.followRedirect` will continue with the + * redirection. If this event is handled, `request.followRedirect` must be called + * **synchronously**, otherwise the request will be cancelled. + */ + on(event: 'redirect', listener: (statusCode: number, + method: string, + redirectUrl: string, + responseHeaders: Record) => void): this; + once(event: 'redirect', listener: (statusCode: number, + method: string, + redirectUrl: string, + responseHeaders: Record) => void): this; + addListener(event: 'redirect', listener: (statusCode: number, + method: string, + redirectUrl: string, + responseHeaders: Record) => void): this; + removeListener(event: 'redirect', listener: (statusCode: number, + method: string, + redirectUrl: string, + responseHeaders: Record) => void): this; + on(event: 'response', listener: ( + /** + * An object representing the HTTP response message. + */ + response: IncomingMessage) => void): this; + once(event: 'response', listener: ( + /** + * An object representing the HTTP response message. + */ + response: IncomingMessage) => void): this; + addListener(event: 'response', listener: ( + /** + * An object representing the HTTP response message. + */ + response: IncomingMessage) => void): this; + removeListener(event: 'response', listener: ( + /** + * An object representing the HTTP response message. + */ + response: IncomingMessage) => void): this; + /** + * ClientRequest + */ + constructor(options: (ClientRequestConstructorOptions) | (string)); + /** + * Cancels an ongoing HTTP transaction. If the request has already emitted the + * `close` event, the abort operation will have no effect. Otherwise an ongoing + * event will emit `abort` and `close` events. Additionally, if there is an ongoing + * response object,it will emit the `aborted` event. + */ + abort(): void; + /** + * Sends the last chunk of the request data. Subsequent write or end operations + * will not be allowed. The `finish` event is emitted just after the end operation. + */ + end(chunk?: (string) | (Buffer), encoding?: string, callback?: () => void): void; + /** + * Continues any pending redirection. Can only be called during a `'redirect'` + * event. + */ + followRedirect(): void; + /** + * The value of a previously set extra header name. + */ + getHeader(name: string): string; + /** + * * `active` Boolean - Whether the request is currently active. If this is false + * no other properties will be set + * * `started` Boolean - Whether the upload has started. If this is false both + * `current` and `total` will be set to 0. + * * `current` Integer - The number of bytes that have been uploaded so far + * * `total` Integer - The number of bytes that will be uploaded this request + * + * You can use this method in conjunction with `POST` requests to get the progress + * of a file upload or other data transfer. + */ + getUploadProgress(): UploadProgress; + /** + * Removes a previously set extra header name. This method can be called only + * before first write. Trying to call it after the first write will throw an error. + */ + removeHeader(name: string): void; + /** + * Adds an extra HTTP header. The header name will be issued as-is without + * lowercasing. It can be called only before first write. Calling this method after + * the first write will throw an error. If the passed value is not a `String`, its + * `toString()` method will be called to obtain the final value. + * + * Certain headers are restricted from being set by apps. These headers are listed + * below. More information on restricted headers can be found in Chromium's header + * utils. + * + * * `Content-Length` + * * `Host` + * * `Trailer` or `Te` + * * `Upgrade` + * * `Cookie2` + * * `Keep-Alive` + * * `Transfer-Encoding` + * + * Additionally, setting the `Connection` header to the value `upgrade` is also + * disallowed. + */ + setHeader(name: string, value: string): void; + /** + * `callback` is essentially a dummy function introduced in the purpose of keeping + * similarity with the Node.js API. It is called asynchronously in the next tick + * after `chunk` content have been delivered to the Chromium networking layer. + * Contrary to the Node.js implementation, it is not guaranteed that `chunk` + * content have been flushed on the wire before `callback` is called. + * + * Adds a chunk of data to the request body. The first write operation may cause + * the request headers to be issued on the wire. After the first write operation, + * it is not allowed to add or remove a custom header. + */ + write(chunk: (string) | (Buffer), encoding?: string, callback?: () => void): void; + chunkedEncoding: boolean; + } + + interface Clipboard { + + // Docs: https://electronjs.org/docs/api/clipboard + + /** + * An array of supported formats for the clipboard `type`. + */ + availableFormats(type?: 'selection' | 'clipboard'): string[]; + /** + * Clears the clipboard content. + */ + clear(type?: 'selection' | 'clipboard'): void; + /** + * Whether the clipboard supports the specified `format`. + * + * @experimental + */ + has(format: string, type?: 'selection' | 'clipboard'): boolean; + /** + * Reads `format` type from the clipboard. + * + * @experimental + */ + read(format: string): string; + /** + * * `title` String + * * `url` String + * + * Returns an Object containing `title` and `url` keys representing the bookmark in + * the clipboard. The `title` and `url` values will be empty strings when the + * bookmark is unavailable. + * + * @platform darwin,win32 + */ + readBookmark(): ReadBookmark; + /** + * Reads `format` type from the clipboard. + * + * @experimental + */ + readBuffer(format: string): Buffer; + /** + * The text on the find pasteboard, which is the pasteboard that holds information + * about the current state of the active application’s find panel. + * + * This method uses synchronous IPC when called from the renderer process. The + * cached value is reread from the find pasteboard whenever the application is + * activated. + * + * @platform darwin + */ + readFindText(): string; + /** + * The content in the clipboard as markup. + */ + readHTML(type?: 'selection' | 'clipboard'): string; + /** + * The image content in the clipboard. + */ + readImage(type?: 'selection' | 'clipboard'): NativeImage; + /** + * The content in the clipboard as RTF. + */ + readRTF(type?: 'selection' | 'clipboard'): string; + /** + * The content in the clipboard as plain text. + */ + readText(type?: 'selection' | 'clipboard'): string; + /** + * Writes `data` to the clipboard. + */ + write(data: Data, type?: 'selection' | 'clipboard'): void; + /** + * Writes the `title` and `url` into the clipboard as a bookmark. + * + * **Note:** Most apps on Windows don't support pasting bookmarks into them so you + * can use `clipboard.write` to write both a bookmark and fallback text to the + * clipboard. + * + * @platform darwin,win32 + */ + writeBookmark(title: string, url: string, type?: 'selection' | 'clipboard'): void; + /** + * Writes the `buffer` into the clipboard as `format`. + * + * @experimental + */ + writeBuffer(format: string, buffer: Buffer, type?: 'selection' | 'clipboard'): void; + /** + * Writes the `text` into the find pasteboard (the pasteboard that holds + * information about the current state of the active application’s find panel) as + * plain text. This method uses synchronous IPC when called from the renderer + * process. + * + * @platform darwin + */ + writeFindText(text: string): void; + /** + * Writes `markup` to the clipboard. + */ + writeHTML(markup: string, type?: 'selection' | 'clipboard'): void; + /** + * Writes `image` to the clipboard. + */ + writeImage(image: NativeImage, type?: 'selection' | 'clipboard'): void; + /** + * Writes the `text` into the clipboard in RTF. + */ + writeRTF(text: string, type?: 'selection' | 'clipboard'): void; + /** + * Writes the `text` into the clipboard as plain text. + */ + writeText(text: string, type?: 'selection' | 'clipboard'): void; + } + + class CommandLine { + + // Docs: https://electronjs.org/docs/api/command-line + + /** + * Append an argument to Chromium's command line. The argument will be quoted + * correctly. Switches will precede arguments regardless of appending order. + * + * If you're appending an argument like `--switch=value`, consider using + * `appendSwitch('switch', 'value')` instead. + * + * **Note:** This will not affect `process.argv`. The intended usage of this + * function is to control Chromium's behavior. + */ + appendArgument(value: string): void; + /** + * Append a switch (with optional `value`) to Chromium's command line. + * + * **Note:** This will not affect `process.argv`. The intended usage of this + * function is to control Chromium's behavior. + */ + appendSwitch(the_switch: string, value?: string): void; + /** + * The command-line switch value. + * + * **Note:** When the switch is not present or has no value, it returns empty + * string. + */ + getSwitchValue(the_switch: string): string; + /** + * Whether the command-line switch is present. + */ + hasSwitch(the_switch: string): boolean; + } + + interface ContentTracing { + + // Docs: https://electronjs.org/docs/api/content-tracing + + /** + * resolves with an array of category groups once all child processes have + * acknowledged the `getCategories` request + * + * Get a set of category groups. The category groups can change as new code paths + * are reached. See also the list of built-in tracing categories. + * + * > **NOTE:** Electron adds a non-default tracing category called `"electron"`. + * This category can be used to capture Electron-specific tracing events. + */ + getCategories(): Promise; + /** + * Resolves with an object containing the `value` and `percentage` of trace buffer + * maximum usage + * + * * `value` Number + * * `percentage` Number + * + * Get the maximum usage across processes of trace buffer as a percentage of the + * full state. + */ + getTraceBufferUsage(): Promise; + /** + * resolved once all child processes have acknowledged the `startRecording` + * request. + * + * Start recording on all processes. + * + * Recording begins immediately locally and asynchronously on child processes as + * soon as they receive the EnableRecording request. + * + * If a recording is already running, the promise will be immediately resolved, as + * only one trace operation can be in progress at a time. + */ + startRecording(options: (TraceConfig) | (TraceCategoriesAndOptions)): Promise; + /** + * resolves with a path to a file that contains the traced data once all child + * processes have acknowledged the `stopRecording` request + * + * Stop recording on all processes. + * + * Child processes typically cache trace data and only rarely flush and send trace + * data back to the main process. This helps to minimize the runtime overhead of + * tracing since sending trace data over IPC can be an expensive operation. So, to + * end tracing, Chromium asynchronously asks all child processes to flush any + * pending trace data. + * + * Trace data will be written into `resultFilePath`. If `resultFilePath` is empty + * or not provided, trace data will be written to a temporary file, and the path + * will be returned in the promise. + */ + stopRecording(resultFilePath?: string): Promise; + } + + interface ContextBridge { + + // Docs: https://electronjs.org/docs/api/context-bridge + + exposeInMainWorld(apiKey: string, api: any): void; + } + + interface Cookie { + + // Docs: https://electronjs.org/docs/api/structures/cookie + + /** + * The domain of the cookie; this will be normalized with a preceding dot so that + * it's also valid for subdomains. + */ + domain?: string; + /** + * The expiration date of the cookie as the number of seconds since the UNIX epoch. + * Not provided for session cookies. + */ + expirationDate?: number; + /** + * Whether the cookie is a host-only cookie; this will only be `true` if no domain + * was passed. + */ + hostOnly?: boolean; + /** + * Whether the cookie is marked as HTTP only. + */ + httpOnly?: boolean; + /** + * The name of the cookie. + */ + name: string; + /** + * The path of the cookie. + */ + path?: string; + /** + * The Same Site policy applied to this cookie. Can be `unspecified`, + * `no_restriction`, `lax` or `strict`. + */ + sameSite: ('unspecified' | 'no_restriction' | 'lax' | 'strict'); + /** + * Whether the cookie is marked as secure. + */ + secure?: boolean; + /** + * Whether the cookie is a session cookie or a persistent cookie with an expiration + * date. + */ + session?: boolean; + /** + * The value of the cookie. + */ + value: string; + } + + class Cookies extends NodeEventEmitter { + + // Docs: https://electronjs.org/docs/api/cookies + + /** + * Emitted when a cookie is changed because it was added, edited, removed, or + * expired. + */ + on(event: 'changed', listener: (event: Event, + /** + * The cookie that was changed. + */ + cookie: Cookie, + /** + * The cause of the change with one of the following values: + */ + cause: ('explicit' | 'overwrite' | 'expired' | 'evicted' | 'expired-overwrite'), + /** + * `true` if the cookie was removed, `false` otherwise. + */ + removed: boolean) => void): this; + once(event: 'changed', listener: (event: Event, + /** + * The cookie that was changed. + */ + cookie: Cookie, + /** + * The cause of the change with one of the following values: + */ + cause: ('explicit' | 'overwrite' | 'expired' | 'evicted' | 'expired-overwrite'), + /** + * `true` if the cookie was removed, `false` otherwise. + */ + removed: boolean) => void): this; + addListener(event: 'changed', listener: (event: Event, + /** + * The cookie that was changed. + */ + cookie: Cookie, + /** + * The cause of the change with one of the following values: + */ + cause: ('explicit' | 'overwrite' | 'expired' | 'evicted' | 'expired-overwrite'), + /** + * `true` if the cookie was removed, `false` otherwise. + */ + removed: boolean) => void): this; + removeListener(event: 'changed', listener: (event: Event, + /** + * The cookie that was changed. + */ + cookie: Cookie, + /** + * The cause of the change with one of the following values: + */ + cause: ('explicit' | 'overwrite' | 'expired' | 'evicted' | 'expired-overwrite'), + /** + * `true` if the cookie was removed, `false` otherwise. + */ + removed: boolean) => void): this; + /** + * A promise which resolves when the cookie store has been flushed + * +Writes any unwritten cookies data to disk. + */ + flushStore(): Promise; + /** + * A promise which resolves an array of cookie objects. + * + * Sends a request to get all cookies matching `filter`, and resolves a promise + * with the response. + */ + get(filter: CookiesGetFilter): Promise; + /** + * A promise which resolves when the cookie has been removed + * +Removes the cookies matching `url` and `name` + */ + remove(url: string, name: string): Promise; + /** + * A promise which resolves when the cookie has been set + * +Sets a cookie with `details`. + */ + set(details: CookiesSetDetails): Promise; + } + + interface CPUUsage { + + // Docs: https://electronjs.org/docs/api/structures/cpu-usage + + /** + * The number of average idle CPU wakeups per second since the last call to + * getCPUUsage. First call returns 0. Will always return 0 on Windows. + */ + idleWakeupsPerSecond: number; + /** + * Percentage of CPU used since the last call to getCPUUsage. First call returns 0. + */ + percentCPUUsage: number; + } + + interface CrashReport { + + // Docs: https://electronjs.org/docs/api/structures/crash-report + + date: Date; + id: string; + } + + interface CrashReporter { + + // Docs: https://electronjs.org/docs/api/crash-reporter + + /** + * Set an extra parameter to be sent with the crash report. The values specified + * here will be sent in addition to any values set via the `extra` option when + * `start` was called. + * + * Parameters added in this fashion (or via the `extra` parameter to + * `crashReporter.start`) are specific to the calling process. Adding extra + * parameters in the main process will not cause those parameters to be sent along + * with crashes from renderer or other child processes. Similarly, adding extra + * parameters in a renderer process will not result in those parameters being sent + * with crashes that occur in other renderer processes or in the main process. + * + * **Note:** Parameters have limits on the length of the keys and values. Key names + * must be no longer than 39 bytes, and values must be no longer than 20320 bytes. + * Keys with names longer than the maximum will be silently ignored. Key values + * longer than the maximum length will be truncated. + * + * **Note:** On linux values that are longer than 127 bytes will be chunked into + * multiple keys, each 127 bytes in length. E.g. `addExtraParameter('foo', + * 'a'.repeat(130))` will result in two chunked keys `foo__1` and `foo__2`, the + * first will contain the first 127 bytes and the second will contain the remaining + * 3 bytes. On your crash reporting backend you should stitch together keys in + * this format. + */ + addExtraParameter(key: string, value: string): void; + /** + * The date and ID of the last crash report. Only crash reports that have been + * uploaded will be returned; even if a crash report is present on disk it will not + * be returned until it is uploaded. In the case that there are no uploaded + * reports, `null` is returned. + * +**Note:** This method is only available in the main process. + */ + getLastCrashReport(): CrashReport; + /** + * The current 'extra' parameters of the crash reporter. + */ + getParameters(): Record; + /** + * Returns all uploaded crash reports. Each report contains the date and uploaded + * ID. + +**Note:** This method is only available in the main process. + */ + getUploadedReports(): CrashReport[]; + /** + * Whether reports should be submitted to the server. Set through the `start` + * method or `setUploadToServer`. + * +**Note:** This method is only available in the main process. + */ + getUploadToServer(): boolean; + /** + * Remove an extra parameter from the current set of parameters. Future crashes + * will not include this parameter. + */ + removeExtraParameter(key: string): void; + /** + * This would normally be controlled by user preferences. This has no effect if + * called before `start` is called. + * +**Note:** This method is only available in the main process. + */ + setUploadToServer(uploadToServer: boolean): void; + /** + * This method must be called before using any other `crashReporter` APIs. Once + * initialized this way, the crashpad handler collects crashes from all + * subsequently created processes. The crash reporter cannot be disabled once + * started. + * + * This method should be called as early as possible in app startup, preferably + * before `app.on('ready')`. If the crash reporter is not initialized at the time a + * renderer process is created, then that renderer process will not be monitored by + * the crash reporter. + * + * **Note:** You can test out the crash reporter by generating a crash using + * `process.crash()`. + * + * **Note:** If you need to send additional/updated `extra` parameters after your + * first call `start` you can call `addExtraParameter`. + * + * **Note:** Parameters passed in `extra`, `globalExtra` or set with + * `addExtraParameter` have limits on the length of the keys and values. Key names + * must be at most 39 bytes long, and values must be no longer than 127 bytes. Keys + * with names longer than the maximum will be silently ignored. Key values longer + * than the maximum length will be truncated. + * +**Note:** This method is only available in the main process. + */ + start(options: CrashReporterStartOptions): void; + } + + interface CustomScheme { + + // Docs: https://electronjs.org/docs/api/structures/custom-scheme + + privileges?: Privileges; + /** + * Custom schemes to be registered with options. + */ + scheme: string; + } + + class Debugger extends NodeEventEmitter { + + // Docs: https://electronjs.org/docs/api/debugger + + /** + * Emitted when the debugging session is terminated. This happens either when + * `webContents` is closed or devtools is invoked for the attached `webContents`. + */ + on(event: 'detach', listener: (event: Event, + /** + * Reason for detaching debugger. + */ + reason: string) => void): this; + once(event: 'detach', listener: (event: Event, + /** + * Reason for detaching debugger. + */ + reason: string) => void): this; + addListener(event: 'detach', listener: (event: Event, + /** + * Reason for detaching debugger. + */ + reason: string) => void): this; + removeListener(event: 'detach', listener: (event: Event, + /** + * Reason for detaching debugger. + */ + reason: string) => void): this; + /** + * Emitted whenever the debugging target issues an instrumentation event. + */ + on(event: 'message', listener: (event: Event, + /** + * Method name. + */ + method: string, + /** + * Event parameters defined by the 'parameters' attribute in the remote debugging + * protocol. + */ + params: any, + /** + * Unique identifier of attached debugging session, will match the value sent from + * `debugger.sendCommand`. + */ + sessionId: string) => void): this; + once(event: 'message', listener: (event: Event, + /** + * Method name. + */ + method: string, + /** + * Event parameters defined by the 'parameters' attribute in the remote debugging + * protocol. + */ + params: any, + /** + * Unique identifier of attached debugging session, will match the value sent from + * `debugger.sendCommand`. + */ + sessionId: string) => void): this; + addListener(event: 'message', listener: (event: Event, + /** + * Method name. + */ + method: string, + /** + * Event parameters defined by the 'parameters' attribute in the remote debugging + * protocol. + */ + params: any, + /** + * Unique identifier of attached debugging session, will match the value sent from + * `debugger.sendCommand`. + */ + sessionId: string) => void): this; + removeListener(event: 'message', listener: (event: Event, + /** + * Method name. + */ + method: string, + /** + * Event parameters defined by the 'parameters' attribute in the remote debugging + * protocol. + */ + params: any, + /** + * Unique identifier of attached debugging session, will match the value sent from + * `debugger.sendCommand`. + */ + sessionId: string) => void): this; + /** + * Attaches the debugger to the `webContents`. + */ + attach(protocolVersion?: string): void; + /** + * Detaches the debugger from the `webContents`. + */ + detach(): void; + /** + * Whether a debugger is attached to the `webContents`. + */ + isAttached(): boolean; + /** + * A promise that resolves with the response defined by the 'returns' attribute of + * the command description in the remote debugging protocol or is rejected + * indicating the failure of the command. + * +Send given command to the debugging target. + */ + sendCommand(method: string, commandParams?: any, sessionId?: string): Promise; + } + + interface DesktopCapturer { + + // Docs: https://electronjs.org/docs/api/desktop-capturer + + /** + * Resolves with an array of `DesktopCapturerSource` objects, each + * `DesktopCapturerSource` represents a screen or an individual window that can be + * captured. + * + * **Note** Capturing the screen contents requires user consent on macOS 10.15 + * Catalina or higher, which can detected by + * `systemPreferences.getMediaAccessStatus`. + */ + getSources(options: SourcesOptions): Promise; + } + + interface DesktopCapturerSource { + + // Docs: https://electronjs.org/docs/api/structures/desktop-capturer-source + + /** + * An icon image of the application that owns the window or null if the source has + * a type screen. The size of the icon is not known in advance and depends on what + * the application provides. + */ + appIcon: NativeImage; + /** + * A unique identifier that will correspond to the `id` of the matching Display + * returned by the Screen API. On some platforms, this is equivalent to the `XX` + * portion of the `id` field above and on others it will differ. It will be an + * empty string if not available. + */ + display_id: string; + /** + * The identifier of a window or screen that can be used as a `chromeMediaSourceId` + * constraint when calling [`navigator.webkitGetUserMedia`]. The format of the + * identifier will be `window:XX:YY` or `screen:ZZ:0`. XX is the windowID/handle. + * YY is 1 for the current process, and 0 for all others. ZZ is a sequential number + * that represents the screen, and it does not equal to the index in the source's + * name. + */ + id: string; + /** + * A screen source will be named either `Entire Screen` or `Screen `, while + * the name of a window source will match the window title. + */ + name: string; + /** + * A thumbnail image. **Note:** There is no guarantee that the size of the + * thumbnail is the same as the `thumbnailSize` specified in the `options` passed + * to `desktopCapturer.getSources`. The actual size depends on the scale of the + * screen or window. + */ + thumbnail: NativeImage; + } + + interface Dialog { + + // Docs: https://electronjs.org/docs/api/dialog + + /** + * resolves when the certificate trust dialog is shown. + * + * On macOS, this displays a modal dialog that shows a message and certificate + * information, and gives the user the option of trusting/importing the + * certificate. If you provide a `browserWindow` argument the dialog will be + * attached to the parent window, making it modal. + * + * On Windows the options are more limited, due to the Win32 APIs used: + * + * * The `message` argument is not used, as the OS provides its own confirmation + * dialog. + * * The `browserWindow` argument is ignored since it is not possible to make this + * confirmation dialog modal. + * + * @platform darwin,win32 + */ + showCertificateTrustDialog(browserWindow: BrowserWindow, options: CertificateTrustDialogOptions): Promise; + /** + * resolves when the certificate trust dialog is shown. + * + * On macOS, this displays a modal dialog that shows a message and certificate + * information, and gives the user the option of trusting/importing the + * certificate. If you provide a `browserWindow` argument the dialog will be + * attached to the parent window, making it modal. + * + * On Windows the options are more limited, due to the Win32 APIs used: + * + * * The `message` argument is not used, as the OS provides its own confirmation + * dialog. + * * The `browserWindow` argument is ignored since it is not possible to make this + * confirmation dialog modal. + * + * @platform darwin,win32 + */ + showCertificateTrustDialog(options: CertificateTrustDialogOptions): Promise; + /** + * Displays a modal dialog that shows an error message. + * + * This API can be called safely before the `ready` event the `app` module emits, + * it is usually used to report errors in early stage of startup. If called before + * the app `ready`event on Linux, the message will be emitted to stderr, and no GUI + * dialog will appear. + */ + showErrorBox(title: string, content: string): void; + /** + * resolves with a promise containing the following properties: + * + * * `response` Number - The index of the clicked button. + * * `checkboxChecked` Boolean - The checked state of the checkbox if + * `checkboxLabel` was set. Otherwise `false`. + * + * Shows a message box. + * + * The `browserWindow` argument allows the dialog to attach itself to a parent + * window, making it modal. + */ + showMessageBox(browserWindow: BrowserWindow, options: MessageBoxOptions): Promise; + /** + * resolves with a promise containing the following properties: + * + * * `response` Number - The index of the clicked button. + * * `checkboxChecked` Boolean - The checked state of the checkbox if + * `checkboxLabel` was set. Otherwise `false`. + * + * Shows a message box. + * + * The `browserWindow` argument allows the dialog to attach itself to a parent + * window, making it modal. + */ + showMessageBox(options: MessageBoxOptions): Promise; + /** + * the index of the clicked button. + * + * Shows a message box, it will block the process until the message box is closed. + * It returns the index of the clicked button. + * + * The `browserWindow` argument allows the dialog to attach itself to a parent + * window, making it modal. If `browserWindow` is not shown dialog will not be + * attached to it. In such case it will be displayed as an independent window. + */ + showMessageBoxSync(browserWindow: BrowserWindow, options: MessageBoxSyncOptions): number; + /** + * the index of the clicked button. + * + * Shows a message box, it will block the process until the message box is closed. + * It returns the index of the clicked button. + * + * The `browserWindow` argument allows the dialog to attach itself to a parent + * window, making it modal. If `browserWindow` is not shown dialog will not be + * attached to it. In such case it will be displayed as an independent window. + */ + showMessageBoxSync(options: MessageBoxSyncOptions): number; + /** + * Resolve with an object containing the following: + * + * * `canceled` Boolean - whether or not the dialog was canceled. + * * `filePaths` String[] - An array of file paths chosen by the user. If the + * dialog is cancelled this will be an empty array. + * * `bookmarks` String[] (optional) _macOS_ _mas_ - An array matching the + * `filePaths` array of base64 encoded strings which contains security scoped + * bookmark data. `securityScopedBookmarks` must be enabled for this to be + * populated. (For return values, see table here.) + * + * The `browserWindow` argument allows the dialog to attach itself to a parent + * window, making it modal. + * + * The `filters` specifies an array of file types that can be displayed or selected + * when you want to limit the user to a specific type. For example: + * + * The `extensions` array should contain extensions without wildcards or dots (e.g. + * `'png'` is good but `'.png'` and `'*.png'` are bad). To show all files, use the + * `'*'` wildcard (no other wildcard is supported). + * + * **Note:** On Windows and Linux an open dialog can not be both a file selector + * and a directory selector, so if you set `properties` to `['openFile', + * 'openDirectory']` on these platforms, a directory selector will be shown. + */ + showOpenDialog(browserWindow: BrowserWindow, options: OpenDialogOptions): Promise; + /** + * Resolve with an object containing the following: + * + * * `canceled` Boolean - whether or not the dialog was canceled. + * * `filePaths` String[] - An array of file paths chosen by the user. If the + * dialog is cancelled this will be an empty array. + * * `bookmarks` String[] (optional) _macOS_ _mas_ - An array matching the + * `filePaths` array of base64 encoded strings which contains security scoped + * bookmark data. `securityScopedBookmarks` must be enabled for this to be + * populated. (For return values, see table here.) + * + * The `browserWindow` argument allows the dialog to attach itself to a parent + * window, making it modal. + * + * The `filters` specifies an array of file types that can be displayed or selected + * when you want to limit the user to a specific type. For example: + * + * The `extensions` array should contain extensions without wildcards or dots (e.g. + * `'png'` is good but `'.png'` and `'*.png'` are bad). To show all files, use the + * `'*'` wildcard (no other wildcard is supported). + * + * **Note:** On Windows and Linux an open dialog can not be both a file selector + * and a directory selector, so if you set `properties` to `['openFile', + * 'openDirectory']` on these platforms, a directory selector will be shown. + */ + showOpenDialog(options: OpenDialogOptions): Promise; + /** + * the file paths chosen by the user; if the dialog is cancelled it returns + * `undefined`. + * + * The `browserWindow` argument allows the dialog to attach itself to a parent + * window, making it modal. + * + * The `filters` specifies an array of file types that can be displayed or selected + * when you want to limit the user to a specific type. For example: + * + * The `extensions` array should contain extensions without wildcards or dots (e.g. + * `'png'` is good but `'.png'` and `'*.png'` are bad). To show all files, use the + * `'*'` wildcard (no other wildcard is supported). + * + * **Note:** On Windows and Linux an open dialog can not be both a file selector + * and a directory selector, so if you set `properties` to `['openFile', + * 'openDirectory']` on these platforms, a directory selector will be shown. + */ + showOpenDialogSync(browserWindow: BrowserWindow, options: OpenDialogSyncOptions): (string[]) | (undefined); + /** + * the file paths chosen by the user; if the dialog is cancelled it returns + * `undefined`. + * + * The `browserWindow` argument allows the dialog to attach itself to a parent + * window, making it modal. + * + * The `filters` specifies an array of file types that can be displayed or selected + * when you want to limit the user to a specific type. For example: + * + * The `extensions` array should contain extensions without wildcards or dots (e.g. + * `'png'` is good but `'.png'` and `'*.png'` are bad). To show all files, use the + * `'*'` wildcard (no other wildcard is supported). + * + * **Note:** On Windows and Linux an open dialog can not be both a file selector + * and a directory selector, so if you set `properties` to `['openFile', + * 'openDirectory']` on these platforms, a directory selector will be shown. + */ + showOpenDialogSync(options: OpenDialogSyncOptions): (string[]) | (undefined); + /** + * Resolve with an object containing the following: + * + * * `canceled` Boolean - whether or not the dialog was canceled. + * * `filePath` String (optional) - If the dialog is canceled, this will be + * `undefined`. + * * `bookmark` String (optional) _macOS_ _mas_ - Base64 encoded string which + * contains the security scoped bookmark data for the saved file. + * `securityScopedBookmarks` must be enabled for this to be present. (For return + * values, see table here.) + * + * The `browserWindow` argument allows the dialog to attach itself to a parent + * window, making it modal. + * + * The `filters` specifies an array of file types that can be displayed, see + * `dialog.showOpenDialog` for an example. + * + * **Note:** On macOS, using the asynchronous version is recommended to avoid + * issues when expanding and collapsing the dialog. + */ + showSaveDialog(browserWindow: BrowserWindow, options: SaveDialogOptions): Promise; + /** + * Resolve with an object containing the following: + * + * * `canceled` Boolean - whether or not the dialog was canceled. + * * `filePath` String (optional) - If the dialog is canceled, this will be + * `undefined`. + * * `bookmark` String (optional) _macOS_ _mas_ - Base64 encoded string which + * contains the security scoped bookmark data for the saved file. + * `securityScopedBookmarks` must be enabled for this to be present. (For return + * values, see table here.) + * + * The `browserWindow` argument allows the dialog to attach itself to a parent + * window, making it modal. + * + * The `filters` specifies an array of file types that can be displayed, see + * `dialog.showOpenDialog` for an example. + * + * **Note:** On macOS, using the asynchronous version is recommended to avoid + * issues when expanding and collapsing the dialog. + */ + showSaveDialog(options: SaveDialogOptions): Promise; + /** + * the path of the file chosen by the user; if the dialog is cancelled it returns + * `undefined`. + * + * The `browserWindow` argument allows the dialog to attach itself to a parent + * window, making it modal. + * + * The `filters` specifies an array of file types that can be displayed, see + * `dialog.showOpenDialog` for an example. + */ + showSaveDialogSync(browserWindow: BrowserWindow, options: SaveDialogSyncOptions): (string) | (undefined); + /** + * the path of the file chosen by the user; if the dialog is cancelled it returns + * `undefined`. + * + * The `browserWindow` argument allows the dialog to attach itself to a parent + * window, making it modal. + * + * The `filters` specifies an array of file types that can be displayed, see + * `dialog.showOpenDialog` for an example. + */ + showSaveDialogSync(options: SaveDialogSyncOptions): (string) | (undefined); + } + + interface Display { + + // Docs: https://electronjs.org/docs/api/structures/display + + /** + * Can be `available`, `unavailable`, `unknown`. + */ + accelerometerSupport: ('available' | 'unavailable' | 'unknown'); + /** + * the bounds of the display in DIP points. + */ + bounds: Rectangle; + /** + * The number of bits per pixel. + */ + colorDepth: number; + /** + * represent a color space (three-dimensional object which contains all realizable + * color combinations) for the purpose of color conversions + */ + colorSpace: string; + /** + * The number of bits per color component. + */ + depthPerComponent: number; + /** + * The display refresh rate. + */ + displayFrequency: number; + /** + * Unique identifier associated with the display. + */ + id: number; + /** + * `true` for an internal display and `false` for an external display + */ + internal: boolean; + /** + * Whether or not the display is a monochrome display. + */ + monochrome: boolean; + /** + * Can be 0, 90, 180, 270, represents screen rotation in clock-wise degrees. + */ + rotation: number; + /** + * Output device's pixel scale factor. + */ + scaleFactor: number; + size: Size; + /** + * Can be `available`, `unavailable`, `unknown`. + */ + touchSupport: ('available' | 'unavailable' | 'unknown'); + /** + * the work area of the display in DIP points. + */ + workArea: Rectangle; + workAreaSize: Size; + } + + class Dock { + + // Docs: https://electronjs.org/docs/api/dock + + /** + * an ID representing the request. + * + * When `critical` is passed, the dock icon will bounce until either the + * application becomes active or the request is canceled. + * + * When `informational` is passed, the dock icon will bounce for one second. + * However, the request remains active until either the application becomes active + * or the request is canceled. + * + * **Nota Bene:** This method can only be used while the app is not focused; when + * the app is focused it will return -1. + * + * @platform darwin + */ + bounce(type?: 'critical' | 'informational'): number; + /** + * Cancel the bounce of `id`. + * + * @platform darwin + */ + cancelBounce(id: number): void; + /** + * Bounces the Downloads stack if the filePath is inside the Downloads folder. + * + * @platform darwin + */ + downloadFinished(filePath: string): void; + /** + * The badge string of the dock. + * + * @platform darwin + */ + getBadge(): string; + /** + * The application's [dock menu][dock-menu]. + * + * @platform darwin + */ + getMenu(): (Menu) | (null); + /** + * Hides the dock icon. + * + * @platform darwin + */ + hide(): void; + /** + * Whether the dock icon is visible. + * + * @platform darwin + */ + isVisible(): boolean; + /** + * Sets the string to be displayed in the dock’s badging area. + * + * @platform darwin + */ + setBadge(text: string): void; + /** + * Sets the `image` associated with this dock icon. + * + * @platform darwin + */ + setIcon(image: (NativeImage) | (string)): void; + /** + * Sets the application's [dock menu][dock-menu]. + * + * @platform darwin + */ + setMenu(menu: Menu): void; + /** + * Resolves when the dock icon is shown. + * + * @platform darwin + */ + show(): Promise; + } + + class DownloadItem extends NodeEventEmitter { + + // Docs: https://electronjs.org/docs/api/download-item + + /** + * Emitted when the download is in a terminal state. This includes a completed + * download, a cancelled download (via `downloadItem.cancel()`), and interrupted + * download that can't be resumed. + * + * The `state` can be one of following: + * + * * `completed` - The download completed successfully. + * * `cancelled` - The download has been cancelled. + * * `interrupted` - The download has interrupted and can not resume. + */ + on(event: 'done', listener: (event: Event, + /** + * Can be `completed`, `cancelled` or `interrupted`. + */ + state: ('completed' | 'cancelled' | 'interrupted')) => void): this; + once(event: 'done', listener: (event: Event, + /** + * Can be `completed`, `cancelled` or `interrupted`. + */ + state: ('completed' | 'cancelled' | 'interrupted')) => void): this; + addListener(event: 'done', listener: (event: Event, + /** + * Can be `completed`, `cancelled` or `interrupted`. + */ + state: ('completed' | 'cancelled' | 'interrupted')) => void): this; + removeListener(event: 'done', listener: (event: Event, + /** + * Can be `completed`, `cancelled` or `interrupted`. + */ + state: ('completed' | 'cancelled' | 'interrupted')) => void): this; + /** + * Emitted when the download has been updated and is not done. + * + * The `state` can be one of following: + * + * * `progressing` - The download is in-progress. + * * `interrupted` - The download has interrupted and can be resumed. + */ + on(event: 'updated', listener: (event: Event, + /** + * Can be `progressing` or `interrupted`. + */ + state: ('progressing' | 'interrupted')) => void): this; + once(event: 'updated', listener: (event: Event, + /** + * Can be `progressing` or `interrupted`. + */ + state: ('progressing' | 'interrupted')) => void): this; + addListener(event: 'updated', listener: (event: Event, + /** + * Can be `progressing` or `interrupted`. + */ + state: ('progressing' | 'interrupted')) => void): this; + removeListener(event: 'updated', listener: (event: Event, + /** + * Can be `progressing` or `interrupted`. + */ + state: ('progressing' | 'interrupted')) => void): this; + /** + * Cancels the download operation. + */ + cancel(): void; + /** + * Whether the download can resume. + */ + canResume(): boolean; + /** + * The Content-Disposition field from the response header. + */ + getContentDisposition(): string; + /** + * ETag header value. + */ + getETag(): string; + /** + * The file name of the download item. + * + * **Note:** The file name is not always the same as the actual one saved in local + * disk. If user changes the file name in a prompted download saving dialog, the + * actual name of saved file will be different. + */ + getFilename(): string; + /** + * Last-Modified header value. + */ + getLastModifiedTime(): string; + /** + * The files mime type. + */ + getMimeType(): string; + /** + * The received bytes of the download item. + */ + getReceivedBytes(): number; + /** + * Returns the object previously set by + * `downloadItem.setSaveDialogOptions(options)`. + */ + getSaveDialogOptions(): SaveDialogOptions; + /** + * The save path of the download item. This will be either the path set via + * `downloadItem.setSavePath(path)` or the path selected from the shown save + * dialog. + */ + getSavePath(): string; + /** + * Number of seconds since the UNIX epoch when the download was started. + */ + getStartTime(): number; + /** + * The current state. Can be `progressing`, `completed`, `cancelled` or + * `interrupted`. + * + * **Note:** The following methods are useful specifically to resume a `cancelled` + * item when session is restarted. + */ + getState(): ('progressing' | 'completed' | 'cancelled' | 'interrupted'); + /** + * The total size in bytes of the download item. + * +If the size is unknown, it returns 0. + */ + getTotalBytes(): number; + /** + * The origin URL where the item is downloaded from. + */ + getURL(): string; + /** + * The complete URL chain of the item including any redirects. + */ + getURLChain(): string[]; + /** + * Whether the download has user gesture. + */ + hasUserGesture(): boolean; + /** + * Whether the download is paused. + */ + isPaused(): boolean; + /** + * Pauses the download. + */ + pause(): void; + /** + * Resumes the download that has been paused. + * + * **Note:** To enable resumable downloads the server you are downloading from must + * support range requests and provide both `Last-Modified` and `ETag` header + * values. Otherwise `resume()` will dismiss previously received bytes and restart + * the download from the beginning. + */ + resume(): void; + /** + * This API allows the user to set custom options for the save dialog that opens + * for the download item by default. The API is only available in session's + * `will-download` callback function. + */ + setSaveDialogOptions(options: SaveDialogOptions): void; + /** + * The API is only available in session's `will-download` callback function. If + * `path` doesn't exist, Electron will try to make the directory recursively. If + * user doesn't set the save path via the API, Electron will use the original + * routine to determine the save path; this usually prompts a save dialog. + */ + setSavePath(path: string): void; + savePath: string; + } + + interface Event extends GlobalEvent { + + // Docs: https://electronjs.org/docs/api/structures/event + + preventDefault: (() => void); + } + + interface Extension { + + // Docs: https://electronjs.org/docs/api/structures/extension + + id: string; + /** + * Copy of the extension's manifest data. + */ + manifest: any; + name: string; + /** + * The extension's file path. + */ + path: string; + /** + * The extension's `chrome-extension://` URL. + */ + url: string; + version: string; + } + + interface ExtensionInfo { + + // Docs: https://electronjs.org/docs/api/structures/extension-info + + name: string; + version: string; + } + + interface FileFilter { + + // Docs: https://electronjs.org/docs/api/structures/file-filter + + extensions: string[]; + name: string; + } + + interface FilePathWithHeaders { + + // Docs: https://electronjs.org/docs/api/structures/file-path-with-headers + + /** + * Additional headers to be sent. + */ + headers?: Record; + /** + * The path to the file to send. + */ + path: string; + } + + interface GlobalShortcut { + + // Docs: https://electronjs.org/docs/api/global-shortcut + + /** + * Whether this application has registered `accelerator`. + * + * When the accelerator is already taken by other applications, this call will + * still return `false`. This behavior is intended by operating systems, since they + * don't want applications to fight for global shortcuts. + */ + isRegistered(accelerator: Accelerator): boolean; + /** + * Whether or not the shortcut was registered successfully. + * + * Registers a global shortcut of `accelerator`. The `callback` is called when the + * registered shortcut is pressed by the user. + * + * When the accelerator is already taken by other applications, this call will + * silently fail. This behavior is intended by operating systems, since they don't + * want applications to fight for global shortcuts. + * + * The following accelerators will not be registered successfully on macOS 10.14 + * Mojave unless the app has been authorized as a trusted accessibility client: + * + * * "Media Play/Pause" + * * "Media Next Track" +* "Media Previous Track" +* "Media Stop" + */ + register(accelerator: Accelerator, callback: () => void): boolean; + /** + * Registers a global shortcut of all `accelerator` items in `accelerators`. The + * `callback` is called when any of the registered shortcuts are pressed by the + * user. + * + * When a given accelerator is already taken by other applications, this call will + * silently fail. This behavior is intended by operating systems, since they don't + * want applications to fight for global shortcuts. + * + * The following accelerators will not be registered successfully on macOS 10.14 + * Mojave unless the app has been authorized as a trusted accessibility client: + * + * * "Media Play/Pause" + * * "Media Next Track" +* "Media Previous Track" +* "Media Stop" + */ + registerAll(accelerators: string[], callback: () => void): void; + /** + * Unregisters the global shortcut of `accelerator`. + */ + unregister(accelerator: Accelerator): void; + /** + * Unregisters all of the global shortcuts. + */ + unregisterAll(): void; + } + + interface GPUFeatureStatus { + + // Docs: https://electronjs.org/docs/api/structures/gpu-feature-status + + /** + * Canvas. + */ + '2d_canvas': string; + /** + * Flash. + */ + flash_3d: string; + /** + * Flash Stage3D. + */ + flash_stage3d: string; + /** + * Flash Stage3D Baseline profile. + */ + flash_stage3d_baseline: string; + /** + * Compositing. + */ + gpu_compositing: string; + /** + * Multiple Raster Threads. + */ + multiple_raster_threads: string; + /** + * Native GpuMemoryBuffers. + */ + native_gpu_memory_buffers: string; + /** + * Rasterization. + */ + rasterization: string; + /** + * Video Decode. + */ + video_decode: string; + /** + * Video Encode. + */ + video_encode: string; + /** + * VPx Video Decode. + */ + vpx_decode: string; + /** + * WebGL. + */ + webgl: string; + /** + * WebGL2. + */ + webgl2: string; + } + + interface InAppPurchase extends NodeJS.EventEmitter { + + // Docs: https://electronjs.org/docs/api/in-app-purchase + + on(event: 'transactions-updated', listener: Function): this; + once(event: 'transactions-updated', listener: Function): this; + addListener(event: 'transactions-updated', listener: Function): this; + removeListener(event: 'transactions-updated', listener: Function): this; + /** + * whether a user can make a payment. + */ + canMakePayments(): boolean; + /** + * Completes all pending transactions. + */ + finishAllTransactions(): void; + /** + * Completes the pending transactions corresponding to the date. + */ + finishTransactionByDate(date: string): void; + /** + * Resolves with an array of `Product` objects. + * +Retrieves the product descriptions. + */ + getProducts(productIDs: string[]): Promise; + /** + * the path to the receipt. + */ + getReceiptURL(): string; + /** + * Returns `true` if the product is valid and added to the payment queue. + * + * You should listen for the `transactions-updated` event as soon as possible and + * certainly before you call `purchaseProduct`. + */ + purchaseProduct(productID: string, quantity?: number): Promise; + /** + * Restores finished transactions. This method can be called either to install + * purchases on additional devices, or to restore purchases for an application that + * the user deleted and reinstalled. + * + * The payment queue delivers a new transaction for each previously completed + * transaction that can be restored. Each transaction includes a copy of the + * original transaction. + */ + restoreCompletedTransactions(): void; + } + + class IncomingMessage extends NodeEventEmitter { + + // Docs: https://electronjs.org/docs/api/incoming-message + + /** + * Emitted when a request has been canceled during an ongoing HTTP transaction. + */ + on(event: 'aborted', listener: Function): this; + once(event: 'aborted', listener: Function): this; + addListener(event: 'aborted', listener: Function): this; + removeListener(event: 'aborted', listener: Function): this; + /** + * The `data` event is the usual method of transferring response data into + * applicative code. + */ + on(event: 'data', listener: ( + /** + * A chunk of response body's data. + */ + chunk: Buffer) => void): this; + once(event: 'data', listener: ( + /** + * A chunk of response body's data. + */ + chunk: Buffer) => void): this; + addListener(event: 'data', listener: ( + /** + * A chunk of response body's data. + */ + chunk: Buffer) => void): this; + removeListener(event: 'data', listener: ( + /** + * A chunk of response body's data. + */ + chunk: Buffer) => void): this; + /** + * Indicates that response body has ended. Must be placed before 'data' event. + */ + on(event: 'end', listener: Function): this; + once(event: 'end', listener: Function): this; + addListener(event: 'end', listener: Function): this; + removeListener(event: 'end', listener: Function): this; + /** + * Returns: + * + * `error` Error - Typically holds an error string identifying failure root cause. + * + * Emitted when an error was encountered while streaming response data events. For + * instance, if the server closes the underlying while the response is still + * streaming, an `error` event will be emitted on the response object and a `close` + * event will subsequently follow on the request object. + */ + on(event: 'error', listener: Function): this; + once(event: 'error', listener: Function): this; + addListener(event: 'error', listener: Function): this; + removeListener(event: 'error', listener: Function): this; + headers: Record; + httpVersion: string; + httpVersionMajor: number; + httpVersionMinor: number; + statusCode: number; + statusMessage: string; + } + + interface InputEvent { + + // Docs: https://electronjs.org/docs/api/structures/input-event + + /** + * An array of modifiers of the event, can be `shift`, `control`, `ctrl`, `alt`, + * `meta`, `command`, `cmd`, `isKeypad`, `isAutoRepeat`, `leftButtonDown`, + * `middleButtonDown`, `rightButtonDown`, `capsLock`, `numLock`, `left`, `right`. + */ + modifiers?: Array<'shift' | 'control' | 'ctrl' | 'alt' | 'meta' | 'command' | 'cmd' | 'isKeypad' | 'isAutoRepeat' | 'leftButtonDown' | 'middleButtonDown' | 'rightButtonDown' | 'capsLock' | 'numLock' | 'left' | 'right'>; + } + + interface IOCounters { + + // Docs: https://electronjs.org/docs/api/structures/io-counters + + /** + * Then number of I/O other operations. + */ + otherOperationCount: number; + /** + * Then number of I/O other transfers. + */ + otherTransferCount: number; + /** + * The number of I/O read operations. + */ + readOperationCount: number; + /** + * The number of I/O read transfers. + */ + readTransferCount: number; + /** + * The number of I/O write operations. + */ + writeOperationCount: number; + /** + * The number of I/O write transfers. + */ + writeTransferCount: number; + } + + interface IpcMain extends NodeJS.EventEmitter { + + // Docs: https://electronjs.org/docs/api/ipc-main + + /** + * Adds a handler for an `invoke`able IPC. This handler will be called whenever a + * renderer calls `ipcRenderer.invoke(channel, ...args)`. + * + * If `listener` returns a Promise, the eventual result of the promise will be + * returned as a reply to the remote caller. Otherwise, the return value of the + * listener will be used as the value of the reply. + * + * The `event` that is passed as the first argument to the handler is the same as + * that passed to a regular event listener. It includes information about which + * WebContents is the source of the invoke request. + * + * Errors thrown through `handle` in the main process are not transparent as they + * are serialized and only the `message` property from the original error is + * provided to the renderer process. Please refer to #24427 for details. + */ + handle(channel: string, listener: (event: IpcMainInvokeEvent, ...args: any[]) => (Promise) | (any)): void; + /** + * Handles a single `invoke`able IPC message, then removes the listener. See + * `ipcMain.handle(channel, listener)`. + */ + handleOnce(channel: string, listener: (event: IpcMainInvokeEvent, ...args: any[]) => (Promise) | (any)): void; + /** + * Listens to `channel`, when a new message arrives `listener` would be called with + * `listener(event, args...)`. + */ + on(channel: string, listener: (event: IpcMainEvent, ...args: any[]) => void): this; + /** + * Adds a one time `listener` function for the event. This `listener` is invoked + * only the next time a message is sent to `channel`, after which it is removed. + */ + once(channel: string, listener: (event: IpcMainEvent, ...args: any[]) => void): this; + /** + * Removes listeners of the specified `channel`. + */ + removeAllListeners(channel?: string): this; + /** + * Removes any handler for `channel`, if present. + */ + removeHandler(channel: string): void; + /** + * Removes the specified `listener` from the listener array for the specified + * `channel`. + */ + removeListener(channel: string, listener: (...args: any[]) => void): this; + } + + interface IpcMainEvent extends Event { + + // Docs: https://electronjs.org/docs/api/structures/ipc-main-event + + /** + * The ID of the renderer frame that sent this message + */ + frameId: number; + /** + * A list of MessagePorts that were transferred with this message + */ + ports: MessagePortMain[]; + /** + * The internal ID of the renderer process that sent this message + */ + processId: number; + /** + * A function that will send an IPC message to the renderer frame that sent the + * original message that you are currently handling. You should use this method to + * "reply" to the sent message in order to guarantee the reply will go to the + * correct process and frame. + */ + reply: Function; + /** + * Set this to the value to be returned in a synchronous message + */ + returnValue: any; + /** + * Returns the `webContents` that sent the message + */ + sender: WebContents; + /** + * The frame that sent this message + * + */ + readonly senderFrame: WebFrameMain; + } + + interface IpcMainInvokeEvent extends Event { + + // Docs: https://electronjs.org/docs/api/structures/ipc-main-invoke-event + + /** + * The ID of the renderer frame that sent this message + */ + frameId: number; + /** + * The internal ID of the renderer process that sent this message + */ + processId: number; + /** + * Returns the `webContents` that sent the message + */ + sender: WebContents; + /** + * The frame that sent this message + * + */ + readonly senderFrame: WebFrameMain; + } + + interface IpcRenderer extends NodeJS.EventEmitter { + + // Docs: https://electronjs.org/docs/api/ipc-renderer + + /** + * Resolves with the response from the main process. + * + * Send a message to the main process via `channel` and expect a result + * asynchronously. Arguments will be serialized with the Structured Clone + * Algorithm, just like `window.postMessage`, so prototype chains will not be + * included. Sending Functions, Promises, Symbols, WeakMaps, or WeakSets will throw + * an exception. + * + * > **NOTE:** Sending non-standard JavaScript types such as DOM objects or special + * Electron objects will throw an exception. + * + * Since the main process does not have support for DOM objects such as + * `ImageBitmap`, `File`, `DOMMatrix` and so on, such objects cannot be sent over + * Electron's IPC to the main process, as the main process would have no way to + * decode them. Attempting to send such objects over IPC will result in an error. + * + * The main process should listen for `channel` with `ipcMain.handle()`. + * + * For example: + * + * If you need to transfer a `MessagePort` to the main process, use + * `ipcRenderer.postMessage`. + * + * If you do not need a response to the message, consider using `ipcRenderer.send`. + */ + invoke(channel: string, ...args: any[]): Promise; + /** + * Listens to `channel`, when a new message arrives `listener` would be called with + * `listener(event, args...)`. + */ + on(channel: string, listener: (event: IpcRendererEvent, ...args: any[]) => void): this; + /** + * Adds a one time `listener` function for the event. This `listener` is invoked + * only the next time a message is sent to `channel`, after which it is removed. + */ + once(channel: string, listener: (event: IpcRendererEvent, ...args: any[]) => void): this; + /** + * Send a message to the main process, optionally transferring ownership of zero or + * more `MessagePort` objects. + * + * The transferred `MessagePort` objects will be available in the main process as + * `MessagePortMain` objects by accessing the `ports` property of the emitted + * event. + * + * For example: + * + * For more information on using `MessagePort` and `MessageChannel`, see the MDN + * documentation. + */ + postMessage(channel: string, message: any, transfer?: MessagePort[]): void; + /** + * Removes all listeners, or those of the specified `channel`. + */ + removeAllListeners(channel: string): this; + /** + * Removes the specified `listener` from the listener array for the specified + * `channel`. + */ + removeListener(channel: string, listener: (...args: any[]) => void): this; + /** + * Send an asynchronous message to the main process via `channel`, along with + * arguments. Arguments will be serialized with the Structured Clone Algorithm, + * just like `window.postMessage`, so prototype chains will not be included. + * Sending Functions, Promises, Symbols, WeakMaps, or WeakSets will throw an + * exception. + * + * > **NOTE:** Sending non-standard JavaScript types such as DOM objects or special + * Electron objects will throw an exception. + * + * Since the main process does not have support for DOM objects such as + * `ImageBitmap`, `File`, `DOMMatrix` and so on, such objects cannot be sent over + * Electron's IPC to the main process, as the main process would have no way to + * decode them. Attempting to send such objects over IPC will result in an error. + * + * The main process handles it by listening for `channel` with the `ipcMain` + * module. + * + * If you need to transfer a `MessagePort` to the main process, use + * `ipcRenderer.postMessage`. + * + * If you want to receive a single response from the main process, like the result + * of a method call, consider using `ipcRenderer.invoke`. + */ + send(channel: string, ...args: any[]): void; + /** + * The value sent back by the `ipcMain` handler. + * + * Send a message to the main process via `channel` and expect a result + * synchronously. Arguments will be serialized with the Structured Clone Algorithm, + * just like `window.postMessage`, so prototype chains will not be included. + * Sending Functions, Promises, Symbols, WeakMaps, or WeakSets will throw an + * exception. + * + * > **NOTE:** Sending non-standard JavaScript types such as DOM objects or special + * Electron objects will throw an exception. + * + * Since the main process does not have support for DOM objects such as + * `ImageBitmap`, `File`, `DOMMatrix` and so on, such objects cannot be sent over + * Electron's IPC to the main process, as the main process would have no way to + * decode them. Attempting to send such objects over IPC will result in an error. + * + * The main process handles it by listening for `channel` with `ipcMain` module, + * and replies by setting `event.returnValue`. + * + * > :warning: **WARNING**: Sending a synchronous message will block the whole + * renderer process until the reply is received, so use this method only as a last + * resort. It's much better to use the asynchronous version, `invoke()`. + */ + sendSync(channel: string, ...args: any[]): any; + /** + * Sends a message to a window with `webContentsId` via `channel`. + */ + sendTo(webContentsId: number, channel: string, ...args: any[]): void; + /** + * Like `ipcRenderer.send` but the event will be sent to the `` element in + * the host page instead of the main process. + */ + sendToHost(channel: string, ...args: any[]): void; + } + + interface IpcRendererEvent extends Event { + + // Docs: https://electronjs.org/docs/api/structures/ipc-renderer-event + + /** + * A list of MessagePorts that were transferred with this message + */ + ports: MessagePort[]; + /** + * The `IpcRenderer` instance that emitted the event originally + */ + sender: IpcRenderer; + /** + * The `webContents.id` that sent the message, you can call + * `event.sender.sendTo(event.senderId, ...)` to reply to the message, see + * ipcRenderer.sendTo for more information. This only applies to messages sent from + * a different renderer. Messages sent directly from the main process set + * `event.senderId` to `0`. + */ + senderId: number; + } + + interface JumpListCategory { + + // Docs: https://electronjs.org/docs/api/structures/jump-list-category + + /** + * Array of `JumpListItem` objects if `type` is `tasks` or `custom`, otherwise it + * should be omitted. + */ + items?: JumpListItem[]; + /** + * Must be set if `type` is `custom`, otherwise it should be omitted. + */ + name?: string; + /** + * One of the following: + */ + type?: ('tasks' | 'frequent' | 'recent' | 'custom'); + } + + interface JumpListItem { + + // Docs: https://electronjs.org/docs/api/structures/jump-list-item + + /** + * The command line arguments when `program` is executed. Should only be set if + * `type` is `task`. + */ + args?: string; + /** + * Description of the task (displayed in a tooltip). Should only be set if `type` + * is `task`. Maximum length 260 characters. + */ + description?: string; + /** + * The index of the icon in the resource file. If a resource file contains multiple + * icons this value can be used to specify the zero-based index of the icon that + * should be displayed for this task. If a resource file contains only one icon, + * this property should be set to zero. + */ + iconIndex?: number; + /** + * The absolute path to an icon to be displayed in a Jump List, which can be an + * arbitrary resource file that contains an icon (e.g. `.ico`, `.exe`, `.dll`). You + * can usually specify `process.execPath` to show the program icon. + */ + iconPath?: string; + /** + * Path of the file to open, should only be set if `type` is `file`. + */ + path?: string; + /** + * Path of the program to execute, usually you should specify `process.execPath` + * which opens the current program. Should only be set if `type` is `task`. + */ + program?: string; + /** + * The text to be displayed for the item in the Jump List. Should only be set if + * `type` is `task`. + */ + title?: string; + /** + * One of the following: + */ + type?: ('task' | 'separator' | 'file'); + /** + * The working directory. Default is empty. + */ + workingDirectory?: string; + } + + interface KeyboardEvent { + + // Docs: https://electronjs.org/docs/api/structures/keyboard-event + + /** + * whether an Alt key was used in an accelerator to trigger the Event + */ + altKey?: boolean; + /** + * whether the Control key was used in an accelerator to trigger the Event + */ + ctrlKey?: boolean; + /** + * whether a meta key was used in an accelerator to trigger the Event + */ + metaKey?: boolean; + /** + * whether a Shift key was used in an accelerator to trigger the Event + */ + shiftKey?: boolean; + /** + * whether an accelerator was used to trigger the event as opposed to another user + * gesture like mouse click + */ + triggeredByAccelerator?: boolean; + } + + interface KeyboardInputEvent extends InputEvent { + + // Docs: https://electronjs.org/docs/api/structures/keyboard-input-event + + /** + * The character that will be sent as the keyboard event. Should only use the valid + * key codes in Accelerator. + */ + keyCode: string; + /** + * The type of the event, can be `keyDown`, `keyUp` or `char`. + */ + type: ('keyDown' | 'keyUp' | 'char'); + } + + interface MemoryInfo { + + // Docs: https://electronjs.org/docs/api/structures/memory-info + + /** + * The maximum amount of memory that has ever been pinned to actual physical RAM. + */ + peakWorkingSetSize: number; + /** + * The amount of memory not shared by other processes, such as JS heap or HTML + * content. + * + * @platform win32 + */ + privateBytes?: number; + /** + * The amount of memory currently pinned to actual physical RAM. + */ + workingSetSize: number; + } + + interface MemoryUsageDetails { + + // Docs: https://electronjs.org/docs/api/structures/memory-usage-details + + count: number; + liveSize: number; + size: number; + } + + class Menu { + + // Docs: https://electronjs.org/docs/api/menu + + /** + * Emitted when a popup is closed either manually or with `menu.closePopup()`. + */ + on(event: 'menu-will-close', listener: (event: Event) => void): this; + once(event: 'menu-will-close', listener: (event: Event) => void): this; + addListener(event: 'menu-will-close', listener: (event: Event) => void): this; + removeListener(event: 'menu-will-close', listener: (event: Event) => void): this; + /** + * Emitted when `menu.popup()` is called. + */ + on(event: 'menu-will-show', listener: (event: Event) => void): this; + once(event: 'menu-will-show', listener: (event: Event) => void): this; + addListener(event: 'menu-will-show', listener: (event: Event) => void): this; + removeListener(event: 'menu-will-show', listener: (event: Event) => void): this; + /** + * Menu + */ + constructor(); + /** + * Generally, the `template` is an array of `options` for constructing a MenuItem. + * The usage can be referenced above. + * + * You can also attach other fields to the element of the `template` and they will + * become properties of the constructed menu items. + */ + static buildFromTemplate(template: Array<(MenuItemConstructorOptions) | (MenuItem)>): Menu; + /** + * The application menu, if set, or `null`, if not set. + * + * **Note:** The returned `Menu` instance doesn't support dynamic addition or + * removal of menu items. Instance properties can still be dynamically modified. + */ + static getApplicationMenu(): (Menu) | (null); + /** + * Sends the `action` to the first responder of application. This is used for + * emulating default macOS menu behaviors. Usually you would use the `role` + * property of a `MenuItem`. + * + * See the macOS Cocoa Event Handling Guide for more information on macOS' native + * actions. + * + * @platform darwin + */ + static sendActionToFirstResponder(action: string): void; + /** + * Sets `menu` as the application menu on macOS. On Windows and Linux, the `menu` + * will be set as each window's top menu. + * + * Also on Windows and Linux, you can use a `&` in the top-level item name to + * indicate which letter should get a generated accelerator. For example, using + * `&File` for the file menu would result in a generated `Alt-F` accelerator that + * opens the associated menu. The indicated character in the button label then gets + * an underline, and the `&` character is not displayed on the button label. + * + * In order to escape the `&` character in an item name, add a proceeding `&`. For + * example, `&&File` would result in `&File` displayed on the button label. + * + * Passing `null` will suppress the default menu. On Windows and Linux, this has + * the additional effect of removing the menu bar from the window. + * + * **Note:** The default menu will be created automatically if the app does not set + * one. It contains standard items such as `File`, `Edit`, `View`, `Window` and + * `Help`. + */ + static setApplicationMenu(menu: (Menu) | (null)): void; + /** + * Appends the `menuItem` to the menu. + */ + append(menuItem: MenuItem): void; + /** + * Closes the context menu in the `browserWindow`. + */ + closePopup(browserWindow?: BrowserWindow): void; + /** + * the item with the specified `id` + */ + getMenuItemById(id: string): (MenuItem) | (null); + /** + * Inserts the `menuItem` to the `pos` position of the menu. + */ + insert(pos: number, menuItem: MenuItem): void; + /** + * Pops up this menu as a context menu in the `BrowserWindow`. + */ + popup(options?: PopupOptions): void; + items: MenuItem[]; + } + + class MenuItem { + + // Docs: https://electronjs.org/docs/api/menu-item + + /** + * MenuItem + */ + constructor(options: MenuItemConstructorOptions); + accelerator?: Accelerator; + checked: boolean; + click: Function; + commandId: number; + enabled: boolean; + icon?: (NativeImage) | (string); + id: string; + label: string; + menu: Menu; + registerAccelerator: boolean; + role?: ('undo' | 'redo' | 'cut' | 'copy' | 'paste' | 'pasteAndMatchStyle' | 'delete' | 'selectAll' | 'reload' | 'forceReload' | 'toggleDevTools' | 'resetZoom' | 'zoomIn' | 'zoomOut' | 'togglefullscreen' | 'window' | 'minimize' | 'close' | 'help' | 'about' | 'services' | 'hide' | 'hideOthers' | 'unhide' | 'quit' | 'startSpeaking' | 'stopSpeaking' | 'zoom' | 'front' | 'appMenu' | 'fileMenu' | 'editMenu' | 'viewMenu' | 'recentDocuments' | 'toggleTabBar' | 'selectNextTab' | 'selectPreviousTab' | 'mergeAllWindows' | 'clearRecentDocuments' | 'moveTabToNewWindow' | 'windowMenu'); + sharingItem: SharingItem; + sublabel: string; + submenu?: Menu; + toolTip: string; + type: ('normal' | 'separator' | 'submenu' | 'checkbox' | 'radio'); + visible: boolean; + } + + class MessageChannelMain extends NodeEventEmitter { + + // Docs: https://electronjs.org/docs/api/message-channel-main + + port1: MessagePortMain; + port2: MessagePortMain; + } + + class MessagePortMain extends NodeEventEmitter { + + // Docs: https://electronjs.org/docs/api/message-port-main + + /** + * Emitted when the remote end of a MessagePortMain object becomes disconnected. + */ + on(event: 'close', listener: Function): this; + once(event: 'close', listener: Function): this; + addListener(event: 'close', listener: Function): this; + removeListener(event: 'close', listener: Function): this; + /** + * Emitted when a MessagePortMain object receives a message. + */ + on(event: 'message', listener: (messageEvent: MessageEvent) => void): this; + once(event: 'message', listener: (messageEvent: MessageEvent) => void): this; + addListener(event: 'message', listener: (messageEvent: MessageEvent) => void): this; + removeListener(event: 'message', listener: (messageEvent: MessageEvent) => void): this; + /** + * Disconnects the port, so it is no longer active. + */ + close(): void; + /** + * Sends a message from the port, and optionally, transfers ownership of objects to + * other browsing contexts. + */ + postMessage(message: any, transfer?: MessagePortMain[]): void; + /** + * Starts the sending of messages queued on the port. Messages will be queued until + * this method is called. + */ + start(): void; + } + + interface MimeTypedBuffer { + + // Docs: https://electronjs.org/docs/api/structures/mime-typed-buffer + + /** + * Charset of the buffer. + */ + charset?: string; + /** + * The actual Buffer content. + */ + data: Buffer; + /** + * MIME type of the buffer. + */ + mimeType?: string; + } + + interface MouseInputEvent extends InputEvent { + + // Docs: https://electronjs.org/docs/api/structures/mouse-input-event + + /** + * The button pressed, can be `left`, `middle`, `right`. + */ + button?: ('left' | 'middle' | 'right'); + clickCount?: number; + globalX?: number; + globalY?: number; + movementX?: number; + movementY?: number; + /** + * The type of the event, can be `mouseDown`, `mouseUp`, `mouseEnter`, + * `mouseLeave`, `contextMenu`, `mouseWheel` or `mouseMove`. + */ + type: ('mouseDown' | 'mouseUp' | 'mouseEnter' | 'mouseLeave' | 'contextMenu' | 'mouseWheel' | 'mouseMove'); + x: number; + y: number; + } + + interface MouseWheelInputEvent extends MouseInputEvent { + + // Docs: https://electronjs.org/docs/api/structures/mouse-wheel-input-event + + accelerationRatioX?: number; + accelerationRatioY?: number; + canScroll?: boolean; + deltaX?: number; + deltaY?: number; + hasPreciseScrollingDeltas?: boolean; + /** + * The type of the event, can be `mouseWheel`. + */ + type: ('mouseWheel'); + wheelTicksX?: number; + wheelTicksY?: number; + } + + class NativeImage { + + // Docs: https://electronjs.org/docs/api/native-image + + /** + * Creates an empty `NativeImage` instance. + */ + static createEmpty(): NativeImage; + /** + * Creates a new `NativeImage` instance from `buffer` that contains the raw bitmap + * pixel data returned by `toBitmap()`. The specific format is platform-dependent. + */ + static createFromBitmap(buffer: Buffer, options: CreateFromBitmapOptions): NativeImage; + /** + * Creates a new `NativeImage` instance from `buffer`. Tries to decode as PNG or + * JPEG first. + */ + static createFromBuffer(buffer: Buffer, options?: CreateFromBufferOptions): NativeImage; + /** + * Creates a new `NativeImage` instance from `dataURL`. + */ + static createFromDataURL(dataURL: string): NativeImage; + /** + * Creates a new `NativeImage` instance from the NSImage that maps to the given + * image name. See `System Icons` for a list of possible values. + * + * The `hslShift` is applied to the image with the following rules: + * + * * `hsl_shift[0]` (hue): The absolute hue value for the image - 0 and 1 map to 0 + * and 360 on the hue color wheel (red). + * * `hsl_shift[1]` (saturation): A saturation shift for the image, with the + * following key values: 0 = remove all color. 0.5 = leave unchanged. 1 = fully + * saturate the image. + * * `hsl_shift[2]` (lightness): A lightness shift for the image, with the + * following key values: 0 = remove all lightness (make all pixels black). 0.5 = + * leave unchanged. 1 = full lightness (make all pixels white). + * + * This means that `[-1, 0, 1]` will make the image completely white and `[-1, 1, + * 0]` will make the image completely black. + * + * In some cases, the `NSImageName` doesn't match its string representation; one + * example of this is `NSFolderImageName`, whose string representation would + * actually be `NSFolder`. Therefore, you'll need to determine the correct string + * representation for your image before passing it in. This can be done with the + * following: + * + * `echo -e '#import \nint main() { NSLog(@"%@", SYSTEM_IMAGE_NAME); + * }' | clang -otest -x objective-c -framework Cocoa - && ./test` + * +where `SYSTEM_IMAGE_NAME` should be replaced with any value from this list. + * + * @platform darwin + */ + static createFromNamedImage(imageName: string, hslShift?: number[]): NativeImage; + /** + * Creates a new `NativeImage` instance from a file located at `path`. This method + * returns an empty image if the `path` does not exist, cannot be read, or is not a + * valid image. + */ + static createFromPath(path: string): NativeImage; + /** + * fulfilled with the file's thumbnail preview image, which is a NativeImage. + * + * @platform darwin,win32 + */ + static createThumbnailFromPath(path: string, maxSize: Size): Promise; + /** + * Add an image representation for a specific scale factor. This can be used to + * explicitly add different scale factor representations to an image. This can be + * called on empty images. + */ + addRepresentation(options: AddRepresentationOptions): void; + /** + * The cropped image. + */ + crop(rect: Rectangle): NativeImage; + /** + * The image's aspect ratio. + * + * If `scaleFactor` is passed, this will return the aspect ratio corresponding to + * the image representation most closely matching the passed value. + */ + getAspectRatio(scaleFactor?: number): number; + /** + * A Buffer that contains the image's raw bitmap pixel data. + * + * The difference between `getBitmap()` and `toBitmap()` is that `getBitmap()` does + * not copy the bitmap data, so you have to use the returned Buffer immediately in + * current event loop tick; otherwise the data might be changed or destroyed. + */ + getBitmap(options?: BitmapOptions): Buffer; + /** + * A Buffer that stores C pointer to underlying native handle of the image. On + * macOS, a pointer to `NSImage` instance would be returned. + * + * Notice that the returned pointer is a weak pointer to the underlying native + * image instead of a copy, so you _must_ ensure that the associated `nativeImage` + * instance is kept around. + * + * @platform darwin + */ + getNativeHandle(): Buffer; + /** + * An array of all scale factors corresponding to representations for a given + * nativeImage. + */ + getScaleFactors(): number[]; + /** + * If `scaleFactor` is passed, this will return the size corresponding to the image + * representation most closely matching the passed value. + */ + getSize(scaleFactor?: number): Size; + /** + * Whether the image is empty. + */ + isEmpty(): boolean; + /** + * Whether the image is a template image. + */ + isTemplateImage(): boolean; + /** + * The resized image. + * + * If only the `height` or the `width` are specified then the current aspect ratio + * will be preserved in the resized image. + */ + resize(options: ResizeOptions): NativeImage; + /** + * Marks the image as a template image. + */ + setTemplateImage(option: boolean): void; + /** + * A Buffer that contains a copy of the image's raw bitmap pixel data. + */ + toBitmap(options?: ToBitmapOptions): Buffer; + /** + * The data URL of the image. + */ + toDataURL(options?: ToDataURLOptions): string; + /** + * A Buffer that contains the image's `JPEG` encoded data. + */ + toJPEG(quality: number): Buffer; + /** + * A Buffer that contains the image's `PNG` encoded data. + */ + toPNG(options?: ToPNGOptions): Buffer; + isMacTemplateImage: boolean; + } + + interface NativeTheme extends NodeJS.EventEmitter { + + // Docs: https://electronjs.org/docs/api/native-theme + + /** + * Emitted when something in the underlying NativeTheme has changed. This normally + * means that either the value of `shouldUseDarkColors`, + * `shouldUseHighContrastColors` or `shouldUseInvertedColorScheme` has changed. You + * will have to check them to determine which one has changed. + */ + on(event: 'updated', listener: Function): this; + once(event: 'updated', listener: Function): this; + addListener(event: 'updated', listener: Function): this; + removeListener(event: 'updated', listener: Function): this; + /** + * A `Boolean` for if the OS / Chromium currently has a dark mode enabled or is + * being instructed to show a dark-style UI. If you want to modify this value you + * should use `themeSource` below. + * + */ + readonly shouldUseDarkColors: boolean; + /** + * A `Boolean` for if the OS / Chromium currently has high-contrast mode enabled or + * is being instructed to show a high-contrast UI. + * + * @platform darwin,win32 + */ + readonly shouldUseHighContrastColors: boolean; + /** + * A `Boolean` for if the OS / Chromium currently has an inverted color scheme or + * is being instructed to use an inverted color scheme. + * + * @platform darwin,win32 + */ + readonly shouldUseInvertedColorScheme: boolean; + /** + * A `String` property that can be `system`, `light` or `dark`. It is used to + * override and supersede the value that Chromium has chosen to use internally. + * + * Setting this property to `system` will remove the override and everything will + * be reset to the OS default. By default `themeSource` is `system`. + * + * Settings this property to `dark` will have the following effects: + * + * * `nativeTheme.shouldUseDarkColors` will be `true` when accessed + * * Any UI Electron renders on Linux and Windows including context menus, + * devtools, etc. will use the dark UI. + * * Any UI the OS renders on macOS including menus, window frames, etc. will use + * the dark UI. + * * The `prefers-color-scheme` CSS query will match `dark` mode. + * * The `updated` event will be emitted + * + * Settings this property to `light` will have the following effects: + * + * * `nativeTheme.shouldUseDarkColors` will be `false` when accessed + * * Any UI Electron renders on Linux and Windows including context menus, + * devtools, etc. will use the light UI. + * * Any UI the OS renders on macOS including menus, window frames, etc. will use + * the light UI. + * * The `prefers-color-scheme` CSS query will match `light` mode. + * * The `updated` event will be emitted + * + * The usage of this property should align with a classic "dark mode" state machine + * in your application where the user has three options. + * + * * `Follow OS` --> `themeSource = 'system'` + * * `Dark Mode` --> `themeSource = 'dark'` + * * `Light Mode` --> `themeSource = 'light'` + * + * Your application should then always use `shouldUseDarkColors` to determine what + * CSS to apply. + */ + themeSource: ('system' | 'light' | 'dark'); + } + + interface Net { + + // Docs: https://electronjs.org/docs/api/net + + /** + * Whether there is currently internet connection. + * + * A return value of `false` is a pretty strong indicator that the user won't be + * able to connect to remote sites. However, a return value of `true` is + * inconclusive; even if some link is up, it is uncertain whether a particular + * connection attempt to a particular remote site will be successful. + */ + isOnline(): boolean; + /** + * Creates a `ClientRequest` instance using the provided `options` which are + * directly forwarded to the `ClientRequest` constructor. The `net.request` method + * would be used to issue both secure and insecure HTTP requests according to the + * specified protocol scheme in the `options` object. + */ + request(options: (ClientRequestConstructorOptions) | (string)): ClientRequest; + /** + * A `Boolean` property. Whether there is currently internet connection. + * + * A return value of `false` is a pretty strong indicator that the user won't be + * able to connect to remote sites. However, a return value of `true` is + * inconclusive; even if some link is up, it is uncertain whether a particular + * connection attempt to a particular remote site will be successful. + * + */ + readonly online: boolean; + } + + interface NetLog { + + // Docs: https://electronjs.org/docs/api/net-log + + /** + * resolves when the net log has begun recording. + * +Starts recording network events to `path`. + */ + startLogging(path: string, options?: StartLoggingOptions): Promise; + /** + * resolves when the net log has been flushed to disk. + * + * Stops recording network events. If not called, net logging will automatically + * end when app quits. + */ + stopLogging(): Promise; + /** + * A `Boolean` property that indicates whether network logs are currently being + * recorded. + * + */ + readonly currentlyLogging: boolean; + } + + interface NewWindowWebContentsEvent extends Event { + + // Docs: https://electronjs.org/docs/api/structures/new-window-web-contents-event + + newGuest?: BrowserWindow; + } + + class Notification extends NodeEventEmitter { + + // Docs: https://electronjs.org/docs/api/notification + + on(event: 'action', listener: (event: Event, + /** + * The index of the action that was activated. + */ + index: number) => void): this; + once(event: 'action', listener: (event: Event, + /** + * The index of the action that was activated. + */ + index: number) => void): this; + addListener(event: 'action', listener: (event: Event, + /** + * The index of the action that was activated. + */ + index: number) => void): this; + removeListener(event: 'action', listener: (event: Event, + /** + * The index of the action that was activated. + */ + index: number) => void): this; + /** + * Emitted when the notification is clicked by the user. + */ + on(event: 'click', listener: (event: Event) => void): this; + once(event: 'click', listener: (event: Event) => void): this; + addListener(event: 'click', listener: (event: Event) => void): this; + removeListener(event: 'click', listener: (event: Event) => void): this; + /** + * Emitted when the notification is closed by manual intervention from the user. + * + * This event is not guaranteed to be emitted in all cases where the notification + * is closed. + */ + on(event: 'close', listener: (event: Event) => void): this; + once(event: 'close', listener: (event: Event) => void): this; + addListener(event: 'close', listener: (event: Event) => void): this; + removeListener(event: 'close', listener: (event: Event) => void): this; + /** + * Emitted when an error is encountered while creating and showing the native + * notification. + * + * @platform win32 + */ + on(event: 'failed', listener: (event: Event, + /** + * The error encountered during execution of the `show()` method. + */ + error: string) => void): this; + once(event: 'failed', listener: (event: Event, + /** + * The error encountered during execution of the `show()` method. + */ + error: string) => void): this; + addListener(event: 'failed', listener: (event: Event, + /** + * The error encountered during execution of the `show()` method. + */ + error: string) => void): this; + removeListener(event: 'failed', listener: (event: Event, + /** + * The error encountered during execution of the `show()` method. + */ + error: string) => void): this; + /** + * Emitted when the user clicks the "Reply" button on a notification with + * `hasReply: true`. + * + * @platform darwin + */ + on(event: 'reply', listener: (event: Event, + /** + * The string the user entered into the inline reply field. + */ + reply: string) => void): this; + once(event: 'reply', listener: (event: Event, + /** + * The string the user entered into the inline reply field. + */ + reply: string) => void): this; + addListener(event: 'reply', listener: (event: Event, + /** + * The string the user entered into the inline reply field. + */ + reply: string) => void): this; + removeListener(event: 'reply', listener: (event: Event, + /** + * The string the user entered into the inline reply field. + */ + reply: string) => void): this; + /** + * Emitted when the notification is shown to the user, note this could be fired + * multiple times as a notification can be shown multiple times through the + * `show()` method. + */ + on(event: 'show', listener: (event: Event) => void): this; + once(event: 'show', listener: (event: Event) => void): this; + addListener(event: 'show', listener: (event: Event) => void): this; + removeListener(event: 'show', listener: (event: Event) => void): this; + /** + * Notification + */ + constructor(options?: NotificationConstructorOptions); + /** + * Whether or not desktop notifications are supported on the current system + */ + static isSupported(): boolean; + /** + * Dismisses the notification. + */ + close(): void; + /** + * Immediately shows the notification to the user, please note this means unlike + * the HTML5 Notification implementation, instantiating a `new Notification` does + * not immediately show it to the user, you need to call this method before the OS + * will display it. + * + * If the notification has been shown before, this method will dismiss the + * previously shown notification and create a new one with identical properties. + */ + show(): void; + actions: NotificationAction[]; + body: string; + closeButtonText: string; + hasReply: boolean; + replyPlaceholder: string; + silent: boolean; + sound: string; + subtitle: string; + timeoutType: ('default' | 'never'); + title: string; + toastXml: string; + urgency: ('normal' | 'critical' | 'low'); + } + + interface NotificationAction { + + // Docs: https://electronjs.org/docs/api/structures/notification-action + + /** + * The label for the given action. + */ + text?: string; + /** + * The type of action, can be `button`. + */ + type: ('button'); + } + + interface NotificationResponse { + + // Docs: https://electronjs.org/docs/api/structures/notification-response + + /** + * The identifier string of the action that the user selected. + */ + actionIdentifier: string; + /** + * The delivery date of the notification. + */ + date: number; + /** + * The unique identifier for this notification request. + */ + identifier: string; + /** + * A dictionary of custom information associated with the notification. + */ + userInfo: Record; + /** + * The text entered or chosen by the user. + */ + userText?: string; + } + + interface Point { + + // Docs: https://electronjs.org/docs/api/structures/point + + x: number; + y: number; + } + + interface PostBody { + + // Docs: https://electronjs.org/docs/api/structures/post-body + + /** + * The boundary used to separate multiple parts of the message. Only valid when + * `contentType` is `multipart/form-data`. + */ + boundary?: string; + /** + * The `content-type` header used for the data. One of + * `application/x-www-form-urlencoded` or `multipart/form-data`. Corresponds to the + * `enctype` attribute of the submitted HTML form. + */ + contentType: string; + /** + * The post data to be sent to the new window. + */ + data: Array<(UploadRawData) | (UploadFile)>; + } + + interface PowerMonitor extends NodeJS.EventEmitter { + + // Docs: https://electronjs.org/docs/api/power-monitor + + /** + * Emitted when the system is about to lock the screen. + * + * @platform darwin,win32 + */ + on(event: 'lock-screen', listener: Function): this; + once(event: 'lock-screen', listener: Function): this; + addListener(event: 'lock-screen', listener: Function): this; + removeListener(event: 'lock-screen', listener: Function): this; + /** + * Emitted when the system changes to AC power. + * + * @platform darwin,win32 + */ + on(event: 'on-ac', listener: Function): this; + once(event: 'on-ac', listener: Function): this; + addListener(event: 'on-ac', listener: Function): this; + removeListener(event: 'on-ac', listener: Function): this; + /** + * Emitted when system changes to battery power. + * + * @platform darwin + */ + on(event: 'on-battery', listener: Function): this; + once(event: 'on-battery', listener: Function): this; + addListener(event: 'on-battery', listener: Function): this; + removeListener(event: 'on-battery', listener: Function): this; + /** + * Emitted when system is resuming. + * + * @platform darwin,win32 + */ + on(event: 'resume', listener: Function): this; + once(event: 'resume', listener: Function): this; + addListener(event: 'resume', listener: Function): this; + removeListener(event: 'resume', listener: Function): this; + /** + * Emitted when the system is about to reboot or shut down. If the event handler + * invokes `e.preventDefault()`, Electron will attempt to delay system shutdown in + * order for the app to exit cleanly. If `e.preventDefault()` is called, the app + * should exit as soon as possible by calling something like `app.quit()`. + * + * @platform linux,darwin + */ + on(event: 'shutdown', listener: Function): this; + once(event: 'shutdown', listener: Function): this; + addListener(event: 'shutdown', listener: Function): this; + removeListener(event: 'shutdown', listener: Function): this; + /** + * Emitted when the system is suspending. + * + * @platform darwin,win32 + */ + on(event: 'suspend', listener: Function): this; + once(event: 'suspend', listener: Function): this; + addListener(event: 'suspend', listener: Function): this; + removeListener(event: 'suspend', listener: Function): this; + /** + * Emitted as soon as the systems screen is unlocked. + * + * @platform darwin,win32 + */ + on(event: 'unlock-screen', listener: Function): this; + once(event: 'unlock-screen', listener: Function): this; + addListener(event: 'unlock-screen', listener: Function): this; + removeListener(event: 'unlock-screen', listener: Function): this; + /** + * Emitted when a login session is activated. See documentation for more + * information. + * + * @platform darwin + */ + on(event: 'user-did-become-active', listener: Function): this; + once(event: 'user-did-become-active', listener: Function): this; + addListener(event: 'user-did-become-active', listener: Function): this; + removeListener(event: 'user-did-become-active', listener: Function): this; + /** + * Emitted when a login session is deactivated. See documentation for more + * information. + * + * @platform darwin + */ + on(event: 'user-did-resign-active', listener: Function): this; + once(event: 'user-did-resign-active', listener: Function): this; + addListener(event: 'user-did-resign-active', listener: Function): this; + removeListener(event: 'user-did-resign-active', listener: Function): this; + /** + * The system's current state. Can be `active`, `idle`, `locked` or `unknown`. + * + * Calculate the system idle state. `idleThreshold` is the amount of time (in + * seconds) before considered idle. `locked` is available on supported systems + * only. + */ + getSystemIdleState(idleThreshold: number): ('active' | 'idle' | 'locked' | 'unknown'); + /** + * Idle time in seconds + +Calculate system idle time in seconds. + */ + getSystemIdleTime(): number; + /** + * Whether the system is on battery power. + * + * To monitor for changes in this property, use the `on-battery` and `on-ac` + * events. + */ + isOnBatteryPower(): boolean; + /** + * A `Boolean` property. True if the system is on battery power. + * +See `powerMonitor.isOnBatteryPower()`. + */ + onBatteryPower: boolean; + } + + interface PowerSaveBlocker { + + // Docs: https://electronjs.org/docs/api/power-save-blocker + + /** + * Whether the corresponding `powerSaveBlocker` has started. + */ + isStarted(id: number): boolean; + /** + * The blocker ID that is assigned to this power blocker. + * + * Starts preventing the system from entering lower-power mode. Returns an integer + * identifying the power save blocker. + * + * **Note:** `prevent-display-sleep` has higher precedence over + * `prevent-app-suspension`. Only the highest precedence type takes effect. In + * other words, `prevent-display-sleep` always takes precedence over + * `prevent-app-suspension`. + * + * For example, an API calling A requests for `prevent-app-suspension`, and another + * calling B requests for `prevent-display-sleep`. `prevent-display-sleep` will be + * used until B stops its request. After that, `prevent-app-suspension` is used. + */ + start(type: 'prevent-app-suspension' | 'prevent-display-sleep'): number; + /** + * Stops the specified power save blocker. + */ + stop(id: number): void; + } + + interface PrinterInfo { + + // Docs: https://electronjs.org/docs/api/structures/printer-info + + /** + * a longer description of the printer's type. + */ + description: string; + /** + * the name of the printer as shown in Print Preview. + */ + displayName: string; + /** + * whether or not a given printer is set as the default printer on the OS. + */ + isDefault: boolean; + /** + * the name of the printer as understood by the OS. + */ + name: string; + /** + * an object containing a variable number of platform-specific printer information. + */ + options: Options; + /** + * the current status of the printer. + */ + status: number; + } + + interface ProcessMemoryInfo { + + // Docs: https://electronjs.org/docs/api/structures/process-memory-info + + /** + * The amount of memory not shared by other processes, such as JS heap or HTML + * content in Kilobytes. + */ + private: number; + /** + * The amount of memory currently pinned to actual physical RAM in Kilobytes. + * + * @platform linux,win32 + */ + residentSet: number; + /** + * The amount of memory shared between processes, typically memory consumed by the + * Electron code itself in Kilobytes. + */ + shared: number; + } + + interface ProcessMetric { + + // Docs: https://electronjs.org/docs/api/structures/process-metric + + /** + * CPU usage of the process. + */ + cpu: CPUUsage; + /** + * Creation time for this process. The time is represented as number of + * milliseconds since epoch. Since the `pid` can be reused after a process dies, it + * is useful to use both the `pid` and the `creationTime` to uniquely identify a + * process. + */ + creationTime: number; + /** + * One of the following values: + * + * @platform win32 + */ + integrityLevel?: ('untrusted' | 'low' | 'medium' | 'high' | 'unknown'); + /** + * Memory information for the process. + */ + memory: MemoryInfo; + /** + * The name of the process. Examples for utility: `Audio Service`, `Content + * Decryption Module Service`, `Network Service`, `Video Capture`, etc. + */ + name?: string; + /** + * Process id of the process. + */ + pid: number; + /** + * Whether the process is sandboxed on OS level. + * + * @platform darwin,win32 + */ + sandboxed?: boolean; + /** + * The non-localized name of the process. + */ + serviceName?: string; + /** + * Process type. One of the following values: + */ + type: ('Browser' | 'Tab' | 'Utility' | 'Zygote' | 'Sandbox helper' | 'GPU' | 'Pepper Plugin' | 'Pepper Plugin Broker' | 'Unknown'); + } + + interface Product { + + // Docs: https://electronjs.org/docs/api/structures/product + + /** + * The total size of the content, in bytes. + */ + contentLengths: number[]; + /** + * A string that identifies the version of the content. + */ + contentVersion: string; + /** + * 3 character code presenting a product's currency based on the ISO 4217 standard. + */ + currencyCode: string; + /** + * The locale formatted price of the product. + */ + formattedPrice: string; + /** + * A Boolean value that indicates whether the App Store has downloadable content + * for this product. `true` if at least one file has been associated with the + * product. + */ + isDownloadable: boolean; + /** + * A description of the product. + */ + localizedDescription: string; + /** + * The name of the product. + */ + localizedTitle: string; + /** + * The cost of the product in the local currency. + */ + price: number; + /** + * The string that identifies the product to the Apple App Store. + */ + productIdentifier: string; + } + + interface Protocol { + + // Docs: https://electronjs.org/docs/api/protocol + + /** + * Whether the protocol was successfully intercepted + * + * Intercepts `scheme` protocol and uses `handler` as the protocol's new handler + * which sends a `Buffer` as a response. + */ + interceptBufferProtocol(scheme: string, handler: (request: ProtocolRequest, callback: (response: (Buffer) | (ProtocolResponse)) => void) => void): boolean; + /** + * Whether the protocol was successfully intercepted + * + * Intercepts `scheme` protocol and uses `handler` as the protocol's new handler + * which sends a file as a response. + */ + interceptFileProtocol(scheme: string, handler: (request: ProtocolRequest, callback: (response: (string) | (ProtocolResponse)) => void) => void): boolean; + /** + * Whether the protocol was successfully intercepted + * + * Intercepts `scheme` protocol and uses `handler` as the protocol's new handler + * which sends a new HTTP request as a response. + */ + interceptHttpProtocol(scheme: string, handler: (request: ProtocolRequest, callback: (response: ProtocolResponse) => void) => void): boolean; + /** + * Whether the protocol was successfully intercepted + * + * Same as `protocol.registerStreamProtocol`, except that it replaces an existing + * protocol handler. + */ + interceptStreamProtocol(scheme: string, handler: (request: ProtocolRequest, callback: (response: (NodeJS.ReadableStream) | (ProtocolResponse)) => void) => void): boolean; + /** + * Whether the protocol was successfully intercepted + * + * Intercepts `scheme` protocol and uses `handler` as the protocol's new handler + * which sends a `String` as a response. + */ + interceptStringProtocol(scheme: string, handler: (request: ProtocolRequest, callback: (response: (string) | (ProtocolResponse)) => void) => void): boolean; + /** + * Whether `scheme` is already intercepted. + */ + isProtocolIntercepted(scheme: string): boolean; + /** + * Whether `scheme` is already registered. + */ + isProtocolRegistered(scheme: string): boolean; + /** + * Whether the protocol was successfully registered + * + * Registers a protocol of `scheme` that will send a `Buffer` as a response. + * + * The usage is the same with `registerFileProtocol`, except that the `callback` + * should be called with either a `Buffer` object or an object that has the `data` + * property. + +Example: + */ + registerBufferProtocol(scheme: string, handler: (request: ProtocolRequest, callback: (response: (Buffer) | (ProtocolResponse)) => void) => void): boolean; + /** + * Whether the protocol was successfully registered + * + * Registers a protocol of `scheme` that will send a file as the response. The + * `handler` will be called with `request` and `callback` where `request` is an + * incoming request for the `scheme`. + * + * To handle the `request`, the `callback` should be called with either the file's + * path or an object that has a `path` property, e.g. `callback(filePath)` or + * `callback({ path: filePath })`. The `filePath` must be an absolute path. + * + * By default the `scheme` is treated like `http:`, which is parsed differently + * from protocols that follow the "generic URI syntax" like `file:`. + */ + registerFileProtocol(scheme: string, handler: (request: ProtocolRequest, callback: (response: (string) | (ProtocolResponse)) => void) => void): boolean; + /** + * Whether the protocol was successfully registered + * + * Registers a protocol of `scheme` that will send an HTTP request as a response. + * + * The usage is the same with `registerFileProtocol`, except that the `callback` + * should be called with an object that has the `url` property. + */ + registerHttpProtocol(scheme: string, handler: (request: ProtocolRequest, callback: (response: ProtocolResponse) => void) => void): boolean; + /** + * **Note:** This method can only be used before the `ready` event of the `app` + * module gets emitted and can be called only once. + * + * Registers the `scheme` as standard, secure, bypasses content security policy for + * resources, allows registering ServiceWorker, supports fetch API, and streaming + * video/audio. Specify a privilege with the value of `true` to enable the + * capability. + * + * An example of registering a privileged scheme, that bypasses Content Security + * Policy: + * + * A standard scheme adheres to what RFC 3986 calls generic URI syntax. For example + * `http` and `https` are standard schemes, while `file` is not. + * + * Registering a scheme as standard allows relative and absolute resources to be + * resolved correctly when served. Otherwise the scheme will behave like the `file` + * protocol, but without the ability to resolve relative URLs. + * + * For example when you load following page with custom protocol without + * registering it as standard scheme, the image will not be loaded because + * non-standard schemes can not recognize relative URLs: + * + * Registering a scheme as standard will allow access to files through the + * FileSystem API. Otherwise the renderer will throw a security error for the + * scheme. + * + * By default web storage apis (localStorage, sessionStorage, webSQL, indexedDB, + * cookies) are disabled for non standard schemes. So in general if you want to + * register a custom protocol to replace the `http` protocol, you have to register + * it as a standard scheme. + * + * Protocols that use streams (http and stream protocols) should set `stream: + * true`. The `