Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
A comprehensive collection of Agent Skills for context engineering, multi-agent architectures, and production agent systems.
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
researcher/benchmarks/sdk-runner/package-lock.json
1{2"name": "researcher-sdk-runner",3"version": "0.1.0",4"lockfileVersion": 3,5"requires": true,6"packages": {7"": {8"name": "researcher-sdk-runner",9"version": "0.1.0",10"dependencies": {11"@cursor/sdk": "^1.0.13"12},13"devDependencies": {14"@types/node": "^20.0.0",15"typescript": "^5.6.0"16},17"engines": {18"node": ">=20"19}20},21"node_modules/@bufbuild/protobuf": {22"version": "1.10.0",23"resolved": "https://registry.npmjs.org/@bufbuild/protobuf/-/protobuf-1.10.0.tgz",24"integrity": "sha512-QDdVFLoN93Zjg36NoQPZfsVH9tZew7wKDKyV5qRdj8ntT4wQCOradQjRaTdwMhWUYsgKsvCINKKm87FdEk96Ag==",25"license": "(Apache-2.0 AND BSD-3-Clause)",26"peer": true27},28"node_modules/@connectrpc/connect": {29"version": "1.7.0",30"resolved": "https://registry.npmjs.org/@connectrpc/connect/-/connect-1.7.0.tgz",31"integrity": "sha512-iNKdJRi69YP3mq6AePRT8F/HrxWCewrhxnLMNm0vpqXAR8biwzRtO6Hjx80C6UvtKJ5sFmffQT7I4Baecz389w==",32"license": "Apache-2.0",33"peer": true,34"peerDependencies": {35"@bufbuild/protobuf": "^1.10.0"36}37},38"node_modules/@connectrpc/connect-node": {39"version": "1.7.0",40"resolved": "https://registry.npmjs.org/@connectrpc/connect-node/-/connect-node-1.7.0.tgz",41"integrity": "sha512-6vaPIkG/NyhxlYgytLoR9KYbPhczEboFB2OYWkA9qvUz1K7efXfeGrlRxoLtpa+r8VxyIOw73w5ktNe743nD+A==",42"license": "Apache-2.0",43"dependencies": {44"undici": "^5.28.4"45},46"engines": {47"node": ">=16.0.0"48},49"peerDependencies": {50"@bufbuild/protobuf": "^1.10.0",51"@connectrpc/connect": "1.7.0"52}53},54"node_modules/@cursor/sdk": {55"version": "1.0.13",56"resolved": "https://registry.npmjs.org/@cursor/sdk/-/sdk-1.0.13.tgz",57"integrity": "sha512-w6MWkgOTL6yb6GV/4Odx7QcamQgqhzX/CzcMBkqiiOPTPuEWItWrgA0qdivchm5YJXTt+LZkFSEQ/Ti44hVbfg==",58"license": "SEE LICENSE IN LICENSE.md",59"dependencies": {60"@bufbuild/protobuf": "1.10.0",61"@connectrpc/connect": "^1.6.1",62"@connectrpc/connect-node": "^1.6.1",63"@statsig/js-client": "3.31.0",64"sqlite3": "^5.1.7",65"zod": "^3.25.0"66},67"engines": {68"node": ">=18"69},70"optionalDependencies": {71"@cursor/sdk-darwin-arm64": "1.0.13",72"@cursor/sdk-darwin-x64": "1.0.13",73"@cursor/sdk-linux-arm64": "1.0.13",74"@cursor/sdk-linux-x64": "1.0.13",75"@cursor/sdk-win32-x64": "1.0.13"76}77},78"node_modules/@cursor/sdk-darwin-arm64": {79"version": "1.0.13",80"resolved": "https://registry.npmjs.org/@cursor/sdk-darwin-arm64/-/sdk-darwin-arm64-1.0.13.tgz",81"integrity": "sha512-zHRTNtVRHw4KSAEFmtO0Av7jv9D60DrB+pygVNWGyKtRR44fcwtRHuLAJmO4HThxQw7MMvUJuAaNmCQxzHtPDQ==",82"cpu": [83"arm64"84],85"license": "SEE LICENSE IN LICENSE.md",86"optional": true,87"os": [88"darwin"89]90},91"node_modules/@cursor/sdk-darwin-x64": {92"version": "1.0.13",93"resolved": "https://registry.npmjs.org/@cursor/sdk-darwin-x64/-/sdk-darwin-x64-1.0.13.tgz",94"integrity": "sha512-7XsIkMKp6h/4W9zBx02Py1euJLAJVxlkwmm9GSoUjc+3hfFvHY/R/WTbX2TFgF4g1vOAq/HM7GmXBXq+e4M4+w==",95"cpu": [96"x64"97],98"license": "SEE LICENSE IN LICENSE.md",99"optional": true,100"os": [101"darwin"102]103},104"node_modules/@cursor/sdk-linux-arm64": {105"version": "1.0.13",106"resolved": "https://registry.npmjs.org/@cursor/sdk-linux-arm64/-/sdk-linux-arm64-1.0.13.tgz",107"integrity": "sha512-bDgfPPgc84gUn3k+Iiq5OLZozzM0UYZdKbQ821pbZy1OPWTFaSkjXsoAB6xqf9wALWyW1eQxOC4RprPBLoy+yA==",108"cpu": [109"arm64"110],111"license": "SEE LICENSE IN LICENSE.md",112"optional": true,113"os": [114"linux"115]116},117"node_modules/@cursor/sdk-linux-x64": {118"version": "1.0.13",119"resolved": "https://registry.npmjs.org/@cursor/sdk-linux-x64/-/sdk-linux-x64-1.0.13.tgz",120"integrity": "sha512-BTccnB5hVqK8Y0778oql6gbk7kIIlzQrBqt5QNLJpwBidjjde/mlvAajVB9hB3a29jelOwm0gJjMsLfqTkEPdw==",121"cpu": [122"x64"123],124"license": "SEE LICENSE IN LICENSE.md",125"optional": true,126"os": [127"linux"128]129},130"node_modules/@cursor/sdk-win32-x64": {131"version": "1.0.13",132"resolved": "https://registry.npmjs.org/@cursor/sdk-win32-x64/-/sdk-win32-x64-1.0.13.tgz",133"integrity": "sha512-GxWlwj4G513EfGmvPVBa4y+vNn9B5Cj+npu8fVcJ0P+U9sruhgo4pvqGbWxkn5EIKbpGoraLq9QB4nFeoT1uRQ==",134"cpu": [135"x64"136],137"license": "SEE LICENSE IN LICENSE.md",138"optional": true,139"os": [140"win32"141]142},143"node_modules/@fastify/busboy": {144"version": "2.1.1",145"resolved": "https://registry.npmjs.org/@fastify/busboy/-/busboy-2.1.1.tgz",146"integrity": "sha512-vBZP4NlzfOlerQTnba4aqZoMhE/a9HY7HRqoOPaETQcSQuWEIyZMHGfVu6w9wGtGK5fED5qRs2DteVCjOH60sA==",147"license": "MIT",148"engines": {149"node": ">=14"150}151},152"node_modules/@gar/promisify": {153"version": "1.1.3",154"resolved": "https://registry.npmjs.org/@gar/promisify/-/promisify-1.1.3.tgz",155"integrity": "sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==",156"license": "MIT",157"optional": true158},159"node_modules/@npmcli/fs": {160"version": "1.1.1",161"resolved": "https://registry.npmjs.org/@npmcli/fs/-/fs-1.1.1.tgz",162"integrity": "sha512-8KG5RD0GVP4ydEzRn/I4BNDuxDtqVbOdm8675T49OIG/NGhaK0pjPX7ZcDlvKYbA+ulvVK3ztfcF4uBdOxuJbQ==",163"license": "ISC",164"optional": true,165"dependencies": {166"@gar/promisify": "^1.0.1",167"semver": "^7.3.5"168}169},170"node_modules/@npmcli/move-file": {171"version": "1.1.2",172"resolved": "https://registry.npmjs.org/@npmcli/move-file/-/move-file-1.1.2.tgz",173"integrity": "sha512-1SUf/Cg2GzGDyaf15aR9St9TWlb+XvbZXWpDx8YKs7MLzMH/BCeopv+y9vzrzgkfykCGuWOlSu3mZhj2+FQcrg==",174"deprecated": "This functionality has been moved to @npmcli/fs",175"license": "MIT",176"optional": true,177"dependencies": {178"mkdirp": "^1.0.4",179"rimraf": "^3.0.2"180},181"engines": {182"node": ">=10"183}184},185"node_modules/@statsig/client-core": {186"version": "3.31.0",187"resolved": "https://registry.npmjs.org/@statsig/client-core/-/client-core-3.31.0.tgz",188"integrity": "sha512-SuxQD6TmVszPG7FoMKwTk/uyBuVFk7XnxI3T/E0uyb7PL7GNjONtfsoh+NqBBVUJVse0CUeSFfgJPoZy1ZOslQ==",189"license": "ISC"190},191"node_modules/@statsig/js-client": {192"version": "3.31.0",193"resolved": "https://registry.npmjs.org/@statsig/js-client/-/js-client-3.31.0.tgz",194"integrity": "sha512-LFa5E0LjT6sTfZv3sNGoyRLSZ1078+agdgOA+Vm1ecjG+KbSOfBLTW7hMwimrJ29slRwbYDzbtKaPJo/R37N2g==",195"license": "ISC",196"dependencies": {197"@statsig/client-core": "3.31.0"198}199},200"node_modules/@tootallnate/once": {201"version": "1.1.2",202"resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-1.1.2.tgz",203"integrity": "sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==",204"license": "MIT",205"optional": true,206"engines": {207"node": ">= 6"208}209},210"node_modules/@types/node": {211"version": "20.19.41",212"resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.41.tgz",213"integrity": "sha512-ECymXOukMnOoVkC2bb1Vc/w/836DXncOg5m8Xj1RH7xSHZJWNYY6Zh7EH477vcnD5egKNNfy2RpNOmuChhFPgQ==",214"dev": true,215"license": "MIT",216"dependencies": {217"undici-types": "~6.21.0"218}219},220"node_modules/abbrev": {221"version": "1.1.1",222"resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz",223"integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==",224"license": "ISC",225"optional": true226},227"node_modules/agent-base": {228"version": "6.0.2",229"resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz",230"integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==",231"license": "MIT",232"optional": true,233"dependencies": {234"debug": "4"235},236"engines": {237"node": ">= 6.0.0"238}239},240"node_modules/agentkeepalive": {241"version": "4.6.0",242"resolved": "https://registry.npmjs.org/agentkeepalive/-/agentkeepalive-4.6.0.tgz",243"integrity": "sha512-kja8j7PjmncONqaTsB8fQ+wE2mSU2DJ9D4XKoJ5PFWIdRMa6SLSN1ff4mOr4jCbfRSsxR4keIiySJU0N9T5hIQ==",244"license": "MIT",245"optional": true,246"dependencies": {247"humanize-ms": "^1.2.1"248},249"engines": {250"node": ">= 8.0.0"251}252},253"node_modules/aggregate-error": {254"version": "3.1.0",255"resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz",256"integrity": "sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==",257"license": "MIT",258"optional": true,259"dependencies": {260"clean-stack": "^2.0.0",261"indent-string": "^4.0.0"262},263"engines": {264"node": ">=8"265}266},267"node_modules/ansi-regex": {268"version": "5.0.1",269"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",270"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",271"license": "MIT",272"optional": true,273"engines": {274"node": ">=8"275}276},277"node_modules/aproba": {278"version": "2.1.0",279"resolved": "https://registry.npmjs.org/aproba/-/aproba-2.1.0.tgz",280"integrity": "sha512-tLIEcj5GuR2RSTnxNKdkK0dJ/GrC7P38sUkiDmDuHfsHmbagTFAxDVIBltoklXEVIQ/f14IL8IMJ5pn9Hez1Ew==",281"license": "ISC",282"optional": true283},284"node_modules/are-we-there-yet": {285"version": "3.0.1",286"resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-3.0.1.tgz",287"integrity": "sha512-QZW4EDmGwlYur0Yyf/b2uGucHQMa8aFUP7eu9ddR73vvhFyt4V0Vl3QHPcTNJ8l6qYOBdxgXdnBXQrHilfRQBg==",288"deprecated": "This package is no longer supported.",289"license": "ISC",290"optional": true,291"dependencies": {292"delegates": "^1.0.0",293"readable-stream": "^3.6.0"294},295"engines": {296"node": "^12.13.0 || ^14.15.0 || >=16.0.0"297}298},299"node_modules/balanced-match": {300"version": "1.0.2",301"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",302"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",303"license": "MIT",304"optional": true305},306"node_modules/base64-js": {307"version": "1.5.1",308"resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",309"integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",310"funding": [311{312"type": "github",313"url": "https://github.com/sponsors/feross"314},315{316"type": "patreon",317"url": "https://www.patreon.com/feross"318},319{320"type": "consulting",321"url": "https://feross.org/support"322}323],324"license": "MIT"325},326"node_modules/bindings": {327"version": "1.5.0",328"resolved": "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz",329"integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==",330"license": "MIT",331"dependencies": {332"file-uri-to-path": "1.0.0"333}334},335"node_modules/bl": {336"version": "4.1.0",337"resolved": "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz",338"integrity": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==",339"license": "MIT",340"dependencies": {341"buffer": "^5.5.0",342"inherits": "^2.0.4",343"readable-stream": "^3.4.0"344}345},346"node_modules/brace-expansion": {347"version": "1.1.14",348"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.14.tgz",349"integrity": "sha512-MWPGfDxnyzKU7rNOW9SP/c50vi3xrmrua/+6hfPbCS2ABNWfx24vPidzvC7krjU/RTo235sV776ymlsMtGKj8g==",350"license": "MIT",351"optional": true,352"dependencies": {353"balanced-match": "^1.0.0",354"concat-map": "0.0.1"355}356},357"node_modules/buffer": {358"version": "5.7.1",359"resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz",360"integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==",361"funding": [362{363"type": "github",364"url": "https://github.com/sponsors/feross"365},366{367"type": "patreon",368"url": "https://www.patreon.com/feross"369},370{371"type": "consulting",372"url": "https://feross.org/support"373}374],375"license": "MIT",376"dependencies": {377"base64-js": "^1.3.1",378"ieee754": "^1.1.13"379}380},381"node_modules/cacache": {382"version": "15.3.0",383"resolved": "https://registry.npmjs.org/cacache/-/cacache-15.3.0.tgz",384"integrity": "sha512-VVdYzXEn+cnbXpFgWs5hTT7OScegHVmLhJIR8Ufqk3iFD6A6j5iSX1KuBTfNEv4tdJWE2PzA6IVFtcLC7fN9wQ==",385"license": "ISC",386"optional": true,387"dependencies": {388"@npmcli/fs": "^1.0.0",389"@npmcli/move-file": "^1.0.1",390"chownr": "^2.0.0",391"fs-minipass": "^2.0.0",392"glob": "^7.1.4",393"infer-owner": "^1.0.4",394"lru-cache": "^6.0.0",395"minipass": "^3.1.1",396"minipass-collect": "^1.0.2",397"minipass-flush": "^1.0.5",398"minipass-pipeline": "^1.2.2",399"mkdirp": "^1.0.3",400"p-map": "^4.0.0",401"promise-inflight": "^1.0.1",402"rimraf": "^3.0.2",403"ssri": "^8.0.1",404"tar": "^6.0.2",405"unique-filename": "^1.1.1"406},407"engines": {408"node": ">= 10"409}410},411"node_modules/chownr": {412"version": "2.0.0",413"resolved": "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz",414"integrity": "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==",415"license": "ISC",416"engines": {417"node": ">=10"418}419},420"node_modules/clean-stack": {421"version": "2.2.0",422"resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz",423"integrity": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==",424"license": "MIT",425"optional": true,426"engines": {427"node": ">=6"428}429},430"node_modules/color-support": {431"version": "1.1.3",432"resolved": "https://registry.npmjs.org/color-support/-/color-support-1.1.3.tgz",433"integrity": "sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==",434"license": "ISC",435"optional": true,436"bin": {437"color-support": "bin.js"438}439},440"node_modules/concat-map": {441"version": "0.0.1",442"resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",443"integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",444"license": "MIT",445"optional": true446},447"node_modules/console-control-strings": {448"version": "1.1.0",449"resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz",450"integrity": "sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ==",451"license": "ISC",452"optional": true453},454"node_modules/debug": {455"version": "4.4.3",456"resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",457"integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",458"license": "MIT",459"optional": true,460"dependencies": {461"ms": "^2.1.3"462},463"engines": {464"node": ">=6.0"465},466"peerDependenciesMeta": {467"supports-color": {468"optional": true469}470}471},472"node_modules/decompress-response": {473"version": "6.0.0",474"resolved": "https://registry.npmjs.org/decompress-response/-/decompress-response-6.0.0.tgz",475"integrity": "sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ==",476"license": "MIT",477"dependencies": {478"mimic-response": "^3.1.0"479},480"engines": {481"node": ">=10"482},483"funding": {484"url": "https://github.com/sponsors/sindresorhus"485}486},487"node_modules/deep-extend": {488"version": "0.6.0",489"resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz",490"integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==",491"license": "MIT",492"engines": {493"node": ">=4.0.0"494}495},496"node_modules/delegates": {497"version": "1.0.0",498"resolved": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz",499"integrity": "sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==",500"license": "MIT",501"optional": true502},503"node_modules/detect-libc": {504"version": "2.1.2",505"resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",506"integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",507"license": "Apache-2.0",508"engines": {509"node": ">=8"510}511},512"node_modules/emoji-regex": {513"version": "8.0.0",514"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",515"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",516"license": "MIT",517"optional": true518},519"node_modules/encoding": {520"version": "0.1.13",521"resolved": "https://registry.npmjs.org/encoding/-/encoding-0.1.13.tgz",522"integrity": "sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==",523"license": "MIT",524"optional": true,525"dependencies": {526"iconv-lite": "^0.6.2"527}528},529"node_modules/end-of-stream": {530"version": "1.4.5",531"resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.5.tgz",532"integrity": "sha512-ooEGc6HP26xXq/N+GCGOT0JKCLDGrq2bQUZrQ7gyrJiZANJ/8YDTxTpQBXGMn+WbIQXNVpyWymm7KYVICQnyOg==",533"license": "MIT",534"dependencies": {535"once": "^1.4.0"536}537},538"node_modules/env-paths": {539"version": "2.2.1",540"resolved": "https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz",541"integrity": "sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==",542"license": "MIT",543"optional": true,544"engines": {545"node": ">=6"546}547},548"node_modules/err-code": {549"version": "2.0.3",550"resolved": "https://registry.npmjs.org/err-code/-/err-code-2.0.3.tgz",551"integrity": "sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA==",552"license": "MIT",553"optional": true554},555"node_modules/expand-template": {556"version": "2.0.3",557"resolved": "https://registry.npmjs.org/expand-template/-/expand-template-2.0.3.tgz",558"integrity": "sha512-XYfuKMvj4O35f/pOXLObndIRvyQ+/+6AhODh+OKWj9S9498pHHn/IMszH+gt0fBCRWMNfk1ZSp5x3AifmnI2vg==",559"license": "(MIT OR WTFPL)",560"engines": {561"node": ">=6"562}563},564"node_modules/file-uri-to-path": {565"version": "1.0.0",566"resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz",567"integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==",568"license": "MIT"569},570"node_modules/fs-constants": {571"version": "1.0.0",572"resolved": "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz",573"integrity": "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==",574"license": "MIT"575},576"node_modules/fs-minipass": {577"version": "2.1.0",578"resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz",579"integrity": "sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==",580"license": "ISC",581"dependencies": {582"minipass": "^3.0.0"583},584"engines": {585"node": ">= 8"586}587},588"node_modules/fs.realpath": {589"version": "1.0.0",590"resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",591"integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==",592"license": "ISC",593"optional": true594},595"node_modules/gauge": {596"version": "4.0.4",597"resolved": "https://registry.npmjs.org/gauge/-/gauge-4.0.4.tgz",598"integrity": "sha512-f9m+BEN5jkg6a0fZjleidjN51VE1X+mPFQ2DJ0uv1V39oCLCbsGe6yjbBnp7eK7z/+GAon99a3nHuqbuuthyPg==",599"deprecated": "This package is no longer supported.",600"license": "ISC",601"optional": true,602"dependencies": {603"aproba": "^1.0.3 || ^2.0.0",604"color-support": "^1.1.3",605"console-control-strings": "^1.1.0",606"has-unicode": "^2.0.1",607"signal-exit": "^3.0.7",608"string-width": "^4.2.3",609"strip-ansi": "^6.0.1",610"wide-align": "^1.1.5"611},612"engines": {613"node": "^12.13.0 || ^14.15.0 || >=16.0.0"614}615},616"node_modules/github-from-package": {617"version": "0.0.0",618"resolved": "https://registry.npmjs.org/github-from-package/-/github-from-package-0.0.0.tgz",619"integrity": "sha512-SyHy3T1v2NUXn29OsWdxmK6RwHD+vkj3v8en8AOBZ1wBQ/hCAQ5bAQTD02kW4W9tUp/3Qh6J8r9EvntiyCmOOw==",620"license": "MIT"621},622"node_modules/glob": {623"version": "7.2.3",624"resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",625"integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",626"deprecated": "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting [email protected]",627"license": "ISC",628"optional": true,629"dependencies": {630"fs.realpath": "^1.0.0",631"inflight": "^1.0.4",632"inherits": "2",633"minimatch": "^3.1.1",634"once": "^1.3.0",635"path-is-absolute": "^1.0.0"636},637"engines": {638"node": "*"639},640"funding": {641"url": "https://github.com/sponsors/isaacs"642}643},644"node_modules/graceful-fs": {645"version": "4.2.11",646"resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",647"integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",648"license": "ISC",649"optional": true650},651"node_modules/has-unicode": {652"version": "2.0.1",653"resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz",654"integrity": "sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ==",655"license": "ISC",656"optional": true657},658"node_modules/http-cache-semantics": {659"version": "4.2.0",660"resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.2.0.tgz",661"integrity": "sha512-dTxcvPXqPvXBQpq5dUr6mEMJX4oIEFv6bwom3FDwKRDsuIjjJGANqhBuoAn9c1RQJIdAKav33ED65E2ys+87QQ==",662"license": "BSD-2-Clause",663"optional": true664},665"node_modules/http-proxy-agent": {666"version": "4.0.1",667"resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz",668"integrity": "sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg==",669"license": "MIT",670"optional": true,671"dependencies": {672"@tootallnate/once": "1",673"agent-base": "6",674"debug": "4"675},676"engines": {677"node": ">= 6"678}679},680"node_modules/https-proxy-agent": {681"version": "5.0.1",682"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz",683"integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==",684"license": "MIT",685"optional": true,686"dependencies": {687"agent-base": "6",688"debug": "4"689},690"engines": {691"node": ">= 6"692}693},694"node_modules/humanize-ms": {695"version": "1.2.1",696"resolved": "https://registry.npmjs.org/humanize-ms/-/humanize-ms-1.2.1.tgz",697"integrity": "sha512-Fl70vYtsAFb/C06PTS9dZBo7ihau+Tu/DNCk/OyHhea07S+aeMWpFFkUaXRa8fI+ScZbEI8dfSxwY7gxZ9SAVQ==",698"license": "MIT",699"optional": true,700"dependencies": {701"ms": "^2.0.0"702}703},704"node_modules/iconv-lite": {705"version": "0.6.3",706"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz",707"integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",708"license": "MIT",709"optional": true,710"dependencies": {711"safer-buffer": ">= 2.1.2 < 3.0.0"712},713"engines": {714"node": ">=0.10.0"715}716},717"node_modules/ieee754": {718"version": "1.2.1",719"resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz",720"integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==",721"funding": [722{723"type": "github",724"url": "https://github.com/sponsors/feross"725},726{727"type": "patreon",728"url": "https://www.patreon.com/feross"729},730{731"type": "consulting",732"url": "https://feross.org/support"733}734],735"license": "BSD-3-Clause"736},737"node_modules/imurmurhash": {738"version": "0.1.4",739"resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",740"integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",741"license": "MIT",742"optional": true,743"engines": {744"node": ">=0.8.19"745}746},747"node_modules/indent-string": {748"version": "4.0.0",749"resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz",750"integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==",751"license": "MIT",752"optional": true,753"engines": {754"node": ">=8"755}756},757"node_modules/infer-owner": {758"version": "1.0.4",759"resolved": "https://registry.npmjs.org/infer-owner/-/infer-owner-1.0.4.tgz",760"integrity": "sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A==",761"license": "ISC",762"optional": true763},764"node_modules/inflight": {765"version": "1.0.6",766"resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",767"integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",768"deprecated": "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.",769"license": "ISC",770"optional": true,771"dependencies": {772"once": "^1.3.0",773"wrappy": "1"774}775},776"node_modules/inherits": {777"version": "2.0.4",778"resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",779"integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",780"license": "ISC"781},782"node_modules/ini": {783"version": "1.3.8",784"resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz",785"integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==",786"license": "ISC"787},788"node_modules/ip-address": {789"version": "10.2.0",790"resolved": "https://registry.npmjs.org/ip-address/-/ip-address-10.2.0.tgz",791"integrity": "sha512-/+S6j4E9AHvW9SWMSEY9Xfy66O5PWvVEJ08O0y5JGyEKQpojb0K0GKpz/v5HJ/G0vi3D2sjGK78119oXZeE0qA==",792"license": "MIT",793"optional": true,794"engines": {795"node": ">= 12"796}797},798"node_modules/is-fullwidth-code-point": {799"version": "3.0.0",800"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",801"integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",802"license": "MIT",803"optional": true,804"engines": {805"node": ">=8"806}807},808"node_modules/is-lambda": {809"version": "1.0.1",810"resolved": "https://registry.npmjs.org/is-lambda/-/is-lambda-1.0.1.tgz",811"integrity": "sha512-z7CMFGNrENq5iFB9Bqo64Xk6Y9sg+epq1myIcdHaGnbMTYOxvzsEtdYqQUylB7LxfkvgrrjP32T6Ywciio9UIQ==",812"license": "MIT",813"optional": true814},815"node_modules/isexe": {816"version": "2.0.0",817"resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",818"integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",819"license": "ISC",820"optional": true821},822"node_modules/lru-cache": {823"version": "6.0.0",824"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",825"integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",826"license": "ISC",827"optional": true,828"dependencies": {829"yallist": "^4.0.0"830},831"engines": {832"node": ">=10"833}834},835"node_modules/make-fetch-happen": {836"version": "9.1.0",837"resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-9.1.0.tgz",838"integrity": "sha512-+zopwDy7DNknmwPQplem5lAZX/eCOzSvSNNcSKm5eVwTkOBzoktEfXsa9L23J/GIRhxRsaxzkPEhrJEpE2F4Gg==",839"license": "ISC",840"optional": true,841"dependencies": {842"agentkeepalive": "^4.1.3",843"cacache": "^15.2.0",844"http-cache-semantics": "^4.1.0",845"http-proxy-agent": "^4.0.1",846"https-proxy-agent": "^5.0.0",847"is-lambda": "^1.0.1",848"lru-cache": "^6.0.0",849"minipass": "^3.1.3",850"minipass-collect": "^1.0.2",851"minipass-fetch": "^1.3.2",852"minipass-flush": "^1.0.5",853"minipass-pipeline": "^1.2.4",854"negotiator": "^0.6.2",855"promise-retry": "^2.0.1",856"socks-proxy-agent": "^6.0.0",857"ssri": "^8.0.0"858},859"engines": {860"node": ">= 10"861}862},863"node_modules/mimic-response": {864"version": "3.1.0",865"resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-3.1.0.tgz",866"integrity": "sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==",867"license": "MIT",868"engines": {869"node": ">=10"870},871"funding": {872"url": "https://github.com/sponsors/sindresorhus"873}874},875"node_modules/minimatch": {876"version": "3.1.5",877"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz",878"integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==",879"license": "ISC",880"optional": true,881"dependencies": {882"brace-expansion": "^1.1.7"883},884"engines": {885"node": "*"886}887},888"node_modules/minimist": {889"version": "1.2.8",890"resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",891"integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",892"license": "MIT",893"funding": {894"url": "https://github.com/sponsors/ljharb"895}896},897"node_modules/minipass": {898"version": "3.3.6",899"resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz",900"integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==",901"license": "ISC",902"dependencies": {903"yallist": "^4.0.0"904},905"engines": {906"node": ">=8"907}908},909"node_modules/minipass-collect": {910"version": "1.0.2",911"resolved": "https://registry.npmjs.org/minipass-collect/-/minipass-collect-1.0.2.tgz",912"integrity": "sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA==",913"license": "ISC",914"optional": true,915"dependencies": {916"minipass": "^3.0.0"917},918"engines": {919"node": ">= 8"920}921},922"node_modules/minipass-fetch": {923"version": "1.4.1",924"resolved": "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-1.4.1.tgz",925"integrity": "sha512-CGH1eblLq26Y15+Azk7ey4xh0J/XfJfrCox5LDJiKqI2Q2iwOLOKrlmIaODiSQS8d18jalF6y2K2ePUm0CmShw==",926"license": "MIT",927"optional": true,928"dependencies": {929"minipass": "^3.1.0",930"minipass-sized": "^1.0.3",931"minizlib": "^2.0.0"932},933"engines": {934"node": ">=8"935},936"optionalDependencies": {937"encoding": "^0.1.12"938}939},940"node_modules/minipass-flush": {941"version": "1.0.7",942"resolved": "https://registry.npmjs.org/minipass-flush/-/minipass-flush-1.0.7.tgz",943"integrity": "sha512-TbqTz9cUwWyHS2Dy89P3ocAGUGxKjjLuR9z8w4WUTGAVgEj17/4nhgo2Du56i0Fm3Pm30g4iA8Lcqctc76jCzA==",944"license": "BlueOak-1.0.0",945"optional": true,946"dependencies": {947"minipass": "^3.0.0"948},949"engines": {950"node": ">= 8"951}952},953"node_modules/minipass-pipeline": {954"version": "1.2.4",955"resolved": "https://registry.npmjs.org/minipass-pipeline/-/minipass-pipeline-1.2.4.tgz",956"integrity": "sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==",957"license": "ISC",958"optional": true,959"dependencies": {960"minipass": "^3.0.0"961},962"engines": {963"node": ">=8"964}965},966"node_modules/minipass-sized": {967"version": "1.0.3",968"resolved": "https://registry.npmjs.org/minipass-sized/-/minipass-sized-1.0.3.tgz",969"integrity": "sha512-MbkQQ2CTiBMlA2Dm/5cY+9SWFEN8pzzOXi6rlM5Xxq0Yqbda5ZQy9sU75a673FE9ZK0Zsbr6Y5iP6u9nktfg2g==",970"license": "ISC",971"optional": true,972"dependencies": {973"minipass": "^3.0.0"974},975"engines": {976"node": ">=8"977}978},979"node_modules/minizlib": {980"version": "2.1.2",981"resolved": "https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz",982"integrity": "sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==",983"license": "MIT",984"dependencies": {985"minipass": "^3.0.0",986"yallist": "^4.0.0"987},988"engines": {989"node": ">= 8"990}991},992"node_modules/mkdirp": {993"version": "1.0.4",994"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz",995"integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==",996"license": "MIT",997"bin": {998"mkdirp": "bin/cmd.js"999},1000"engines": {1001"node": ">=10"1002}1003},1004"node_modules/mkdirp-classic": {1005"version": "0.5.3",1006"resolved": "https://registry.npmjs.org/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz",1007"integrity": "sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==",1008"license": "MIT"1009},1010"node_modules/ms": {1011"version": "2.1.3",1012"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",1013"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",1014"license": "MIT",1015"optional": true1016},1017"node_modules/napi-build-utils": {1018"version": "2.0.0",1019"resolved": "https://registry.npmjs.org/napi-build-utils/-/napi-build-utils-2.0.0.tgz",1020"integrity": "sha512-GEbrYkbfF7MoNaoh2iGG84Mnf/WZfB0GdGEsM8wz7Expx/LlWf5U8t9nvJKXSp3qr5IsEbK04cBGhol/KwOsWA==",1021"license": "MIT"1022},1023"node_modules/negotiator": {1024"version": "0.6.4",1025"resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.4.tgz",1026"integrity": "sha512-myRT3DiWPHqho5PrJaIRyaMv2kgYf0mUVgBNOYMuCH5Ki1yEiQaf/ZJuQ62nvpc44wL5WDbTX7yGJi1Neevw8w==",1027"license": "MIT",1028"optional": true,1029"engines": {1030"node": ">= 0.6"1031}1032},1033"node_modules/node-abi": {1034"version": "3.92.0",1035"resolved": "https://registry.npmjs.org/node-abi/-/node-abi-3.92.0.tgz",1036"integrity": "sha512-KdHvFWZjEKDf0cakgFjebl371GPsISX2oZHcuyKqM7DtogIsHrqKeLTo8wBHxaXRAQlY2PsPlZmfo+9ZCxEREQ==",1037"license": "MIT",1038"dependencies": {1039"semver": "^7.3.5"1040},1041"engines": {1042"node": ">=10"1043}1044},1045"node_modules/node-addon-api": {1046"version": "7.1.1",1047"resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-7.1.1.tgz",1048"integrity": "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==",1049"license": "MIT"1050},1051"node_modules/node-gyp": {1052"version": "8.4.1",1053"resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-8.4.1.tgz",1054"integrity": "sha512-olTJRgUtAb/hOXG0E93wZDs5YiJlgbXxTwQAFHyNlRsXQnYzUaF2aGgujZbw+hR8aF4ZG/rST57bWMWD16jr9w==",1055"license": "MIT",1056"optional": true,1057"dependencies": {1058"env-paths": "^2.2.0",1059"glob": "^7.1.4",1060"graceful-fs": "^4.2.6",1061"make-fetch-happen": "^9.1.0",1062"nopt": "^5.0.0",1063"npmlog": "^6.0.0",1064"rimraf": "^3.0.2",1065"semver": "^7.3.5",1066"tar": "^6.1.2",1067"which": "^2.0.2"1068},1069"bin": {1070"node-gyp": "bin/node-gyp.js"1071},1072"engines": {1073"node": ">= 10.12.0"1074}1075},1076"node_modules/nopt": {1077"version": "5.0.0",1078"resolved": "https://registry.npmjs.org/nopt/-/nopt-5.0.0.tgz",1079"integrity": "sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==",1080"license": "ISC",1081"optional": true,1082"dependencies": {1083"abbrev": "1"1084},1085"bin": {1086"nopt": "bin/nopt.js"1087},1088"engines": {1089"node": ">=6"1090}1091},1092"node_modules/npmlog": {1093"version": "6.0.2",1094"resolved": "https://registry.npmjs.org/npmlog/-/npmlog-6.0.2.tgz",1095"integrity": "sha512-/vBvz5Jfr9dT/aFWd0FIRf+T/Q2WBsLENygUaFUqstqsycmZAP/t5BvFJTK0viFmSUxiUKTUplWy5vt+rvKIxg==",1096"deprecated": "This package is no longer supported.",1097"license": "ISC",1098"optional": true,1099"dependencies": {1100"are-we-there-yet": "^3.0.0",1101"console-control-strings": "^1.1.0",1102"gauge": "^4.0.3",1103"set-blocking": "^2.0.0"1104},1105"engines": {1106"node": "^12.13.0 || ^14.15.0 || >=16.0.0"1107}1108},1109"node_modules/once": {1110"version": "1.4.0",1111"resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",1112"integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",1113"license": "ISC",1114"dependencies": {1115"wrappy": "1"1116}1117},1118"node_modules/p-map": {1119"version": "4.0.0",1120"resolved": "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz",1121"integrity": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==",1122"license": "MIT",1123"optional": true,1124"dependencies": {1125"aggregate-error": "^3.0.0"1126},1127"engines": {1128"node": ">=10"1129},1130"funding": {1131"url": "https://github.com/sponsors/sindresorhus"1132}1133},1134"node_modules/path-is-absolute": {1135"version": "1.0.1",1136"resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",1137"integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",1138"license": "MIT",1139"optional": true,1140"engines": {1141"node": ">=0.10.0"1142}1143},1144"node_modules/prebuild-install": {1145"version": "7.1.3",1146"resolved": "https://registry.npmjs.org/prebuild-install/-/prebuild-install-7.1.3.tgz",1147"integrity": "sha512-8Mf2cbV7x1cXPUILADGI3wuhfqWvtiLA1iclTDbFRZkgRQS0NqsPZphna9V+HyTEadheuPmjaJMsbzKQFOzLug==",1148"deprecated": "No longer maintained. Please contact the author of the relevant native addon; alternatives are available.",1149"license": "MIT",1150"dependencies": {1151"detect-libc": "^2.0.0",1152"expand-template": "^2.0.3",1153"github-from-package": "0.0.0",1154"minimist": "^1.2.3",1155"mkdirp-classic": "^0.5.3",1156"napi-build-utils": "^2.0.0",1157"node-abi": "^3.3.0",1158"pump": "^3.0.0",1159"rc": "^1.2.7",1160"simple-get": "^4.0.0",1161"tar-fs": "^2.0.0",1162"tunnel-agent": "^0.6.0"1163},1164"bin": {1165"prebuild-install": "bin.js"1166},1167"engines": {1168"node": ">=10"1169}1170},1171"node_modules/promise-inflight": {1172"version": "1.0.1",1173"resolved": "https://registry.npmjs.org/promise-inflight/-/promise-inflight-1.0.1.tgz",1174"integrity": "sha512-6zWPyEOFaQBJYcGMHBKTKJ3u6TBsnMFOIZSa6ce1e/ZrrsOlnHRHbabMjLiBYKp+n44X9eUI6VUPaukCXHuG4g==",1175"license": "ISC",1176"optional": true1177},1178"node_modules/promise-retry": {1179"version": "2.0.1",1180"resolved": "https://registry.npmjs.org/promise-retry/-/promise-retry-2.0.1.tgz",1181"integrity": "sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g==",1182"license": "MIT",1183"optional": true,1184"dependencies": {1185"err-code": "^2.0.2",1186"retry": "^0.12.0"1187},1188"engines": {1189"node": ">=10"1190}1191},1192"node_modules/pump": {1193"version": "3.0.4",1194"resolved": "https://registry.npmjs.org/pump/-/pump-3.0.4.tgz",1195"integrity": "sha512-VS7sjc6KR7e1ukRFhQSY5LM2uBWAUPiOPa/A3mkKmiMwSmRFUITt0xuj+/lesgnCv+dPIEYlkzrcyXgquIHMcA==",1196"license": "MIT",1197"dependencies": {1198"end-of-stream": "^1.1.0",1199"once": "^1.3.1"1200}1201},1202"node_modules/rc": {1203"version": "1.2.8",1204"resolved": "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz",1205"integrity": "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==",1206"license": "(BSD-2-Clause OR MIT OR Apache-2.0)",1207"dependencies": {1208"deep-extend": "^0.6.0",1209"ini": "~1.3.0",1210"minimist": "^1.2.0",1211"strip-json-comments": "~2.0.1"1212},1213"bin": {1214"rc": "cli.js"1215}1216},1217"node_modules/readable-stream": {1218"version": "3.6.2",1219"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz",1220"integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==",1221"license": "MIT",1222"dependencies": {1223"inherits": "^2.0.3",1224"string_decoder": "^1.1.1",1225"util-deprecate": "^1.0.1"1226},1227"engines": {1228"node": ">= 6"1229}1230},1231"node_modules/retry": {1232"version": "0.12.0",1233"resolved": "https://registry.npmjs.org/retry/-/retry-0.12.0.tgz",1234"integrity": "sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow==",1235"license": "MIT",1236"optional": true,1237"engines": {1238"node": ">= 4"1239}1240},1241"node_modules/rimraf": {1242"version": "3.0.2",1243"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",1244"integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",1245"deprecated": "Rimraf versions prior to v4 are no longer supported",1246"license": "ISC",1247"optional": true,1248"dependencies": {1249"glob": "^7.1.3"1250},1251"bin": {1252"rimraf": "bin.js"1253},1254"funding": {1255"url": "https://github.com/sponsors/isaacs"1256}1257},1258"node_modules/safe-buffer": {1259"version": "5.2.1",1260"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",1261"integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",1262"funding": [1263{1264"type": "github",1265"url": "https://github.com/sponsors/feross"1266},1267{1268"type": "patreon",1269"url": "https://www.patreon.com/feross"1270},1271{1272"type": "consulting",1273"url": "https://feross.org/support"1274}1275],1276"license": "MIT"1277},1278"node_modules/safer-buffer": {1279"version": "2.1.2",1280"resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",1281"integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",1282"license": "MIT",1283"optional": true1284},1285"node_modules/semver": {1286"version": "7.8.0",1287"resolved": "https://registry.npmjs.org/semver/-/semver-7.8.0.tgz",1288"integrity": "sha512-AcM7dV/5ul4EekoQ29Agm5vri8JNqRyj39o0qpX6vDF2GZrtutZl5RwgD1XnZjiTAfncsJhMI48QQH3sN87YNA==",1289"license": "ISC",1290"bin": {1291"semver": "bin/semver.js"1292},1293"engines": {1294"node": ">=10"1295}1296},1297"node_modules/set-blocking": {1298"version": "2.0.0",1299"resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz",1300"integrity": "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==",1301"license": "ISC",1302"optional": true1303},1304"node_modules/signal-exit": {1305"version": "3.0.7",1306"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",1307"integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==",1308"license": "ISC",1309"optional": true1310},1311"node_modules/simple-concat": {1312"version": "1.0.1",1313"resolved": "https://registry.npmjs.org/simple-concat/-/simple-concat-1.0.1.tgz",1314"integrity": "sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q==",1315"funding": [1316{1317"type": "github",1318"url": "https://github.com/sponsors/feross"1319},1320{1321"type": "patreon",1322"url": "https://www.patreon.com/feross"1323},1324{1325"type": "consulting",1326"url": "https://feross.org/support"1327}1328],1329"license": "MIT"1330},1331"node_modules/simple-get": {1332"version": "4.0.1",1333"resolved": "https://registry.npmjs.org/simple-get/-/simple-get-4.0.1.tgz",1334"integrity": "sha512-brv7p5WgH0jmQJr1ZDDfKDOSeWWg+OVypG99A/5vYGPqJ6pxiaHLy8nxtFjBA7oMa01ebA9gfh1uMCFqOuXxvA==",1335"funding": [1336{1337"type": "github",1338"url": "https://github.com/sponsors/feross"1339},1340{1341"type": "patreon",1342"url": "https://www.patreon.com/feross"1343},1344{1345"type": "consulting",1346"url": "https://feross.org/support"1347}1348],1349"license": "MIT",1350"dependencies": {1351"decompress-response": "^6.0.0",1352"once": "^1.3.1",1353"simple-concat": "^1.0.0"1354}1355},1356"node_modules/smart-buffer": {1357"version": "4.2.0",1358"resolved": "https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.2.0.tgz",1359"integrity": "sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==",1360"license": "MIT",1361"optional": true,1362"engines": {1363"node": ">= 6.0.0",1364"npm": ">= 3.0.0"1365}1366},1367"node_modules/socks": {1368"version": "2.8.9",1369"resolved": "https://registry.npmjs.org/socks/-/socks-2.8.9.tgz",1370"integrity": "sha512-LJhUYUvItdQ0LkJTmPeaEObWXAqFyfmP85x0tch/ez9cahmhlBBLbIqDFnvBnUJGagb0JbIQrkBs1wJ+yRYpEw==",1371"license": "MIT",1372"optional": true,1373"dependencies": {1374"ip-address": "^10.1.1",1375"smart-buffer": "^4.2.0"1376},1377"engines": {1378"node": ">= 10.0.0",1379"npm": ">= 3.0.0"1380}1381},1382"node_modules/socks-proxy-agent": {1383"version": "6.2.1",1384"resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-6.2.1.tgz",1385"integrity": "sha512-a6KW9G+6B3nWZ1yB8G7pJwL3ggLy1uTzKAgCb7ttblwqdz9fMGJUuTy3uFzEP48FAs9FLILlmzDlE2JJhVQaXQ==",1386"license": "MIT",1387"optional": true,1388"dependencies": {1389"agent-base": "^6.0.2",1390"debug": "^4.3.3",1391"socks": "^2.6.2"1392},1393"engines": {1394"node": ">= 10"1395}1396},1397"node_modules/sqlite3": {1398"version": "5.1.7",1399"resolved": "https://registry.npmjs.org/sqlite3/-/sqlite3-5.1.7.tgz",1400"integrity": "sha512-GGIyOiFaG+TUra3JIfkI/zGP8yZYLPQ0pl1bH+ODjiX57sPhrLU5sQJn1y9bDKZUFYkX1crlrPfSYt0BKKdkog==",1401"hasInstallScript": true,1402"license": "BSD-3-Clause",1403"dependencies": {1404"bindings": "^1.5.0",1405"node-addon-api": "^7.0.0",1406"prebuild-install": "^7.1.1",1407"tar": "^6.1.11"1408},1409"optionalDependencies": {1410"node-gyp": "8.x"1411},1412"peerDependencies": {1413"node-gyp": "8.x"1414},1415"peerDependenciesMeta": {1416"node-gyp": {1417"optional": true1418}1419}1420},1421"node_modules/ssri": {1422"version": "8.0.1",1423"resolved": "https://registry.npmjs.org/ssri/-/ssri-8.0.1.tgz",1424"integrity": "sha512-97qShzy1AiyxvPNIkLWoGua7xoQzzPjQ0HAH4B0rWKo7SZ6USuPcrUiAFrws0UH8RrbWmgq3LMTObhPIHbbBeQ==",1425"license": "ISC",1426"optional": true,1427"dependencies": {1428"minipass": "^3.1.1"1429},1430"engines": {1431"node": ">= 8"1432}1433},1434"node_modules/string_decoder": {1435"version": "1.3.0",1436"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",1437"integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",1438"license": "MIT",1439"dependencies": {1440"safe-buffer": "~5.2.0"1441}1442},1443"node_modules/string-width": {1444"version": "4.2.3",1445"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",1446"integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",1447"license": "MIT",1448"optional": true,1449"dependencies": {1450"emoji-regex": "^8.0.0",1451"is-fullwidth-code-point": "^3.0.0",1452"strip-ansi": "^6.0.1"1453},1454"engines": {1455"node": ">=8"1456}1457},1458"node_modules/strip-ansi": {1459"version": "6.0.1",1460"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",1461"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",1462"license": "MIT",1463"optional": true,1464"dependencies": {1465"ansi-regex": "^5.0.1"1466},1467"engines": {1468"node": ">=8"1469}1470},1471"node_modules/strip-json-comments": {1472"version": "2.0.1",1473"resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz",1474"integrity": "sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==",1475"license": "MIT",1476"engines": {1477"node": ">=0.10.0"1478}1479},1480"node_modules/tar": {1481"version": "6.2.1",1482"resolved": "https://registry.npmjs.org/tar/-/tar-6.2.1.tgz",1483"integrity": "sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==",1484"deprecated": "Old versions of tar are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting [email protected]",1485"license": "ISC",1486"dependencies": {1487"chownr": "^2.0.0",1488"fs-minipass": "^2.0.0",1489"minipass": "^5.0.0",1490"minizlib": "^2.1.1",1491"mkdirp": "^1.0.3",1492"yallist": "^4.0.0"1493},1494"engines": {1495"node": ">=10"1496}1497},1498"node_modules/tar-fs": {1499"version": "2.1.4",1500"resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-2.1.4.tgz",1501"integrity": "sha512-mDAjwmZdh7LTT6pNleZ05Yt65HC3E+NiQzl672vQG38jIrehtJk/J3mNwIg+vShQPcLF/LV7CMnDW6vjj6sfYQ==",1502"license": "MIT",1503"dependencies": {1504"chownr": "^1.1.1",1505"mkdirp-classic": "^0.5.2",1506"pump": "^3.0.0",1507"tar-stream": "^2.1.4"1508}1509},1510"node_modules/tar-fs/node_modules/chownr": {1511"version": "1.1.4",1512"resolved": "https://registry.npmjs.org/chownr/-/chownr-1.1.4.tgz",1513"integrity": "sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==",1514"license": "ISC"1515},1516"node_modules/tar-stream": {1517"version": "2.2.0",1518"resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-2.2.0.tgz",1519"integrity": "sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==",1520"license": "MIT",1521"dependencies": {1522"bl": "^4.0.3",1523"end-of-stream": "^1.4.1",1524"fs-constants": "^1.0.0",1525"inherits": "^2.0.3",1526"readable-stream": "^3.1.1"1527},1528"engines": {1529"node": ">=6"1530}1531},1532"node_modules/tar/node_modules/minipass": {1533"version": "5.0.0",1534"resolved": "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz",1535"integrity": "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==",1536"license": "ISC",1537"engines": {1538"node": ">=8"1539}1540},1541"node_modules/tunnel-agent": {1542"version": "0.6.0",1543"resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz",1544"integrity": "sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==",1545"license": "Apache-2.0",1546"dependencies": {1547"safe-buffer": "^5.0.1"1548},1549"engines": {1550"node": "*"1551}1552},1553"node_modules/typescript": {1554"version": "5.9.3",1555"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",1556"integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",1557"dev": true,1558"license": "Apache-2.0",1559"bin": {1560"tsc": "bin/tsc",1561"tsserver": "bin/tsserver"1562},1563"engines": {1564"node": ">=14.17"1565}1566},1567"node_modules/undici": {1568"version": "5.29.0",1569"resolved": "https://registry.npmjs.org/undici/-/undici-5.29.0.tgz",1570"integrity": "sha512-raqeBD6NQK4SkWhQzeYKd1KmIG6dllBOTt55Rmkt4HtI9mwdWtJljnrXjAFUBLTSN67HWrOIZ3EPF4kjUw80Bg==",1571"license": "MIT",1572"dependencies": {1573"@fastify/busboy": "^2.0.0"1574},1575"engines": {1576"node": ">=14.0"1577}1578},1579"node_modules/undici-types": {1580"version": "6.21.0",1581"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz",1582"integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",1583"dev": true,1584"license": "MIT"1585},1586"node_modules/unique-filename": {1587"version": "1.1.1",1588"resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-1.1.1.tgz",1589"integrity": "sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ==",1590"license": "ISC",1591"optional": true,1592"dependencies": {1593"unique-slug": "^2.0.0"1594}1595},1596"node_modules/unique-slug": {1597"version": "2.0.2",1598"resolved": "https://registry.npmjs.org/unique-slug/-/unique-slug-2.0.2.tgz",1599"integrity": "sha512-zoWr9ObaxALD3DOPfjPSqxt4fnZiWblxHIgeWqW8x7UqDzEtHEQLzji2cuJYQFCU6KmoJikOYAZlrTHHebjx2w==",1600"license": "ISC",1601"optional": true,1602"dependencies": {1603"imurmurhash": "^0.1.4"1604}1605},1606"node_modules/util-deprecate": {1607"version": "1.0.2",1608"resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",1609"integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",1610"license": "MIT"1611},1612"node_modules/which": {1613"version": "2.0.2",1614"resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",1615"integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",1616"license": "ISC",1617"optional": true,1618"dependencies": {1619"isexe": "^2.0.0"1620},1621"bin": {1622"node-which": "bin/node-which"1623},1624"engines": {1625"node": ">= 8"1626}1627},1628"node_modules/wide-align": {1629"version": "1.1.5",1630"resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.5.tgz",1631"integrity": "sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==",1632"license": "ISC",1633"optional": true,1634"dependencies": {1635"string-width": "^1.0.2 || 2 || 3 || 4"1636}1637},1638"node_modules/wrappy": {1639"version": "1.0.2",1640"resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",1641"integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",1642"license": "ISC"1643},1644"node_modules/yallist": {1645"version": "4.0.0",1646"resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",1647"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",1648"license": "ISC"1649},1650"node_modules/zod": {1651"version": "3.25.76",1652"resolved": "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz",1653"integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==",1654"license": "MIT",1655"funding": {1656"url": "https://github.com/sponsors/colinhacks"1657}1658}1659}1660}1661