laminark 2.21.9 → 2.22.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/plugin/.claude-plugin/plugin.json +3 -2
- package/plugin/.repair-log +6 -0
- package/plugin/CLAUDE.md +57 -8
- package/plugin/dist/hooks/handler.d.ts.map +1 -1
- package/plugin/dist/hooks/handler.js +49 -5
- package/plugin/dist/hooks/handler.js.map +1 -1
- package/plugin/dist/index.js +27 -25
- package/plugin/dist/index.js.map +1 -1
- package/plugin/dist/{tool-registry-D8un_AcG.mjs → tool-registry-Bi1Zdqkm.mjs} +62 -31
- package/plugin/dist/tool-registry-Bi1Zdqkm.mjs.map +1 -0
- package/plugin/node_modules/.bin/node-which +52 -0
- package/plugin/node_modules/.bin/prebuild-install +78 -0
- package/plugin/node_modules/.bin/rc +4 -0
- package/plugin/node_modules/.bin/semver +191 -0
- package/plugin/node_modules/.package-lock.json +2153 -0
- package/plugin/node_modules/@anthropic-ai/claude-agent-sdk/LICENSE.md +1 -0
- package/plugin/node_modules/@anthropic-ai/claude-agent-sdk/README.md +44 -0
- package/plugin/node_modules/@anthropic-ai/claude-agent-sdk/bun.lock +21 -0
- package/plugin/node_modules/@anthropic-ai/claude-agent-sdk/cli.js +12421 -0
- package/plugin/node_modules/@anthropic-ai/claude-agent-sdk/manifest.json +46 -0
- package/plugin/node_modules/@anthropic-ai/claude-agent-sdk/manifest.zst.json +46 -0
- package/plugin/node_modules/@anthropic-ai/claude-agent-sdk/package.json +42 -0
- package/plugin/node_modules/@anthropic-ai/claude-agent-sdk/resvg.wasm +0 -0
- package/plugin/node_modules/@anthropic-ai/claude-agent-sdk/sdk-tools.d.ts +2367 -0
- package/plugin/node_modules/@anthropic-ai/claude-agent-sdk/sdk.d.ts +2153 -0
- package/plugin/node_modules/@anthropic-ai/claude-agent-sdk/sdk.mjs +59 -0
- package/plugin/node_modules/@anthropic-ai/claude-agent-sdk/tree-sitter-bash.wasm +0 -0
- package/plugin/node_modules/@anthropic-ai/claude-agent-sdk/tree-sitter.wasm +0 -0
- package/plugin/node_modules/@hono/node-server/README.md +357 -0
- package/plugin/node_modules/@hono/node-server/package.json +103 -0
- package/plugin/node_modules/@huggingface/jinja/LICENSE +21 -0
- package/plugin/node_modules/@huggingface/jinja/README.md +78 -0
- package/plugin/node_modules/@huggingface/jinja/package.json +54 -0
- package/plugin/node_modules/@huggingface/jinja/tsconfig.json +20 -0
- package/plugin/node_modules/@huggingface/transformers/LICENSE +202 -0
- package/plugin/node_modules/@huggingface/transformers/README.md +467 -0
- package/plugin/node_modules/@huggingface/transformers/package.json +90 -0
- package/plugin/node_modules/@img/colour/LICENSE.md +82 -0
- package/plugin/node_modules/@img/colour/README.md +15 -0
- package/plugin/node_modules/@img/colour/color.cjs +1594 -0
- package/plugin/node_modules/@img/colour/index.cjs +1 -0
- package/plugin/node_modules/@img/colour/package.json +45 -0
- package/plugin/node_modules/@img/sharp-libvips-linux-x64/README.md +46 -0
- package/plugin/node_modules/@img/sharp-libvips-linux-x64/package.json +42 -0
- package/plugin/node_modules/@img/sharp-libvips-linux-x64/versions.json +30 -0
- package/plugin/node_modules/@img/sharp-linux-x64/LICENSE +191 -0
- package/plugin/node_modules/@img/sharp-linux-x64/README.md +18 -0
- package/plugin/node_modules/@img/sharp-linux-x64/package.json +46 -0
- package/plugin/node_modules/@isaacs/fs-minipass/LICENSE +15 -0
- package/plugin/node_modules/@isaacs/fs-minipass/README.md +71 -0
- package/plugin/node_modules/@isaacs/fs-minipass/package.json +72 -0
- package/plugin/node_modules/@modelcontextprotocol/sdk/LICENSE +21 -0
- package/plugin/node_modules/@modelcontextprotocol/sdk/README.md +170 -0
- package/plugin/node_modules/@modelcontextprotocol/sdk/package.json +155 -0
- package/plugin/node_modules/@protobufjs/aspromise/LICENSE +26 -0
- package/plugin/node_modules/@protobufjs/aspromise/README.md +13 -0
- package/plugin/node_modules/@protobufjs/aspromise/index.d.ts +13 -0
- package/plugin/node_modules/@protobufjs/aspromise/index.js +52 -0
- package/plugin/node_modules/@protobufjs/aspromise/package.json +21 -0
- package/plugin/node_modules/@protobufjs/base64/LICENSE +26 -0
- package/plugin/node_modules/@protobufjs/base64/README.md +19 -0
- package/plugin/node_modules/@protobufjs/base64/index.d.ts +32 -0
- package/plugin/node_modules/@protobufjs/base64/index.js +139 -0
- package/plugin/node_modules/@protobufjs/base64/package.json +21 -0
- package/plugin/node_modules/@protobufjs/codegen/LICENSE +26 -0
- package/plugin/node_modules/@protobufjs/codegen/README.md +49 -0
- package/plugin/node_modules/@protobufjs/codegen/index.d.ts +31 -0
- package/plugin/node_modules/@protobufjs/codegen/index.js +99 -0
- package/plugin/node_modules/@protobufjs/codegen/package.json +13 -0
- package/plugin/node_modules/@protobufjs/eventemitter/LICENSE +26 -0
- package/plugin/node_modules/@protobufjs/eventemitter/README.md +22 -0
- package/plugin/node_modules/@protobufjs/eventemitter/index.d.ts +43 -0
- package/plugin/node_modules/@protobufjs/eventemitter/index.js +76 -0
- package/plugin/node_modules/@protobufjs/eventemitter/package.json +21 -0
- package/plugin/node_modules/@protobufjs/fetch/LICENSE +26 -0
- package/plugin/node_modules/@protobufjs/fetch/README.md +13 -0
- package/plugin/node_modules/@protobufjs/fetch/index.d.ts +56 -0
- package/plugin/node_modules/@protobufjs/fetch/index.js +115 -0
- package/plugin/node_modules/@protobufjs/fetch/package.json +25 -0
- package/plugin/node_modules/@protobufjs/float/LICENSE +26 -0
- package/plugin/node_modules/@protobufjs/float/README.md +102 -0
- package/plugin/node_modules/@protobufjs/float/index.d.ts +83 -0
- package/plugin/node_modules/@protobufjs/float/index.js +335 -0
- package/plugin/node_modules/@protobufjs/float/package.json +26 -0
- package/plugin/node_modules/@protobufjs/inquire/LICENSE +26 -0
- package/plugin/node_modules/@protobufjs/inquire/README.md +13 -0
- package/plugin/node_modules/@protobufjs/inquire/index.d.ts +9 -0
- package/plugin/node_modules/@protobufjs/inquire/index.js +17 -0
- package/plugin/node_modules/@protobufjs/inquire/package.json +21 -0
- package/plugin/node_modules/@protobufjs/path/LICENSE +26 -0
- package/plugin/node_modules/@protobufjs/path/README.md +19 -0
- package/plugin/node_modules/@protobufjs/path/index.d.ts +22 -0
- package/plugin/node_modules/@protobufjs/path/index.js +65 -0
- package/plugin/node_modules/@protobufjs/path/package.json +21 -0
- package/plugin/node_modules/@protobufjs/pool/LICENSE +26 -0
- package/plugin/node_modules/@protobufjs/pool/README.md +13 -0
- package/plugin/node_modules/@protobufjs/pool/index.d.ts +32 -0
- package/plugin/node_modules/@protobufjs/pool/index.js +48 -0
- package/plugin/node_modules/@protobufjs/pool/package.json +21 -0
- package/plugin/node_modules/@protobufjs/utf8/LICENSE +26 -0
- package/plugin/node_modules/@protobufjs/utf8/README.md +20 -0
- package/plugin/node_modules/@protobufjs/utf8/index.d.ts +24 -0
- package/plugin/node_modules/@protobufjs/utf8/index.js +105 -0
- package/plugin/node_modules/@protobufjs/utf8/package.json +21 -0
- package/plugin/node_modules/@types/node/LICENSE +21 -0
- package/plugin/node_modules/@types/node/README.md +15 -0
- package/plugin/node_modules/@types/node/assert.d.ts +955 -0
- package/plugin/node_modules/@types/node/async_hooks.d.ts +623 -0
- package/plugin/node_modules/@types/node/buffer.buffer.d.ts +466 -0
- package/plugin/node_modules/@types/node/buffer.d.ts +1810 -0
- package/plugin/node_modules/@types/node/child_process.d.ts +1428 -0
- package/plugin/node_modules/@types/node/cluster.d.ts +486 -0
- package/plugin/node_modules/@types/node/console.d.ts +151 -0
- package/plugin/node_modules/@types/node/constants.d.ts +20 -0
- package/plugin/node_modules/@types/node/crypto.d.ts +4065 -0
- package/plugin/node_modules/@types/node/dgram.d.ts +564 -0
- package/plugin/node_modules/@types/node/diagnostics_channel.d.ts +576 -0
- package/plugin/node_modules/@types/node/dns.d.ts +922 -0
- package/plugin/node_modules/@types/node/domain.d.ts +166 -0
- package/plugin/node_modules/@types/node/events.d.ts +1054 -0
- package/plugin/node_modules/@types/node/fs.d.ts +4676 -0
- package/plugin/node_modules/@types/node/globals.d.ts +150 -0
- package/plugin/node_modules/@types/node/globals.typedarray.d.ts +101 -0
- package/plugin/node_modules/@types/node/http.d.ts +2167 -0
- package/plugin/node_modules/@types/node/http2.d.ts +2480 -0
- package/plugin/node_modules/@types/node/https.d.ts +405 -0
- package/plugin/node_modules/@types/node/index.d.ts +115 -0
- package/plugin/node_modules/@types/node/inspector.d.ts +224 -0
- package/plugin/node_modules/@types/node/inspector.generated.d.ts +4226 -0
- package/plugin/node_modules/@types/node/module.d.ts +819 -0
- package/plugin/node_modules/@types/node/net.d.ts +933 -0
- package/plugin/node_modules/@types/node/os.d.ts +507 -0
- package/plugin/node_modules/@types/node/package.json +155 -0
- package/plugin/node_modules/@types/node/path.d.ts +187 -0
- package/plugin/node_modules/@types/node/perf_hooks.d.ts +643 -0
- package/plugin/node_modules/@types/node/process.d.ts +2161 -0
- package/plugin/node_modules/@types/node/punycode.d.ts +117 -0
- package/plugin/node_modules/@types/node/querystring.d.ts +152 -0
- package/plugin/node_modules/@types/node/quic.d.ts +910 -0
- package/plugin/node_modules/@types/node/readline.d.ts +541 -0
- package/plugin/node_modules/@types/node/repl.d.ts +415 -0
- package/plugin/node_modules/@types/node/sea.d.ts +162 -0
- package/plugin/node_modules/@types/node/sqlite.d.ts +955 -0
- package/plugin/node_modules/@types/node/stream.d.ts +1760 -0
- package/plugin/node_modules/@types/node/string_decoder.d.ts +67 -0
- package/plugin/node_modules/@types/node/test.d.ts +2240 -0
- package/plugin/node_modules/@types/node/timers.d.ts +159 -0
- package/plugin/node_modules/@types/node/tls.d.ts +1198 -0
- package/plugin/node_modules/@types/node/trace_events.d.ts +197 -0
- package/plugin/node_modules/@types/node/tty.d.ts +250 -0
- package/plugin/node_modules/@types/node/url.d.ts +519 -0
- package/plugin/node_modules/@types/node/util.d.ts +1662 -0
- package/plugin/node_modules/@types/node/v8.d.ts +983 -0
- package/plugin/node_modules/@types/node/vm.d.ts +1208 -0
- package/plugin/node_modules/@types/node/wasi.d.ts +202 -0
- package/plugin/node_modules/@types/node/worker_threads.d.ts +717 -0
- package/plugin/node_modules/@types/node/zlib.d.ts +618 -0
- package/plugin/node_modules/accepts/HISTORY.md +250 -0
- package/plugin/node_modules/accepts/LICENSE +23 -0
- package/plugin/node_modules/accepts/README.md +140 -0
- package/plugin/node_modules/accepts/index.js +238 -0
- package/plugin/node_modules/accepts/package.json +47 -0
- package/plugin/node_modules/ajv/.runkit_example.js +23 -0
- package/plugin/node_modules/ajv/LICENSE +22 -0
- package/plugin/node_modules/ajv/README.md +207 -0
- package/plugin/node_modules/ajv/dist/2019.js +61 -0
- package/plugin/node_modules/ajv/dist/2020.js +55 -0
- package/plugin/node_modules/ajv/dist/ajv.js +50 -0
- package/plugin/node_modules/ajv/dist/core.js +618 -0
- package/plugin/node_modules/ajv/lib/2019.ts +81 -0
- package/plugin/node_modules/ajv/lib/2020.ts +75 -0
- package/plugin/node_modules/ajv/lib/ajv.ts +70 -0
- package/plugin/node_modules/ajv/lib/core.ts +892 -0
- package/plugin/node_modules/ajv/lib/jtd.ts +132 -0
- package/plugin/node_modules/ajv/package.json +127 -0
- package/plugin/node_modules/ajv-formats/LICENSE +21 -0
- package/plugin/node_modules/ajv-formats/README.md +125 -0
- package/plugin/node_modules/ajv-formats/dist/formats.d.ts +9 -0
- package/plugin/node_modules/ajv-formats/dist/formats.js +208 -0
- package/plugin/node_modules/ajv-formats/dist/formats.js.map +1 -0
- package/plugin/node_modules/ajv-formats/dist/index.d.ts +15 -0
- package/plugin/node_modules/ajv-formats/dist/index.js +37 -0
- package/plugin/node_modules/ajv-formats/dist/index.js.map +1 -0
- package/plugin/node_modules/ajv-formats/dist/limit.d.ts +10 -0
- package/plugin/node_modules/ajv-formats/dist/limit.js +69 -0
- package/plugin/node_modules/ajv-formats/dist/limit.js.map +1 -0
- package/plugin/node_modules/ajv-formats/package.json +74 -0
- package/plugin/node_modules/ajv-formats/src/formats.ts +269 -0
- package/plugin/node_modules/ajv-formats/src/index.ts +62 -0
- package/plugin/node_modules/ajv-formats/src/limit.ts +99 -0
- package/plugin/node_modules/base64-js/LICENSE +21 -0
- package/plugin/node_modules/base64-js/README.md +34 -0
- package/plugin/node_modules/base64-js/base64js.min.js +1 -0
- package/plugin/node_modules/base64-js/index.d.ts +3 -0
- package/plugin/node_modules/base64-js/index.js +150 -0
- package/plugin/node_modules/base64-js/package.json +47 -0
- package/plugin/node_modules/better-sqlite3/LICENSE +21 -0
- package/plugin/node_modules/better-sqlite3/README.md +99 -0
- package/plugin/node_modules/better-sqlite3/binding.gyp +38 -0
- package/plugin/node_modules/better-sqlite3/deps/common.gypi +68 -0
- package/plugin/node_modules/better-sqlite3/deps/copy.js +31 -0
- package/plugin/node_modules/better-sqlite3/deps/defines.gypi +41 -0
- package/plugin/node_modules/better-sqlite3/deps/download.sh +122 -0
- package/plugin/node_modules/better-sqlite3/deps/sqlite3.gyp +80 -0
- package/plugin/node_modules/better-sqlite3/deps/test_extension.c +21 -0
- package/plugin/node_modules/better-sqlite3/lib/database.js +90 -0
- package/plugin/node_modules/better-sqlite3/lib/index.js +3 -0
- package/plugin/node_modules/better-sqlite3/lib/sqlite-error.js +20 -0
- package/plugin/node_modules/better-sqlite3/lib/util.js +12 -0
- package/plugin/node_modules/better-sqlite3/package.json +59 -0
- package/plugin/node_modules/better-sqlite3/src/addon.cpp +47 -0
- package/plugin/node_modules/better-sqlite3/src/better_sqlite3.cpp +74 -0
- package/plugin/node_modules/bindings/LICENSE.md +22 -0
- package/plugin/node_modules/bindings/README.md +98 -0
- package/plugin/node_modules/bindings/bindings.js +221 -0
- package/plugin/node_modules/bindings/package.json +28 -0
- package/plugin/node_modules/bl/.travis.yml +17 -0
- package/plugin/node_modules/bl/BufferList.js +396 -0
- package/plugin/node_modules/bl/LICENSE.md +13 -0
- package/plugin/node_modules/bl/README.md +247 -0
- package/plugin/node_modules/bl/bl.js +84 -0
- package/plugin/node_modules/bl/package.json +37 -0
- package/plugin/node_modules/body-parser/LICENSE +23 -0
- package/plugin/node_modules/body-parser/README.md +494 -0
- package/plugin/node_modules/body-parser/index.js +71 -0
- package/plugin/node_modules/body-parser/package.json +52 -0
- package/plugin/node_modules/boolean/.eslintrc.json +3 -0
- package/plugin/node_modules/boolean/.npmpackagejsonlintrc.json +3 -0
- package/plugin/node_modules/boolean/.releaserc.json +3 -0
- package/plugin/node_modules/boolean/CHANGELOG.md +70 -0
- package/plugin/node_modules/boolean/LICENSE.txt +8 -0
- package/plugin/node_modules/boolean/README.md +95 -0
- package/plugin/node_modules/boolean/licenseCheck.json +16 -0
- package/plugin/node_modules/boolean/package.json +46 -0
- package/plugin/node_modules/boolean/tsconfig.json +19 -0
- package/plugin/node_modules/buffer/AUTHORS.md +70 -0
- package/plugin/node_modules/buffer/LICENSE +21 -0
- package/plugin/node_modules/buffer/README.md +410 -0
- package/plugin/node_modules/buffer/index.d.ts +186 -0
- package/plugin/node_modules/buffer/index.js +1817 -0
- package/plugin/node_modules/buffer/package.json +96 -0
- package/plugin/node_modules/bytes/History.md +97 -0
- package/plugin/node_modules/bytes/LICENSE +23 -0
- package/plugin/node_modules/bytes/Readme.md +152 -0
- package/plugin/node_modules/bytes/index.js +170 -0
- package/plugin/node_modules/bytes/package.json +42 -0
- package/plugin/node_modules/call-bind-apply-helpers/.eslintrc +17 -0
- package/plugin/node_modules/call-bind-apply-helpers/.nycrc +9 -0
- package/plugin/node_modules/call-bind-apply-helpers/CHANGELOG.md +30 -0
- package/plugin/node_modules/call-bind-apply-helpers/LICENSE +21 -0
- package/plugin/node_modules/call-bind-apply-helpers/README.md +62 -0
- package/plugin/node_modules/call-bind-apply-helpers/actualApply.d.ts +1 -0
- package/plugin/node_modules/call-bind-apply-helpers/actualApply.js +10 -0
- package/plugin/node_modules/call-bind-apply-helpers/applyBind.d.ts +19 -0
- package/plugin/node_modules/call-bind-apply-helpers/applyBind.js +10 -0
- package/plugin/node_modules/call-bind-apply-helpers/functionApply.d.ts +1 -0
- package/plugin/node_modules/call-bind-apply-helpers/functionApply.js +4 -0
- package/plugin/node_modules/call-bind-apply-helpers/functionCall.d.ts +1 -0
- package/plugin/node_modules/call-bind-apply-helpers/functionCall.js +4 -0
- package/plugin/node_modules/call-bind-apply-helpers/index.d.ts +64 -0
- package/plugin/node_modules/call-bind-apply-helpers/index.js +15 -0
- package/plugin/node_modules/call-bind-apply-helpers/package.json +85 -0
- package/plugin/node_modules/call-bind-apply-helpers/reflectApply.d.ts +3 -0
- package/plugin/node_modules/call-bind-apply-helpers/reflectApply.js +4 -0
- package/plugin/node_modules/call-bind-apply-helpers/tsconfig.json +9 -0
- package/plugin/node_modules/call-bound/.eslintrc +13 -0
- package/plugin/node_modules/call-bound/.nycrc +9 -0
- package/plugin/node_modules/call-bound/CHANGELOG.md +42 -0
- package/plugin/node_modules/call-bound/LICENSE +21 -0
- package/plugin/node_modules/call-bound/README.md +53 -0
- package/plugin/node_modules/call-bound/index.d.ts +94 -0
- package/plugin/node_modules/call-bound/index.js +19 -0
- package/plugin/node_modules/call-bound/package.json +99 -0
- package/plugin/node_modules/call-bound/tsconfig.json +10 -0
- package/plugin/node_modules/chownr/LICENSE.md +63 -0
- package/plugin/node_modules/chownr/README.md +3 -0
- package/plugin/node_modules/chownr/package.json +69 -0
- package/plugin/node_modules/content-disposition/HISTORY.md +72 -0
- package/plugin/node_modules/content-disposition/LICENSE +22 -0
- package/plugin/node_modules/content-disposition/README.md +142 -0
- package/plugin/node_modules/content-disposition/index.js +458 -0
- package/plugin/node_modules/content-disposition/package.json +43 -0
- package/plugin/node_modules/content-type/HISTORY.md +29 -0
- package/plugin/node_modules/content-type/LICENSE +22 -0
- package/plugin/node_modules/content-type/README.md +94 -0
- package/plugin/node_modules/content-type/index.js +225 -0
- package/plugin/node_modules/content-type/package.json +42 -0
- package/plugin/node_modules/cookie/LICENSE +24 -0
- package/plugin/node_modules/cookie/README.md +317 -0
- package/plugin/node_modules/cookie/SECURITY.md +25 -0
- package/plugin/node_modules/cookie/index.js +335 -0
- package/plugin/node_modules/cookie/package.json +44 -0
- package/plugin/node_modules/cookie-signature/History.md +70 -0
- package/plugin/node_modules/cookie-signature/LICENSE +22 -0
- package/plugin/node_modules/cookie-signature/Readme.md +23 -0
- package/plugin/node_modules/cookie-signature/index.js +47 -0
- package/plugin/node_modules/cookie-signature/package.json +24 -0
- package/plugin/node_modules/cors/LICENSE +22 -0
- package/plugin/node_modules/cors/README.md +277 -0
- package/plugin/node_modules/cors/package.json +42 -0
- package/plugin/node_modules/cross-spawn/LICENSE +21 -0
- package/plugin/node_modules/cross-spawn/README.md +89 -0
- package/plugin/node_modules/cross-spawn/index.js +39 -0
- package/plugin/node_modules/cross-spawn/package.json +73 -0
- package/plugin/node_modules/debug/LICENSE +20 -0
- package/plugin/node_modules/debug/README.md +481 -0
- package/plugin/node_modules/debug/package.json +64 -0
- package/plugin/node_modules/decompress-response/index.d.ts +22 -0
- package/plugin/node_modules/decompress-response/index.js +58 -0
- package/plugin/node_modules/decompress-response/license +9 -0
- package/plugin/node_modules/decompress-response/package.json +56 -0
- package/plugin/node_modules/decompress-response/readme.md +48 -0
- package/plugin/node_modules/deep-extend/CHANGELOG.md +46 -0
- package/plugin/node_modules/deep-extend/LICENSE +20 -0
- package/plugin/node_modules/deep-extend/README.md +91 -0
- package/plugin/node_modules/deep-extend/index.js +1 -0
- package/plugin/node_modules/deep-extend/package.json +62 -0
- package/plugin/node_modules/define-data-property/.eslintrc +24 -0
- package/plugin/node_modules/define-data-property/.nycrc +13 -0
- package/plugin/node_modules/define-data-property/CHANGELOG.md +70 -0
- package/plugin/node_modules/define-data-property/LICENSE +21 -0
- package/plugin/node_modules/define-data-property/README.md +67 -0
- package/plugin/node_modules/define-data-property/index.d.ts +12 -0
- package/plugin/node_modules/define-data-property/index.js +56 -0
- package/plugin/node_modules/define-data-property/package.json +106 -0
- package/plugin/node_modules/define-data-property/tsconfig.json +59 -0
- package/plugin/node_modules/define-properties/.editorconfig +13 -0
- package/plugin/node_modules/define-properties/.eslintrc +19 -0
- package/plugin/node_modules/define-properties/.nycrc +9 -0
- package/plugin/node_modules/define-properties/CHANGELOG.md +91 -0
- package/plugin/node_modules/define-properties/LICENSE +21 -0
- package/plugin/node_modules/define-properties/README.md +84 -0
- package/plugin/node_modules/define-properties/index.js +47 -0
- package/plugin/node_modules/define-properties/package.json +88 -0
- package/plugin/node_modules/depd/History.md +103 -0
- package/plugin/node_modules/depd/LICENSE +22 -0
- package/plugin/node_modules/depd/Readme.md +280 -0
- package/plugin/node_modules/depd/index.js +538 -0
- package/plugin/node_modules/depd/package.json +45 -0
- package/plugin/node_modules/detect-libc/LICENSE +201 -0
- package/plugin/node_modules/detect-libc/README.md +163 -0
- package/plugin/node_modules/detect-libc/index.d.ts +14 -0
- package/plugin/node_modules/detect-libc/package.json +44 -0
- package/plugin/node_modules/detect-node/LICENSE +21 -0
- package/plugin/node_modules/detect-node/Readme.md +30 -0
- package/plugin/node_modules/detect-node/browser.js +2 -0
- package/plugin/node_modules/detect-node/index.esm.js +2 -0
- package/plugin/node_modules/detect-node/index.js +2 -0
- package/plugin/node_modules/detect-node/package.json +25 -0
- package/plugin/node_modules/dunder-proto/.eslintrc +5 -0
- package/plugin/node_modules/dunder-proto/.nycrc +13 -0
- package/plugin/node_modules/dunder-proto/CHANGELOG.md +24 -0
- package/plugin/node_modules/dunder-proto/LICENSE +21 -0
- package/plugin/node_modules/dunder-proto/README.md +54 -0
- package/plugin/node_modules/dunder-proto/get.d.ts +5 -0
- package/plugin/node_modules/dunder-proto/get.js +30 -0
- package/plugin/node_modules/dunder-proto/package.json +76 -0
- package/plugin/node_modules/dunder-proto/set.d.ts +5 -0
- package/plugin/node_modules/dunder-proto/set.js +35 -0
- package/plugin/node_modules/dunder-proto/tsconfig.json +9 -0
- package/plugin/node_modules/ee-first/LICENSE +22 -0
- package/plugin/node_modules/ee-first/README.md +80 -0
- package/plugin/node_modules/ee-first/index.js +95 -0
- package/plugin/node_modules/ee-first/package.json +29 -0
- package/plugin/node_modules/encodeurl/LICENSE +22 -0
- package/plugin/node_modules/encodeurl/README.md +109 -0
- package/plugin/node_modules/encodeurl/index.js +60 -0
- package/plugin/node_modules/encodeurl/package.json +40 -0
- package/plugin/node_modules/end-of-stream/LICENSE +21 -0
- package/plugin/node_modules/end-of-stream/README.md +54 -0
- package/plugin/node_modules/end-of-stream/index.js +96 -0
- package/plugin/node_modules/end-of-stream/package.json +37 -0
- package/plugin/node_modules/es-define-property/.eslintrc +13 -0
- package/plugin/node_modules/es-define-property/.nycrc +9 -0
- package/plugin/node_modules/es-define-property/CHANGELOG.md +29 -0
- package/plugin/node_modules/es-define-property/LICENSE +21 -0
- package/plugin/node_modules/es-define-property/README.md +49 -0
- package/plugin/node_modules/es-define-property/index.d.ts +3 -0
- package/plugin/node_modules/es-define-property/index.js +14 -0
- package/plugin/node_modules/es-define-property/package.json +81 -0
- package/plugin/node_modules/es-define-property/tsconfig.json +10 -0
- package/plugin/node_modules/es-errors/.eslintrc +5 -0
- package/plugin/node_modules/es-errors/CHANGELOG.md +40 -0
- package/plugin/node_modules/es-errors/LICENSE +21 -0
- package/plugin/node_modules/es-errors/README.md +55 -0
- package/plugin/node_modules/es-errors/eval.d.ts +3 -0
- package/plugin/node_modules/es-errors/eval.js +4 -0
- package/plugin/node_modules/es-errors/index.d.ts +3 -0
- package/plugin/node_modules/es-errors/index.js +4 -0
- package/plugin/node_modules/es-errors/package.json +80 -0
- package/plugin/node_modules/es-errors/range.d.ts +3 -0
- package/plugin/node_modules/es-errors/range.js +4 -0
- package/plugin/node_modules/es-errors/ref.d.ts +3 -0
- package/plugin/node_modules/es-errors/ref.js +4 -0
- package/plugin/node_modules/es-errors/syntax.d.ts +3 -0
- package/plugin/node_modules/es-errors/syntax.js +4 -0
- package/plugin/node_modules/es-errors/tsconfig.json +49 -0
- package/plugin/node_modules/es-errors/type.d.ts +3 -0
- package/plugin/node_modules/es-errors/type.js +4 -0
- package/plugin/node_modules/es-errors/uri.d.ts +3 -0
- package/plugin/node_modules/es-errors/uri.js +4 -0
- package/plugin/node_modules/es-object-atoms/.eslintrc +16 -0
- package/plugin/node_modules/es-object-atoms/CHANGELOG.md +37 -0
- package/plugin/node_modules/es-object-atoms/LICENSE +21 -0
- package/plugin/node_modules/es-object-atoms/README.md +63 -0
- package/plugin/node_modules/es-object-atoms/RequireObjectCoercible.d.ts +3 -0
- package/plugin/node_modules/es-object-atoms/RequireObjectCoercible.js +11 -0
- package/plugin/node_modules/es-object-atoms/ToObject.d.ts +7 -0
- package/plugin/node_modules/es-object-atoms/ToObject.js +10 -0
- package/plugin/node_modules/es-object-atoms/index.d.ts +3 -0
- package/plugin/node_modules/es-object-atoms/index.js +4 -0
- package/plugin/node_modules/es-object-atoms/isObject.d.ts +3 -0
- package/plugin/node_modules/es-object-atoms/isObject.js +6 -0
- package/plugin/node_modules/es-object-atoms/package.json +80 -0
- package/plugin/node_modules/es-object-atoms/tsconfig.json +6 -0
- package/plugin/node_modules/es6-error/CHANGELOG.md +26 -0
- package/plugin/node_modules/es6-error/LICENSE.md +21 -0
- package/plugin/node_modules/es6-error/README.md +59 -0
- package/plugin/node_modules/es6-error/package.json +48 -0
- package/plugin/node_modules/escape-html/LICENSE +24 -0
- package/plugin/node_modules/escape-html/Readme.md +43 -0
- package/plugin/node_modules/escape-html/index.js +78 -0
- package/plugin/node_modules/escape-html/package.json +24 -0
- package/plugin/node_modules/escape-string-regexp/index.d.ts +18 -0
- package/plugin/node_modules/escape-string-regexp/index.js +13 -0
- package/plugin/node_modules/escape-string-regexp/license +9 -0
- package/plugin/node_modules/escape-string-regexp/package.json +38 -0
- package/plugin/node_modules/escape-string-regexp/readme.md +34 -0
- package/plugin/node_modules/etag/HISTORY.md +83 -0
- package/plugin/node_modules/etag/LICENSE +22 -0
- package/plugin/node_modules/etag/README.md +159 -0
- package/plugin/node_modules/etag/index.js +131 -0
- package/plugin/node_modules/etag/package.json +47 -0
- package/plugin/node_modules/eventsource/LICENSE +22 -0
- package/plugin/node_modules/eventsource/README.md +167 -0
- package/plugin/node_modules/eventsource/package.json +130 -0
- package/plugin/node_modules/eventsource-parser/LICENSE +21 -0
- package/plugin/node_modules/eventsource-parser/README.md +126 -0
- package/plugin/node_modules/eventsource-parser/package.json +115 -0
- package/plugin/node_modules/eventsource-parser/stream.js +2 -0
- package/plugin/node_modules/expand-template/.travis.yml +6 -0
- package/plugin/node_modules/expand-template/LICENSE +21 -0
- package/plugin/node_modules/expand-template/README.md +43 -0
- package/plugin/node_modules/expand-template/index.js +26 -0
- package/plugin/node_modules/expand-template/package.json +29 -0
- package/plugin/node_modules/expand-template/test.js +67 -0
- package/plugin/node_modules/express/LICENSE +24 -0
- package/plugin/node_modules/express/Readme.md +276 -0
- package/plugin/node_modules/express/index.js +11 -0
- package/plugin/node_modules/express/package.json +99 -0
- package/plugin/node_modules/express-rate-limit/license.md +20 -0
- package/plugin/node_modules/express-rate-limit/package.json +112 -0
- package/plugin/node_modules/express-rate-limit/readme.md +151 -0
- package/plugin/node_modules/express-rate-limit/tsconfig.json +8 -0
- package/plugin/node_modules/fast-deep-equal/LICENSE +21 -0
- package/plugin/node_modules/fast-deep-equal/README.md +96 -0
- package/plugin/node_modules/fast-deep-equal/index.d.ts +4 -0
- package/plugin/node_modules/fast-deep-equal/index.js +46 -0
- package/plugin/node_modules/fast-deep-equal/package.json +61 -0
- package/plugin/node_modules/fast-deep-equal/react.d.ts +2 -0
- package/plugin/node_modules/fast-deep-equal/react.js +53 -0
- package/plugin/node_modules/fast-uri/.gitattributes +2 -0
- package/plugin/node_modules/fast-uri/LICENSE +32 -0
- package/plugin/node_modules/fast-uri/README.md +143 -0
- package/plugin/node_modules/fast-uri/eslint.config.js +6 -0
- package/plugin/node_modules/fast-uri/index.js +340 -0
- package/plugin/node_modules/fast-uri/package.json +69 -0
- package/plugin/node_modules/fast-uri/tsconfig.json +9 -0
- package/plugin/node_modules/file-uri-to-path/.travis.yml +30 -0
- package/plugin/node_modules/file-uri-to-path/History.md +21 -0
- package/plugin/node_modules/file-uri-to-path/LICENSE +20 -0
- package/plugin/node_modules/file-uri-to-path/README.md +74 -0
- package/plugin/node_modules/file-uri-to-path/index.d.ts +2 -0
- package/plugin/node_modules/file-uri-to-path/index.js +66 -0
- package/plugin/node_modules/file-uri-to-path/package.json +32 -0
- package/plugin/node_modules/finalhandler/HISTORY.md +239 -0
- package/plugin/node_modules/finalhandler/LICENSE +22 -0
- package/plugin/node_modules/finalhandler/README.md +150 -0
- package/plugin/node_modules/finalhandler/index.js +293 -0
- package/plugin/node_modules/finalhandler/package.json +47 -0
- package/plugin/node_modules/flatbuffers/LICENSE +202 -0
- package/plugin/node_modules/flatbuffers/README.md +116 -0
- package/plugin/node_modules/flatbuffers/package.json +53 -0
- package/plugin/node_modules/forwarded/HISTORY.md +21 -0
- package/plugin/node_modules/forwarded/LICENSE +22 -0
- package/plugin/node_modules/forwarded/README.md +57 -0
- package/plugin/node_modules/forwarded/index.js +90 -0
- package/plugin/node_modules/forwarded/package.json +45 -0
- package/plugin/node_modules/fresh/HISTORY.md +80 -0
- package/plugin/node_modules/fresh/LICENSE +23 -0
- package/plugin/node_modules/fresh/README.md +117 -0
- package/plugin/node_modules/fresh/index.js +136 -0
- package/plugin/node_modules/fresh/package.json +46 -0
- package/plugin/node_modules/fs-constants/LICENSE +21 -0
- package/plugin/node_modules/fs-constants/README.md +26 -0
- package/plugin/node_modules/fs-constants/browser.js +1 -0
- package/plugin/node_modules/fs-constants/index.js +1 -0
- package/plugin/node_modules/fs-constants/package.json +19 -0
- package/plugin/node_modules/function-bind/.eslintrc +21 -0
- package/plugin/node_modules/function-bind/.nycrc +13 -0
- package/plugin/node_modules/function-bind/CHANGELOG.md +136 -0
- package/plugin/node_modules/function-bind/LICENSE +20 -0
- package/plugin/node_modules/function-bind/README.md +46 -0
- package/plugin/node_modules/function-bind/implementation.js +84 -0
- package/plugin/node_modules/function-bind/index.js +5 -0
- package/plugin/node_modules/function-bind/package.json +87 -0
- package/plugin/node_modules/get-intrinsic/.eslintrc +42 -0
- package/plugin/node_modules/get-intrinsic/.nycrc +9 -0
- package/plugin/node_modules/get-intrinsic/CHANGELOG.md +186 -0
- package/plugin/node_modules/get-intrinsic/LICENSE +21 -0
- package/plugin/node_modules/get-intrinsic/README.md +71 -0
- package/plugin/node_modules/get-intrinsic/index.js +378 -0
- package/plugin/node_modules/get-intrinsic/package.json +97 -0
- package/plugin/node_modules/get-proto/.eslintrc +10 -0
- package/plugin/node_modules/get-proto/.nycrc +9 -0
- package/plugin/node_modules/get-proto/CHANGELOG.md +21 -0
- package/plugin/node_modules/get-proto/LICENSE +21 -0
- package/plugin/node_modules/get-proto/Object.getPrototypeOf.d.ts +5 -0
- package/plugin/node_modules/get-proto/Object.getPrototypeOf.js +6 -0
- package/plugin/node_modules/get-proto/README.md +50 -0
- package/plugin/node_modules/get-proto/Reflect.getPrototypeOf.d.ts +3 -0
- package/plugin/node_modules/get-proto/Reflect.getPrototypeOf.js +4 -0
- package/plugin/node_modules/get-proto/index.d.ts +5 -0
- package/plugin/node_modules/get-proto/index.js +27 -0
- package/plugin/node_modules/get-proto/package.json +81 -0
- package/plugin/node_modules/get-proto/tsconfig.json +9 -0
- package/plugin/node_modules/github-from-package/.travis.yml +4 -0
- package/plugin/node_modules/github-from-package/LICENSE +18 -0
- package/plugin/node_modules/github-from-package/index.js +17 -0
- package/plugin/node_modules/github-from-package/package.json +30 -0
- package/plugin/node_modules/github-from-package/readme.markdown +53 -0
- package/plugin/node_modules/global-agent/.flowconfig +3 -0
- package/plugin/node_modules/global-agent/LICENSE +24 -0
- package/plugin/node_modules/global-agent/README.md +239 -0
- package/plugin/node_modules/global-agent/bootstrap.js +1 -0
- package/plugin/node_modules/global-agent/package.json +105 -0
- package/plugin/node_modules/globalthis/.eslintrc +18 -0
- package/plugin/node_modules/globalthis/.nycrc +10 -0
- package/plugin/node_modules/globalthis/CHANGELOG.md +109 -0
- package/plugin/node_modules/globalthis/LICENSE +21 -0
- package/plugin/node_modules/globalthis/README.md +70 -0
- package/plugin/node_modules/globalthis/auto.js +3 -0
- package/plugin/node_modules/globalthis/implementation.browser.js +11 -0
- package/plugin/node_modules/globalthis/implementation.js +3 -0
- package/plugin/node_modules/globalthis/index.js +19 -0
- package/plugin/node_modules/globalthis/package.json +99 -0
- package/plugin/node_modules/globalthis/polyfill.js +10 -0
- package/plugin/node_modules/globalthis/shim.js +29 -0
- package/plugin/node_modules/gopd/.eslintrc +16 -0
- package/plugin/node_modules/gopd/CHANGELOG.md +45 -0
- package/plugin/node_modules/gopd/LICENSE +21 -0
- package/plugin/node_modules/gopd/README.md +40 -0
- package/plugin/node_modules/gopd/gOPD.d.ts +1 -0
- package/plugin/node_modules/gopd/gOPD.js +4 -0
- package/plugin/node_modules/gopd/index.d.ts +5 -0
- package/plugin/node_modules/gopd/index.js +15 -0
- package/plugin/node_modules/gopd/package.json +77 -0
- package/plugin/node_modules/gopd/tsconfig.json +9 -0
- package/plugin/node_modules/guid-typescript/README.md +39 -0
- package/plugin/node_modules/guid-typescript/package.json +37 -0
- package/plugin/node_modules/has-property-descriptors/.eslintrc +13 -0
- package/plugin/node_modules/has-property-descriptors/.nycrc +9 -0
- package/plugin/node_modules/has-property-descriptors/CHANGELOG.md +35 -0
- package/plugin/node_modules/has-property-descriptors/LICENSE +21 -0
- package/plugin/node_modules/has-property-descriptors/README.md +43 -0
- package/plugin/node_modules/has-property-descriptors/index.js +22 -0
- package/plugin/node_modules/has-property-descriptors/package.json +77 -0
- package/plugin/node_modules/has-symbols/.eslintrc +11 -0
- package/plugin/node_modules/has-symbols/.nycrc +9 -0
- package/plugin/node_modules/has-symbols/CHANGELOG.md +91 -0
- package/plugin/node_modules/has-symbols/LICENSE +21 -0
- package/plugin/node_modules/has-symbols/README.md +46 -0
- package/plugin/node_modules/has-symbols/index.d.ts +3 -0
- package/plugin/node_modules/has-symbols/index.js +14 -0
- package/plugin/node_modules/has-symbols/package.json +111 -0
- package/plugin/node_modules/has-symbols/shams.d.ts +3 -0
- package/plugin/node_modules/has-symbols/shams.js +45 -0
- package/plugin/node_modules/has-symbols/tsconfig.json +10 -0
- package/plugin/node_modules/hasown/.eslintrc +5 -0
- package/plugin/node_modules/hasown/.nycrc +13 -0
- package/plugin/node_modules/hasown/CHANGELOG.md +40 -0
- package/plugin/node_modules/hasown/LICENSE +21 -0
- package/plugin/node_modules/hasown/README.md +40 -0
- package/plugin/node_modules/hasown/index.d.ts +3 -0
- package/plugin/node_modules/hasown/index.js +8 -0
- package/plugin/node_modules/hasown/package.json +92 -0
- package/plugin/node_modules/hasown/tsconfig.json +6 -0
- package/plugin/node_modules/hono/LICENSE +21 -0
- package/plugin/node_modules/hono/README.md +85 -0
- package/plugin/node_modules/hono/dist/compose.js +46 -0
- package/plugin/node_modules/hono/dist/context.js +412 -0
- package/plugin/node_modules/hono/dist/hono-base.js +378 -0
- package/plugin/node_modules/hono/dist/hono.js +21 -0
- package/plugin/node_modules/hono/dist/http-exception.js +35 -0
- package/plugin/node_modules/hono/dist/index.js +5 -0
- package/plugin/node_modules/hono/dist/request.js +301 -0
- package/plugin/node_modules/hono/dist/router.js +14 -0
- package/plugin/node_modules/hono/dist/types.js +6 -0
- package/plugin/node_modules/hono/package.json +691 -0
- package/plugin/node_modules/http-errors/HISTORY.md +186 -0
- package/plugin/node_modules/http-errors/LICENSE +23 -0
- package/plugin/node_modules/http-errors/README.md +169 -0
- package/plugin/node_modules/http-errors/index.js +290 -0
- package/plugin/node_modules/http-errors/package.json +54 -0
- package/plugin/node_modules/iconv-lite/LICENSE +21 -0
- package/plugin/node_modules/iconv-lite/README.md +138 -0
- package/plugin/node_modules/iconv-lite/package.json +70 -0
- package/plugin/node_modules/ieee754/LICENSE +11 -0
- package/plugin/node_modules/ieee754/README.md +51 -0
- package/plugin/node_modules/ieee754/index.d.ts +10 -0
- package/plugin/node_modules/ieee754/index.js +85 -0
- package/plugin/node_modules/ieee754/package.json +52 -0
- package/plugin/node_modules/inherits/LICENSE +16 -0
- package/plugin/node_modules/inherits/README.md +42 -0
- package/plugin/node_modules/inherits/inherits.js +9 -0
- package/plugin/node_modules/inherits/inherits_browser.js +27 -0
- package/plugin/node_modules/inherits/package.json +29 -0
- package/plugin/node_modules/ini/LICENSE +15 -0
- package/plugin/node_modules/ini/README.md +102 -0
- package/plugin/node_modules/ini/ini.js +206 -0
- package/plugin/node_modules/ini/package.json +33 -0
- package/plugin/node_modules/ip-address/LICENSE +19 -0
- package/plugin/node_modules/ip-address/README.md +105 -0
- package/plugin/node_modules/ip-address/package.json +78 -0
- package/plugin/node_modules/ipaddr.js/LICENSE +19 -0
- package/plugin/node_modules/ipaddr.js/README.md +233 -0
- package/plugin/node_modules/ipaddr.js/ipaddr.min.js +1 -0
- package/plugin/node_modules/ipaddr.js/package.json +35 -0
- package/plugin/node_modules/is-promise/LICENSE +19 -0
- package/plugin/node_modules/is-promise/index.d.ts +2 -0
- package/plugin/node_modules/is-promise/index.js +6 -0
- package/plugin/node_modules/is-promise/index.mjs +3 -0
- package/plugin/node_modules/is-promise/package.json +30 -0
- package/plugin/node_modules/is-promise/readme.md +33 -0
- package/plugin/node_modules/isexe/LICENSE +15 -0
- package/plugin/node_modules/isexe/README.md +51 -0
- package/plugin/node_modules/isexe/index.js +57 -0
- package/plugin/node_modules/isexe/mode.js +41 -0
- package/plugin/node_modules/isexe/package.json +31 -0
- package/plugin/node_modules/isexe/windows.js +42 -0
- package/plugin/node_modules/jose/LICENSE.md +21 -0
- package/plugin/node_modules/jose/README.md +153 -0
- package/plugin/node_modules/jose/package.json +200 -0
- package/plugin/node_modules/json-schema-traverse/.eslintrc.yml +27 -0
- package/plugin/node_modules/json-schema-traverse/LICENSE +21 -0
- package/plugin/node_modules/json-schema-traverse/README.md +95 -0
- package/plugin/node_modules/json-schema-traverse/index.d.ts +40 -0
- package/plugin/node_modules/json-schema-traverse/index.js +93 -0
- package/plugin/node_modules/json-schema-traverse/package.json +43 -0
- package/plugin/node_modules/json-schema-typed/LICENSE.md +57 -0
- package/plugin/node_modules/json-schema-typed/README.md +108 -0
- package/plugin/node_modules/json-schema-typed/draft_07.d.ts +882 -0
- package/plugin/node_modules/json-schema-typed/draft_07.js +328 -0
- package/plugin/node_modules/json-schema-typed/draft_2019_09.d.ts +1247 -0
- package/plugin/node_modules/json-schema-typed/draft_2019_09.js +349 -0
- package/plugin/node_modules/json-schema-typed/draft_2020_12.d.ts +1239 -0
- package/plugin/node_modules/json-schema-typed/draft_2020_12.js +352 -0
- package/plugin/node_modules/json-schema-typed/package.json +44 -0
- package/plugin/node_modules/json-stringify-safe/CHANGELOG.md +14 -0
- package/plugin/node_modules/json-stringify-safe/LICENSE +15 -0
- package/plugin/node_modules/json-stringify-safe/Makefile +35 -0
- package/plugin/node_modules/json-stringify-safe/README.md +52 -0
- package/plugin/node_modules/json-stringify-safe/package.json +31 -0
- package/plugin/node_modules/json-stringify-safe/stringify.js +27 -0
- package/plugin/node_modules/long/LICENSE +202 -0
- package/plugin/node_modules/long/README.md +286 -0
- package/plugin/node_modules/long/index.d.ts +2 -0
- package/plugin/node_modules/long/index.js +1581 -0
- package/plugin/node_modules/long/package.json +58 -0
- package/plugin/node_modules/long/types.d.ts +474 -0
- package/plugin/node_modules/matcher/index.d.ts +85 -0
- package/plugin/node_modules/matcher/index.js +77 -0
- package/plugin/node_modules/matcher/license +9 -0
- package/plugin/node_modules/matcher/package.json +54 -0
- package/plugin/node_modules/matcher/readme.md +120 -0
- package/plugin/node_modules/math-intrinsics/.eslintrc +16 -0
- package/plugin/node_modules/math-intrinsics/CHANGELOG.md +24 -0
- package/plugin/node_modules/math-intrinsics/LICENSE +21 -0
- package/plugin/node_modules/math-intrinsics/README.md +50 -0
- package/plugin/node_modules/math-intrinsics/abs.d.ts +1 -0
- package/plugin/node_modules/math-intrinsics/abs.js +4 -0
- package/plugin/node_modules/math-intrinsics/floor.d.ts +1 -0
- package/plugin/node_modules/math-intrinsics/floor.js +4 -0
- package/plugin/node_modules/math-intrinsics/isFinite.d.ts +3 -0
- package/plugin/node_modules/math-intrinsics/isFinite.js +12 -0
- package/plugin/node_modules/math-intrinsics/isInteger.d.ts +3 -0
- package/plugin/node_modules/math-intrinsics/isInteger.js +16 -0
- package/plugin/node_modules/math-intrinsics/isNaN.d.ts +1 -0
- package/plugin/node_modules/math-intrinsics/isNaN.js +6 -0
- package/plugin/node_modules/math-intrinsics/isNegativeZero.d.ts +3 -0
- package/plugin/node_modules/math-intrinsics/isNegativeZero.js +6 -0
- package/plugin/node_modules/math-intrinsics/max.d.ts +1 -0
- package/plugin/node_modules/math-intrinsics/max.js +4 -0
- package/plugin/node_modules/math-intrinsics/min.d.ts +1 -0
- package/plugin/node_modules/math-intrinsics/min.js +4 -0
- package/plugin/node_modules/math-intrinsics/mod.d.ts +3 -0
- package/plugin/node_modules/math-intrinsics/mod.js +9 -0
- package/plugin/node_modules/math-intrinsics/package.json +86 -0
- package/plugin/node_modules/math-intrinsics/pow.d.ts +1 -0
- package/plugin/node_modules/math-intrinsics/pow.js +4 -0
- package/plugin/node_modules/math-intrinsics/round.d.ts +1 -0
- package/plugin/node_modules/math-intrinsics/round.js +4 -0
- package/plugin/node_modules/math-intrinsics/sign.d.ts +3 -0
- package/plugin/node_modules/math-intrinsics/sign.js +11 -0
- package/plugin/node_modules/math-intrinsics/tsconfig.json +3 -0
- package/plugin/node_modules/media-typer/HISTORY.md +50 -0
- package/plugin/node_modules/media-typer/LICENSE +22 -0
- package/plugin/node_modules/media-typer/README.md +93 -0
- package/plugin/node_modules/media-typer/index.js +143 -0
- package/plugin/node_modules/media-typer/package.json +33 -0
- package/plugin/node_modules/merge-descriptors/index.d.ts +11 -0
- package/plugin/node_modules/merge-descriptors/index.js +26 -0
- package/plugin/node_modules/merge-descriptors/license +11 -0
- package/plugin/node_modules/merge-descriptors/package.json +50 -0
- package/plugin/node_modules/merge-descriptors/readme.md +55 -0
- package/plugin/node_modules/mime-db/HISTORY.md +541 -0
- package/plugin/node_modules/mime-db/LICENSE +23 -0
- package/plugin/node_modules/mime-db/README.md +109 -0
- package/plugin/node_modules/mime-db/db.json +9342 -0
- package/plugin/node_modules/mime-db/index.js +12 -0
- package/plugin/node_modules/mime-db/package.json +56 -0
- package/plugin/node_modules/mime-types/HISTORY.md +428 -0
- package/plugin/node_modules/mime-types/LICENSE +23 -0
- package/plugin/node_modules/mime-types/README.md +126 -0
- package/plugin/node_modules/mime-types/index.js +211 -0
- package/plugin/node_modules/mime-types/mimeScore.js +57 -0
- package/plugin/node_modules/mime-types/package.json +49 -0
- package/plugin/node_modules/mimic-response/index.d.ts +17 -0
- package/plugin/node_modules/mimic-response/index.js +77 -0
- package/plugin/node_modules/mimic-response/license +9 -0
- package/plugin/node_modules/mimic-response/package.json +42 -0
- package/plugin/node_modules/mimic-response/readme.md +78 -0
- package/plugin/node_modules/minimist/.eslintrc +29 -0
- package/plugin/node_modules/minimist/.nycrc +14 -0
- package/plugin/node_modules/minimist/CHANGELOG.md +298 -0
- package/plugin/node_modules/minimist/LICENSE +18 -0
- package/plugin/node_modules/minimist/README.md +121 -0
- package/plugin/node_modules/minimist/index.js +263 -0
- package/plugin/node_modules/minimist/package.json +75 -0
- package/plugin/node_modules/minipass/LICENSE.md +55 -0
- package/plugin/node_modules/minipass/README.md +825 -0
- package/plugin/node_modules/minipass/package.json +77 -0
- package/plugin/node_modules/minizlib/LICENSE +26 -0
- package/plugin/node_modules/minizlib/README.md +64 -0
- package/plugin/node_modules/minizlib/package.json +80 -0
- package/plugin/node_modules/mkdirp-classic/LICENSE +21 -0
- package/plugin/node_modules/mkdirp-classic/README.md +18 -0
- package/plugin/node_modules/mkdirp-classic/index.js +98 -0
- package/plugin/node_modules/mkdirp-classic/package.json +18 -0
- package/plugin/node_modules/ms/index.js +162 -0
- package/plugin/node_modules/ms/license.md +21 -0
- package/plugin/node_modules/ms/package.json +38 -0
- package/plugin/node_modules/ms/readme.md +59 -0
- package/plugin/node_modules/napi-build-utils/LICENSE +21 -0
- package/plugin/node_modules/napi-build-utils/README.md +52 -0
- package/plugin/node_modules/napi-build-utils/index.js +214 -0
- package/plugin/node_modules/napi-build-utils/index.md +0 -0
- package/plugin/node_modules/napi-build-utils/package.json +42 -0
- package/plugin/node_modules/negotiator/HISTORY.md +114 -0
- package/plugin/node_modules/negotiator/LICENSE +24 -0
- package/plugin/node_modules/negotiator/README.md +212 -0
- package/plugin/node_modules/negotiator/index.js +83 -0
- package/plugin/node_modules/negotiator/package.json +43 -0
- package/plugin/node_modules/node-abi/LICENSE +21 -0
- package/plugin/node_modules/node-abi/README.md +54 -0
- package/plugin/node_modules/node-abi/abi_registry.json +432 -0
- package/plugin/node_modules/node-abi/index.js +179 -0
- package/plugin/node_modules/node-abi/package.json +45 -0
- package/plugin/node_modules/object-assign/index.js +90 -0
- package/plugin/node_modules/object-assign/license +21 -0
- package/plugin/node_modules/object-assign/package.json +42 -0
- package/plugin/node_modules/object-assign/readme.md +61 -0
- package/plugin/node_modules/object-inspect/.eslintrc +53 -0
- package/plugin/node_modules/object-inspect/.nycrc +13 -0
- package/plugin/node_modules/object-inspect/CHANGELOG.md +424 -0
- package/plugin/node_modules/object-inspect/LICENSE +21 -0
- package/plugin/node_modules/object-inspect/index.js +544 -0
- package/plugin/node_modules/object-inspect/package-support.json +20 -0
- package/plugin/node_modules/object-inspect/package.json +105 -0
- package/plugin/node_modules/object-inspect/readme.markdown +84 -0
- package/plugin/node_modules/object-inspect/test-core-js.js +26 -0
- package/plugin/node_modules/object-inspect/util.inspect.js +1 -0
- package/plugin/node_modules/object-keys/.editorconfig +13 -0
- package/plugin/node_modules/object-keys/.eslintrc +17 -0
- package/plugin/node_modules/object-keys/.travis.yml +277 -0
- package/plugin/node_modules/object-keys/CHANGELOG.md +232 -0
- package/plugin/node_modules/object-keys/LICENSE +21 -0
- package/plugin/node_modules/object-keys/README.md +76 -0
- package/plugin/node_modules/object-keys/implementation.js +122 -0
- package/plugin/node_modules/object-keys/index.js +32 -0
- package/plugin/node_modules/object-keys/isArguments.js +17 -0
- package/plugin/node_modules/object-keys/package.json +88 -0
- package/plugin/node_modules/on-finished/HISTORY.md +98 -0
- package/plugin/node_modules/on-finished/LICENSE +23 -0
- package/plugin/node_modules/on-finished/README.md +162 -0
- package/plugin/node_modules/on-finished/index.js +234 -0
- package/plugin/node_modules/on-finished/package.json +39 -0
- package/plugin/node_modules/once/LICENSE +15 -0
- package/plugin/node_modules/once/README.md +79 -0
- package/plugin/node_modules/once/once.js +42 -0
- package/plugin/node_modules/once/package.json +33 -0
- package/plugin/node_modules/onnxruntime-common/README.md +13 -0
- package/plugin/node_modules/onnxruntime-common/package.json +35 -0
- package/plugin/node_modules/onnxruntime-node/README.md +51 -0
- package/plugin/node_modules/onnxruntime-node/dist/backend.d.ts +9 -0
- package/plugin/node_modules/onnxruntime-node/dist/backend.js +79 -0
- package/plugin/node_modules/onnxruntime-node/dist/backend.js.map +1 -0
- package/plugin/node_modules/onnxruntime-node/dist/binding.d.ts +40 -0
- package/plugin/node_modules/onnxruntime-node/dist/binding.js +41 -0
- package/plugin/node_modules/onnxruntime-node/dist/binding.js.map +1 -0
- package/plugin/node_modules/onnxruntime-node/dist/index.d.ts +2 -0
- package/plugin/node_modules/onnxruntime-node/dist/index.js +31 -0
- package/plugin/node_modules/onnxruntime-node/dist/index.js.map +1 -0
- package/plugin/node_modules/onnxruntime-node/dist/version.d.ts +1 -0
- package/plugin/node_modules/onnxruntime-node/dist/version.js +9 -0
- package/plugin/node_modules/onnxruntime-node/dist/version.js.map +1 -0
- package/plugin/node_modules/onnxruntime-node/lib/backend.ts +81 -0
- package/plugin/node_modules/onnxruntime-node/lib/binding.ts +84 -0
- package/plugin/node_modules/onnxruntime-node/lib/index.ts +15 -0
- package/plugin/node_modules/onnxruntime-node/lib/version.ts +7 -0
- package/plugin/node_modules/onnxruntime-node/package.json +56 -0
- package/plugin/node_modules/onnxruntime-node/script/build.js +148 -0
- package/plugin/node_modules/onnxruntime-node/script/build.ts +130 -0
- package/plugin/node_modules/onnxruntime-node/script/install.js +199 -0
- package/plugin/node_modules/onnxruntime-node/script/prepack.js +42 -0
- package/plugin/node_modules/onnxruntime-node/script/prepack.ts +20 -0
- package/plugin/node_modules/onnxruntime-web/README.md +74 -0
- package/plugin/node_modules/onnxruntime-web/__commit.txt +1 -0
- package/plugin/node_modules/onnxruntime-web/package.json +109 -0
- package/plugin/node_modules/onnxruntime-web/types.d.ts +22 -0
- package/plugin/node_modules/parseurl/HISTORY.md +58 -0
- package/plugin/node_modules/parseurl/LICENSE +24 -0
- package/plugin/node_modules/parseurl/README.md +133 -0
- package/plugin/node_modules/parseurl/index.js +158 -0
- package/plugin/node_modules/parseurl/package.json +40 -0
- package/plugin/node_modules/path-key/index.d.ts +40 -0
- package/plugin/node_modules/path-key/index.js +16 -0
- package/plugin/node_modules/path-key/license +9 -0
- package/plugin/node_modules/path-key/package.json +39 -0
- package/plugin/node_modules/path-key/readme.md +61 -0
- package/plugin/node_modules/path-to-regexp/LICENSE +21 -0
- package/plugin/node_modules/path-to-regexp/Readme.md +224 -0
- package/plugin/node_modules/path-to-regexp/package.json +64 -0
- package/plugin/node_modules/pkce-challenge/CHANGELOG.md +114 -0
- package/plugin/node_modules/pkce-challenge/LICENSE +21 -0
- package/plugin/node_modules/pkce-challenge/README.md +55 -0
- package/plugin/node_modules/pkce-challenge/package.json +59 -0
- package/plugin/node_modules/platform/LICENSE +21 -0
- package/plugin/node_modules/platform/README.md +76 -0
- package/plugin/node_modules/platform/package.json +30 -0
- package/plugin/node_modules/platform/platform.js +1260 -0
- package/plugin/node_modules/prebuild-install/CHANGELOG.md +131 -0
- package/plugin/node_modules/prebuild-install/CONTRIBUTING.md +6 -0
- package/plugin/node_modules/prebuild-install/LICENSE +21 -0
- package/plugin/node_modules/prebuild-install/README.md +163 -0
- package/plugin/node_modules/prebuild-install/asset.js +44 -0
- package/plugin/node_modules/prebuild-install/bin.js +78 -0
- package/plugin/node_modules/prebuild-install/download.js +142 -0
- package/plugin/node_modules/prebuild-install/error.js +14 -0
- package/plugin/node_modules/prebuild-install/help.txt +16 -0
- package/plugin/node_modules/prebuild-install/index.js +1 -0
- package/plugin/node_modules/prebuild-install/log.js +33 -0
- package/plugin/node_modules/prebuild-install/package.json +67 -0
- package/plugin/node_modules/prebuild-install/proxy.js +35 -0
- package/plugin/node_modules/prebuild-install/rc.js +64 -0
- package/plugin/node_modules/prebuild-install/util.js +143 -0
- package/plugin/node_modules/protobufjs/LICENSE +39 -0
- package/plugin/node_modules/protobufjs/README.md +727 -0
- package/plugin/node_modules/protobufjs/index.d.ts +2799 -0
- package/plugin/node_modules/protobufjs/index.js +4 -0
- package/plugin/node_modules/protobufjs/light.d.ts +2 -0
- package/plugin/node_modules/protobufjs/light.js +4 -0
- package/plugin/node_modules/protobufjs/minimal.d.ts +2 -0
- package/plugin/node_modules/protobufjs/minimal.js +4 -0
- package/plugin/node_modules/protobufjs/package.json +114 -0
- package/plugin/node_modules/protobufjs/tsconfig.json +8 -0
- package/plugin/node_modules/proxy-addr/HISTORY.md +161 -0
- package/plugin/node_modules/proxy-addr/LICENSE +22 -0
- package/plugin/node_modules/proxy-addr/README.md +139 -0
- package/plugin/node_modules/proxy-addr/index.js +327 -0
- package/plugin/node_modules/proxy-addr/package.json +47 -0
- package/plugin/node_modules/pump/.travis.yml +5 -0
- package/plugin/node_modules/pump/LICENSE +21 -0
- package/plugin/node_modules/pump/README.md +74 -0
- package/plugin/node_modules/pump/SECURITY.md +5 -0
- package/plugin/node_modules/pump/index.js +86 -0
- package/plugin/node_modules/pump/package.json +24 -0
- package/plugin/node_modules/pump/test-browser.js +66 -0
- package/plugin/node_modules/pump/test-node.js +53 -0
- package/plugin/node_modules/qs/.editorconfig +46 -0
- package/plugin/node_modules/qs/.nycrc +13 -0
- package/plugin/node_modules/qs/CHANGELOG.md +806 -0
- package/plugin/node_modules/qs/LICENSE.md +29 -0
- package/plugin/node_modules/qs/README.md +758 -0
- package/plugin/node_modules/qs/eslint.config.mjs +56 -0
- package/plugin/node_modules/qs/package.json +94 -0
- package/plugin/node_modules/range-parser/HISTORY.md +56 -0
- package/plugin/node_modules/range-parser/LICENSE +23 -0
- package/plugin/node_modules/range-parser/README.md +84 -0
- package/plugin/node_modules/range-parser/index.js +162 -0
- package/plugin/node_modules/range-parser/package.json +44 -0
- package/plugin/node_modules/raw-body/LICENSE +22 -0
- package/plugin/node_modules/raw-body/README.md +223 -0
- package/plugin/node_modules/raw-body/index.d.ts +85 -0
- package/plugin/node_modules/raw-body/index.js +336 -0
- package/plugin/node_modules/raw-body/package.json +46 -0
- package/plugin/node_modules/rc/LICENSE.APACHE2 +15 -0
- package/plugin/node_modules/rc/LICENSE.BSD +26 -0
- package/plugin/node_modules/rc/LICENSE.MIT +24 -0
- package/plugin/node_modules/rc/README.md +227 -0
- package/plugin/node_modules/rc/browser.js +7 -0
- package/plugin/node_modules/rc/cli.js +4 -0
- package/plugin/node_modules/rc/index.js +53 -0
- package/plugin/node_modules/rc/package.json +29 -0
- package/plugin/node_modules/readable-stream/CONTRIBUTING.md +38 -0
- package/plugin/node_modules/readable-stream/GOVERNANCE.md +136 -0
- package/plugin/node_modules/readable-stream/LICENSE +47 -0
- package/plugin/node_modules/readable-stream/README.md +106 -0
- package/plugin/node_modules/readable-stream/errors-browser.js +127 -0
- package/plugin/node_modules/readable-stream/errors.js +116 -0
- package/plugin/node_modules/readable-stream/experimentalWarning.js +17 -0
- package/plugin/node_modules/readable-stream/package.json +68 -0
- package/plugin/node_modules/readable-stream/readable-browser.js +9 -0
- package/plugin/node_modules/readable-stream/readable.js +16 -0
- package/plugin/node_modules/require-from-string/index.js +34 -0
- package/plugin/node_modules/require-from-string/license +21 -0
- package/plugin/node_modules/require-from-string/package.json +28 -0
- package/plugin/node_modules/require-from-string/readme.md +56 -0
- package/plugin/node_modules/roarr/LICENSE +24 -0
- package/plugin/node_modules/roarr/README.md +689 -0
- package/plugin/node_modules/roarr/package.json +93 -0
- package/plugin/node_modules/router/HISTORY.md +228 -0
- package/plugin/node_modules/router/LICENSE +23 -0
- package/plugin/node_modules/router/README.md +416 -0
- package/plugin/node_modules/router/index.js +748 -0
- package/plugin/node_modules/router/package.json +44 -0
- package/plugin/node_modules/safe-buffer/LICENSE +21 -0
- package/plugin/node_modules/safe-buffer/README.md +584 -0
- package/plugin/node_modules/safe-buffer/index.d.ts +187 -0
- package/plugin/node_modules/safe-buffer/index.js +65 -0
- package/plugin/node_modules/safe-buffer/package.json +51 -0
- package/plugin/node_modules/safer-buffer/LICENSE +21 -0
- package/plugin/node_modules/safer-buffer/Porting-Buffer.md +268 -0
- package/plugin/node_modules/safer-buffer/Readme.md +156 -0
- package/plugin/node_modules/safer-buffer/dangerous.js +58 -0
- package/plugin/node_modules/safer-buffer/package.json +34 -0
- package/plugin/node_modules/safer-buffer/safer.js +77 -0
- package/plugin/node_modules/safer-buffer/tests.js +406 -0
- package/plugin/node_modules/semver/LICENSE +15 -0
- package/plugin/node_modules/semver/README.md +665 -0
- package/plugin/node_modules/semver/index.js +91 -0
- package/plugin/node_modules/semver/package.json +78 -0
- package/plugin/node_modules/semver/preload.js +4 -0
- package/plugin/node_modules/semver/range.bnf +16 -0
- package/plugin/node_modules/semver-compare/.travis.yml +6 -0
- package/plugin/node_modules/semver-compare/LICENSE +18 -0
- package/plugin/node_modules/semver-compare/index.js +13 -0
- package/plugin/node_modules/semver-compare/package.json +31 -0
- package/plugin/node_modules/semver-compare/readme.markdown +77 -0
- package/plugin/node_modules/send/LICENSE +23 -0
- package/plugin/node_modules/send/README.md +317 -0
- package/plugin/node_modules/send/index.js +997 -0
- package/plugin/node_modules/send/package.json +63 -0
- package/plugin/node_modules/serialize-error/index.d.ts +58 -0
- package/plugin/node_modules/serialize-error/index.js +101 -0
- package/plugin/node_modules/serialize-error/license +9 -0
- package/plugin/node_modules/serialize-error/package.json +41 -0
- package/plugin/node_modules/serialize-error/readme.md +55 -0
- package/plugin/node_modules/serve-static/LICENSE +25 -0
- package/plugin/node_modules/serve-static/README.md +253 -0
- package/plugin/node_modules/serve-static/index.js +208 -0
- package/plugin/node_modules/serve-static/package.json +44 -0
- package/plugin/node_modules/setprototypeof/LICENSE +13 -0
- package/plugin/node_modules/setprototypeof/README.md +31 -0
- package/plugin/node_modules/setprototypeof/index.d.ts +2 -0
- package/plugin/node_modules/setprototypeof/index.js +17 -0
- package/plugin/node_modules/setprototypeof/package.json +38 -0
- package/plugin/node_modules/sharp/LICENSE +191 -0
- package/plugin/node_modules/sharp/README.md +118 -0
- package/plugin/node_modules/sharp/install/build.js +38 -0
- package/plugin/node_modules/sharp/install/check.js +14 -0
- package/plugin/node_modules/sharp/lib/channel.js +177 -0
- package/plugin/node_modules/sharp/lib/colour.js +195 -0
- package/plugin/node_modules/sharp/lib/composite.js +212 -0
- package/plugin/node_modules/sharp/lib/constructor.js +499 -0
- package/plugin/node_modules/sharp/lib/index.d.ts +1971 -0
- package/plugin/node_modules/sharp/lib/index.js +16 -0
- package/plugin/node_modules/sharp/lib/input.js +809 -0
- package/plugin/node_modules/sharp/lib/is.js +143 -0
- package/plugin/node_modules/sharp/lib/libvips.js +207 -0
- package/plugin/node_modules/sharp/lib/operation.js +1016 -0
- package/plugin/node_modules/sharp/lib/output.js +1666 -0
- package/plugin/node_modules/sharp/lib/resize.js +595 -0
- package/plugin/node_modules/sharp/lib/sharp.js +121 -0
- package/plugin/node_modules/sharp/lib/utility.js +291 -0
- package/plugin/node_modules/sharp/package.json +202 -0
- package/plugin/node_modules/sharp/src/binding.gyp +298 -0
- package/plugin/node_modules/sharp/src/common.cc +1130 -0
- package/plugin/node_modules/sharp/src/common.h +402 -0
- package/plugin/node_modules/sharp/src/metadata.cc +346 -0
- package/plugin/node_modules/sharp/src/metadata.h +90 -0
- package/plugin/node_modules/sharp/src/operations.cc +499 -0
- package/plugin/node_modules/sharp/src/operations.h +137 -0
- package/plugin/node_modules/sharp/src/pipeline.cc +1814 -0
- package/plugin/node_modules/sharp/src/pipeline.h +408 -0
- package/plugin/node_modules/sharp/src/sharp.cc +43 -0
- package/plugin/node_modules/sharp/src/stats.cc +186 -0
- package/plugin/node_modules/sharp/src/stats.h +62 -0
- package/plugin/node_modules/sharp/src/utilities.cc +288 -0
- package/plugin/node_modules/sharp/src/utilities.h +22 -0
- package/plugin/node_modules/shebang-command/index.js +19 -0
- package/plugin/node_modules/shebang-command/license +9 -0
- package/plugin/node_modules/shebang-command/package.json +34 -0
- package/plugin/node_modules/shebang-command/readme.md +34 -0
- package/plugin/node_modules/shebang-regex/index.d.ts +22 -0
- package/plugin/node_modules/shebang-regex/index.js +2 -0
- package/plugin/node_modules/shebang-regex/license +9 -0
- package/plugin/node_modules/shebang-regex/package.json +35 -0
- package/plugin/node_modules/shebang-regex/readme.md +33 -0
- package/plugin/node_modules/side-channel/.editorconfig +9 -0
- package/plugin/node_modules/side-channel/.eslintrc +12 -0
- package/plugin/node_modules/side-channel/.nycrc +13 -0
- package/plugin/node_modules/side-channel/CHANGELOG.md +110 -0
- package/plugin/node_modules/side-channel/LICENSE +21 -0
- package/plugin/node_modules/side-channel/README.md +61 -0
- package/plugin/node_modules/side-channel/index.d.ts +14 -0
- package/plugin/node_modules/side-channel/index.js +43 -0
- package/plugin/node_modules/side-channel/package.json +85 -0
- package/plugin/node_modules/side-channel/tsconfig.json +9 -0
- package/plugin/node_modules/side-channel-list/.editorconfig +9 -0
- package/plugin/node_modules/side-channel-list/.eslintrc +11 -0
- package/plugin/node_modules/side-channel-list/.nycrc +13 -0
- package/plugin/node_modules/side-channel-list/CHANGELOG.md +15 -0
- package/plugin/node_modules/side-channel-list/LICENSE +21 -0
- package/plugin/node_modules/side-channel-list/README.md +62 -0
- package/plugin/node_modules/side-channel-list/index.d.ts +13 -0
- package/plugin/node_modules/side-channel-list/index.js +113 -0
- package/plugin/node_modules/side-channel-list/list.d.ts +14 -0
- package/plugin/node_modules/side-channel-list/package.json +77 -0
- package/plugin/node_modules/side-channel-list/tsconfig.json +9 -0
- package/plugin/node_modules/side-channel-map/.editorconfig +9 -0
- package/plugin/node_modules/side-channel-map/.eslintrc +11 -0
- package/plugin/node_modules/side-channel-map/.nycrc +13 -0
- package/plugin/node_modules/side-channel-map/CHANGELOG.md +22 -0
- package/plugin/node_modules/side-channel-map/LICENSE +21 -0
- package/plugin/node_modules/side-channel-map/README.md +62 -0
- package/plugin/node_modules/side-channel-map/index.d.ts +15 -0
- package/plugin/node_modules/side-channel-map/index.js +68 -0
- package/plugin/node_modules/side-channel-map/package.json +80 -0
- package/plugin/node_modules/side-channel-map/tsconfig.json +9 -0
- package/plugin/node_modules/side-channel-weakmap/.editorconfig +9 -0
- package/plugin/node_modules/side-channel-weakmap/.eslintrc +12 -0
- package/plugin/node_modules/side-channel-weakmap/.nycrc +13 -0
- package/plugin/node_modules/side-channel-weakmap/CHANGELOG.md +28 -0
- package/plugin/node_modules/side-channel-weakmap/LICENSE +21 -0
- package/plugin/node_modules/side-channel-weakmap/README.md +62 -0
- package/plugin/node_modules/side-channel-weakmap/index.d.ts +15 -0
- package/plugin/node_modules/side-channel-weakmap/index.js +84 -0
- package/plugin/node_modules/side-channel-weakmap/package.json +87 -0
- package/plugin/node_modules/side-channel-weakmap/tsconfig.json +9 -0
- package/plugin/node_modules/simple-concat/.travis.yml +3 -0
- package/plugin/node_modules/simple-concat/LICENSE +20 -0
- package/plugin/node_modules/simple-concat/README.md +44 -0
- package/plugin/node_modules/simple-concat/index.js +15 -0
- package/plugin/node_modules/simple-concat/package.json +47 -0
- package/plugin/node_modules/simple-get/LICENSE +20 -0
- package/plugin/node_modules/simple-get/README.md +333 -0
- package/plugin/node_modules/simple-get/index.js +108 -0
- package/plugin/node_modules/simple-get/package.json +67 -0
- package/plugin/node_modules/sprintf-js/CONTRIBUTORS.md +26 -0
- package/plugin/node_modules/sprintf-js/LICENSE +24 -0
- package/plugin/node_modules/sprintf-js/README.md +143 -0
- package/plugin/node_modules/sprintf-js/package.json +35 -0
- package/plugin/node_modules/sqlite-vec/README.md +1 -0
- package/plugin/node_modules/sqlite-vec/index.cjs +58 -0
- package/plugin/node_modules/sqlite-vec/index.d.ts +17 -0
- package/plugin/node_modules/sqlite-vec/index.mjs +58 -0
- package/plugin/node_modules/sqlite-vec/package.json +1 -0
- package/plugin/node_modules/sqlite-vec-linux-x64/README.md +1 -0
- package/plugin/node_modules/sqlite-vec-linux-x64/package.json +1 -0
- package/plugin/node_modules/sqlite-vec-linux-x64/vec0.so +0 -0
- package/plugin/node_modules/statuses/HISTORY.md +87 -0
- package/plugin/node_modules/statuses/LICENSE +23 -0
- package/plugin/node_modules/statuses/README.md +139 -0
- package/plugin/node_modules/statuses/codes.json +65 -0
- package/plugin/node_modules/statuses/index.js +146 -0
- package/plugin/node_modules/statuses/package.json +49 -0
- package/plugin/node_modules/string_decoder/LICENSE +48 -0
- package/plugin/node_modules/string_decoder/README.md +47 -0
- package/plugin/node_modules/string_decoder/package.json +34 -0
- package/plugin/node_modules/strip-json-comments/index.js +70 -0
- package/plugin/node_modules/strip-json-comments/license +21 -0
- package/plugin/node_modules/strip-json-comments/package.json +42 -0
- package/plugin/node_modules/strip-json-comments/readme.md +64 -0
- package/plugin/node_modules/tar/LICENSE.md +55 -0
- package/plugin/node_modules/tar/README.md +1145 -0
- package/plugin/node_modules/tar/package.json +292 -0
- package/plugin/node_modules/tar-fs/.travis.yml +6 -0
- package/plugin/node_modules/tar-fs/LICENSE +21 -0
- package/plugin/node_modules/tar-fs/README.md +165 -0
- package/plugin/node_modules/tar-fs/index.js +363 -0
- package/plugin/node_modules/tar-fs/package.json +41 -0
- package/plugin/node_modules/tar-stream/LICENSE +21 -0
- package/plugin/node_modules/tar-stream/README.md +168 -0
- package/plugin/node_modules/tar-stream/extract.js +257 -0
- package/plugin/node_modules/tar-stream/headers.js +295 -0
- package/plugin/node_modules/tar-stream/index.js +2 -0
- package/plugin/node_modules/tar-stream/pack.js +255 -0
- package/plugin/node_modules/tar-stream/package.json +58 -0
- package/plugin/node_modules/tar-stream/sandbox.js +11 -0
- package/plugin/node_modules/toidentifier/HISTORY.md +9 -0
- package/plugin/node_modules/toidentifier/LICENSE +21 -0
- package/plugin/node_modules/toidentifier/README.md +61 -0
- package/plugin/node_modules/toidentifier/index.js +32 -0
- package/plugin/node_modules/toidentifier/package.json +38 -0
- package/plugin/node_modules/tunnel-agent/LICENSE +55 -0
- package/plugin/node_modules/tunnel-agent/README.md +4 -0
- package/plugin/node_modules/tunnel-agent/index.js +244 -0
- package/plugin/node_modules/tunnel-agent/package.json +22 -0
- package/plugin/node_modules/type-fest/index.d.ts +29 -0
- package/plugin/node_modules/type-fest/license +9 -0
- package/plugin/node_modules/type-fest/package.json +45 -0
- package/plugin/node_modules/type-fest/readme.md +642 -0
- package/plugin/node_modules/type-is/HISTORY.md +292 -0
- package/plugin/node_modules/type-is/LICENSE +23 -0
- package/plugin/node_modules/type-is/README.md +198 -0
- package/plugin/node_modules/type-is/index.js +250 -0
- package/plugin/node_modules/type-is/package.json +47 -0
- package/plugin/node_modules/undici-types/LICENSE +21 -0
- package/plugin/node_modules/undici-types/README.md +6 -0
- package/plugin/node_modules/undici-types/agent.d.ts +32 -0
- package/plugin/node_modules/undici-types/api.d.ts +43 -0
- package/plugin/node_modules/undici-types/balanced-pool.d.ts +30 -0
- package/plugin/node_modules/undici-types/cache-interceptor.d.ts +173 -0
- package/plugin/node_modules/undici-types/cache.d.ts +36 -0
- package/plugin/node_modules/undici-types/client-stats.d.ts +15 -0
- package/plugin/node_modules/undici-types/client.d.ts +108 -0
- package/plugin/node_modules/undici-types/connector.d.ts +34 -0
- package/plugin/node_modules/undici-types/content-type.d.ts +21 -0
- package/plugin/node_modules/undici-types/cookies.d.ts +30 -0
- package/plugin/node_modules/undici-types/diagnostics-channel.d.ts +74 -0
- package/plugin/node_modules/undici-types/dispatcher.d.ts +276 -0
- package/plugin/node_modules/undici-types/env-http-proxy-agent.d.ts +22 -0
- package/plugin/node_modules/undici-types/errors.d.ts +161 -0
- package/plugin/node_modules/undici-types/eventsource.d.ts +66 -0
- package/plugin/node_modules/undici-types/fetch.d.ts +211 -0
- package/plugin/node_modules/undici-types/formdata.d.ts +108 -0
- package/plugin/node_modules/undici-types/global-dispatcher.d.ts +9 -0
- package/plugin/node_modules/undici-types/global-origin.d.ts +7 -0
- package/plugin/node_modules/undici-types/h2c-client.d.ts +73 -0
- package/plugin/node_modules/undici-types/handlers.d.ts +15 -0
- package/plugin/node_modules/undici-types/header.d.ts +160 -0
- package/plugin/node_modules/undici-types/index.d.ts +88 -0
- package/plugin/node_modules/undici-types/interceptors.d.ts +73 -0
- package/plugin/node_modules/undici-types/mock-agent.d.ts +68 -0
- package/plugin/node_modules/undici-types/mock-call-history.d.ts +111 -0
- package/plugin/node_modules/undici-types/mock-client.d.ts +27 -0
- package/plugin/node_modules/undici-types/mock-errors.d.ts +12 -0
- package/plugin/node_modules/undici-types/mock-interceptor.d.ts +94 -0
- package/plugin/node_modules/undici-types/mock-pool.d.ts +27 -0
- package/plugin/node_modules/undici-types/package.json +55 -0
- package/plugin/node_modules/undici-types/patch.d.ts +29 -0
- package/plugin/node_modules/undici-types/pool-stats.d.ts +19 -0
- package/plugin/node_modules/undici-types/pool.d.ts +41 -0
- package/plugin/node_modules/undici-types/proxy-agent.d.ts +29 -0
- package/plugin/node_modules/undici-types/readable.d.ts +68 -0
- package/plugin/node_modules/undici-types/retry-agent.d.ts +8 -0
- package/plugin/node_modules/undici-types/retry-handler.d.ts +125 -0
- package/plugin/node_modules/undici-types/round-robin-pool.d.ts +41 -0
- package/plugin/node_modules/undici-types/snapshot-agent.d.ts +109 -0
- package/plugin/node_modules/undici-types/util.d.ts +18 -0
- package/plugin/node_modules/undici-types/utility.d.ts +7 -0
- package/plugin/node_modules/undici-types/webidl.d.ts +341 -0
- package/plugin/node_modules/undici-types/websocket.d.ts +186 -0
- package/plugin/node_modules/unpipe/HISTORY.md +4 -0
- package/plugin/node_modules/unpipe/LICENSE +22 -0
- package/plugin/node_modules/unpipe/README.md +43 -0
- package/plugin/node_modules/unpipe/index.js +69 -0
- package/plugin/node_modules/unpipe/package.json +27 -0
- package/plugin/node_modules/util-deprecate/History.md +16 -0
- package/plugin/node_modules/util-deprecate/LICENSE +24 -0
- package/plugin/node_modules/util-deprecate/README.md +53 -0
- package/plugin/node_modules/util-deprecate/browser.js +67 -0
- package/plugin/node_modules/util-deprecate/node.js +6 -0
- package/plugin/node_modules/util-deprecate/package.json +27 -0
- package/plugin/node_modules/vary/HISTORY.md +39 -0
- package/plugin/node_modules/vary/LICENSE +22 -0
- package/plugin/node_modules/vary/README.md +101 -0
- package/plugin/node_modules/vary/index.js +149 -0
- package/plugin/node_modules/vary/package.json +43 -0
- package/plugin/node_modules/which/CHANGELOG.md +166 -0
- package/plugin/node_modules/which/LICENSE +15 -0
- package/plugin/node_modules/which/README.md +54 -0
- package/plugin/node_modules/which/package.json +43 -0
- package/plugin/node_modules/which/which.js +125 -0
- package/plugin/node_modules/wrappy/LICENSE +15 -0
- package/plugin/node_modules/wrappy/README.md +36 -0
- package/plugin/node_modules/wrappy/package.json +29 -0
- package/plugin/node_modules/wrappy/wrappy.js +33 -0
- package/plugin/node_modules/yallist/LICENSE.md +63 -0
- package/plugin/node_modules/yallist/README.md +205 -0
- package/plugin/node_modules/yallist/package.json +68 -0
- package/plugin/node_modules/zod/LICENSE +21 -0
- package/plugin/node_modules/zod/README.md +208 -0
- package/plugin/node_modules/zod/index.cjs +33 -0
- package/plugin/node_modules/zod/index.d.cts +4 -0
- package/plugin/node_modules/zod/index.d.ts +4 -0
- package/plugin/node_modules/zod/index.js +4 -0
- package/plugin/node_modules/zod/package.json +135 -0
- package/plugin/node_modules/zod-to-json-schema/.prettierrc.json +1 -0
- package/plugin/node_modules/zod-to-json-schema/LICENSE +15 -0
- package/plugin/node_modules/zod-to-json-schema/README.md +390 -0
- package/plugin/node_modules/zod-to-json-schema/changelog.md +82 -0
- package/plugin/node_modules/zod-to-json-schema/contributing.md +9 -0
- package/plugin/node_modules/zod-to-json-schema/createIndex.ts +32 -0
- package/plugin/node_modules/zod-to-json-schema/package.json +78 -0
- package/plugin/node_modules/zod-to-json-schema/postcjs.ts +3 -0
- package/plugin/node_modules/zod-to-json-schema/postesm.ts +3 -0
- package/plugin/package-lock.json +2654 -0
- package/plugin/scripts/dev-sync.sh +26 -8
- package/plugin/scripts/doctor.sh +235 -0
- package/plugin/scripts/ensure-deps.sh +82 -2
- package/plugin/scripts/install.sh +87 -45
- package/plugin/scripts/local-install.sh +112 -84
- package/plugin/scripts/repair.sh +71 -0
- package/plugin/scripts/uninstall.sh +74 -47
- package/plugin/scripts/update.sh +29 -4
- package/plugin/scripts/verify-install.sh +87 -35
- package/plugin/skills/doctor/SKILL.md +16 -0
- package/plugin/dist/tool-registry-D8un_AcG.mjs.map +0 -1
|
@@ -0,0 +1,1260 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Platform.js v1.3.6
|
|
3
|
+
* Copyright 2014-2020 Benjamin Tan
|
|
4
|
+
* Copyright 2011-2013 John-David Dalton
|
|
5
|
+
* Available under MIT license
|
|
6
|
+
*/
|
|
7
|
+
;(function() {
|
|
8
|
+
'use strict';
|
|
9
|
+
|
|
10
|
+
/** Used to determine if values are of the language type `Object`. */
|
|
11
|
+
var objectTypes = {
|
|
12
|
+
'function': true,
|
|
13
|
+
'object': true
|
|
14
|
+
};
|
|
15
|
+
|
|
16
|
+
/** Used as a reference to the global object. */
|
|
17
|
+
var root = (objectTypes[typeof window] && window) || this;
|
|
18
|
+
|
|
19
|
+
/** Backup possible global object. */
|
|
20
|
+
var oldRoot = root;
|
|
21
|
+
|
|
22
|
+
/** Detect free variable `exports`. */
|
|
23
|
+
var freeExports = objectTypes[typeof exports] && exports;
|
|
24
|
+
|
|
25
|
+
/** Detect free variable `module`. */
|
|
26
|
+
var freeModule = objectTypes[typeof module] && module && !module.nodeType && module;
|
|
27
|
+
|
|
28
|
+
/** Detect free variable `global` from Node.js or Browserified code and use it as `root`. */
|
|
29
|
+
var freeGlobal = freeExports && freeModule && typeof global == 'object' && global;
|
|
30
|
+
if (freeGlobal && (freeGlobal.global === freeGlobal || freeGlobal.window === freeGlobal || freeGlobal.self === freeGlobal)) {
|
|
31
|
+
root = freeGlobal;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
/**
|
|
35
|
+
* Used as the maximum length of an array-like object.
|
|
36
|
+
* See the [ES6 spec](http://people.mozilla.org/~jorendorff/es6-draft.html#sec-tolength)
|
|
37
|
+
* for more details.
|
|
38
|
+
*/
|
|
39
|
+
var maxSafeInteger = Math.pow(2, 53) - 1;
|
|
40
|
+
|
|
41
|
+
/** Regular expression to detect Opera. */
|
|
42
|
+
var reOpera = /\bOpera/;
|
|
43
|
+
|
|
44
|
+
/** Possible global object. */
|
|
45
|
+
var thisBinding = this;
|
|
46
|
+
|
|
47
|
+
/** Used for native method references. */
|
|
48
|
+
var objectProto = Object.prototype;
|
|
49
|
+
|
|
50
|
+
/** Used to check for own properties of an object. */
|
|
51
|
+
var hasOwnProperty = objectProto.hasOwnProperty;
|
|
52
|
+
|
|
53
|
+
/** Used to resolve the internal `[[Class]]` of values. */
|
|
54
|
+
var toString = objectProto.toString;
|
|
55
|
+
|
|
56
|
+
/*--------------------------------------------------------------------------*/
|
|
57
|
+
|
|
58
|
+
/**
|
|
59
|
+
* Capitalizes a string value.
|
|
60
|
+
*
|
|
61
|
+
* @private
|
|
62
|
+
* @param {string} string The string to capitalize.
|
|
63
|
+
* @returns {string} The capitalized string.
|
|
64
|
+
*/
|
|
65
|
+
function capitalize(string) {
|
|
66
|
+
string = String(string);
|
|
67
|
+
return string.charAt(0).toUpperCase() + string.slice(1);
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
/**
|
|
71
|
+
* A utility function to clean up the OS name.
|
|
72
|
+
*
|
|
73
|
+
* @private
|
|
74
|
+
* @param {string} os The OS name to clean up.
|
|
75
|
+
* @param {string} [pattern] A `RegExp` pattern matching the OS name.
|
|
76
|
+
* @param {string} [label] A label for the OS.
|
|
77
|
+
*/
|
|
78
|
+
function cleanupOS(os, pattern, label) {
|
|
79
|
+
// Platform tokens are defined at:
|
|
80
|
+
// http://msdn.microsoft.com/en-us/library/ms537503(VS.85).aspx
|
|
81
|
+
// http://web.archive.org/web/20081122053950/http://msdn.microsoft.com/en-us/library/ms537503(VS.85).aspx
|
|
82
|
+
var data = {
|
|
83
|
+
'10.0': '10',
|
|
84
|
+
'6.4': '10 Technical Preview',
|
|
85
|
+
'6.3': '8.1',
|
|
86
|
+
'6.2': '8',
|
|
87
|
+
'6.1': 'Server 2008 R2 / 7',
|
|
88
|
+
'6.0': 'Server 2008 / Vista',
|
|
89
|
+
'5.2': 'Server 2003 / XP 64-bit',
|
|
90
|
+
'5.1': 'XP',
|
|
91
|
+
'5.01': '2000 SP1',
|
|
92
|
+
'5.0': '2000',
|
|
93
|
+
'4.0': 'NT',
|
|
94
|
+
'4.90': 'ME'
|
|
95
|
+
};
|
|
96
|
+
// Detect Windows version from platform tokens.
|
|
97
|
+
if (pattern && label && /^Win/i.test(os) && !/^Windows Phone /i.test(os) &&
|
|
98
|
+
(data = data[/[\d.]+$/.exec(os)])) {
|
|
99
|
+
os = 'Windows ' + data;
|
|
100
|
+
}
|
|
101
|
+
// Correct character case and cleanup string.
|
|
102
|
+
os = String(os);
|
|
103
|
+
|
|
104
|
+
if (pattern && label) {
|
|
105
|
+
os = os.replace(RegExp(pattern, 'i'), label);
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
os = format(
|
|
109
|
+
os.replace(/ ce$/i, ' CE')
|
|
110
|
+
.replace(/\bhpw/i, 'web')
|
|
111
|
+
.replace(/\bMacintosh\b/, 'Mac OS')
|
|
112
|
+
.replace(/_PowerPC\b/i, ' OS')
|
|
113
|
+
.replace(/\b(OS X) [^ \d]+/i, '$1')
|
|
114
|
+
.replace(/\bMac (OS X)\b/, '$1')
|
|
115
|
+
.replace(/\/(\d)/, ' $1')
|
|
116
|
+
.replace(/_/g, '.')
|
|
117
|
+
.replace(/(?: BePC|[ .]*fc[ \d.]+)$/i, '')
|
|
118
|
+
.replace(/\bx86\.64\b/gi, 'x86_64')
|
|
119
|
+
.replace(/\b(Windows Phone) OS\b/, '$1')
|
|
120
|
+
.replace(/\b(Chrome OS \w+) [\d.]+\b/, '$1')
|
|
121
|
+
.split(' on ')[0]
|
|
122
|
+
);
|
|
123
|
+
|
|
124
|
+
return os;
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
/**
|
|
128
|
+
* An iteration utility for arrays and objects.
|
|
129
|
+
*
|
|
130
|
+
* @private
|
|
131
|
+
* @param {Array|Object} object The object to iterate over.
|
|
132
|
+
* @param {Function} callback The function called per iteration.
|
|
133
|
+
*/
|
|
134
|
+
function each(object, callback) {
|
|
135
|
+
var index = -1,
|
|
136
|
+
length = object ? object.length : 0;
|
|
137
|
+
|
|
138
|
+
if (typeof length == 'number' && length > -1 && length <= maxSafeInteger) {
|
|
139
|
+
while (++index < length) {
|
|
140
|
+
callback(object[index], index, object);
|
|
141
|
+
}
|
|
142
|
+
} else {
|
|
143
|
+
forOwn(object, callback);
|
|
144
|
+
}
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
/**
|
|
148
|
+
* Trim and conditionally capitalize string values.
|
|
149
|
+
*
|
|
150
|
+
* @private
|
|
151
|
+
* @param {string} string The string to format.
|
|
152
|
+
* @returns {string} The formatted string.
|
|
153
|
+
*/
|
|
154
|
+
function format(string) {
|
|
155
|
+
string = trim(string);
|
|
156
|
+
return /^(?:webOS|i(?:OS|P))/.test(string)
|
|
157
|
+
? string
|
|
158
|
+
: capitalize(string);
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
/**
|
|
162
|
+
* Iterates over an object's own properties, executing the `callback` for each.
|
|
163
|
+
*
|
|
164
|
+
* @private
|
|
165
|
+
* @param {Object} object The object to iterate over.
|
|
166
|
+
* @param {Function} callback The function executed per own property.
|
|
167
|
+
*/
|
|
168
|
+
function forOwn(object, callback) {
|
|
169
|
+
for (var key in object) {
|
|
170
|
+
if (hasOwnProperty.call(object, key)) {
|
|
171
|
+
callback(object[key], key, object);
|
|
172
|
+
}
|
|
173
|
+
}
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
/**
|
|
177
|
+
* Gets the internal `[[Class]]` of a value.
|
|
178
|
+
*
|
|
179
|
+
* @private
|
|
180
|
+
* @param {*} value The value.
|
|
181
|
+
* @returns {string} The `[[Class]]`.
|
|
182
|
+
*/
|
|
183
|
+
function getClassOf(value) {
|
|
184
|
+
return value == null
|
|
185
|
+
? capitalize(value)
|
|
186
|
+
: toString.call(value).slice(8, -1);
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
/**
|
|
190
|
+
* Host objects can return type values that are different from their actual
|
|
191
|
+
* data type. The objects we are concerned with usually return non-primitive
|
|
192
|
+
* types of "object", "function", or "unknown".
|
|
193
|
+
*
|
|
194
|
+
* @private
|
|
195
|
+
* @param {*} object The owner of the property.
|
|
196
|
+
* @param {string} property The property to check.
|
|
197
|
+
* @returns {boolean} Returns `true` if the property value is a non-primitive, else `false`.
|
|
198
|
+
*/
|
|
199
|
+
function isHostType(object, property) {
|
|
200
|
+
var type = object != null ? typeof object[property] : 'number';
|
|
201
|
+
return !/^(?:boolean|number|string|undefined)$/.test(type) &&
|
|
202
|
+
(type == 'object' ? !!object[property] : true);
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
/**
|
|
206
|
+
* Prepares a string for use in a `RegExp` by making hyphens and spaces optional.
|
|
207
|
+
*
|
|
208
|
+
* @private
|
|
209
|
+
* @param {string} string The string to qualify.
|
|
210
|
+
* @returns {string} The qualified string.
|
|
211
|
+
*/
|
|
212
|
+
function qualify(string) {
|
|
213
|
+
return String(string).replace(/([ -])(?!$)/g, '$1?');
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
/**
|
|
217
|
+
* A bare-bones `Array#reduce` like utility function.
|
|
218
|
+
*
|
|
219
|
+
* @private
|
|
220
|
+
* @param {Array} array The array to iterate over.
|
|
221
|
+
* @param {Function} callback The function called per iteration.
|
|
222
|
+
* @returns {*} The accumulated result.
|
|
223
|
+
*/
|
|
224
|
+
function reduce(array, callback) {
|
|
225
|
+
var accumulator = null;
|
|
226
|
+
each(array, function(value, index) {
|
|
227
|
+
accumulator = callback(accumulator, value, index, array);
|
|
228
|
+
});
|
|
229
|
+
return accumulator;
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
/**
|
|
233
|
+
* Removes leading and trailing whitespace from a string.
|
|
234
|
+
*
|
|
235
|
+
* @private
|
|
236
|
+
* @param {string} string The string to trim.
|
|
237
|
+
* @returns {string} The trimmed string.
|
|
238
|
+
*/
|
|
239
|
+
function trim(string) {
|
|
240
|
+
return String(string).replace(/^ +| +$/g, '');
|
|
241
|
+
}
|
|
242
|
+
|
|
243
|
+
/*--------------------------------------------------------------------------*/
|
|
244
|
+
|
|
245
|
+
/**
|
|
246
|
+
* Creates a new platform object.
|
|
247
|
+
*
|
|
248
|
+
* @memberOf platform
|
|
249
|
+
* @param {Object|string} [ua=navigator.userAgent] The user agent string or
|
|
250
|
+
* context object.
|
|
251
|
+
* @returns {Object} A platform object.
|
|
252
|
+
*/
|
|
253
|
+
function parse(ua) {
|
|
254
|
+
|
|
255
|
+
/** The environment context object. */
|
|
256
|
+
var context = root;
|
|
257
|
+
|
|
258
|
+
/** Used to flag when a custom context is provided. */
|
|
259
|
+
var isCustomContext = ua && typeof ua == 'object' && getClassOf(ua) != 'String';
|
|
260
|
+
|
|
261
|
+
// Juggle arguments.
|
|
262
|
+
if (isCustomContext) {
|
|
263
|
+
context = ua;
|
|
264
|
+
ua = null;
|
|
265
|
+
}
|
|
266
|
+
|
|
267
|
+
/** Browser navigator object. */
|
|
268
|
+
var nav = context.navigator || {};
|
|
269
|
+
|
|
270
|
+
/** Browser user agent string. */
|
|
271
|
+
var userAgent = nav.userAgent || '';
|
|
272
|
+
|
|
273
|
+
ua || (ua = userAgent);
|
|
274
|
+
|
|
275
|
+
/** Used to flag when `thisBinding` is the [ModuleScope]. */
|
|
276
|
+
var isModuleScope = isCustomContext || thisBinding == oldRoot;
|
|
277
|
+
|
|
278
|
+
/** Used to detect if browser is like Chrome. */
|
|
279
|
+
var likeChrome = isCustomContext
|
|
280
|
+
? !!nav.likeChrome
|
|
281
|
+
: /\bChrome\b/.test(ua) && !/internal|\n/i.test(toString.toString());
|
|
282
|
+
|
|
283
|
+
/** Internal `[[Class]]` value shortcuts. */
|
|
284
|
+
var objectClass = 'Object',
|
|
285
|
+
airRuntimeClass = isCustomContext ? objectClass : 'ScriptBridgingProxyObject',
|
|
286
|
+
enviroClass = isCustomContext ? objectClass : 'Environment',
|
|
287
|
+
javaClass = (isCustomContext && context.java) ? 'JavaPackage' : getClassOf(context.java),
|
|
288
|
+
phantomClass = isCustomContext ? objectClass : 'RuntimeObject';
|
|
289
|
+
|
|
290
|
+
/** Detect Java environments. */
|
|
291
|
+
var java = /\bJava/.test(javaClass) && context.java;
|
|
292
|
+
|
|
293
|
+
/** Detect Rhino. */
|
|
294
|
+
var rhino = java && getClassOf(context.environment) == enviroClass;
|
|
295
|
+
|
|
296
|
+
/** A character to represent alpha. */
|
|
297
|
+
var alpha = java ? 'a' : '\u03b1';
|
|
298
|
+
|
|
299
|
+
/** A character to represent beta. */
|
|
300
|
+
var beta = java ? 'b' : '\u03b2';
|
|
301
|
+
|
|
302
|
+
/** Browser document object. */
|
|
303
|
+
var doc = context.document || {};
|
|
304
|
+
|
|
305
|
+
/**
|
|
306
|
+
* Detect Opera browser (Presto-based).
|
|
307
|
+
* http://www.howtocreate.co.uk/operaStuff/operaObject.html
|
|
308
|
+
* http://dev.opera.com/articles/view/opera-mini-web-content-authoring-guidelines/#operamini
|
|
309
|
+
*/
|
|
310
|
+
var opera = context.operamini || context.opera;
|
|
311
|
+
|
|
312
|
+
/** Opera `[[Class]]`. */
|
|
313
|
+
var operaClass = reOpera.test(operaClass = (isCustomContext && opera) ? opera['[[Class]]'] : getClassOf(opera))
|
|
314
|
+
? operaClass
|
|
315
|
+
: (opera = null);
|
|
316
|
+
|
|
317
|
+
/*------------------------------------------------------------------------*/
|
|
318
|
+
|
|
319
|
+
/** Temporary variable used over the script's lifetime. */
|
|
320
|
+
var data;
|
|
321
|
+
|
|
322
|
+
/** The CPU architecture. */
|
|
323
|
+
var arch = ua;
|
|
324
|
+
|
|
325
|
+
/** Platform description array. */
|
|
326
|
+
var description = [];
|
|
327
|
+
|
|
328
|
+
/** Platform alpha/beta indicator. */
|
|
329
|
+
var prerelease = null;
|
|
330
|
+
|
|
331
|
+
/** A flag to indicate that environment features should be used to resolve the platform. */
|
|
332
|
+
var useFeatures = ua == userAgent;
|
|
333
|
+
|
|
334
|
+
/** The browser/environment version. */
|
|
335
|
+
var version = useFeatures && opera && typeof opera.version == 'function' && opera.version();
|
|
336
|
+
|
|
337
|
+
/** A flag to indicate if the OS ends with "/ Version" */
|
|
338
|
+
var isSpecialCasedOS;
|
|
339
|
+
|
|
340
|
+
/* Detectable layout engines (order is important). */
|
|
341
|
+
var layout = getLayout([
|
|
342
|
+
{ 'label': 'EdgeHTML', 'pattern': 'Edge' },
|
|
343
|
+
'Trident',
|
|
344
|
+
{ 'label': 'WebKit', 'pattern': 'AppleWebKit' },
|
|
345
|
+
'iCab',
|
|
346
|
+
'Presto',
|
|
347
|
+
'NetFront',
|
|
348
|
+
'Tasman',
|
|
349
|
+
'KHTML',
|
|
350
|
+
'Gecko'
|
|
351
|
+
]);
|
|
352
|
+
|
|
353
|
+
/* Detectable browser names (order is important). */
|
|
354
|
+
var name = getName([
|
|
355
|
+
'Adobe AIR',
|
|
356
|
+
'Arora',
|
|
357
|
+
'Avant Browser',
|
|
358
|
+
'Breach',
|
|
359
|
+
'Camino',
|
|
360
|
+
'Electron',
|
|
361
|
+
'Epiphany',
|
|
362
|
+
'Fennec',
|
|
363
|
+
'Flock',
|
|
364
|
+
'Galeon',
|
|
365
|
+
'GreenBrowser',
|
|
366
|
+
'iCab',
|
|
367
|
+
'Iceweasel',
|
|
368
|
+
'K-Meleon',
|
|
369
|
+
'Konqueror',
|
|
370
|
+
'Lunascape',
|
|
371
|
+
'Maxthon',
|
|
372
|
+
{ 'label': 'Microsoft Edge', 'pattern': '(?:Edge|Edg|EdgA|EdgiOS)' },
|
|
373
|
+
'Midori',
|
|
374
|
+
'Nook Browser',
|
|
375
|
+
'PaleMoon',
|
|
376
|
+
'PhantomJS',
|
|
377
|
+
'Raven',
|
|
378
|
+
'Rekonq',
|
|
379
|
+
'RockMelt',
|
|
380
|
+
{ 'label': 'Samsung Internet', 'pattern': 'SamsungBrowser' },
|
|
381
|
+
'SeaMonkey',
|
|
382
|
+
{ 'label': 'Silk', 'pattern': '(?:Cloud9|Silk-Accelerated)' },
|
|
383
|
+
'Sleipnir',
|
|
384
|
+
'SlimBrowser',
|
|
385
|
+
{ 'label': 'SRWare Iron', 'pattern': 'Iron' },
|
|
386
|
+
'Sunrise',
|
|
387
|
+
'Swiftfox',
|
|
388
|
+
'Vivaldi',
|
|
389
|
+
'Waterfox',
|
|
390
|
+
'WebPositive',
|
|
391
|
+
{ 'label': 'Yandex Browser', 'pattern': 'YaBrowser' },
|
|
392
|
+
{ 'label': 'UC Browser', 'pattern': 'UCBrowser' },
|
|
393
|
+
'Opera Mini',
|
|
394
|
+
{ 'label': 'Opera Mini', 'pattern': 'OPiOS' },
|
|
395
|
+
'Opera',
|
|
396
|
+
{ 'label': 'Opera', 'pattern': 'OPR' },
|
|
397
|
+
'Chromium',
|
|
398
|
+
'Chrome',
|
|
399
|
+
{ 'label': 'Chrome', 'pattern': '(?:HeadlessChrome)' },
|
|
400
|
+
{ 'label': 'Chrome Mobile', 'pattern': '(?:CriOS|CrMo)' },
|
|
401
|
+
{ 'label': 'Firefox', 'pattern': '(?:Firefox|Minefield)' },
|
|
402
|
+
{ 'label': 'Firefox for iOS', 'pattern': 'FxiOS' },
|
|
403
|
+
{ 'label': 'IE', 'pattern': 'IEMobile' },
|
|
404
|
+
{ 'label': 'IE', 'pattern': 'MSIE' },
|
|
405
|
+
'Safari'
|
|
406
|
+
]);
|
|
407
|
+
|
|
408
|
+
/* Detectable products (order is important). */
|
|
409
|
+
var product = getProduct([
|
|
410
|
+
{ 'label': 'BlackBerry', 'pattern': 'BB10' },
|
|
411
|
+
'BlackBerry',
|
|
412
|
+
{ 'label': 'Galaxy S', 'pattern': 'GT-I9000' },
|
|
413
|
+
{ 'label': 'Galaxy S2', 'pattern': 'GT-I9100' },
|
|
414
|
+
{ 'label': 'Galaxy S3', 'pattern': 'GT-I9300' },
|
|
415
|
+
{ 'label': 'Galaxy S4', 'pattern': 'GT-I9500' },
|
|
416
|
+
{ 'label': 'Galaxy S5', 'pattern': 'SM-G900' },
|
|
417
|
+
{ 'label': 'Galaxy S6', 'pattern': 'SM-G920' },
|
|
418
|
+
{ 'label': 'Galaxy S6 Edge', 'pattern': 'SM-G925' },
|
|
419
|
+
{ 'label': 'Galaxy S7', 'pattern': 'SM-G930' },
|
|
420
|
+
{ 'label': 'Galaxy S7 Edge', 'pattern': 'SM-G935' },
|
|
421
|
+
'Google TV',
|
|
422
|
+
'Lumia',
|
|
423
|
+
'iPad',
|
|
424
|
+
'iPod',
|
|
425
|
+
'iPhone',
|
|
426
|
+
'Kindle',
|
|
427
|
+
{ 'label': 'Kindle Fire', 'pattern': '(?:Cloud9|Silk-Accelerated)' },
|
|
428
|
+
'Nexus',
|
|
429
|
+
'Nook',
|
|
430
|
+
'PlayBook',
|
|
431
|
+
'PlayStation Vita',
|
|
432
|
+
'PlayStation',
|
|
433
|
+
'TouchPad',
|
|
434
|
+
'Transformer',
|
|
435
|
+
{ 'label': 'Wii U', 'pattern': 'WiiU' },
|
|
436
|
+
'Wii',
|
|
437
|
+
'Xbox One',
|
|
438
|
+
{ 'label': 'Xbox 360', 'pattern': 'Xbox' },
|
|
439
|
+
'Xoom'
|
|
440
|
+
]);
|
|
441
|
+
|
|
442
|
+
/* Detectable manufacturers. */
|
|
443
|
+
var manufacturer = getManufacturer({
|
|
444
|
+
'Apple': { 'iPad': 1, 'iPhone': 1, 'iPod': 1 },
|
|
445
|
+
'Alcatel': {},
|
|
446
|
+
'Archos': {},
|
|
447
|
+
'Amazon': { 'Kindle': 1, 'Kindle Fire': 1 },
|
|
448
|
+
'Asus': { 'Transformer': 1 },
|
|
449
|
+
'Barnes & Noble': { 'Nook': 1 },
|
|
450
|
+
'BlackBerry': { 'PlayBook': 1 },
|
|
451
|
+
'Google': { 'Google TV': 1, 'Nexus': 1 },
|
|
452
|
+
'HP': { 'TouchPad': 1 },
|
|
453
|
+
'HTC': {},
|
|
454
|
+
'Huawei': {},
|
|
455
|
+
'Lenovo': {},
|
|
456
|
+
'LG': {},
|
|
457
|
+
'Microsoft': { 'Xbox': 1, 'Xbox One': 1 },
|
|
458
|
+
'Motorola': { 'Xoom': 1 },
|
|
459
|
+
'Nintendo': { 'Wii U': 1, 'Wii': 1 },
|
|
460
|
+
'Nokia': { 'Lumia': 1 },
|
|
461
|
+
'Oppo': {},
|
|
462
|
+
'Samsung': { 'Galaxy S': 1, 'Galaxy S2': 1, 'Galaxy S3': 1, 'Galaxy S4': 1 },
|
|
463
|
+
'Sony': { 'PlayStation': 1, 'PlayStation Vita': 1 },
|
|
464
|
+
'Xiaomi': { 'Mi': 1, 'Redmi': 1 }
|
|
465
|
+
});
|
|
466
|
+
|
|
467
|
+
/* Detectable operating systems (order is important). */
|
|
468
|
+
var os = getOS([
|
|
469
|
+
'Windows Phone',
|
|
470
|
+
'KaiOS',
|
|
471
|
+
'Android',
|
|
472
|
+
'CentOS',
|
|
473
|
+
{ 'label': 'Chrome OS', 'pattern': 'CrOS' },
|
|
474
|
+
'Debian',
|
|
475
|
+
{ 'label': 'DragonFly BSD', 'pattern': 'DragonFly' },
|
|
476
|
+
'Fedora',
|
|
477
|
+
'FreeBSD',
|
|
478
|
+
'Gentoo',
|
|
479
|
+
'Haiku',
|
|
480
|
+
'Kubuntu',
|
|
481
|
+
'Linux Mint',
|
|
482
|
+
'OpenBSD',
|
|
483
|
+
'Red Hat',
|
|
484
|
+
'SuSE',
|
|
485
|
+
'Ubuntu',
|
|
486
|
+
'Xubuntu',
|
|
487
|
+
'Cygwin',
|
|
488
|
+
'Symbian OS',
|
|
489
|
+
'hpwOS',
|
|
490
|
+
'webOS ',
|
|
491
|
+
'webOS',
|
|
492
|
+
'Tablet OS',
|
|
493
|
+
'Tizen',
|
|
494
|
+
'Linux',
|
|
495
|
+
'Mac OS X',
|
|
496
|
+
'Macintosh',
|
|
497
|
+
'Mac',
|
|
498
|
+
'Windows 98;',
|
|
499
|
+
'Windows '
|
|
500
|
+
]);
|
|
501
|
+
|
|
502
|
+
/*------------------------------------------------------------------------*/
|
|
503
|
+
|
|
504
|
+
/**
|
|
505
|
+
* Picks the layout engine from an array of guesses.
|
|
506
|
+
*
|
|
507
|
+
* @private
|
|
508
|
+
* @param {Array} guesses An array of guesses.
|
|
509
|
+
* @returns {null|string} The detected layout engine.
|
|
510
|
+
*/
|
|
511
|
+
function getLayout(guesses) {
|
|
512
|
+
return reduce(guesses, function(result, guess) {
|
|
513
|
+
return result || RegExp('\\b' + (
|
|
514
|
+
guess.pattern || qualify(guess)
|
|
515
|
+
) + '\\b', 'i').exec(ua) && (guess.label || guess);
|
|
516
|
+
});
|
|
517
|
+
}
|
|
518
|
+
|
|
519
|
+
/**
|
|
520
|
+
* Picks the manufacturer from an array of guesses.
|
|
521
|
+
*
|
|
522
|
+
* @private
|
|
523
|
+
* @param {Array} guesses An object of guesses.
|
|
524
|
+
* @returns {null|string} The detected manufacturer.
|
|
525
|
+
*/
|
|
526
|
+
function getManufacturer(guesses) {
|
|
527
|
+
return reduce(guesses, function(result, value, key) {
|
|
528
|
+
// Lookup the manufacturer by product or scan the UA for the manufacturer.
|
|
529
|
+
return result || (
|
|
530
|
+
value[product] ||
|
|
531
|
+
value[/^[a-z]+(?: +[a-z]+\b)*/i.exec(product)] ||
|
|
532
|
+
RegExp('\\b' + qualify(key) + '(?:\\b|\\w*\\d)', 'i').exec(ua)
|
|
533
|
+
) && key;
|
|
534
|
+
});
|
|
535
|
+
}
|
|
536
|
+
|
|
537
|
+
/**
|
|
538
|
+
* Picks the browser name from an array of guesses.
|
|
539
|
+
*
|
|
540
|
+
* @private
|
|
541
|
+
* @param {Array} guesses An array of guesses.
|
|
542
|
+
* @returns {null|string} The detected browser name.
|
|
543
|
+
*/
|
|
544
|
+
function getName(guesses) {
|
|
545
|
+
return reduce(guesses, function(result, guess) {
|
|
546
|
+
return result || RegExp('\\b' + (
|
|
547
|
+
guess.pattern || qualify(guess)
|
|
548
|
+
) + '\\b', 'i').exec(ua) && (guess.label || guess);
|
|
549
|
+
});
|
|
550
|
+
}
|
|
551
|
+
|
|
552
|
+
/**
|
|
553
|
+
* Picks the OS name from an array of guesses.
|
|
554
|
+
*
|
|
555
|
+
* @private
|
|
556
|
+
* @param {Array} guesses An array of guesses.
|
|
557
|
+
* @returns {null|string} The detected OS name.
|
|
558
|
+
*/
|
|
559
|
+
function getOS(guesses) {
|
|
560
|
+
return reduce(guesses, function(result, guess) {
|
|
561
|
+
var pattern = guess.pattern || qualify(guess);
|
|
562
|
+
if (!result && (result =
|
|
563
|
+
RegExp('\\b' + pattern + '(?:/[\\d.]+|[ \\w.]*)', 'i').exec(ua)
|
|
564
|
+
)) {
|
|
565
|
+
result = cleanupOS(result, pattern, guess.label || guess);
|
|
566
|
+
}
|
|
567
|
+
return result;
|
|
568
|
+
});
|
|
569
|
+
}
|
|
570
|
+
|
|
571
|
+
/**
|
|
572
|
+
* Picks the product name from an array of guesses.
|
|
573
|
+
*
|
|
574
|
+
* @private
|
|
575
|
+
* @param {Array} guesses An array of guesses.
|
|
576
|
+
* @returns {null|string} The detected product name.
|
|
577
|
+
*/
|
|
578
|
+
function getProduct(guesses) {
|
|
579
|
+
return reduce(guesses, function(result, guess) {
|
|
580
|
+
var pattern = guess.pattern || qualify(guess);
|
|
581
|
+
if (!result && (result =
|
|
582
|
+
RegExp('\\b' + pattern + ' *\\d+[.\\w_]*', 'i').exec(ua) ||
|
|
583
|
+
RegExp('\\b' + pattern + ' *\\w+-[\\w]*', 'i').exec(ua) ||
|
|
584
|
+
RegExp('\\b' + pattern + '(?:; *(?:[a-z]+[_-])?[a-z]+\\d+|[^ ();-]*)', 'i').exec(ua)
|
|
585
|
+
)) {
|
|
586
|
+
// Split by forward slash and append product version if needed.
|
|
587
|
+
if ((result = String((guess.label && !RegExp(pattern, 'i').test(guess.label)) ? guess.label : result).split('/'))[1] && !/[\d.]+/.test(result[0])) {
|
|
588
|
+
result[0] += ' ' + result[1];
|
|
589
|
+
}
|
|
590
|
+
// Correct character case and cleanup string.
|
|
591
|
+
guess = guess.label || guess;
|
|
592
|
+
result = format(result[0]
|
|
593
|
+
.replace(RegExp(pattern, 'i'), guess)
|
|
594
|
+
.replace(RegExp('; *(?:' + guess + '[_-])?', 'i'), ' ')
|
|
595
|
+
.replace(RegExp('(' + guess + ')[-_.]?(\\w)', 'i'), '$1 $2'));
|
|
596
|
+
}
|
|
597
|
+
return result;
|
|
598
|
+
});
|
|
599
|
+
}
|
|
600
|
+
|
|
601
|
+
/**
|
|
602
|
+
* Resolves the version using an array of UA patterns.
|
|
603
|
+
*
|
|
604
|
+
* @private
|
|
605
|
+
* @param {Array} patterns An array of UA patterns.
|
|
606
|
+
* @returns {null|string} The detected version.
|
|
607
|
+
*/
|
|
608
|
+
function getVersion(patterns) {
|
|
609
|
+
return reduce(patterns, function(result, pattern) {
|
|
610
|
+
return result || (RegExp(pattern +
|
|
611
|
+
'(?:-[\\d.]+/|(?: for [\\w-]+)?[ /-])([\\d.]+[^ ();/_-]*)', 'i').exec(ua) || 0)[1] || null;
|
|
612
|
+
});
|
|
613
|
+
}
|
|
614
|
+
|
|
615
|
+
/**
|
|
616
|
+
* Returns `platform.description` when the platform object is coerced to a string.
|
|
617
|
+
*
|
|
618
|
+
* @name toString
|
|
619
|
+
* @memberOf platform
|
|
620
|
+
* @returns {string} Returns `platform.description` if available, else an empty string.
|
|
621
|
+
*/
|
|
622
|
+
function toStringPlatform() {
|
|
623
|
+
return this.description || '';
|
|
624
|
+
}
|
|
625
|
+
|
|
626
|
+
/*------------------------------------------------------------------------*/
|
|
627
|
+
|
|
628
|
+
// Convert layout to an array so we can add extra details.
|
|
629
|
+
layout && (layout = [layout]);
|
|
630
|
+
|
|
631
|
+
// Detect Android products.
|
|
632
|
+
// Browsers on Android devices typically provide their product IDS after "Android;"
|
|
633
|
+
// up to "Build" or ") AppleWebKit".
|
|
634
|
+
// Example:
|
|
635
|
+
// "Mozilla/5.0 (Linux; Android 8.1.0; Moto G (5) Plus) AppleWebKit/537.36
|
|
636
|
+
// (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36"
|
|
637
|
+
if (/\bAndroid\b/.test(os) && !product &&
|
|
638
|
+
(data = /\bAndroid[^;]*;(.*?)(?:Build|\) AppleWebKit)\b/i.exec(ua))) {
|
|
639
|
+
product = trim(data[1])
|
|
640
|
+
// Replace any language codes (eg. "en-US").
|
|
641
|
+
.replace(/^[a-z]{2}-[a-z]{2};\s*/i, '')
|
|
642
|
+
|| null;
|
|
643
|
+
}
|
|
644
|
+
// Detect product names that contain their manufacturer's name.
|
|
645
|
+
if (manufacturer && !product) {
|
|
646
|
+
product = getProduct([manufacturer]);
|
|
647
|
+
} else if (manufacturer && product) {
|
|
648
|
+
product = product
|
|
649
|
+
.replace(RegExp('^(' + qualify(manufacturer) + ')[-_.\\s]', 'i'), manufacturer + ' ')
|
|
650
|
+
.replace(RegExp('^(' + qualify(manufacturer) + ')[-_.]?(\\w)', 'i'), manufacturer + ' $2');
|
|
651
|
+
}
|
|
652
|
+
// Clean up Google TV.
|
|
653
|
+
if ((data = /\bGoogle TV\b/.exec(product))) {
|
|
654
|
+
product = data[0];
|
|
655
|
+
}
|
|
656
|
+
// Detect simulators.
|
|
657
|
+
if (/\bSimulator\b/i.test(ua)) {
|
|
658
|
+
product = (product ? product + ' ' : '') + 'Simulator';
|
|
659
|
+
}
|
|
660
|
+
// Detect Opera Mini 8+ running in Turbo/Uncompressed mode on iOS.
|
|
661
|
+
if (name == 'Opera Mini' && /\bOPiOS\b/.test(ua)) {
|
|
662
|
+
description.push('running in Turbo/Uncompressed mode');
|
|
663
|
+
}
|
|
664
|
+
// Detect IE Mobile 11.
|
|
665
|
+
if (name == 'IE' && /\blike iPhone OS\b/.test(ua)) {
|
|
666
|
+
data = parse(ua.replace(/like iPhone OS/, ''));
|
|
667
|
+
manufacturer = data.manufacturer;
|
|
668
|
+
product = data.product;
|
|
669
|
+
}
|
|
670
|
+
// Detect iOS.
|
|
671
|
+
else if (/^iP/.test(product)) {
|
|
672
|
+
name || (name = 'Safari');
|
|
673
|
+
os = 'iOS' + ((data = / OS ([\d_]+)/i.exec(ua))
|
|
674
|
+
? ' ' + data[1].replace(/_/g, '.')
|
|
675
|
+
: '');
|
|
676
|
+
}
|
|
677
|
+
// Detect Kubuntu.
|
|
678
|
+
else if (name == 'Konqueror' && /^Linux\b/i.test(os)) {
|
|
679
|
+
os = 'Kubuntu';
|
|
680
|
+
}
|
|
681
|
+
// Detect Android browsers.
|
|
682
|
+
else if ((manufacturer && manufacturer != 'Google' &&
|
|
683
|
+
((/Chrome/.test(name) && !/\bMobile Safari\b/i.test(ua)) || /\bVita\b/.test(product))) ||
|
|
684
|
+
(/\bAndroid\b/.test(os) && /^Chrome/.test(name) && /\bVersion\//i.test(ua))) {
|
|
685
|
+
name = 'Android Browser';
|
|
686
|
+
os = /\bAndroid\b/.test(os) ? os : 'Android';
|
|
687
|
+
}
|
|
688
|
+
// Detect Silk desktop/accelerated modes.
|
|
689
|
+
else if (name == 'Silk') {
|
|
690
|
+
if (!/\bMobi/i.test(ua)) {
|
|
691
|
+
os = 'Android';
|
|
692
|
+
description.unshift('desktop mode');
|
|
693
|
+
}
|
|
694
|
+
if (/Accelerated *= *true/i.test(ua)) {
|
|
695
|
+
description.unshift('accelerated');
|
|
696
|
+
}
|
|
697
|
+
}
|
|
698
|
+
// Detect UC Browser speed mode.
|
|
699
|
+
else if (name == 'UC Browser' && /\bUCWEB\b/.test(ua)) {
|
|
700
|
+
description.push('speed mode');
|
|
701
|
+
}
|
|
702
|
+
// Detect PaleMoon identifying as Firefox.
|
|
703
|
+
else if (name == 'PaleMoon' && (data = /\bFirefox\/([\d.]+)\b/.exec(ua))) {
|
|
704
|
+
description.push('identifying as Firefox ' + data[1]);
|
|
705
|
+
}
|
|
706
|
+
// Detect Firefox OS and products running Firefox.
|
|
707
|
+
else if (name == 'Firefox' && (data = /\b(Mobile|Tablet|TV)\b/i.exec(ua))) {
|
|
708
|
+
os || (os = 'Firefox OS');
|
|
709
|
+
product || (product = data[1]);
|
|
710
|
+
}
|
|
711
|
+
// Detect false positives for Firefox/Safari.
|
|
712
|
+
else if (!name || (data = !/\bMinefield\b/i.test(ua) && /\b(?:Firefox|Safari)\b/.exec(name))) {
|
|
713
|
+
// Escape the `/` for Firefox 1.
|
|
714
|
+
if (name && !product && /[\/,]|^[^(]+?\)/.test(ua.slice(ua.indexOf(data + '/') + 8))) {
|
|
715
|
+
// Clear name of false positives.
|
|
716
|
+
name = null;
|
|
717
|
+
}
|
|
718
|
+
// Reassign a generic name.
|
|
719
|
+
if ((data = product || manufacturer || os) &&
|
|
720
|
+
(product || manufacturer || /\b(?:Android|Symbian OS|Tablet OS|webOS)\b/.test(os))) {
|
|
721
|
+
name = /[a-z]+(?: Hat)?/i.exec(/\bAndroid\b/.test(os) ? os : data) + ' Browser';
|
|
722
|
+
}
|
|
723
|
+
}
|
|
724
|
+
// Add Chrome version to description for Electron.
|
|
725
|
+
else if (name == 'Electron' && (data = (/\bChrome\/([\d.]+)\b/.exec(ua) || 0)[1])) {
|
|
726
|
+
description.push('Chromium ' + data);
|
|
727
|
+
}
|
|
728
|
+
// Detect non-Opera (Presto-based) versions (order is important).
|
|
729
|
+
if (!version) {
|
|
730
|
+
version = getVersion([
|
|
731
|
+
'(?:Cloud9|CriOS|CrMo|Edge|Edg|EdgA|EdgiOS|FxiOS|HeadlessChrome|IEMobile|Iron|Opera ?Mini|OPiOS|OPR|Raven|SamsungBrowser|Silk(?!/[\\d.]+$)|UCBrowser|YaBrowser)',
|
|
732
|
+
'Version',
|
|
733
|
+
qualify(name),
|
|
734
|
+
'(?:Firefox|Minefield|NetFront)'
|
|
735
|
+
]);
|
|
736
|
+
}
|
|
737
|
+
// Detect stubborn layout engines.
|
|
738
|
+
if ((data =
|
|
739
|
+
layout == 'iCab' && parseFloat(version) > 3 && 'WebKit' ||
|
|
740
|
+
/\bOpera\b/.test(name) && (/\bOPR\b/.test(ua) ? 'Blink' : 'Presto') ||
|
|
741
|
+
/\b(?:Midori|Nook|Safari)\b/i.test(ua) && !/^(?:Trident|EdgeHTML)$/.test(layout) && 'WebKit' ||
|
|
742
|
+
!layout && /\bMSIE\b/i.test(ua) && (os == 'Mac OS' ? 'Tasman' : 'Trident') ||
|
|
743
|
+
layout == 'WebKit' && /\bPlayStation\b(?! Vita\b)/i.test(name) && 'NetFront'
|
|
744
|
+
)) {
|
|
745
|
+
layout = [data];
|
|
746
|
+
}
|
|
747
|
+
// Detect Windows Phone 7 desktop mode.
|
|
748
|
+
if (name == 'IE' && (data = (/; *(?:XBLWP|ZuneWP)(\d+)/i.exec(ua) || 0)[1])) {
|
|
749
|
+
name += ' Mobile';
|
|
750
|
+
os = 'Windows Phone ' + (/\+$/.test(data) ? data : data + '.x');
|
|
751
|
+
description.unshift('desktop mode');
|
|
752
|
+
}
|
|
753
|
+
// Detect Windows Phone 8.x desktop mode.
|
|
754
|
+
else if (/\bWPDesktop\b/i.test(ua)) {
|
|
755
|
+
name = 'IE Mobile';
|
|
756
|
+
os = 'Windows Phone 8.x';
|
|
757
|
+
description.unshift('desktop mode');
|
|
758
|
+
version || (version = (/\brv:([\d.]+)/.exec(ua) || 0)[1]);
|
|
759
|
+
}
|
|
760
|
+
// Detect IE 11 identifying as other browsers.
|
|
761
|
+
else if (name != 'IE' && layout == 'Trident' && (data = /\brv:([\d.]+)/.exec(ua))) {
|
|
762
|
+
if (name) {
|
|
763
|
+
description.push('identifying as ' + name + (version ? ' ' + version : ''));
|
|
764
|
+
}
|
|
765
|
+
name = 'IE';
|
|
766
|
+
version = data[1];
|
|
767
|
+
}
|
|
768
|
+
// Leverage environment features.
|
|
769
|
+
if (useFeatures) {
|
|
770
|
+
// Detect server-side environments.
|
|
771
|
+
// Rhino has a global function while others have a global object.
|
|
772
|
+
if (isHostType(context, 'global')) {
|
|
773
|
+
if (java) {
|
|
774
|
+
data = java.lang.System;
|
|
775
|
+
arch = data.getProperty('os.arch');
|
|
776
|
+
os = os || data.getProperty('os.name') + ' ' + data.getProperty('os.version');
|
|
777
|
+
}
|
|
778
|
+
if (rhino) {
|
|
779
|
+
try {
|
|
780
|
+
version = context.require('ringo/engine').version.join('.');
|
|
781
|
+
name = 'RingoJS';
|
|
782
|
+
} catch(e) {
|
|
783
|
+
if ((data = context.system) && data.global.system == context.system) {
|
|
784
|
+
name = 'Narwhal';
|
|
785
|
+
os || (os = data[0].os || null);
|
|
786
|
+
}
|
|
787
|
+
}
|
|
788
|
+
if (!name) {
|
|
789
|
+
name = 'Rhino';
|
|
790
|
+
}
|
|
791
|
+
}
|
|
792
|
+
else if (
|
|
793
|
+
typeof context.process == 'object' && !context.process.browser &&
|
|
794
|
+
(data = context.process)
|
|
795
|
+
) {
|
|
796
|
+
if (typeof data.versions == 'object') {
|
|
797
|
+
if (typeof data.versions.electron == 'string') {
|
|
798
|
+
description.push('Node ' + data.versions.node);
|
|
799
|
+
name = 'Electron';
|
|
800
|
+
version = data.versions.electron;
|
|
801
|
+
} else if (typeof data.versions.nw == 'string') {
|
|
802
|
+
description.push('Chromium ' + version, 'Node ' + data.versions.node);
|
|
803
|
+
name = 'NW.js';
|
|
804
|
+
version = data.versions.nw;
|
|
805
|
+
}
|
|
806
|
+
}
|
|
807
|
+
if (!name) {
|
|
808
|
+
name = 'Node.js';
|
|
809
|
+
arch = data.arch;
|
|
810
|
+
os = data.platform;
|
|
811
|
+
version = /[\d.]+/.exec(data.version);
|
|
812
|
+
version = version ? version[0] : null;
|
|
813
|
+
}
|
|
814
|
+
}
|
|
815
|
+
}
|
|
816
|
+
// Detect Adobe AIR.
|
|
817
|
+
else if (getClassOf((data = context.runtime)) == airRuntimeClass) {
|
|
818
|
+
name = 'Adobe AIR';
|
|
819
|
+
os = data.flash.system.Capabilities.os;
|
|
820
|
+
}
|
|
821
|
+
// Detect PhantomJS.
|
|
822
|
+
else if (getClassOf((data = context.phantom)) == phantomClass) {
|
|
823
|
+
name = 'PhantomJS';
|
|
824
|
+
version = (data = data.version || null) && (data.major + '.' + data.minor + '.' + data.patch);
|
|
825
|
+
}
|
|
826
|
+
// Detect IE compatibility modes.
|
|
827
|
+
else if (typeof doc.documentMode == 'number' && (data = /\bTrident\/(\d+)/i.exec(ua))) {
|
|
828
|
+
// We're in compatibility mode when the Trident version + 4 doesn't
|
|
829
|
+
// equal the document mode.
|
|
830
|
+
version = [version, doc.documentMode];
|
|
831
|
+
if ((data = +data[1] + 4) != version[1]) {
|
|
832
|
+
description.push('IE ' + version[1] + ' mode');
|
|
833
|
+
layout && (layout[1] = '');
|
|
834
|
+
version[1] = data;
|
|
835
|
+
}
|
|
836
|
+
version = name == 'IE' ? String(version[1].toFixed(1)) : version[0];
|
|
837
|
+
}
|
|
838
|
+
// Detect IE 11 masking as other browsers.
|
|
839
|
+
else if (typeof doc.documentMode == 'number' && /^(?:Chrome|Firefox)\b/.test(name)) {
|
|
840
|
+
description.push('masking as ' + name + ' ' + version);
|
|
841
|
+
name = 'IE';
|
|
842
|
+
version = '11.0';
|
|
843
|
+
layout = ['Trident'];
|
|
844
|
+
os = 'Windows';
|
|
845
|
+
}
|
|
846
|
+
os = os && format(os);
|
|
847
|
+
}
|
|
848
|
+
// Detect prerelease phases.
|
|
849
|
+
if (version && (data =
|
|
850
|
+
/(?:[ab]|dp|pre|[ab]\d+pre)(?:\d+\+?)?$/i.exec(version) ||
|
|
851
|
+
/(?:alpha|beta)(?: ?\d)?/i.exec(ua + ';' + (useFeatures && nav.appMinorVersion)) ||
|
|
852
|
+
/\bMinefield\b/i.test(ua) && 'a'
|
|
853
|
+
)) {
|
|
854
|
+
prerelease = /b/i.test(data) ? 'beta' : 'alpha';
|
|
855
|
+
version = version.replace(RegExp(data + '\\+?$'), '') +
|
|
856
|
+
(prerelease == 'beta' ? beta : alpha) + (/\d+\+?/.exec(data) || '');
|
|
857
|
+
}
|
|
858
|
+
// Detect Firefox Mobile.
|
|
859
|
+
if (name == 'Fennec' || name == 'Firefox' && /\b(?:Android|Firefox OS|KaiOS)\b/.test(os)) {
|
|
860
|
+
name = 'Firefox Mobile';
|
|
861
|
+
}
|
|
862
|
+
// Obscure Maxthon's unreliable version.
|
|
863
|
+
else if (name == 'Maxthon' && version) {
|
|
864
|
+
version = version.replace(/\.[\d.]+/, '.x');
|
|
865
|
+
}
|
|
866
|
+
// Detect Xbox 360 and Xbox One.
|
|
867
|
+
else if (/\bXbox\b/i.test(product)) {
|
|
868
|
+
if (product == 'Xbox 360') {
|
|
869
|
+
os = null;
|
|
870
|
+
}
|
|
871
|
+
if (product == 'Xbox 360' && /\bIEMobile\b/.test(ua)) {
|
|
872
|
+
description.unshift('mobile mode');
|
|
873
|
+
}
|
|
874
|
+
}
|
|
875
|
+
// Add mobile postfix.
|
|
876
|
+
else if ((/^(?:Chrome|IE|Opera)$/.test(name) || name && !product && !/Browser|Mobi/.test(name)) &&
|
|
877
|
+
(os == 'Windows CE' || /Mobi/i.test(ua))) {
|
|
878
|
+
name += ' Mobile';
|
|
879
|
+
}
|
|
880
|
+
// Detect IE platform preview.
|
|
881
|
+
else if (name == 'IE' && useFeatures) {
|
|
882
|
+
try {
|
|
883
|
+
if (context.external === null) {
|
|
884
|
+
description.unshift('platform preview');
|
|
885
|
+
}
|
|
886
|
+
} catch(e) {
|
|
887
|
+
description.unshift('embedded');
|
|
888
|
+
}
|
|
889
|
+
}
|
|
890
|
+
// Detect BlackBerry OS version.
|
|
891
|
+
// http://docs.blackberry.com/en/developers/deliverables/18169/HTTP_headers_sent_by_BB_Browser_1234911_11.jsp
|
|
892
|
+
else if ((/\bBlackBerry\b/.test(product) || /\bBB10\b/.test(ua)) && (data =
|
|
893
|
+
(RegExp(product.replace(/ +/g, ' *') + '/([.\\d]+)', 'i').exec(ua) || 0)[1] ||
|
|
894
|
+
version
|
|
895
|
+
)) {
|
|
896
|
+
data = [data, /BB10/.test(ua)];
|
|
897
|
+
os = (data[1] ? (product = null, manufacturer = 'BlackBerry') : 'Device Software') + ' ' + data[0];
|
|
898
|
+
version = null;
|
|
899
|
+
}
|
|
900
|
+
// Detect Opera identifying/masking itself as another browser.
|
|
901
|
+
// http://www.opera.com/support/kb/view/843/
|
|
902
|
+
else if (this != forOwn && product != 'Wii' && (
|
|
903
|
+
(useFeatures && opera) ||
|
|
904
|
+
(/Opera/.test(name) && /\b(?:MSIE|Firefox)\b/i.test(ua)) ||
|
|
905
|
+
(name == 'Firefox' && /\bOS X (?:\d+\.){2,}/.test(os)) ||
|
|
906
|
+
(name == 'IE' && (
|
|
907
|
+
(os && !/^Win/.test(os) && version > 5.5) ||
|
|
908
|
+
/\bWindows XP\b/.test(os) && version > 8 ||
|
|
909
|
+
version == 8 && !/\bTrident\b/.test(ua)
|
|
910
|
+
))
|
|
911
|
+
) && !reOpera.test((data = parse.call(forOwn, ua.replace(reOpera, '') + ';'))) && data.name) {
|
|
912
|
+
// When "identifying", the UA contains both Opera and the other browser's name.
|
|
913
|
+
data = 'ing as ' + data.name + ((data = data.version) ? ' ' + data : '');
|
|
914
|
+
if (reOpera.test(name)) {
|
|
915
|
+
if (/\bIE\b/.test(data) && os == 'Mac OS') {
|
|
916
|
+
os = null;
|
|
917
|
+
}
|
|
918
|
+
data = 'identify' + data;
|
|
919
|
+
}
|
|
920
|
+
// When "masking", the UA contains only the other browser's name.
|
|
921
|
+
else {
|
|
922
|
+
data = 'mask' + data;
|
|
923
|
+
if (operaClass) {
|
|
924
|
+
name = format(operaClass.replace(/([a-z])([A-Z])/g, '$1 $2'));
|
|
925
|
+
} else {
|
|
926
|
+
name = 'Opera';
|
|
927
|
+
}
|
|
928
|
+
if (/\bIE\b/.test(data)) {
|
|
929
|
+
os = null;
|
|
930
|
+
}
|
|
931
|
+
if (!useFeatures) {
|
|
932
|
+
version = null;
|
|
933
|
+
}
|
|
934
|
+
}
|
|
935
|
+
layout = ['Presto'];
|
|
936
|
+
description.push(data);
|
|
937
|
+
}
|
|
938
|
+
// Detect WebKit Nightly and approximate Chrome/Safari versions.
|
|
939
|
+
if ((data = (/\bAppleWebKit\/([\d.]+\+?)/i.exec(ua) || 0)[1])) {
|
|
940
|
+
// Correct build number for numeric comparison.
|
|
941
|
+
// (e.g. "532.5" becomes "532.05")
|
|
942
|
+
data = [parseFloat(data.replace(/\.(\d)$/, '.0$1')), data];
|
|
943
|
+
// Nightly builds are postfixed with a "+".
|
|
944
|
+
if (name == 'Safari' && data[1].slice(-1) == '+') {
|
|
945
|
+
name = 'WebKit Nightly';
|
|
946
|
+
prerelease = 'alpha';
|
|
947
|
+
version = data[1].slice(0, -1);
|
|
948
|
+
}
|
|
949
|
+
// Clear incorrect browser versions.
|
|
950
|
+
else if (version == data[1] ||
|
|
951
|
+
version == (data[2] = (/\bSafari\/([\d.]+\+?)/i.exec(ua) || 0)[1])) {
|
|
952
|
+
version = null;
|
|
953
|
+
}
|
|
954
|
+
// Use the full Chrome version when available.
|
|
955
|
+
data[1] = (/\b(?:Headless)?Chrome\/([\d.]+)/i.exec(ua) || 0)[1];
|
|
956
|
+
// Detect Blink layout engine.
|
|
957
|
+
if (data[0] == 537.36 && data[2] == 537.36 && parseFloat(data[1]) >= 28 && layout == 'WebKit') {
|
|
958
|
+
layout = ['Blink'];
|
|
959
|
+
}
|
|
960
|
+
// Detect JavaScriptCore.
|
|
961
|
+
// http://stackoverflow.com/questions/6768474/how-can-i-detect-which-javascript-engine-v8-or-jsc-is-used-at-runtime-in-androi
|
|
962
|
+
if (!useFeatures || (!likeChrome && !data[1])) {
|
|
963
|
+
layout && (layout[1] = 'like Safari');
|
|
964
|
+
data = (data = data[0], data < 400 ? 1 : data < 500 ? 2 : data < 526 ? 3 : data < 533 ? 4 : data < 534 ? '4+' : data < 535 ? 5 : data < 537 ? 6 : data < 538 ? 7 : data < 601 ? 8 : data < 602 ? 9 : data < 604 ? 10 : data < 606 ? 11 : data < 608 ? 12 : '12');
|
|
965
|
+
} else {
|
|
966
|
+
layout && (layout[1] = 'like Chrome');
|
|
967
|
+
data = data[1] || (data = data[0], data < 530 ? 1 : data < 532 ? 2 : data < 532.05 ? 3 : data < 533 ? 4 : data < 534.03 ? 5 : data < 534.07 ? 6 : data < 534.10 ? 7 : data < 534.13 ? 8 : data < 534.16 ? 9 : data < 534.24 ? 10 : data < 534.30 ? 11 : data < 535.01 ? 12 : data < 535.02 ? '13+' : data < 535.07 ? 15 : data < 535.11 ? 16 : data < 535.19 ? 17 : data < 536.05 ? 18 : data < 536.10 ? 19 : data < 537.01 ? 20 : data < 537.11 ? '21+' : data < 537.13 ? 23 : data < 537.18 ? 24 : data < 537.24 ? 25 : data < 537.36 ? 26 : layout != 'Blink' ? '27' : '28');
|
|
968
|
+
}
|
|
969
|
+
// Add the postfix of ".x" or "+" for approximate versions.
|
|
970
|
+
layout && (layout[1] += ' ' + (data += typeof data == 'number' ? '.x' : /[.+]/.test(data) ? '' : '+'));
|
|
971
|
+
// Obscure version for some Safari 1-2 releases.
|
|
972
|
+
if (name == 'Safari' && (!version || parseInt(version) > 45)) {
|
|
973
|
+
version = data;
|
|
974
|
+
} else if (name == 'Chrome' && /\bHeadlessChrome/i.test(ua)) {
|
|
975
|
+
description.unshift('headless');
|
|
976
|
+
}
|
|
977
|
+
}
|
|
978
|
+
// Detect Opera desktop modes.
|
|
979
|
+
if (name == 'Opera' && (data = /\bzbov|zvav$/.exec(os))) {
|
|
980
|
+
name += ' ';
|
|
981
|
+
description.unshift('desktop mode');
|
|
982
|
+
if (data == 'zvav') {
|
|
983
|
+
name += 'Mini';
|
|
984
|
+
version = null;
|
|
985
|
+
} else {
|
|
986
|
+
name += 'Mobile';
|
|
987
|
+
}
|
|
988
|
+
os = os.replace(RegExp(' *' + data + '$'), '');
|
|
989
|
+
}
|
|
990
|
+
// Detect Chrome desktop mode.
|
|
991
|
+
else if (name == 'Safari' && /\bChrome\b/.exec(layout && layout[1])) {
|
|
992
|
+
description.unshift('desktop mode');
|
|
993
|
+
name = 'Chrome Mobile';
|
|
994
|
+
version = null;
|
|
995
|
+
|
|
996
|
+
if (/\bOS X\b/.test(os)) {
|
|
997
|
+
manufacturer = 'Apple';
|
|
998
|
+
os = 'iOS 4.3+';
|
|
999
|
+
} else {
|
|
1000
|
+
os = null;
|
|
1001
|
+
}
|
|
1002
|
+
}
|
|
1003
|
+
// Newer versions of SRWare Iron uses the Chrome tag to indicate its version number.
|
|
1004
|
+
else if (/\bSRWare Iron\b/.test(name) && !version) {
|
|
1005
|
+
version = getVersion('Chrome');
|
|
1006
|
+
}
|
|
1007
|
+
// Strip incorrect OS versions.
|
|
1008
|
+
if (version && version.indexOf((data = /[\d.]+$/.exec(os))) == 0 &&
|
|
1009
|
+
ua.indexOf('/' + data + '-') > -1) {
|
|
1010
|
+
os = trim(os.replace(data, ''));
|
|
1011
|
+
}
|
|
1012
|
+
// Ensure OS does not include the browser name.
|
|
1013
|
+
if (os && os.indexOf(name) != -1 && !RegExp(name + ' OS').test(os)) {
|
|
1014
|
+
os = os.replace(RegExp(' *' + qualify(name) + ' *'), '');
|
|
1015
|
+
}
|
|
1016
|
+
// Add layout engine.
|
|
1017
|
+
if (layout && !/\b(?:Avant|Nook)\b/.test(name) && (
|
|
1018
|
+
/Browser|Lunascape|Maxthon/.test(name) ||
|
|
1019
|
+
name != 'Safari' && /^iOS/.test(os) && /\bSafari\b/.test(layout[1]) ||
|
|
1020
|
+
/^(?:Adobe|Arora|Breach|Midori|Opera|Phantom|Rekonq|Rock|Samsung Internet|Sleipnir|SRWare Iron|Vivaldi|Web)/.test(name) && layout[1])) {
|
|
1021
|
+
// Don't add layout details to description if they are falsey.
|
|
1022
|
+
(data = layout[layout.length - 1]) && description.push(data);
|
|
1023
|
+
}
|
|
1024
|
+
// Combine contextual information.
|
|
1025
|
+
if (description.length) {
|
|
1026
|
+
description = ['(' + description.join('; ') + ')'];
|
|
1027
|
+
}
|
|
1028
|
+
// Append manufacturer to description.
|
|
1029
|
+
if (manufacturer && product && product.indexOf(manufacturer) < 0) {
|
|
1030
|
+
description.push('on ' + manufacturer);
|
|
1031
|
+
}
|
|
1032
|
+
// Append product to description.
|
|
1033
|
+
if (product) {
|
|
1034
|
+
description.push((/^on /.test(description[description.length - 1]) ? '' : 'on ') + product);
|
|
1035
|
+
}
|
|
1036
|
+
// Parse the OS into an object.
|
|
1037
|
+
if (os) {
|
|
1038
|
+
data = / ([\d.+]+)$/.exec(os);
|
|
1039
|
+
isSpecialCasedOS = data && os.charAt(os.length - data[0].length - 1) == '/';
|
|
1040
|
+
os = {
|
|
1041
|
+
'architecture': 32,
|
|
1042
|
+
'family': (data && !isSpecialCasedOS) ? os.replace(data[0], '') : os,
|
|
1043
|
+
'version': data ? data[1] : null,
|
|
1044
|
+
'toString': function() {
|
|
1045
|
+
var version = this.version;
|
|
1046
|
+
return this.family + ((version && !isSpecialCasedOS) ? ' ' + version : '') + (this.architecture == 64 ? ' 64-bit' : '');
|
|
1047
|
+
}
|
|
1048
|
+
};
|
|
1049
|
+
}
|
|
1050
|
+
// Add browser/OS architecture.
|
|
1051
|
+
if ((data = /\b(?:AMD|IA|Win|WOW|x86_|x)64\b/i.exec(arch)) && !/\bi686\b/i.test(arch)) {
|
|
1052
|
+
if (os) {
|
|
1053
|
+
os.architecture = 64;
|
|
1054
|
+
os.family = os.family.replace(RegExp(' *' + data), '');
|
|
1055
|
+
}
|
|
1056
|
+
if (
|
|
1057
|
+
name && (/\bWOW64\b/i.test(ua) ||
|
|
1058
|
+
(useFeatures && /\w(?:86|32)$/.test(nav.cpuClass || nav.platform) && !/\bWin64; x64\b/i.test(ua)))
|
|
1059
|
+
) {
|
|
1060
|
+
description.unshift('32-bit');
|
|
1061
|
+
}
|
|
1062
|
+
}
|
|
1063
|
+
// Chrome 39 and above on OS X is always 64-bit.
|
|
1064
|
+
else if (
|
|
1065
|
+
os && /^OS X/.test(os.family) &&
|
|
1066
|
+
name == 'Chrome' && parseFloat(version) >= 39
|
|
1067
|
+
) {
|
|
1068
|
+
os.architecture = 64;
|
|
1069
|
+
}
|
|
1070
|
+
|
|
1071
|
+
ua || (ua = null);
|
|
1072
|
+
|
|
1073
|
+
/*------------------------------------------------------------------------*/
|
|
1074
|
+
|
|
1075
|
+
/**
|
|
1076
|
+
* The platform object.
|
|
1077
|
+
*
|
|
1078
|
+
* @name platform
|
|
1079
|
+
* @type Object
|
|
1080
|
+
*/
|
|
1081
|
+
var platform = {};
|
|
1082
|
+
|
|
1083
|
+
/**
|
|
1084
|
+
* The platform description.
|
|
1085
|
+
*
|
|
1086
|
+
* @memberOf platform
|
|
1087
|
+
* @type string|null
|
|
1088
|
+
*/
|
|
1089
|
+
platform.description = ua;
|
|
1090
|
+
|
|
1091
|
+
/**
|
|
1092
|
+
* The name of the browser's layout engine.
|
|
1093
|
+
*
|
|
1094
|
+
* The list of common layout engines include:
|
|
1095
|
+
* "Blink", "EdgeHTML", "Gecko", "Trident" and "WebKit"
|
|
1096
|
+
*
|
|
1097
|
+
* @memberOf platform
|
|
1098
|
+
* @type string|null
|
|
1099
|
+
*/
|
|
1100
|
+
platform.layout = layout && layout[0];
|
|
1101
|
+
|
|
1102
|
+
/**
|
|
1103
|
+
* The name of the product's manufacturer.
|
|
1104
|
+
*
|
|
1105
|
+
* The list of manufacturers include:
|
|
1106
|
+
* "Apple", "Archos", "Amazon", "Asus", "Barnes & Noble", "BlackBerry",
|
|
1107
|
+
* "Google", "HP", "HTC", "LG", "Microsoft", "Motorola", "Nintendo",
|
|
1108
|
+
* "Nokia", "Samsung" and "Sony"
|
|
1109
|
+
*
|
|
1110
|
+
* @memberOf platform
|
|
1111
|
+
* @type string|null
|
|
1112
|
+
*/
|
|
1113
|
+
platform.manufacturer = manufacturer;
|
|
1114
|
+
|
|
1115
|
+
/**
|
|
1116
|
+
* The name of the browser/environment.
|
|
1117
|
+
*
|
|
1118
|
+
* The list of common browser names include:
|
|
1119
|
+
* "Chrome", "Electron", "Firefox", "Firefox for iOS", "IE",
|
|
1120
|
+
* "Microsoft Edge", "PhantomJS", "Safari", "SeaMonkey", "Silk",
|
|
1121
|
+
* "Opera Mini" and "Opera"
|
|
1122
|
+
*
|
|
1123
|
+
* Mobile versions of some browsers have "Mobile" appended to their name:
|
|
1124
|
+
* eg. "Chrome Mobile", "Firefox Mobile", "IE Mobile" and "Opera Mobile"
|
|
1125
|
+
*
|
|
1126
|
+
* @memberOf platform
|
|
1127
|
+
* @type string|null
|
|
1128
|
+
*/
|
|
1129
|
+
platform.name = name;
|
|
1130
|
+
|
|
1131
|
+
/**
|
|
1132
|
+
* The alpha/beta release indicator.
|
|
1133
|
+
*
|
|
1134
|
+
* @memberOf platform
|
|
1135
|
+
* @type string|null
|
|
1136
|
+
*/
|
|
1137
|
+
platform.prerelease = prerelease;
|
|
1138
|
+
|
|
1139
|
+
/**
|
|
1140
|
+
* The name of the product hosting the browser.
|
|
1141
|
+
*
|
|
1142
|
+
* The list of common products include:
|
|
1143
|
+
*
|
|
1144
|
+
* "BlackBerry", "Galaxy S4", "Lumia", "iPad", "iPod", "iPhone", "Kindle",
|
|
1145
|
+
* "Kindle Fire", "Nexus", "Nook", "PlayBook", "TouchPad" and "Transformer"
|
|
1146
|
+
*
|
|
1147
|
+
* @memberOf platform
|
|
1148
|
+
* @type string|null
|
|
1149
|
+
*/
|
|
1150
|
+
platform.product = product;
|
|
1151
|
+
|
|
1152
|
+
/**
|
|
1153
|
+
* The browser's user agent string.
|
|
1154
|
+
*
|
|
1155
|
+
* @memberOf platform
|
|
1156
|
+
* @type string|null
|
|
1157
|
+
*/
|
|
1158
|
+
platform.ua = ua;
|
|
1159
|
+
|
|
1160
|
+
/**
|
|
1161
|
+
* The browser/environment version.
|
|
1162
|
+
*
|
|
1163
|
+
* @memberOf platform
|
|
1164
|
+
* @type string|null
|
|
1165
|
+
*/
|
|
1166
|
+
platform.version = name && version;
|
|
1167
|
+
|
|
1168
|
+
/**
|
|
1169
|
+
* The name of the operating system.
|
|
1170
|
+
*
|
|
1171
|
+
* @memberOf platform
|
|
1172
|
+
* @type Object
|
|
1173
|
+
*/
|
|
1174
|
+
platform.os = os || {
|
|
1175
|
+
|
|
1176
|
+
/**
|
|
1177
|
+
* The CPU architecture the OS is built for.
|
|
1178
|
+
*
|
|
1179
|
+
* @memberOf platform.os
|
|
1180
|
+
* @type number|null
|
|
1181
|
+
*/
|
|
1182
|
+
'architecture': null,
|
|
1183
|
+
|
|
1184
|
+
/**
|
|
1185
|
+
* The family of the OS.
|
|
1186
|
+
*
|
|
1187
|
+
* Common values include:
|
|
1188
|
+
* "Windows", "Windows Server 2008 R2 / 7", "Windows Server 2008 / Vista",
|
|
1189
|
+
* "Windows XP", "OS X", "Linux", "Ubuntu", "Debian", "Fedora", "Red Hat",
|
|
1190
|
+
* "SuSE", "Android", "iOS" and "Windows Phone"
|
|
1191
|
+
*
|
|
1192
|
+
* @memberOf platform.os
|
|
1193
|
+
* @type string|null
|
|
1194
|
+
*/
|
|
1195
|
+
'family': null,
|
|
1196
|
+
|
|
1197
|
+
/**
|
|
1198
|
+
* The version of the OS.
|
|
1199
|
+
*
|
|
1200
|
+
* @memberOf platform.os
|
|
1201
|
+
* @type string|null
|
|
1202
|
+
*/
|
|
1203
|
+
'version': null,
|
|
1204
|
+
|
|
1205
|
+
/**
|
|
1206
|
+
* Returns the OS string.
|
|
1207
|
+
*
|
|
1208
|
+
* @memberOf platform.os
|
|
1209
|
+
* @returns {string} The OS string.
|
|
1210
|
+
*/
|
|
1211
|
+
'toString': function() { return 'null'; }
|
|
1212
|
+
};
|
|
1213
|
+
|
|
1214
|
+
platform.parse = parse;
|
|
1215
|
+
platform.toString = toStringPlatform;
|
|
1216
|
+
|
|
1217
|
+
if (platform.version) {
|
|
1218
|
+
description.unshift(version);
|
|
1219
|
+
}
|
|
1220
|
+
if (platform.name) {
|
|
1221
|
+
description.unshift(name);
|
|
1222
|
+
}
|
|
1223
|
+
if (os && name && !(os == String(os).split(' ')[0] && (os == name.split(' ')[0] || product))) {
|
|
1224
|
+
description.push(product ? '(' + os + ')' : 'on ' + os);
|
|
1225
|
+
}
|
|
1226
|
+
if (description.length) {
|
|
1227
|
+
platform.description = description.join(' ');
|
|
1228
|
+
}
|
|
1229
|
+
return platform;
|
|
1230
|
+
}
|
|
1231
|
+
|
|
1232
|
+
/*--------------------------------------------------------------------------*/
|
|
1233
|
+
|
|
1234
|
+
// Export platform.
|
|
1235
|
+
var platform = parse();
|
|
1236
|
+
|
|
1237
|
+
// Some AMD build optimizers, like r.js, check for condition patterns like the following:
|
|
1238
|
+
if (typeof define == 'function' && typeof define.amd == 'object' && define.amd) {
|
|
1239
|
+
// Expose platform on the global object to prevent errors when platform is
|
|
1240
|
+
// loaded by a script tag in the presence of an AMD loader.
|
|
1241
|
+
// See http://requirejs.org/docs/errors.html#mismatch for more details.
|
|
1242
|
+
root.platform = platform;
|
|
1243
|
+
|
|
1244
|
+
// Define as an anonymous module so platform can be aliased through path mapping.
|
|
1245
|
+
define(function() {
|
|
1246
|
+
return platform;
|
|
1247
|
+
});
|
|
1248
|
+
}
|
|
1249
|
+
// Check for `exports` after `define` in case a build optimizer adds an `exports` object.
|
|
1250
|
+
else if (freeExports && freeModule) {
|
|
1251
|
+
// Export for CommonJS support.
|
|
1252
|
+
forOwn(platform, function(value, key) {
|
|
1253
|
+
freeExports[key] = value;
|
|
1254
|
+
});
|
|
1255
|
+
}
|
|
1256
|
+
else {
|
|
1257
|
+
// Export to the global object.
|
|
1258
|
+
root.platform = platform;
|
|
1259
|
+
}
|
|
1260
|
+
}.call(this));
|