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,84 @@
|
|
|
1
|
+
# object-inspect <sup>[![Version Badge][npm-version-svg]][package-url]</sup>
|
|
2
|
+
|
|
3
|
+
string representations of objects in node and the browser
|
|
4
|
+
|
|
5
|
+
[![github actions][actions-image]][actions-url]
|
|
6
|
+
[![coverage][codecov-image]][codecov-url]
|
|
7
|
+
[![License][license-image]][license-url]
|
|
8
|
+
[![Downloads][downloads-image]][downloads-url]
|
|
9
|
+
|
|
10
|
+
[![npm badge][npm-badge-png]][package-url]
|
|
11
|
+
|
|
12
|
+
# example
|
|
13
|
+
|
|
14
|
+
## circular
|
|
15
|
+
|
|
16
|
+
``` js
|
|
17
|
+
var inspect = require('object-inspect');
|
|
18
|
+
var obj = { a: 1, b: [3,4] };
|
|
19
|
+
obj.c = obj;
|
|
20
|
+
console.log(inspect(obj));
|
|
21
|
+
```
|
|
22
|
+
|
|
23
|
+
## dom element
|
|
24
|
+
|
|
25
|
+
``` js
|
|
26
|
+
var inspect = require('object-inspect');
|
|
27
|
+
|
|
28
|
+
var d = document.createElement('div');
|
|
29
|
+
d.setAttribute('id', 'beep');
|
|
30
|
+
d.innerHTML = '<b>wooo</b><i>iiiii</i>';
|
|
31
|
+
|
|
32
|
+
console.log(inspect([ d, { a: 3, b : 4, c: [5,6,[7,[8,[9]]]] } ]));
|
|
33
|
+
```
|
|
34
|
+
|
|
35
|
+
output:
|
|
36
|
+
|
|
37
|
+
```
|
|
38
|
+
[ <div id="beep">...</div>, { a: 3, b: 4, c: [ 5, 6, [ 7, [ 8, [ ... ] ] ] ] } ]
|
|
39
|
+
```
|
|
40
|
+
|
|
41
|
+
# methods
|
|
42
|
+
|
|
43
|
+
``` js
|
|
44
|
+
var inspect = require('object-inspect')
|
|
45
|
+
```
|
|
46
|
+
|
|
47
|
+
## var s = inspect(obj, opts={})
|
|
48
|
+
|
|
49
|
+
Return a string `s` with the string representation of `obj` up to a depth of `opts.depth`.
|
|
50
|
+
|
|
51
|
+
Additional options:
|
|
52
|
+
- `quoteStyle`: must be "single" or "double", if present. Default `'single'` for strings, `'double'` for HTML elements.
|
|
53
|
+
- `maxStringLength`: must be `0`, a positive integer, `Infinity`, or `null`, if present. Default `Infinity`.
|
|
54
|
+
- `customInspect`: When `true`, a custom inspect method function will be invoked (either undere the `util.inspect.custom` symbol, or the `inspect` property). When the string `'symbol'`, only the symbol method will be invoked. Default `true`.
|
|
55
|
+
- `indent`: must be "\t", `null`, or a positive integer. Default `null`.
|
|
56
|
+
- `numericSeparator`: must be a boolean, if present. Default `false`. If `true`, all numbers will be printed with numeric separators (eg, `1234.5678` will be printed as `'1_234.567_8'`)
|
|
57
|
+
|
|
58
|
+
# install
|
|
59
|
+
|
|
60
|
+
With [npm](https://npmjs.org) do:
|
|
61
|
+
|
|
62
|
+
```
|
|
63
|
+
npm install object-inspect
|
|
64
|
+
```
|
|
65
|
+
|
|
66
|
+
# license
|
|
67
|
+
|
|
68
|
+
MIT
|
|
69
|
+
|
|
70
|
+
[package-url]: https://npmjs.org/package/object-inspect
|
|
71
|
+
[npm-version-svg]: https://versionbadg.es/inspect-js/object-inspect.svg
|
|
72
|
+
[deps-svg]: https://david-dm.org/inspect-js/object-inspect.svg
|
|
73
|
+
[deps-url]: https://david-dm.org/inspect-js/object-inspect
|
|
74
|
+
[dev-deps-svg]: https://david-dm.org/inspect-js/object-inspect/dev-status.svg
|
|
75
|
+
[dev-deps-url]: https://david-dm.org/inspect-js/object-inspect#info=devDependencies
|
|
76
|
+
[npm-badge-png]: https://nodei.co/npm/object-inspect.png?downloads=true&stars=true
|
|
77
|
+
[license-image]: https://img.shields.io/npm/l/object-inspect.svg
|
|
78
|
+
[license-url]: LICENSE
|
|
79
|
+
[downloads-image]: https://img.shields.io/npm/dm/object-inspect.svg
|
|
80
|
+
[downloads-url]: https://npm-stat.com/charts.html?package=object-inspect
|
|
81
|
+
[codecov-image]: https://codecov.io/gh/inspect-js/object-inspect/branch/main/graphs/badge.svg
|
|
82
|
+
[codecov-url]: https://app.codecov.io/gh/inspect-js/object-inspect/
|
|
83
|
+
[actions-image]: https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runkit.sh/inspect-js/object-inspect
|
|
84
|
+
[actions-url]: https://github.com/inspect-js/object-inspect/actions
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
require('core-js');
|
|
4
|
+
|
|
5
|
+
var inspect = require('./');
|
|
6
|
+
var test = require('tape');
|
|
7
|
+
|
|
8
|
+
test('Maps', function (t) {
|
|
9
|
+
t.equal(inspect(new Map([[1, 2]])), 'Map (1) {1 => 2}');
|
|
10
|
+
t.end();
|
|
11
|
+
});
|
|
12
|
+
|
|
13
|
+
test('WeakMaps', function (t) {
|
|
14
|
+
t.equal(inspect(new WeakMap([[{}, 2]])), 'WeakMap { ? }');
|
|
15
|
+
t.end();
|
|
16
|
+
});
|
|
17
|
+
|
|
18
|
+
test('Sets', function (t) {
|
|
19
|
+
t.equal(inspect(new Set([[1, 2]])), 'Set (1) {[ 1, 2 ]}');
|
|
20
|
+
t.end();
|
|
21
|
+
});
|
|
22
|
+
|
|
23
|
+
test('WeakSets', function (t) {
|
|
24
|
+
t.equal(inspect(new WeakSet([[1, 2]])), 'WeakSet { ? }');
|
|
25
|
+
t.end();
|
|
26
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports = require('util').inspect;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
root = true
|
|
2
|
+
|
|
3
|
+
[*]
|
|
4
|
+
indent_style = tab;
|
|
5
|
+
insert_final_newline = true;
|
|
6
|
+
quote_type = auto;
|
|
7
|
+
space_after_anonymous_functions = true;
|
|
8
|
+
space_after_control_statements = true;
|
|
9
|
+
spaces_around_operators = true;
|
|
10
|
+
trim_trailing_whitespace = true;
|
|
11
|
+
spaces_in_brackets = false;
|
|
12
|
+
end_of_line = lf;
|
|
13
|
+
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"root": true,
|
|
3
|
+
|
|
4
|
+
"extends": "@ljharb",
|
|
5
|
+
|
|
6
|
+
"rules": {
|
|
7
|
+
"complexity": [2, 23],
|
|
8
|
+
"id-length": [2, { "min": 1, "max": 40 }],
|
|
9
|
+
"max-params": [2, 3],
|
|
10
|
+
"max-statements": [2, 23],
|
|
11
|
+
"max-statements-per-line": [2, { "max": 2 }],
|
|
12
|
+
"no-extra-parens": [1],
|
|
13
|
+
"no-invalid-this": [1],
|
|
14
|
+
"no-restricted-syntax": [2, "BreakStatement", "ContinueStatement", "LabeledStatement", "WithStatement"],
|
|
15
|
+
"operator-linebreak": [2, "after"]
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,277 @@
|
|
|
1
|
+
language: node_js
|
|
2
|
+
os:
|
|
3
|
+
- linux
|
|
4
|
+
node_js:
|
|
5
|
+
- "11.8"
|
|
6
|
+
- "10.15"
|
|
7
|
+
- "9.11"
|
|
8
|
+
- "8.15"
|
|
9
|
+
- "7.10"
|
|
10
|
+
- "6.16"
|
|
11
|
+
- "5.12"
|
|
12
|
+
- "4.9"
|
|
13
|
+
- "iojs-v3.3"
|
|
14
|
+
- "iojs-v2.5"
|
|
15
|
+
- "iojs-v1.8"
|
|
16
|
+
- "0.12"
|
|
17
|
+
- "0.10"
|
|
18
|
+
- "0.8"
|
|
19
|
+
before_install:
|
|
20
|
+
- 'case "${TRAVIS_NODE_VERSION}" in 0.*) export NPM_CONFIG_STRICT_SSL=false ;; esac'
|
|
21
|
+
- 'nvm install-latest-npm'
|
|
22
|
+
install:
|
|
23
|
+
- 'if [ "${TRAVIS_NODE_VERSION}" = "0.6" ] || [ "${TRAVIS_NODE_VERSION}" = "0.9" ]; then nvm install --latest-npm 0.8 && npm install && nvm use "${TRAVIS_NODE_VERSION}"; else npm install; fi;'
|
|
24
|
+
script:
|
|
25
|
+
- 'if [ -n "${PRETEST-}" ]; then npm run pretest ; fi'
|
|
26
|
+
- 'if [ -n "${POSTTEST-}" ]; then npm run posttest ; fi'
|
|
27
|
+
- 'if [ -n "${COVERAGE-}" ]; then npm run coverage ; fi'
|
|
28
|
+
- 'if [ -n "${TEST-}" ]; then npm run tests-only ; fi'
|
|
29
|
+
sudo: false
|
|
30
|
+
env:
|
|
31
|
+
- TEST=true
|
|
32
|
+
matrix:
|
|
33
|
+
fast_finish: true
|
|
34
|
+
include:
|
|
35
|
+
- node_js: "lts/*"
|
|
36
|
+
env: PRETEST=true
|
|
37
|
+
- node_js: "lts/*"
|
|
38
|
+
env: POSTTEST=true
|
|
39
|
+
- node_js: "4"
|
|
40
|
+
env: COVERAGE=true
|
|
41
|
+
- node_js: "11.7"
|
|
42
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
43
|
+
- node_js: "11.6"
|
|
44
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
45
|
+
- node_js: "11.5"
|
|
46
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
47
|
+
- node_js: "11.4"
|
|
48
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
49
|
+
- node_js: "11.3"
|
|
50
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
51
|
+
- node_js: "11.2"
|
|
52
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
53
|
+
- node_js: "11.1"
|
|
54
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
55
|
+
- node_js: "11.0"
|
|
56
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
57
|
+
- node_js: "10.14"
|
|
58
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
59
|
+
- node_js: "10.13"
|
|
60
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
61
|
+
- node_js: "10.12"
|
|
62
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
63
|
+
- node_js: "10.11"
|
|
64
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
65
|
+
- node_js: "10.10"
|
|
66
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
67
|
+
- node_js: "10.9"
|
|
68
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
69
|
+
- node_js: "10.8"
|
|
70
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
71
|
+
- node_js: "10.7"
|
|
72
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
73
|
+
- node_js: "10.6"
|
|
74
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
75
|
+
- node_js: "10.5"
|
|
76
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
77
|
+
- node_js: "10.4"
|
|
78
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
79
|
+
- node_js: "10.3"
|
|
80
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
81
|
+
- node_js: "10.2"
|
|
82
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
83
|
+
- node_js: "10.1"
|
|
84
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
85
|
+
- node_js: "10.0"
|
|
86
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
87
|
+
- node_js: "9.10"
|
|
88
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
89
|
+
- node_js: "9.9"
|
|
90
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
91
|
+
- node_js: "9.8"
|
|
92
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
93
|
+
- node_js: "9.7"
|
|
94
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
95
|
+
- node_js: "9.6"
|
|
96
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
97
|
+
- node_js: "9.5"
|
|
98
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
99
|
+
- node_js: "9.4"
|
|
100
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
101
|
+
- node_js: "9.3"
|
|
102
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
103
|
+
- node_js: "9.2"
|
|
104
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
105
|
+
- node_js: "9.1"
|
|
106
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
107
|
+
- node_js: "9.0"
|
|
108
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
109
|
+
- node_js: "8.14"
|
|
110
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
111
|
+
- node_js: "8.13"
|
|
112
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
113
|
+
- node_js: "8.12"
|
|
114
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
115
|
+
- node_js: "8.11"
|
|
116
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
117
|
+
- node_js: "8.10"
|
|
118
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
119
|
+
- node_js: "8.9"
|
|
120
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
121
|
+
- node_js: "8.8"
|
|
122
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
123
|
+
- node_js: "8.7"
|
|
124
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
125
|
+
- node_js: "8.6"
|
|
126
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
127
|
+
- node_js: "8.5"
|
|
128
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
129
|
+
- node_js: "8.4"
|
|
130
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
131
|
+
- node_js: "8.3"
|
|
132
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
133
|
+
- node_js: "8.2"
|
|
134
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
135
|
+
- node_js: "8.1"
|
|
136
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
137
|
+
- node_js: "8.0"
|
|
138
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
139
|
+
- node_js: "7.9"
|
|
140
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
141
|
+
- node_js: "7.8"
|
|
142
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
143
|
+
- node_js: "7.7"
|
|
144
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
145
|
+
- node_js: "7.6"
|
|
146
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
147
|
+
- node_js: "7.5"
|
|
148
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
149
|
+
- node_js: "7.4"
|
|
150
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
151
|
+
- node_js: "7.3"
|
|
152
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
153
|
+
- node_js: "7.2"
|
|
154
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
155
|
+
- node_js: "7.1"
|
|
156
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
157
|
+
- node_js: "7.0"
|
|
158
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
159
|
+
- node_js: "6.15"
|
|
160
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
161
|
+
- node_js: "6.14"
|
|
162
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
163
|
+
- node_js: "6.13"
|
|
164
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
165
|
+
- node_js: "6.12"
|
|
166
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
167
|
+
- node_js: "6.11"
|
|
168
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
169
|
+
- node_js: "6.10"
|
|
170
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
171
|
+
- node_js: "6.9"
|
|
172
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
173
|
+
- node_js: "6.8"
|
|
174
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
175
|
+
- node_js: "6.7"
|
|
176
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
177
|
+
- node_js: "6.6"
|
|
178
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
179
|
+
- node_js: "6.5"
|
|
180
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
181
|
+
- node_js: "6.4"
|
|
182
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
183
|
+
- node_js: "6.3"
|
|
184
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
185
|
+
- node_js: "6.2"
|
|
186
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
187
|
+
- node_js: "6.1"
|
|
188
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
189
|
+
- node_js: "6.0"
|
|
190
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
191
|
+
- node_js: "5.11"
|
|
192
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
193
|
+
- node_js: "5.10"
|
|
194
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
195
|
+
- node_js: "5.9"
|
|
196
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
197
|
+
- node_js: "5.8"
|
|
198
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
199
|
+
- node_js: "5.7"
|
|
200
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
201
|
+
- node_js: "5.6"
|
|
202
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
203
|
+
- node_js: "5.5"
|
|
204
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
205
|
+
- node_js: "5.4"
|
|
206
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
207
|
+
- node_js: "5.3"
|
|
208
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
209
|
+
- node_js: "5.2"
|
|
210
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
211
|
+
- node_js: "5.1"
|
|
212
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
213
|
+
- node_js: "5.0"
|
|
214
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
215
|
+
- node_js: "4.8"
|
|
216
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
217
|
+
- node_js: "4.7"
|
|
218
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
219
|
+
- node_js: "4.6"
|
|
220
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
221
|
+
- node_js: "4.5"
|
|
222
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
223
|
+
- node_js: "4.4"
|
|
224
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
225
|
+
- node_js: "4.3"
|
|
226
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
227
|
+
- node_js: "4.2"
|
|
228
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
229
|
+
- node_js: "4.1"
|
|
230
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
231
|
+
- node_js: "4.0"
|
|
232
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
233
|
+
- node_js: "iojs-v3.2"
|
|
234
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
235
|
+
- node_js: "iojs-v3.1"
|
|
236
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
237
|
+
- node_js: "iojs-v3.0"
|
|
238
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
239
|
+
- node_js: "iojs-v2.4"
|
|
240
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
241
|
+
- node_js: "iojs-v2.3"
|
|
242
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
243
|
+
- node_js: "iojs-v2.2"
|
|
244
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
245
|
+
- node_js: "iojs-v2.1"
|
|
246
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
247
|
+
- node_js: "iojs-v2.0"
|
|
248
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
249
|
+
- node_js: "iojs-v1.7"
|
|
250
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
251
|
+
- node_js: "iojs-v1.6"
|
|
252
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
253
|
+
- node_js: "iojs-v1.5"
|
|
254
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
255
|
+
- node_js: "iojs-v1.4"
|
|
256
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
257
|
+
- node_js: "iojs-v1.3"
|
|
258
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
259
|
+
- node_js: "iojs-v1.2"
|
|
260
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
261
|
+
- node_js: "iojs-v1.1"
|
|
262
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
263
|
+
- node_js: "iojs-v1.0"
|
|
264
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
265
|
+
- node_js: "0.11"
|
|
266
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
267
|
+
- node_js: "0.9"
|
|
268
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
269
|
+
- node_js: "0.6"
|
|
270
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
271
|
+
- node_js: "0.4"
|
|
272
|
+
env: TEST=true ALLOW_FAILURE=true
|
|
273
|
+
allow_failures:
|
|
274
|
+
- os: osx
|
|
275
|
+
- env: TEST=true ALLOW_FAILURE=true
|
|
276
|
+
- env: COVERAGE=true
|
|
277
|
+
- env: POSTTEST=true
|
|
@@ -0,0 +1,232 @@
|
|
|
1
|
+
1.1.1 / 2019-04-06
|
|
2
|
+
=================
|
|
3
|
+
* [Fix] exclude deprecated Firefox keys (#53)
|
|
4
|
+
|
|
5
|
+
1.1.0 / 2019-02-10
|
|
6
|
+
=================
|
|
7
|
+
* [New] [Refactor] move full implementation to `implementation` entry point
|
|
8
|
+
* [Refactor] only evaluate the implementation if `Object.keys` is not present
|
|
9
|
+
* [Tests] up to `node` `v11.8`, `v10.15`, `v8.15`, `v6.16`
|
|
10
|
+
* [Tests] remove jscs
|
|
11
|
+
* [Tests] switch to `npm audit` from `nsp`
|
|
12
|
+
|
|
13
|
+
1.0.12 / 2018-06-18
|
|
14
|
+
=================
|
|
15
|
+
* [Fix] avoid accessing `window.applicationCache`, to avoid issues with latest Chrome on HTTP (#46)
|
|
16
|
+
|
|
17
|
+
1.0.11 / 2016-07-05
|
|
18
|
+
=================
|
|
19
|
+
* [Fix] exclude keys regarding the style (eg. `pageYOffset`) on `window` to avoid reflow (#32)
|
|
20
|
+
|
|
21
|
+
1.0.10 / 2016-07-04
|
|
22
|
+
=================
|
|
23
|
+
* [Fix] exclude `height` and `width` keys on `window` to avoid reflow (#31)
|
|
24
|
+
* [Fix] In IE 6, `window.external` makes `Object.keys` throw
|
|
25
|
+
* [Tests] up to `node` `v6.2`, `v5.10`, `v4.4`
|
|
26
|
+
* [Tests] use pretest/posttest for linting/security
|
|
27
|
+
* [Dev Deps] update `tape`, `jscs`, `nsp`, `eslint`, `@ljharb/eslint-config`
|
|
28
|
+
* [Dev Deps] remove unused eccheck script + dep
|
|
29
|
+
|
|
30
|
+
1.0.9 / 2015-10-19
|
|
31
|
+
=================
|
|
32
|
+
* [Fix] Blacklist 'frame' property on window (#16, #17)
|
|
33
|
+
* [Dev Deps] update `jscs`, `eslint`, `@ljharb/eslint-config`
|
|
34
|
+
|
|
35
|
+
1.0.8 / 2015-10-14
|
|
36
|
+
=================
|
|
37
|
+
* [Fix] wrap automation equality bug checking in try/catch, per [es5-shim#327](https://github.com/es-shims/es5-shim/issues/327)
|
|
38
|
+
* [Fix] Blacklist 'window.frameElement' per [es5-shim#322](https://github.com/es-shims/es5-shim/issues/322)
|
|
39
|
+
* [Docs] Switch from vb.teelaun.ch to versionbadg.es for the npm version badge SVG
|
|
40
|
+
* [Tests] up to `io.js` `v3.3`, `node` `v4.2`
|
|
41
|
+
* [Dev Deps] update `eslint`, `tape`, `@ljharb/eslint-config`, `jscs`
|
|
42
|
+
|
|
43
|
+
1.0.7 / 2015-07-18
|
|
44
|
+
=================
|
|
45
|
+
* [Fix] A proper fix for 176f03335e90d5c8d0d8125a99f27819c9b9cdad / https://github.com/es-shims/es5-shim/issues/275 that doesn't break dontEnum/constructor fixes in IE 8.
|
|
46
|
+
* [Fix] Remove deprecation message in Chrome by touching deprecated window properties (#15)
|
|
47
|
+
* [Tests] Improve test output for automation equality bugfix
|
|
48
|
+
* [Tests] Test on `io.js` `v2.4`
|
|
49
|
+
|
|
50
|
+
1.0.6 / 2015-07-09
|
|
51
|
+
=================
|
|
52
|
+
* [Fix] Use an object lookup rather than ES5's `indexOf` (#14)
|
|
53
|
+
* [Tests] ES3 browsers don't have `Array.isArray`
|
|
54
|
+
* [Tests] Fix `no-shadow` rule, as well as an IE 8 bug caused by engine NFE shadowing bugs.
|
|
55
|
+
|
|
56
|
+
1.0.5 / 2015-07-03
|
|
57
|
+
=================
|
|
58
|
+
* [Fix] Fix a flabbergasting IE 8 bug where `localStorage.constructor.prototype === localStorage` throws
|
|
59
|
+
* [Tests] Test up to `io.js` `v2.3`
|
|
60
|
+
* [Dev Deps] Update `nsp`, `eslint`
|
|
61
|
+
|
|
62
|
+
1.0.4 / 2015-05-23
|
|
63
|
+
=================
|
|
64
|
+
* Fix a Safari 5.0 bug with `Object.keys` not working with `arguments`
|
|
65
|
+
* Test on latest `node` and `io.js`
|
|
66
|
+
* Update `jscs`, `tape`, `eslint`, `nsp`, `is`, `editorconfig-tools`, `covert`
|
|
67
|
+
|
|
68
|
+
1.0.3 / 2015-01-06
|
|
69
|
+
=================
|
|
70
|
+
* Revert "Make `object-keys` more robust against later environment tampering" to maintain ES3 compliance
|
|
71
|
+
|
|
72
|
+
1.0.2 / 2014-12-28
|
|
73
|
+
=================
|
|
74
|
+
* Update lots of dev dependencies
|
|
75
|
+
* Tweaks to README
|
|
76
|
+
* Make `object-keys` more robust against later environment tampering
|
|
77
|
+
|
|
78
|
+
1.0.1 / 2014-09-03
|
|
79
|
+
=================
|
|
80
|
+
* Update URLs and badges in README
|
|
81
|
+
|
|
82
|
+
1.0.0 / 2014-08-26
|
|
83
|
+
=================
|
|
84
|
+
* v1.0.0
|
|
85
|
+
|
|
86
|
+
0.6.1 / 2014-08-25
|
|
87
|
+
=================
|
|
88
|
+
* v0.6.1
|
|
89
|
+
* Updating dependencies (tape, covert, is)
|
|
90
|
+
* Update badges in readme
|
|
91
|
+
* Use separate var statements
|
|
92
|
+
|
|
93
|
+
0.6.0 / 2014-04-23
|
|
94
|
+
=================
|
|
95
|
+
* v0.6.0
|
|
96
|
+
* Updating dependencies (tape, covert)
|
|
97
|
+
* Make sure boxed primitives, and arguments objects, work properly in ES3 browsers
|
|
98
|
+
* Improve test matrix: test all node versions, but only latest two stables are a failure
|
|
99
|
+
* Remove internal foreach shim.
|
|
100
|
+
|
|
101
|
+
0.5.1 / 2014-03-09
|
|
102
|
+
=================
|
|
103
|
+
* 0.5.1
|
|
104
|
+
* Updating dependencies (tape, covert, is)
|
|
105
|
+
* Removing forEach from the module (but keeping it in tests)
|
|
106
|
+
|
|
107
|
+
0.5.0 / 2014-01-30
|
|
108
|
+
=================
|
|
109
|
+
* 0.5.0
|
|
110
|
+
* Explicitly returning the shim, instead of returning native Object.keys when present
|
|
111
|
+
* Adding a changelog.
|
|
112
|
+
* Cleaning up IIFE wrapping
|
|
113
|
+
* Testing on node 0.4 through 0.11
|
|
114
|
+
|
|
115
|
+
0.4.0 / 2013-08-14
|
|
116
|
+
==================
|
|
117
|
+
|
|
118
|
+
* v0.4.0
|
|
119
|
+
* In Chrome 4-10 and Safari 4, typeof (new RegExp) === 'function'
|
|
120
|
+
* If it's a string, make sure to use charAt instead of brackets.
|
|
121
|
+
* Only use Function#call if necessary.
|
|
122
|
+
* Making sure the context tests actually run.
|
|
123
|
+
* Better function detection
|
|
124
|
+
* Adding the android browser
|
|
125
|
+
* Fixing testling files
|
|
126
|
+
* Updating tape
|
|
127
|
+
* Removing the "is" dependency.
|
|
128
|
+
* Making an isArguments shim.
|
|
129
|
+
* Adding a local forEach shim and tests.
|
|
130
|
+
* Updating paths.
|
|
131
|
+
* Moving the shim test.
|
|
132
|
+
* v0.3.0
|
|
133
|
+
|
|
134
|
+
0.3.0 / 2013-05-18
|
|
135
|
+
==================
|
|
136
|
+
|
|
137
|
+
* README tweak.
|
|
138
|
+
* Fixing constructor enum issue. Fixes [#5](https://github.com/ljharb/object-keys/issues/5).
|
|
139
|
+
* Adding a test for [#5](https://github.com/ljharb/object-keys/issues/5)
|
|
140
|
+
* Updating readme.
|
|
141
|
+
* Updating dependencies.
|
|
142
|
+
* Giving credit to lodash.
|
|
143
|
+
* Make sure that a prototype's constructor property is not enumerable. Fixes [#3](https://github.com/ljharb/object-keys/issues/3).
|
|
144
|
+
* Adding additional tests to handle arguments objects, and to skip "prototype" in functions. Fixes [#2](https://github.com/ljharb/object-keys/issues/2).
|
|
145
|
+
* Fixing a typo on this test for [#3](https://github.com/ljharb/object-keys/issues/3).
|
|
146
|
+
* Adding node 0.10 to travis.
|
|
147
|
+
* Adding an IE < 9 test per [#3](https://github.com/ljharb/object-keys/issues/3)
|
|
148
|
+
* Adding an iOS 5 mobile Safari test per [#2](https://github.com/ljharb/object-keys/issues/2)
|
|
149
|
+
* Moving "indexof" and "is" to be dev dependencies.
|
|
150
|
+
* Making sure the shim works with functions.
|
|
151
|
+
* Flattening the tests.
|
|
152
|
+
|
|
153
|
+
0.2.0 / 2013-05-10
|
|
154
|
+
==================
|
|
155
|
+
|
|
156
|
+
* v0.2.0
|
|
157
|
+
* Object.keys should work with arrays.
|
|
158
|
+
|
|
159
|
+
0.1.8 / 2013-05-10
|
|
160
|
+
==================
|
|
161
|
+
|
|
162
|
+
* v0.1.8
|
|
163
|
+
* Upgrading dependencies.
|
|
164
|
+
* Using a simpler check.
|
|
165
|
+
* Fixing a bug in hasDontEnumBug browsers.
|
|
166
|
+
* Using the newest tape!
|
|
167
|
+
* Fixing this error test.
|
|
168
|
+
* "undefined" is probably a reserved word in ES3.
|
|
169
|
+
* Better test message.
|
|
170
|
+
|
|
171
|
+
0.1.7 / 2013-04-17
|
|
172
|
+
==================
|
|
173
|
+
|
|
174
|
+
* Upgrading "is" once more.
|
|
175
|
+
* The key "null" is breaking some browsers.
|
|
176
|
+
|
|
177
|
+
0.1.6 / 2013-04-17
|
|
178
|
+
==================
|
|
179
|
+
|
|
180
|
+
* v0.1.6
|
|
181
|
+
* Upgrading "is"
|
|
182
|
+
|
|
183
|
+
0.1.5 / 2013-04-14
|
|
184
|
+
==================
|
|
185
|
+
|
|
186
|
+
* Bumping version.
|
|
187
|
+
* Adding more testling browsers.
|
|
188
|
+
* Updating "is"
|
|
189
|
+
|
|
190
|
+
0.1.4 / 2013-04-08
|
|
191
|
+
==================
|
|
192
|
+
|
|
193
|
+
* Using "is" instead of "is-extended".
|
|
194
|
+
|
|
195
|
+
0.1.3 / 2013-04-07
|
|
196
|
+
==================
|
|
197
|
+
|
|
198
|
+
* Using "foreach" instead of my own shim.
|
|
199
|
+
* Removing "tap"; I'll just wait for "tape" to fix its node 0.10 bug.
|
|
200
|
+
|
|
201
|
+
0.1.2 / 2013-04-03
|
|
202
|
+
==================
|
|
203
|
+
|
|
204
|
+
* Adding dependency status; moving links to an index at the bottom.
|
|
205
|
+
* Upgrading is-extended; version 0.1.2
|
|
206
|
+
* Adding an npm version badge.
|
|
207
|
+
|
|
208
|
+
0.1.1 / 2013-04-01
|
|
209
|
+
==================
|
|
210
|
+
|
|
211
|
+
* Adding Travis CI.
|
|
212
|
+
* Bumping the version.
|
|
213
|
+
* Adding indexOf since IE sucks.
|
|
214
|
+
* Adding a forEach shim since older browsers don't have Array#forEach.
|
|
215
|
+
* Upgrading tape - 0.3.2 uses Array#map
|
|
216
|
+
* Using explicit end instead of plan.
|
|
217
|
+
* Can't test with Array.isArray in older browsers.
|
|
218
|
+
* Using is-extended.
|
|
219
|
+
* Fixing testling files.
|
|
220
|
+
* JSHint/JSLint-ing.
|
|
221
|
+
* Removing an unused object.
|
|
222
|
+
* Using strict mode.
|
|
223
|
+
|
|
224
|
+
0.1.0 / 2013-03-30
|
|
225
|
+
==================
|
|
226
|
+
|
|
227
|
+
* Changing the exports should have meant a higher version bump.
|
|
228
|
+
* Oops, fixing the repo URL.
|
|
229
|
+
* Adding more tests.
|
|
230
|
+
* 0.0.2
|
|
231
|
+
* Merge branch 'export_one_thing'; closes [#1](https://github.com/ljharb/object-keys/issues/1)
|
|
232
|
+
* Move shim export to a separate file.
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
The MIT License (MIT)
|
|
2
|
+
|
|
3
|
+
Copyright (C) 2013 Jordan Harband
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in
|
|
13
|
+
all copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
21
|
+
THE SOFTWARE.
|