Path: blob/main/crates/explorer/package-lock.json
1690 views
{1"name": "wasmtime-explorer",2"version": "1.0.0",3"lockfileVersion": 3,4"requires": true,5"packages": {6"": {7"name": "wasmtime-explorer",8"version": "1.0.0",9"license": "Apache-2.0 WITH LLVM-exception",10"devDependencies": {11"@eslint/js": "^9.3.0",12"eslint": "^9.3.0",13"globals": "^15.3.0",14"prettier": "3.2.5"15}16},17"node_modules/@eslint-community/eslint-utils": {18"version": "4.4.0",19"resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz",20"integrity": "sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==",21"dev": true,22"dependencies": {23"eslint-visitor-keys": "^3.3.0"24},25"engines": {26"node": "^12.22.0 || ^14.17.0 || >=16.0.0"27},28"peerDependencies": {29"eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"30}31},32"node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": {33"version": "3.4.3",34"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",35"integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",36"dev": true,37"engines": {38"node": "^12.22.0 || ^14.17.0 || >=16.0.0"39},40"funding": {41"url": "https://opencollective.com/eslint"42}43},44"node_modules/@eslint-community/regexpp": {45"version": "4.10.0",46"resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.10.0.tgz",47"integrity": "sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==",48"dev": true,49"engines": {50"node": "^12.0.0 || ^14.0.0 || >=16.0.0"51}52},53"node_modules/@eslint/eslintrc": {54"version": "3.1.0",55"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.1.0.tgz",56"integrity": "sha512-4Bfj15dVJdoy3RfZmmo86RK1Fwzn6SstsvK9JS+BaVKqC6QQQQyXekNaC+g+LKNgkQ+2VhGAzm6hO40AhMR3zQ==",57"dev": true,58"dependencies": {59"ajv": "^6.12.4",60"debug": "^4.3.2",61"espree": "^10.0.1",62"globals": "^14.0.0",63"ignore": "^5.2.0",64"import-fresh": "^3.2.1",65"js-yaml": "^4.1.0",66"minimatch": "^3.1.2",67"strip-json-comments": "^3.1.1"68},69"engines": {70"node": "^18.18.0 || ^20.9.0 || >=21.1.0"71},72"funding": {73"url": "https://opencollective.com/eslint"74}75},76"node_modules/@eslint/eslintrc/node_modules/globals": {77"version": "14.0.0",78"resolved": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz",79"integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==",80"dev": true,81"engines": {82"node": ">=18"83},84"funding": {85"url": "https://github.com/sponsors/sindresorhus"86}87},88"node_modules/@eslint/js": {89"version": "9.3.0",90"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.3.0.tgz",91"integrity": "sha512-niBqk8iwv96+yuTwjM6bWg8ovzAPF9qkICsGtcoa5/dmqcEMfdwNAX7+/OHcJHc7wj7XqPxH98oAHytFYlw6Sw==",92"dev": true,93"engines": {94"node": "^18.18.0 || ^20.9.0 || >=21.1.0"95}96},97"node_modules/@humanwhocodes/config-array": {98"version": "0.13.0",99"resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.13.0.tgz",100"integrity": "sha512-DZLEEqFWQFiyK6h5YIeynKx7JlvCYWL0cImfSRXZ9l4Sg2efkFGTuFf6vzXjK1cq6IYkU+Eg/JizXw+TD2vRNw==",101"dev": true,102"dependencies": {103"@humanwhocodes/object-schema": "^2.0.3",104"debug": "^4.3.1",105"minimatch": "^3.0.5"106},107"engines": {108"node": ">=10.10.0"109}110},111"node_modules/@humanwhocodes/module-importer": {112"version": "1.0.1",113"resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",114"integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",115"dev": true,116"engines": {117"node": ">=12.22"118},119"funding": {120"type": "github",121"url": "https://github.com/sponsors/nzakas"122}123},124"node_modules/@humanwhocodes/object-schema": {125"version": "2.0.3",126"resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz",127"integrity": "sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==",128"dev": true129},130"node_modules/@humanwhocodes/retry": {131"version": "0.3.0",132"resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.3.0.tgz",133"integrity": "sha512-d2CGZR2o7fS6sWB7DG/3a95bGKQyHMACZ5aW8qGkkqQpUoZV6C0X7Pc7l4ZNMZkfNBf4VWNe9E1jRsf0G146Ew==",134"dev": true,135"engines": {136"node": ">=18.18"137},138"funding": {139"type": "github",140"url": "https://github.com/sponsors/nzakas"141}142},143"node_modules/@nodelib/fs.scandir": {144"version": "2.1.5",145"resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",146"integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",147"dev": true,148"dependencies": {149"@nodelib/fs.stat": "2.0.5",150"run-parallel": "^1.1.9"151},152"engines": {153"node": ">= 8"154}155},156"node_modules/@nodelib/fs.stat": {157"version": "2.0.5",158"resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",159"integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",160"dev": true,161"engines": {162"node": ">= 8"163}164},165"node_modules/@nodelib/fs.walk": {166"version": "1.2.8",167"resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",168"integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",169"dev": true,170"dependencies": {171"@nodelib/fs.scandir": "2.1.5",172"fastq": "^1.6.0"173},174"engines": {175"node": ">= 8"176}177},178"node_modules/acorn": {179"version": "8.11.3",180"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.11.3.tgz",181"integrity": "sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==",182"dev": true,183"bin": {184"acorn": "bin/acorn"185},186"engines": {187"node": ">=0.4.0"188}189},190"node_modules/acorn-jsx": {191"version": "5.3.2",192"resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",193"integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",194"dev": true,195"peerDependencies": {196"acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"197}198},199"node_modules/ajv": {200"version": "6.12.6",201"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",202"integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",203"dev": true,204"dependencies": {205"fast-deep-equal": "^3.1.1",206"fast-json-stable-stringify": "^2.0.0",207"json-schema-traverse": "^0.4.1",208"uri-js": "^4.2.2"209},210"funding": {211"type": "github",212"url": "https://github.com/sponsors/epoberezkin"213}214},215"node_modules/ansi-regex": {216"version": "5.0.1",217"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",218"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",219"dev": true,220"engines": {221"node": ">=8"222}223},224"node_modules/ansi-styles": {225"version": "4.3.0",226"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",227"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",228"dev": true,229"dependencies": {230"color-convert": "^2.0.1"231},232"engines": {233"node": ">=8"234},235"funding": {236"url": "https://github.com/chalk/ansi-styles?sponsor=1"237}238},239"node_modules/argparse": {240"version": "2.0.1",241"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",242"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",243"dev": true244},245"node_modules/balanced-match": {246"version": "1.0.2",247"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",248"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",249"dev": true250},251"node_modules/brace-expansion": {252"version": "1.1.11",253"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",254"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",255"dev": true,256"dependencies": {257"balanced-match": "^1.0.0",258"concat-map": "0.0.1"259}260},261"node_modules/callsites": {262"version": "3.1.0",263"resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",264"integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",265"dev": true,266"engines": {267"node": ">=6"268}269},270"node_modules/chalk": {271"version": "4.1.2",272"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",273"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",274"dev": true,275"dependencies": {276"ansi-styles": "^4.1.0",277"supports-color": "^7.1.0"278},279"engines": {280"node": ">=10"281},282"funding": {283"url": "https://github.com/chalk/chalk?sponsor=1"284}285},286"node_modules/color-convert": {287"version": "2.0.1",288"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",289"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",290"dev": true,291"dependencies": {292"color-name": "~1.1.4"293},294"engines": {295"node": ">=7.0.0"296}297},298"node_modules/color-name": {299"version": "1.1.4",300"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",301"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",302"dev": true303},304"node_modules/concat-map": {305"version": "0.0.1",306"resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",307"integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",308"dev": true309},310"node_modules/cross-spawn": {311"version": "7.0.3",312"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",313"integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",314"dev": true,315"dependencies": {316"path-key": "^3.1.0",317"shebang-command": "^2.0.0",318"which": "^2.0.1"319},320"engines": {321"node": ">= 8"322}323},324"node_modules/debug": {325"version": "4.3.4",326"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",327"integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",328"dev": true,329"dependencies": {330"ms": "2.1.2"331},332"engines": {333"node": ">=6.0"334},335"peerDependenciesMeta": {336"supports-color": {337"optional": true338}339}340},341"node_modules/deep-is": {342"version": "0.1.4",343"resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",344"integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",345"dev": true346},347"node_modules/escape-string-regexp": {348"version": "4.0.0",349"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",350"integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",351"dev": true,352"engines": {353"node": ">=10"354},355"funding": {356"url": "https://github.com/sponsors/sindresorhus"357}358},359"node_modules/eslint": {360"version": "9.3.0",361"resolved": "https://registry.npmjs.org/eslint/-/eslint-9.3.0.tgz",362"integrity": "sha512-5Iv4CsZW030lpUqHBapdPo3MJetAPtejVW8B84GIcIIv8+ohFaddXsrn1Gn8uD9ijDb+kcYKFUVmC8qG8B2ORQ==",363"dev": true,364"dependencies": {365"@eslint-community/eslint-utils": "^4.2.0",366"@eslint-community/regexpp": "^4.6.1",367"@eslint/eslintrc": "^3.1.0",368"@eslint/js": "9.3.0",369"@humanwhocodes/config-array": "^0.13.0",370"@humanwhocodes/module-importer": "^1.0.1",371"@humanwhocodes/retry": "^0.3.0",372"@nodelib/fs.walk": "^1.2.8",373"ajv": "^6.12.4",374"chalk": "^4.0.0",375"cross-spawn": "^7.0.2",376"debug": "^4.3.2",377"escape-string-regexp": "^4.0.0",378"eslint-scope": "^8.0.1",379"eslint-visitor-keys": "^4.0.0",380"espree": "^10.0.1",381"esquery": "^1.4.2",382"esutils": "^2.0.2",383"fast-deep-equal": "^3.1.3",384"file-entry-cache": "^8.0.0",385"find-up": "^5.0.0",386"glob-parent": "^6.0.2",387"ignore": "^5.2.0",388"imurmurhash": "^0.1.4",389"is-glob": "^4.0.0",390"is-path-inside": "^3.0.3",391"json-stable-stringify-without-jsonify": "^1.0.1",392"levn": "^0.4.1",393"lodash.merge": "^4.6.2",394"minimatch": "^3.1.2",395"natural-compare": "^1.4.0",396"optionator": "^0.9.3",397"strip-ansi": "^6.0.1",398"text-table": "^0.2.0"399},400"bin": {401"eslint": "bin/eslint.js"402},403"engines": {404"node": "^18.18.0 || ^20.9.0 || >=21.1.0"405},406"funding": {407"url": "https://opencollective.com/eslint"408}409},410"node_modules/eslint-scope": {411"version": "8.0.1",412"resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.0.1.tgz",413"integrity": "sha512-pL8XjgP4ZOmmwfFE8mEhSxA7ZY4C+LWyqjQ3o4yWkkmD0qcMT9kkW3zWHOczhWcjTSgqycYAgwSlXvZltv65og==",414"dev": true,415"dependencies": {416"esrecurse": "^4.3.0",417"estraverse": "^5.2.0"418},419"engines": {420"node": "^18.18.0 || ^20.9.0 || >=21.1.0"421},422"funding": {423"url": "https://opencollective.com/eslint"424}425},426"node_modules/eslint-visitor-keys": {427"version": "4.0.0",428"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.0.0.tgz",429"integrity": "sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw==",430"dev": true,431"engines": {432"node": "^18.18.0 || ^20.9.0 || >=21.1.0"433},434"funding": {435"url": "https://opencollective.com/eslint"436}437},438"node_modules/espree": {439"version": "10.0.1",440"resolved": "https://registry.npmjs.org/espree/-/espree-10.0.1.tgz",441"integrity": "sha512-MWkrWZbJsL2UwnjxTX3gG8FneachS/Mwg7tdGXce011sJd5b0JG54vat5KHnfSBODZ3Wvzd2WnjxyzsRoVv+ww==",442"dev": true,443"dependencies": {444"acorn": "^8.11.3",445"acorn-jsx": "^5.3.2",446"eslint-visitor-keys": "^4.0.0"447},448"engines": {449"node": "^18.18.0 || ^20.9.0 || >=21.1.0"450},451"funding": {452"url": "https://opencollective.com/eslint"453}454},455"node_modules/esquery": {456"version": "1.5.0",457"resolved": "https://registry.npmjs.org/esquery/-/esquery-1.5.0.tgz",458"integrity": "sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==",459"dev": true,460"dependencies": {461"estraverse": "^5.1.0"462},463"engines": {464"node": ">=0.10"465}466},467"node_modules/esrecurse": {468"version": "4.3.0",469"resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",470"integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",471"dev": true,472"dependencies": {473"estraverse": "^5.2.0"474},475"engines": {476"node": ">=4.0"477}478},479"node_modules/estraverse": {480"version": "5.3.0",481"resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",482"integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",483"dev": true,484"engines": {485"node": ">=4.0"486}487},488"node_modules/esutils": {489"version": "2.0.3",490"resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",491"integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",492"dev": true,493"engines": {494"node": ">=0.10.0"495}496},497"node_modules/fast-deep-equal": {498"version": "3.1.3",499"resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",500"integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",501"dev": true502},503"node_modules/fast-json-stable-stringify": {504"version": "2.1.0",505"resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",506"integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",507"dev": true508},509"node_modules/fast-levenshtein": {510"version": "2.0.6",511"resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",512"integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",513"dev": true514},515"node_modules/fastq": {516"version": "1.17.1",517"resolved": "https://registry.npmjs.org/fastq/-/fastq-1.17.1.tgz",518"integrity": "sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==",519"dev": true,520"dependencies": {521"reusify": "^1.0.4"522}523},524"node_modules/file-entry-cache": {525"version": "8.0.0",526"resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz",527"integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==",528"dev": true,529"dependencies": {530"flat-cache": "^4.0.0"531},532"engines": {533"node": ">=16.0.0"534}535},536"node_modules/find-up": {537"version": "5.0.0",538"resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",539"integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",540"dev": true,541"dependencies": {542"locate-path": "^6.0.0",543"path-exists": "^4.0.0"544},545"engines": {546"node": ">=10"547},548"funding": {549"url": "https://github.com/sponsors/sindresorhus"550}551},552"node_modules/flat-cache": {553"version": "4.0.1",554"resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz",555"integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==",556"dev": true,557"dependencies": {558"flatted": "^3.2.9",559"keyv": "^4.5.4"560},561"engines": {562"node": ">=16"563}564},565"node_modules/flatted": {566"version": "3.3.1",567"resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.1.tgz",568"integrity": "sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==",569"dev": true570},571"node_modules/glob-parent": {572"version": "6.0.2",573"resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",574"integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",575"dev": true,576"dependencies": {577"is-glob": "^4.0.3"578},579"engines": {580"node": ">=10.13.0"581}582},583"node_modules/globals": {584"version": "15.3.0",585"resolved": "https://registry.npmjs.org/globals/-/globals-15.3.0.tgz",586"integrity": "sha512-cCdyVjIUVTtX8ZsPkq1oCsOsLmGIswqnjZYMJJTGaNApj1yHtLSymKhwH51ttirREn75z3p4k051clwg7rvNKA==",587"dev": true,588"engines": {589"node": ">=18"590},591"funding": {592"url": "https://github.com/sponsors/sindresorhus"593}594},595"node_modules/has-flag": {596"version": "4.0.0",597"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",598"integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",599"dev": true,600"engines": {601"node": ">=8"602}603},604"node_modules/ignore": {605"version": "5.3.1",606"resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.1.tgz",607"integrity": "sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==",608"dev": true,609"engines": {610"node": ">= 4"611}612},613"node_modules/import-fresh": {614"version": "3.3.0",615"resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz",616"integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==",617"dev": true,618"dependencies": {619"parent-module": "^1.0.0",620"resolve-from": "^4.0.0"621},622"engines": {623"node": ">=6"624},625"funding": {626"url": "https://github.com/sponsors/sindresorhus"627}628},629"node_modules/imurmurhash": {630"version": "0.1.4",631"resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",632"integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",633"dev": true,634"engines": {635"node": ">=0.8.19"636}637},638"node_modules/is-extglob": {639"version": "2.1.1",640"resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",641"integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",642"dev": true,643"engines": {644"node": ">=0.10.0"645}646},647"node_modules/is-glob": {648"version": "4.0.3",649"resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",650"integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",651"dev": true,652"dependencies": {653"is-extglob": "^2.1.1"654},655"engines": {656"node": ">=0.10.0"657}658},659"node_modules/is-path-inside": {660"version": "3.0.3",661"resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz",662"integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==",663"dev": true,664"engines": {665"node": ">=8"666}667},668"node_modules/isexe": {669"version": "2.0.0",670"resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",671"integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",672"dev": true673},674"node_modules/js-yaml": {675"version": "4.1.0",676"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",677"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",678"dev": true,679"dependencies": {680"argparse": "^2.0.1"681},682"bin": {683"js-yaml": "bin/js-yaml.js"684}685},686"node_modules/json-buffer": {687"version": "3.0.1",688"resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz",689"integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",690"dev": true691},692"node_modules/json-schema-traverse": {693"version": "0.4.1",694"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",695"integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",696"dev": true697},698"node_modules/json-stable-stringify-without-jsonify": {699"version": "1.0.1",700"resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",701"integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",702"dev": true703},704"node_modules/keyv": {705"version": "4.5.4",706"resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz",707"integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",708"dev": true,709"dependencies": {710"json-buffer": "3.0.1"711}712},713"node_modules/levn": {714"version": "0.4.1",715"resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",716"integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",717"dev": true,718"dependencies": {719"prelude-ls": "^1.2.1",720"type-check": "~0.4.0"721},722"engines": {723"node": ">= 0.8.0"724}725},726"node_modules/locate-path": {727"version": "6.0.0",728"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",729"integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",730"dev": true,731"dependencies": {732"p-locate": "^5.0.0"733},734"engines": {735"node": ">=10"736},737"funding": {738"url": "https://github.com/sponsors/sindresorhus"739}740},741"node_modules/lodash.merge": {742"version": "4.6.2",743"resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",744"integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",745"dev": true746},747"node_modules/minimatch": {748"version": "3.1.2",749"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",750"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",751"dev": true,752"dependencies": {753"brace-expansion": "^1.1.7"754},755"engines": {756"node": "*"757}758},759"node_modules/ms": {760"version": "2.1.2",761"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",762"integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",763"dev": true764},765"node_modules/natural-compare": {766"version": "1.4.0",767"resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",768"integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",769"dev": true770},771"node_modules/optionator": {772"version": "0.9.4",773"resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz",774"integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==",775"dev": true,776"dependencies": {777"deep-is": "^0.1.3",778"fast-levenshtein": "^2.0.6",779"levn": "^0.4.1",780"prelude-ls": "^1.2.1",781"type-check": "^0.4.0",782"word-wrap": "^1.2.5"783},784"engines": {785"node": ">= 0.8.0"786}787},788"node_modules/p-limit": {789"version": "3.1.0",790"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",791"integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",792"dev": true,793"dependencies": {794"yocto-queue": "^0.1.0"795},796"engines": {797"node": ">=10"798},799"funding": {800"url": "https://github.com/sponsors/sindresorhus"801}802},803"node_modules/p-locate": {804"version": "5.0.0",805"resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",806"integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",807"dev": true,808"dependencies": {809"p-limit": "^3.0.2"810},811"engines": {812"node": ">=10"813},814"funding": {815"url": "https://github.com/sponsors/sindresorhus"816}817},818"node_modules/parent-module": {819"version": "1.0.1",820"resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",821"integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",822"dev": true,823"dependencies": {824"callsites": "^3.0.0"825},826"engines": {827"node": ">=6"828}829},830"node_modules/path-exists": {831"version": "4.0.0",832"resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",833"integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",834"dev": true,835"engines": {836"node": ">=8"837}838},839"node_modules/path-key": {840"version": "3.1.1",841"resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",842"integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",843"dev": true,844"engines": {845"node": ">=8"846}847},848"node_modules/prelude-ls": {849"version": "1.2.1",850"resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",851"integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",852"dev": true,853"engines": {854"node": ">= 0.8.0"855}856},857"node_modules/prettier": {858"version": "3.2.5",859"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.2.5.tgz",860"integrity": "sha512-3/GWa9aOC0YeD7LUfvOG2NiDyhOWRvt1k+rcKhOuYnMY24iiCphgneUfJDyFXd6rZCAnuLBv6UeAULtrhT/F4A==",861"dev": true,862"bin": {863"prettier": "bin/prettier.cjs"864},865"engines": {866"node": ">=14"867},868"funding": {869"url": "https://github.com/prettier/prettier?sponsor=1"870}871},872"node_modules/punycode": {873"version": "2.3.1",874"resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",875"integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",876"dev": true,877"engines": {878"node": ">=6"879}880},881"node_modules/queue-microtask": {882"version": "1.2.3",883"resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",884"integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",885"dev": true,886"funding": [887{888"type": "github",889"url": "https://github.com/sponsors/feross"890},891{892"type": "patreon",893"url": "https://www.patreon.com/feross"894},895{896"type": "consulting",897"url": "https://feross.org/support"898}899]900},901"node_modules/resolve-from": {902"version": "4.0.0",903"resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",904"integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",905"dev": true,906"engines": {907"node": ">=4"908}909},910"node_modules/reusify": {911"version": "1.0.4",912"resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz",913"integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==",914"dev": true,915"engines": {916"iojs": ">=1.0.0",917"node": ">=0.10.0"918}919},920"node_modules/run-parallel": {921"version": "1.2.0",922"resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",923"integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",924"dev": true,925"funding": [926{927"type": "github",928"url": "https://github.com/sponsors/feross"929},930{931"type": "patreon",932"url": "https://www.patreon.com/feross"933},934{935"type": "consulting",936"url": "https://feross.org/support"937}938],939"dependencies": {940"queue-microtask": "^1.2.2"941}942},943"node_modules/shebang-command": {944"version": "2.0.0",945"resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",946"integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",947"dev": true,948"dependencies": {949"shebang-regex": "^3.0.0"950},951"engines": {952"node": ">=8"953}954},955"node_modules/shebang-regex": {956"version": "3.0.0",957"resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",958"integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",959"dev": true,960"engines": {961"node": ">=8"962}963},964"node_modules/strip-ansi": {965"version": "6.0.1",966"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",967"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",968"dev": true,969"dependencies": {970"ansi-regex": "^5.0.1"971},972"engines": {973"node": ">=8"974}975},976"node_modules/strip-json-comments": {977"version": "3.1.1",978"resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",979"integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",980"dev": true,981"engines": {982"node": ">=8"983},984"funding": {985"url": "https://github.com/sponsors/sindresorhus"986}987},988"node_modules/supports-color": {989"version": "7.2.0",990"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",991"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",992"dev": true,993"dependencies": {994"has-flag": "^4.0.0"995},996"engines": {997"node": ">=8"998}999},1000"node_modules/text-table": {1001"version": "0.2.0",1002"resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz",1003"integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==",1004"dev": true1005},1006"node_modules/type-check": {1007"version": "0.4.0",1008"resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",1009"integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",1010"dev": true,1011"dependencies": {1012"prelude-ls": "^1.2.1"1013},1014"engines": {1015"node": ">= 0.8.0"1016}1017},1018"node_modules/uri-js": {1019"version": "4.4.1",1020"resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",1021"integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",1022"dev": true,1023"dependencies": {1024"punycode": "^2.1.0"1025}1026},1027"node_modules/which": {1028"version": "2.0.2",1029"resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",1030"integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",1031"dev": true,1032"dependencies": {1033"isexe": "^2.0.0"1034},1035"bin": {1036"node-which": "bin/node-which"1037},1038"engines": {1039"node": ">= 8"1040}1041},1042"node_modules/word-wrap": {1043"version": "1.2.5",1044"resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz",1045"integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==",1046"dev": true,1047"engines": {1048"node": ">=0.10.0"1049}1050},1051"node_modules/yocto-queue": {1052"version": "0.1.0",1053"resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",1054"integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",1055"dev": true,1056"engines": {1057"node": ">=10"1058},1059"funding": {1060"url": "https://github.com/sponsors/sindresorhus"1061}1062}1063}1064}106510661067