CoolFace
Apppublic

thinkingEverytime/QuantOracle

sourceHugging Faceupdated 6mo agoView on Hugging Face
1likes
package-lock.json6557 linesDownload Raw Back to web
1{2  "name": "quantoracle-web",3  "version": "0.1.0",4  "lockfileVersion": 3,5  "requires": true,6  "packages": {7    "": {8      "name": "quantoracle-web",9      "version": "0.1.0",10      "dependencies": {11        "maplibre-gl": "4.7.1",12        "next": "14.2.14",13        "react": "18.3.1",14        "react-dom": "18.3.1"15      },16      "devDependencies": {17        "@types/node": "20.16.5",18        "@types/react": "18.3.5",19        "@types/react-dom": "18.3.0",20        "autoprefixer": "10.4.20",21        "eslint": "8.57.1",22        "eslint-config-next": "14.2.14",23        "postcss": "8.4.47",24        "tailwindcss": "3.4.13",25        "typescript": "5.6.2"26      }27    },28    "node_modules/@alloc/quick-lru": {29      "version": "5.2.0",30      "resolved": "https://registry.npmjs.org/@alloc/quick-lru/-/quick-lru-5.2.0.tgz",31      "integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==",32      "dev": true,33      "license": "MIT",34      "engines": {35        "node": ">=10"36      },37      "funding": {38        "url": "https://github.com/sponsors/sindresorhus"39      }40    },41    "node_modules/@emnapi/core": {42      "version": "1.9.0",43      "resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.9.0.tgz",44      "integrity": "sha512-0DQ98G9ZQZOxfUcQn1waV2yS8aWdZ6kJMbYCJB3oUBecjWYO1fqJ+a1DRfPF3O5JEkwqwP1A9QEN/9mYm2Yd0w==",45      "dev": true,46      "license": "MIT",47      "optional": true,48      "dependencies": {49        "@emnapi/wasi-threads": "1.2.0",50        "tslib": "^2.4.0"51      }52    },53    "node_modules/@emnapi/runtime": {54      "version": "1.9.0",55      "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.9.0.tgz",56      "integrity": "sha512-QN75eB0IH2ywSpRpNddCRfQIhmJYBCJ1x5Lb3IscKAL8bMnVAKnRg8dCoXbHzVLLH7P38N2Z3mtulB7W0J0FKw==",57      "dev": true,58      "license": "MIT",59      "optional": true,60      "dependencies": {61        "tslib": "^2.4.0"62      }63    },64    "node_modules/@emnapi/wasi-threads": {65      "version": "1.2.0",66      "resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.2.0.tgz",67      "integrity": "sha512-N10dEJNSsUx41Z6pZsXU8FjPjpBEplgH24sfkmITrBED1/U2Esum9F3lfLrMjKHHjmi557zQn7kR9R+XWXu5Rg==",68      "dev": true,69      "license": "MIT",70      "optional": true,71      "dependencies": {72        "tslib": "^2.4.0"73      }74    },75    "node_modules/@eslint-community/eslint-utils": {76      "version": "4.9.1",77      "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.1.tgz",78      "integrity": "sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==",79      "dev": true,80      "license": "MIT",81      "dependencies": {82        "eslint-visitor-keys": "^3.4.3"83      },84      "engines": {85        "node": "^12.22.0 || ^14.17.0 || >=16.0.0"86      },87      "funding": {88        "url": "https://opencollective.com/eslint"89      },90      "peerDependencies": {91        "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"92      }93    },94    "node_modules/@eslint-community/regexpp": {95      "version": "4.12.2",96      "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.2.tgz",97      "integrity": "sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==",98      "dev": true,99      "license": "MIT",100      "engines": {101        "node": "^12.0.0 || ^14.0.0 || >=16.0.0"102      }103    },104    "node_modules/@eslint/eslintrc": {105      "version": "2.1.4",106      "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.4.tgz",107      "integrity": "sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==",108      "dev": true,109      "license": "MIT",110      "dependencies": {111        "ajv": "^6.12.4",112        "debug": "^4.3.2",113        "espree": "^9.6.0",114        "globals": "^13.19.0",115        "ignore": "^5.2.0",116        "import-fresh": "^3.2.1",117        "js-yaml": "^4.1.0",118        "minimatch": "^3.1.2",119        "strip-json-comments": "^3.1.1"120      },121      "engines": {122        "node": "^12.22.0 || ^14.17.0 || >=16.0.0"123      },124      "funding": {125        "url": "https://opencollective.com/eslint"126      }127    },128    "node_modules/@eslint/js": {129      "version": "8.57.1",130      "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.57.1.tgz",131      "integrity": "sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q==",132      "dev": true,133      "license": "MIT",134      "engines": {135        "node": "^12.22.0 || ^14.17.0 || >=16.0.0"136      }137    },138    "node_modules/@humanwhocodes/config-array": {139      "version": "0.13.0",140      "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.13.0.tgz",141      "integrity": "sha512-DZLEEqFWQFiyK6h5YIeynKx7JlvCYWL0cImfSRXZ9l4Sg2efkFGTuFf6vzXjK1cq6IYkU+Eg/JizXw+TD2vRNw==",142      "deprecated": "Use @eslint/config-array instead",143      "dev": true,144      "license": "Apache-2.0",145      "dependencies": {146        "@humanwhocodes/object-schema": "^2.0.3",147        "debug": "^4.3.1",148        "minimatch": "^3.0.5"149      },150      "engines": {151        "node": ">=10.10.0"152      }153    },154    "node_modules/@humanwhocodes/module-importer": {155      "version": "1.0.1",156      "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",157      "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",158      "dev": true,159      "license": "Apache-2.0",160      "engines": {161        "node": ">=12.22"162      },163      "funding": {164        "type": "github",165        "url": "https://github.com/sponsors/nzakas"166      }167    },168    "node_modules/@humanwhocodes/object-schema": {169      "version": "2.0.3",170      "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz",171      "integrity": "sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==",172      "deprecated": "Use @eslint/object-schema instead",173      "dev": true,174      "license": "BSD-3-Clause"175    },176    "node_modules/@isaacs/cliui": {177      "version": "8.0.2",178      "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",179      "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==",180      "dev": true,181      "license": "ISC",182      "dependencies": {183        "string-width": "^5.1.2",184        "string-width-cjs": "npm:string-width@^4.2.0",185        "strip-ansi": "^7.0.1",186        "strip-ansi-cjs": "npm:strip-ansi@^6.0.1",187        "wrap-ansi": "^8.1.0",188        "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"189      },190      "engines": {191        "node": ">=12"192      }193    },194    "node_modules/@isaacs/cliui/node_modules/ansi-regex": {195      "version": "6.2.2",196      "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz",197      "integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==",198      "dev": true,199      "license": "MIT",200      "engines": {201        "node": ">=12"202      },203      "funding": {204        "url": "https://github.com/chalk/ansi-regex?sponsor=1"205      }206    },207    "node_modules/@isaacs/cliui/node_modules/strip-ansi": {208      "version": "7.2.0",209      "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.2.0.tgz",210      "integrity": "sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==",211      "dev": true,212      "license": "MIT",213      "dependencies": {214        "ansi-regex": "^6.2.2"215      },216      "engines": {217        "node": ">=12"218      },219      "funding": {220        "url": "https://github.com/chalk/strip-ansi?sponsor=1"221      }222    },223    "node_modules/@jridgewell/gen-mapping": {224      "version": "0.3.13",225      "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",226      "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",227      "dev": true,228      "license": "MIT",229      "dependencies": {230        "@jridgewell/sourcemap-codec": "^1.5.0",231        "@jridgewell/trace-mapping": "^0.3.24"232      }233    },234    "node_modules/@jridgewell/resolve-uri": {235      "version": "3.1.2",236      "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",237      "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",238      "dev": true,239      "license": "MIT",240      "engines": {241        "node": ">=6.0.0"242      }243    },244    "node_modules/@jridgewell/sourcemap-codec": {245      "version": "1.5.5",246      "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",247      "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",248      "dev": true,249      "license": "MIT"250    },251    "node_modules/@jridgewell/trace-mapping": {252      "version": "0.3.31",253      "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",254      "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",255      "dev": true,256      "license": "MIT",257      "dependencies": {258        "@jridgewell/resolve-uri": "^3.1.0",259        "@jridgewell/sourcemap-codec": "^1.4.14"260      }261    },262    "node_modules/@mapbox/geojson-rewind": {263      "version": "0.5.2",264      "resolved": "https://registry.npmjs.org/@mapbox/geojson-rewind/-/geojson-rewind-0.5.2.tgz",265      "integrity": "sha512-tJaT+RbYGJYStt7wI3cq4Nl4SXxG8W7JDG5DMJu97V25RnbNg3QtQtf+KD+VLjNpWKYsRvXDNmNrBgEETr1ifA==",266      "license": "ISC",267      "dependencies": {268        "get-stream": "^6.0.1",269        "minimist": "^1.2.6"270      },271      "bin": {272        "geojson-rewind": "geojson-rewind"273      }274    },275    "node_modules/@mapbox/geojson-rewind/node_modules/get-stream": {276      "version": "6.0.1",277      "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz",278      "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==",279      "license": "MIT",280      "engines": {281        "node": ">=10"282      },283      "funding": {284        "url": "https://github.com/sponsors/sindresorhus"285      }286    },287    "node_modules/@mapbox/jsonlint-lines-primitives": {288      "version": "2.0.2",289      "resolved": "https://registry.npmjs.org/@mapbox/jsonlint-lines-primitives/-/jsonlint-lines-primitives-2.0.2.tgz",290      "integrity": "sha512-rY0o9A5ECsTQRVhv7tL/OyDpGAoUB4tTvLiW1DSzQGq4bvTPhNw1VpSNjDJc5GFZ2XuyOtSWSVN05qOtcD71qQ==",291      "engines": {292        "node": ">= 0.6"293      }294    },295    "node_modules/@mapbox/point-geometry": {296      "version": "0.1.0",297      "resolved": "https://registry.npmjs.org/@mapbox/point-geometry/-/point-geometry-0.1.0.tgz",298      "integrity": "sha512-6j56HdLTwWGO0fJPlrZtdU/B13q8Uwmo18Ck2GnGgN9PCFyKTZ3UbXeEdRFh18i9XQ92eH2VdtpJHpBD3aripQ==",299      "license": "ISC"300    },301    "node_modules/@mapbox/tiny-sdf": {302      "version": "2.0.7",303      "resolved": "https://registry.npmjs.org/@mapbox/tiny-sdf/-/tiny-sdf-2.0.7.tgz",304      "integrity": "sha512-25gQLQMcpivjOSA40g3gO6qgiFPDpWRoMfd+G/GoppPIeP6JDaMMkMrEJnMZhKyyS6iKwVt5YKu02vCUyJM3Ug==",305      "license": "BSD-2-Clause"306    },307    "node_modules/@mapbox/unitbezier": {308      "version": "0.0.1",309      "resolved": "https://registry.npmjs.org/@mapbox/unitbezier/-/unitbezier-0.0.1.tgz",310      "integrity": "sha512-nMkuDXFv60aBr9soUG5q+GvZYL+2KZHVvsqFCzqnkGEf46U2fvmytHaEVc1/YZbiLn8X+eR3QzX1+dwDO1lxlw==",311      "license": "BSD-2-Clause"312    },313    "node_modules/@mapbox/vector-tile": {314      "version": "1.3.1",315      "resolved": "https://registry.npmjs.org/@mapbox/vector-tile/-/vector-tile-1.3.1.tgz",316      "integrity": "sha512-MCEddb8u44/xfQ3oD+Srl/tNcQoqTw3goGk2oLsrFxOTc3dUp+kAnby3PvAeeBYSMSjSPD1nd1AJA6W49WnoUw==",317      "license": "BSD-3-Clause",318      "dependencies": {319        "@mapbox/point-geometry": "~0.1.0"320      }321    },322    "node_modules/@mapbox/whoots-js": {323      "version": "3.1.0",324      "resolved": "https://registry.npmjs.org/@mapbox/whoots-js/-/whoots-js-3.1.0.tgz",325      "integrity": "sha512-Es6WcD0nO5l+2BOQS4uLfNPYQaNDfbot3X1XUoloz+x0mPDS3eeORZJl06HXjwBG1fOGwCRnzK88LMdxKRrd6Q==",326      "license": "ISC",327      "engines": {328        "node": ">=6.0.0"329      }330    },331    "node_modules/@maplibre/maplibre-gl-style-spec": {332      "version": "20.4.0",333      "resolved": "https://registry.npmjs.org/@maplibre/maplibre-gl-style-spec/-/maplibre-gl-style-spec-20.4.0.tgz",334      "integrity": "sha512-AzBy3095fTFPjDjmWpR2w6HVRAZJ6hQZUCwk5Plz6EyfnfuQW1odeW5i2Ai47Y6TBA2hQnC+azscjBSALpaWgw==",335      "license": "ISC",336      "dependencies": {337        "@mapbox/jsonlint-lines-primitives": "~2.0.2",338        "@mapbox/unitbezier": "^0.0.1",339        "json-stringify-pretty-compact": "^4.0.0",340        "minimist": "^1.2.8",341        "quickselect": "^2.0.0",342        "rw": "^1.3.3",343        "tinyqueue": "^3.0.0"344      },345      "bin": {346        "gl-style-format": "dist/gl-style-format.mjs",347        "gl-style-migrate": "dist/gl-style-migrate.mjs",348        "gl-style-validate": "dist/gl-style-validate.mjs"349      }350    },351    "node_modules/@maplibre/maplibre-gl-style-spec/node_modules/quickselect": {352      "version": "2.0.0",353      "resolved": "https://registry.npmjs.org/quickselect/-/quickselect-2.0.0.tgz",354      "integrity": "sha512-RKJ22hX8mHe3Y6wH/N3wCM6BWtjaxIyyUIkpHOvfFnxdI4yD4tBXEBKSbriGujF6jnSVkJrffuo6vxACiSSxIw==",355      "license": "ISC"356    },357    "node_modules/@napi-rs/wasm-runtime": {358      "version": "0.2.12",359      "resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-0.2.12.tgz",360      "integrity": "sha512-ZVWUcfwY4E/yPitQJl481FjFo3K22D6qF0DuFH6Y/nbnE11GY5uguDxZMGXPQ8WQ0128MXQD7TnfHyK4oWoIJQ==",361      "dev": true,362      "license": "MIT",363      "optional": true,364      "dependencies": {365        "@emnapi/core": "^1.4.3",366        "@emnapi/runtime": "^1.4.3",367        "@tybys/wasm-util": "^0.10.0"368      }369    },370    "node_modules/@next/env": {371      "version": "14.2.14",372      "resolved": "https://registry.npmjs.org/@next/env/-/env-14.2.14.tgz",373      "integrity": "sha512-/0hWQfiaD5//LvGNgc8PjvyqV50vGK0cADYzaoOOGN8fxzBn3iAiaq3S0tCRnFBldq0LVveLcxCTi41ZoYgAgg==",374      "license": "MIT"375    },376    "node_modules/@next/eslint-plugin-next": {377      "version": "14.2.14",378      "resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-14.2.14.tgz",379      "integrity": "sha512-kV+OsZ56xhj0rnTn6HegyTGkoa16Mxjrpk7pjWumyB2P8JVQb8S9qtkjy/ye0GnTr4JWtWG4x/2qN40lKZ3iVQ==",380      "dev": true,381      "license": "MIT",382      "dependencies": {383        "glob": "10.3.10"384      }385    },386    "node_modules/@next/swc-darwin-arm64": {387      "version": "14.2.14",388      "resolved": "https://registry.npmjs.org/@next/swc-darwin-arm64/-/swc-darwin-arm64-14.2.14.tgz",389      "integrity": "sha512-bsxbSAUodM1cjYeA4o6y7sp9wslvwjSkWw57t8DtC8Zig8aG8V6r+Yc05/9mDzLKcybb6EN85k1rJDnMKBd9Gw==",390      "cpu": [391        "arm64"392      ],393      "license": "MIT",394      "optional": true,395      "os": [396        "darwin"397      ],398      "engines": {399        "node": ">= 10"400      }401    },402    "node_modules/@next/swc-darwin-x64": {403      "version": "14.2.14",404      "resolved": "https://registry.npmjs.org/@next/swc-darwin-x64/-/swc-darwin-x64-14.2.14.tgz",405      "integrity": "sha512-cC9/I+0+SK5L1k9J8CInahduTVWGMXhQoXFeNvF0uNs3Bt1Ub0Azb8JzTU9vNCr0hnaMqiWu/Z0S1hfKc3+dww==",406      "cpu": [407        "x64"408      ],409      "license": "MIT",410      "optional": true,411      "os": [412        "darwin"413      ],414      "engines": {415        "node": ">= 10"416      }417    },418    "node_modules/@next/swc-linux-arm64-gnu": {419      "version": "14.2.14",420      "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-14.2.14.tgz",421      "integrity": "sha512-RMLOdA2NU4O7w1PQ3Z9ft3PxD6Htl4uB2TJpocm+4jcllHySPkFaUIFacQ3Jekcg6w+LBaFvjSPthZHiPmiAUg==",422      "cpu": [423        "arm64"424      ],425      "license": "MIT",426      "optional": true,427      "os": [428        "linux"429      ],430      "engines": {431        "node": ">= 10"432      }433    },434    "node_modules/@next/swc-linux-arm64-musl": {435      "version": "14.2.14",436      "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-14.2.14.tgz",437      "integrity": "sha512-WgLOA4hT9EIP7jhlkPnvz49iSOMdZgDJVvbpb8WWzJv5wBD07M2wdJXLkDYIpZmCFfo/wPqFsFR4JS4V9KkQ2A==",438      "cpu": [439        "arm64"440      ],441      "license": "MIT",442      "optional": true,443      "os": [444        "linux"445      ],446      "engines": {447        "node": ">= 10"448      }449    },450    "node_modules/@next/swc-linux-x64-gnu": {451      "version": "14.2.14",452      "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-14.2.14.tgz",453      "integrity": "sha512-lbn7svjUps1kmCettV/R9oAvEW+eUI0lo0LJNFOXoQM5NGNxloAyFRNByYeZKL3+1bF5YE0h0irIJfzXBq9Y6w==",454      "cpu": [455        "x64"456      ],457      "license": "MIT",458      "optional": true,459      "os": [460        "linux"461      ],462      "engines": {463        "node": ">= 10"464      }465    },466    "node_modules/@next/swc-linux-x64-musl": {467      "version": "14.2.14",468      "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-14.2.14.tgz",469      "integrity": "sha512-7TcQCvLQ/hKfQRgjxMN4TZ2BRB0P7HwrGAYL+p+m3u3XcKTraUFerVbV3jkNZNwDeQDa8zdxkKkw2els/S5onQ==",470      "cpu": [471        "x64"472      ],473      "license": "MIT",474      "optional": true,475      "os": [476        "linux"477      ],478      "engines": {479        "node": ">= 10"480      }481    },482    "node_modules/@next/swc-win32-arm64-msvc": {483      "version": "14.2.14",484      "resolved": "https://registry.npmjs.org/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-14.2.14.tgz",485      "integrity": "sha512-8i0Ou5XjTLEje0oj0JiI0Xo9L/93ghFtAUYZ24jARSeTMXLUx8yFIdhS55mTExq5Tj4/dC2fJuaT4e3ySvXU1A==",486      "cpu": [487        "arm64"488      ],489      "license": "MIT",490      "optional": true,491      "os": [492        "win32"493      ],494      "engines": {495        "node": ">= 10"496      }497    },498    "node_modules/@next/swc-win32-ia32-msvc": {499      "version": "14.2.14",500      "resolved": "https://registry.npmjs.org/@next/swc-win32-ia32-msvc/-/swc-win32-ia32-msvc-14.2.14.tgz",501      "integrity": "sha512-2u2XcSaDEOj+96eXpyjHjtVPLhkAFw2nlaz83EPeuK4obF+HmtDJHqgR1dZB7Gb6V/d55FL26/lYVd0TwMgcOQ==",502      "cpu": [503        "ia32"504      ],505      "license": "MIT",506      "optional": true,507      "os": [508        "win32"509      ],510      "engines": {511        "node": ">= 10"512      }513    },514    "node_modules/@next/swc-win32-x64-msvc": {515      "version": "14.2.14",516      "resolved": "https://registry.npmjs.org/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-14.2.14.tgz",517      "integrity": "sha512-MZom+OvZ1NZxuRovKt1ApevjiUJTcU2PmdJKL66xUPaJeRywnbGGRWUlaAOwunD6dX+pm83vj979NTC8QXjGWg==",518      "cpu": [519        "x64"520      ],521      "license": "MIT",522      "optional": true,523      "os": [524        "win32"525      ],526      "engines": {527        "node": ">= 10"528      }529    },530    "node_modules/@nodelib/fs.scandir": {531      "version": "2.1.5",532      "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",533      "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",534      "dev": true,535      "license": "MIT",536      "dependencies": {537        "@nodelib/fs.stat": "2.0.5",538        "run-parallel": "^1.1.9"539      },540      "engines": {541        "node": ">= 8"542      }543    },544    "node_modules/@nodelib/fs.stat": {545      "version": "2.0.5",546      "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",547      "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",548      "dev": true,549      "license": "MIT",550      "engines": {551        "node": ">= 8"552      }553    },554    "node_modules/@nodelib/fs.walk": {555      "version": "1.2.8",556      "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",557      "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",558      "dev": true,559      "license": "MIT",560      "dependencies": {561        "@nodelib/fs.scandir": "2.1.5",562        "fastq": "^1.6.0"563      },564      "engines": {565        "node": ">= 8"566      }567    },568    "node_modules/@nolyfill/is-core-module": {569      "version": "1.0.39",570      "resolved": "https://registry.npmjs.org/@nolyfill/is-core-module/-/is-core-module-1.0.39.tgz",571      "integrity": "sha512-nn5ozdjYQpUCZlWGuxcJY/KpxkWQs4DcbMCmKojjyrYDEAGy4Ce19NN4v5MduafTwJlbKc99UA8YhSVqq9yPZA==",572      "dev": true,573      "license": "MIT",574      "engines": {575        "node": ">=12.4.0"576      }577    },578    "node_modules/@pkgjs/parseargs": {579      "version": "0.11.0",580      "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",581      "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==",582      "dev": true,583      "license": "MIT",584      "optional": true,585      "engines": {586        "node": ">=14"587      }588    },589    "node_modules/@rtsao/scc": {590      "version": "1.1.0",591      "resolved": "https://registry.npmjs.org/@rtsao/scc/-/scc-1.1.0.tgz",592      "integrity": "sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g==",593      "dev": true,594      "license": "MIT"595    },596    "node_modules/@rushstack/eslint-patch": {597      "version": "1.16.1",598      "resolved": "https://registry.npmjs.org/@rushstack/eslint-patch/-/eslint-patch-1.16.1.tgz",599      "integrity": "sha512-TvZbIpeKqGQQ7X0zSCvPH9riMSFQFSggnfBjFZ1mEoILW+UuXCKwOoPcgjMwiUtRqFZ8jWhPJc4um14vC6I4ag==",600      "dev": true,601      "license": "MIT"602    },603    "node_modules/@swc/counter": {604      "version": "0.1.3",605      "resolved": "https://registry.npmjs.org/@swc/counter/-/counter-0.1.3.tgz",606      "integrity": "sha512-e2BR4lsJkkRlKZ/qCHPw9ZaSxc0MVUd7gtbtaB7aMvHeJVYe8sOB8DBZkP2DtISHGSku9sCK6T6cnY0CtXrOCQ==",607      "license": "Apache-2.0"608    },609    "node_modules/@swc/helpers": {610      "version": "0.5.5",611      "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.5.tgz",612      "integrity": "sha512-KGYxvIOXcceOAbEk4bi/dVLEK9z8sZ0uBB3Il5b1rhfClSpcX0yfRO0KmTkqR2cnQDymwLB+25ZyMzICg/cm/A==",613      "license": "Apache-2.0",614      "dependencies": {615        "@swc/counter": "^0.1.3",616        "tslib": "^2.4.0"617      }618    },619    "node_modules/@tybys/wasm-util": {620      "version": "0.10.1",621      "resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.10.1.tgz",622      "integrity": "sha512-9tTaPJLSiejZKx+Bmog4uSubteqTvFrVrURwkmHixBo0G4seD0zUxp98E1DzUBJxLQ3NPwXrGKDiVjwx/DpPsg==",623      "dev": true,624      "license": "MIT",625      "optional": true,626      "dependencies": {627        "tslib": "^2.4.0"628      }629    },630    "node_modules/@types/geojson": {631      "version": "7946.0.16",632      "resolved": "https://registry.npmjs.org/@types/geojson/-/geojson-7946.0.16.tgz",633      "integrity": "sha512-6C8nqWur3j98U6+lXDfTUWIfgvZU+EumvpHKcYjujKH7woYyLj2sUmff0tRhrqM7BohUw7Pz3ZB1jj2gW9Fvmg==",634      "license": "MIT"635    },636    "node_modules/@types/geojson-vt": {637      "version": "3.2.5",638      "resolved": "https://registry.npmjs.org/@types/geojson-vt/-/geojson-vt-3.2.5.tgz",639      "integrity": "sha512-qDO7wqtprzlpe8FfQ//ClPV9xiuoh2nkIgiouIptON9w5jvD/fA4szvP9GBlDVdJ5dldAl0kX/sy3URbWwLx0g==",640      "license": "MIT",641      "dependencies": {642        "@types/geojson": "*"643      }644    },645    "node_modules/@types/json5": {646      "version": "0.0.29",647      "resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz",648      "integrity": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==",649      "dev": true,650      "license": "MIT"651    },652    "node_modules/@types/mapbox__point-geometry": {653      "version": "0.1.4",654      "resolved": "https://registry.npmjs.org/@types/mapbox__point-geometry/-/mapbox__point-geometry-0.1.4.tgz",655      "integrity": "sha512-mUWlSxAmYLfwnRBmgYV86tgYmMIICX4kza8YnE/eIlywGe2XoOxlpVnXWwir92xRLjwyarqwpu2EJKD2pk0IUA==",656      "license": "MIT"657    },658    "node_modules/@types/mapbox__vector-tile": {659      "version": "1.3.4",660      "resolved": "https://registry.npmjs.org/@types/mapbox__vector-tile/-/mapbox__vector-tile-1.3.4.tgz",661      "integrity": "sha512-bpd8dRn9pr6xKvuEBQup8pwQfD4VUyqO/2deGjfpe6AwC8YRlyEipvefyRJUSiCJTZuCb8Pl1ciVV5ekqJ96Bg==",662      "license": "MIT",663      "dependencies": {664        "@types/geojson": "*",665        "@types/mapbox__point-geometry": "*",666        "@types/pbf": "*"667      }668    },669    "node_modules/@types/node": {670      "version": "20.16.5",671      "resolved": "https://registry.npmjs.org/@types/node/-/node-20.16.5.tgz",672      "integrity": "sha512-VwYCweNo3ERajwy0IUlqqcyZ8/A7Zwa9ZP3MnENWcB11AejO+tLy3pu850goUW2FC/IJMdZUfKpX/yxL1gymCA==",673      "dev": true,674      "license": "MIT",675      "dependencies": {676        "undici-types": "~6.19.2"677      }678    },679    "node_modules/@types/pbf": {680      "version": "3.0.5",681      "resolved": "https://registry.npmjs.org/@types/pbf/-/pbf-3.0.5.tgz",682      "integrity": "sha512-j3pOPiEcWZ34R6a6mN07mUkM4o4Lwf6hPNt8eilOeZhTFbxFXmKhvXl9Y28jotFPaI1bpPDJsbCprUoNke6OrA==",683      "license": "MIT"684    },685    "node_modules/@types/prop-types": {686      "version": "15.7.15",687      "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.15.tgz",688      "integrity": "sha512-F6bEyamV9jKGAFBEmlQnesRPGOQqS2+Uwi0Em15xenOxHaf2hv6L8YCVn3rPdPJOiJfPiCnLIRyvwVaqMY3MIw==",689      "dev": true,690      "license": "MIT"691    },692    "node_modules/@types/react": {693      "version": "18.3.5",694      "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.5.tgz",695      "integrity": "sha512-WeqMfGJLGuLCqHGYRGHxnKrXcTitc6L/nBUWfWPcTarG3t9PsquqUMuVeXZeca+mglY4Vo5GZjCi0A3Or2lnxA==",696      "dev": true,697      "license": "MIT",698      "dependencies": {699        "@types/prop-types": "*",700        "csstype": "^3.0.2"701      }702    },703    "node_modules/@types/react-dom": {704      "version": "18.3.0",705      "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.3.0.tgz",706      "integrity": "sha512-EhwApuTmMBmXuFOikhQLIBUn6uFg81SwLMOAUgodJF14SOBOCMdU04gDoYi0WOJJHD144TL32z4yDqCW3dnkQg==",707      "dev": true,708      "license": "MIT",709      "dependencies": {710        "@types/react": "*"711      }712    },713    "node_modules/@types/supercluster": {714      "version": "7.1.3",715      "resolved": "https://registry.npmjs.org/@types/supercluster/-/supercluster-7.1.3.tgz",716      "integrity": "sha512-Z0pOY34GDFl3Q6hUFYf3HkTwKEE02e7QgtJppBt+beEAxnyOpJua+voGFvxINBHa06GwLFFym7gRPY2SiKIfIA==",717      "license": "MIT",718      "dependencies": {719        "@types/geojson": "*"720      }721    },722    "node_modules/@typescript-eslint/eslint-plugin": {723      "version": "8.57.0",724      "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.57.0.tgz",725      "integrity": "sha512-qeu4rTHR3/IaFORbD16gmjq9+rEs9fGKdX0kF6BKSfi+gCuG3RCKLlSBYzn/bGsY9Tj7KE/DAQStbp8AHJGHEQ==",726      "dev": true,727      "license": "MIT",728      "dependencies": {729        "@eslint-community/regexpp": "^4.12.2",730        "@typescript-eslint/scope-manager": "8.57.0",731        "@typescript-eslint/type-utils": "8.57.0",732        "@typescript-eslint/utils": "8.57.0",733        "@typescript-eslint/visitor-keys": "8.57.0",734        "ignore": "^7.0.5",735        "natural-compare": "^1.4.0",736        "ts-api-utils": "^2.4.0"737      },738      "engines": {739        "node": "^18.18.0 || ^20.9.0 || >=21.1.0"740      },741      "funding": {742        "type": "opencollective",743        "url": "https://opencollective.com/typescript-eslint"744      },745      "peerDependencies": {746        "@typescript-eslint/parser": "^8.57.0",747        "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",748        "typescript": ">=4.8.4 <6.0.0"749      }750    },751    "node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore": {752      "version": "7.0.5",753      "resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.5.tgz",754      "integrity": "sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==",755      "dev": true,756      "license": "MIT",757      "engines": {758        "node": ">= 4"759      }760    },761    "node_modules/@typescript-eslint/parser": {762      "version": "8.57.0",763      "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.57.0.tgz",764      "integrity": "sha512-XZzOmihLIr8AD1b9hL9ccNMzEMWt/dE2u7NyTY9jJG6YNiNthaD5XtUHVF2uCXZ15ng+z2hT3MVuxnUYhq6k1g==",765      "dev": true,766      "license": "MIT",767      "dependencies": {768        "@typescript-eslint/scope-manager": "8.57.0",769        "@typescript-eslint/types": "8.57.0",770        "@typescript-eslint/typescript-estree": "8.57.0",771        "@typescript-eslint/visitor-keys": "8.57.0",772        "debug": "^4.4.3"773      },774      "engines": {775        "node": "^18.18.0 || ^20.9.0 || >=21.1.0"776      },777      "funding": {778        "type": "opencollective",779        "url": "https://opencollective.com/typescript-eslint"780      },781      "peerDependencies": {782        "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",783        "typescript": ">=4.8.4 <6.0.0"784      }785    },786    "node_modules/@typescript-eslint/project-service": {787      "version": "8.57.0",788      "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.57.0.tgz",789      "integrity": "sha512-pR+dK0BlxCLxtWfaKQWtYr7MhKmzqZxuii+ZjuFlZlIGRZm22HnXFqa2eY+90MUz8/i80YJmzFGDUsi8dMOV5w==",790      "dev": true,791      "license": "MIT",792      "dependencies": {793        "@typescript-eslint/tsconfig-utils": "^8.57.0",794        "@typescript-eslint/types": "^8.57.0",795        "debug": "^4.4.3"796      },797      "engines": {798        "node": "^18.18.0 || ^20.9.0 || >=21.1.0"799      },800      "funding": {801        "type": "opencollective",802        "url": "https://opencollective.com/typescript-eslint"803      },804      "peerDependencies": {805        "typescript": ">=4.8.4 <6.0.0"806      }807    },808    "node_modules/@typescript-eslint/scope-manager": {809      "version": "8.57.0",810      "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.57.0.tgz",811      "integrity": "sha512-nvExQqAHF01lUM66MskSaZulpPL5pgy5hI5RfrxviLgzZVffB5yYzw27uK/ft8QnKXI2X0LBrHJFr1TaZtAibw==",812      "dev": true,813      "license": "MIT",814      "dependencies": {815        "@typescript-eslint/types": "8.57.0",816        "@typescript-eslint/visitor-keys": "8.57.0"817      },818      "engines": {819        "node": "^18.18.0 || ^20.9.0 || >=21.1.0"820      },821      "funding": {822        "type": "opencollective",823        "url": "https://opencollective.com/typescript-eslint"824      }825    },826    "node_modules/@typescript-eslint/tsconfig-utils": {827      "version": "8.57.0",828      "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.57.0.tgz",829      "integrity": "sha512-LtXRihc5ytjJIQEH+xqjB0+YgsV4/tW35XKX3GTZHpWtcC8SPkT/d4tqdf1cKtesryHm2bgp6l555NYcT2NLvA==",830      "dev": true,831      "license": "MIT",832      "engines": {833        "node": "^18.18.0 || ^20.9.0 || >=21.1.0"834      },835      "funding": {836        "type": "opencollective",837        "url": "https://opencollective.com/typescript-eslint"838      },839      "peerDependencies": {840        "typescript": ">=4.8.4 <6.0.0"841      }842    },843    "node_modules/@typescript-eslint/type-utils": {844      "version": "8.57.0",845      "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.57.0.tgz",846      "integrity": "sha512-yjgh7gmDcJ1+TcEg8x3uWQmn8ifvSupnPfjP21twPKrDP/pTHlEQgmKcitzF/rzPSmv7QjJ90vRpN4U+zoUjwQ==",847      "dev": true,848      "license": "MIT",849      "dependencies": {850        "@typescript-eslint/types": "8.57.0",851        "@typescript-eslint/typescript-estree": "8.57.0",852        "@typescript-eslint/utils": "8.57.0",853        "debug": "^4.4.3",854        "ts-api-utils": "^2.4.0"855      },856      "engines": {857        "node": "^18.18.0 || ^20.9.0 || >=21.1.0"858      },859      "funding": {860        "type": "opencollective",861        "url": "https://opencollective.com/typescript-eslint"862      },863      "peerDependencies": {864        "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",865        "typescript": ">=4.8.4 <6.0.0"866      }867    },868    "node_modules/@typescript-eslint/types": {869      "version": "8.57.0",870      "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.57.0.tgz",871      "integrity": "sha512-dTLI8PEXhjUC7B9Kre+u0XznO696BhXcTlOn0/6kf1fHaQW8+VjJAVHJ3eTI14ZapTxdkOmc80HblPQLaEeJdg==",872      "dev": true,873      "license": "MIT",874      "engines": {875        "node": "^18.18.0 || ^20.9.0 || >=21.1.0"876      },877      "funding": {878        "type": "opencollective",879        "url": "https://opencollective.com/typescript-eslint"880      }881    },882    "node_modules/@typescript-eslint/typescript-estree": {883      "version": "8.57.0",884      "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.57.0.tgz",885      "integrity": "sha512-m7faHcyVg0BT3VdYTlX8GdJEM7COexXxS6KqGopxdtkQRvBanK377QDHr4W/vIPAR+ah9+B/RclSW5ldVniO1Q==",886      "dev": true,887      "license": "MIT",888      "dependencies": {889        "@typescript-eslint/project-service": "8.57.0",890        "@typescript-eslint/tsconfig-utils": "8.57.0",891        "@typescript-eslint/types": "8.57.0",892        "@typescript-eslint/visitor-keys": "8.57.0",893        "debug": "^4.4.3",894        "minimatch": "^10.2.2",895        "semver": "^7.7.3",896        "tinyglobby": "^0.2.15",897        "ts-api-utils": "^2.4.0"898      },899      "engines": {900        "node": "^18.18.0 || ^20.9.0 || >=21.1.0"901      },902      "funding": {903        "type": "opencollective",904        "url": "https://opencollective.com/typescript-eslint"905      },906      "peerDependencies": {907        "typescript": ">=4.8.4 <6.0.0"908      }909    },910    "node_modules/@typescript-eslint/typescript-estree/node_modules/balanced-match": {911      "version": "4.0.4",912      "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",913      "integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",914      "dev": true,915      "license": "MIT",916      "engines": {917        "node": "18 || 20 || >=22"918      }919    },920    "node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion": {921      "version": "5.0.4",922      "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.4.tgz",923      "integrity": "sha512-h+DEnpVvxmfVefa4jFbCf5HdH5YMDXRsmKflpf1pILZWRFlTbJpxeU55nJl4Smt5HQaGzg1o6RHFPJaOqnmBDg==",924      "dev": true,925      "license": "MIT",926      "dependencies": {927        "balanced-match": "^4.0.2"928      },929      "engines": {930        "node": "18 || 20 || >=22"931      }932    },933    "node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch": {934      "version": "10.2.4",935      "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.4.tgz",936      "integrity": "sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==",937      "dev": true,938      "license": "BlueOak-1.0.0",939      "dependencies": {940        "brace-expansion": "^5.0.2"941      },942      "engines": {943        "node": "18 || 20 || >=22"944      },945      "funding": {946        "url": "https://github.com/sponsors/isaacs"947      }948    },949    "node_modules/@typescript-eslint/utils": {950      "version": "8.57.0",951      "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.57.0.tgz",952      "integrity": "sha512-5iIHvpD3CZe06riAsbNxxreP+MuYgVUsV0n4bwLH//VJmgtt54sQeY2GszntJ4BjYCpMzrfVh2SBnUQTtys2lQ==",953      "dev": true,954      "license": "MIT",955      "dependencies": {956        "@eslint-community/eslint-utils": "^4.9.1",957        "@typescript-eslint/scope-manager": "8.57.0",958        "@typescript-eslint/types": "8.57.0",959        "@typescript-eslint/typescript-estree": "8.57.0"960      },961      "engines": {962        "node": "^18.18.0 || ^20.9.0 || >=21.1.0"963      },964      "funding": {965        "type": "opencollective",966        "url": "https://opencollective.com/typescript-eslint"967      },968      "peerDependencies": {969        "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",970        "typescript": ">=4.8.4 <6.0.0"971      }972    },973    "node_modules/@typescript-eslint/visitor-keys": {974      "version": "8.57.0",975      "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.57.0.tgz",976      "integrity": "sha512-zm6xx8UT/Xy2oSr2ZXD0pZo7Jx2XsCoID2IUh9YSTFRu7z+WdwYTRk6LhUftm1crwqbuoF6I8zAFeCMw0YjwDg==",977      "dev": true,978      "license": "MIT",979      "dependencies": {980        "@typescript-eslint/types": "8.57.0",981        "eslint-visitor-keys": "^5.0.0"982      },983      "engines": {984        "node": "^18.18.0 || ^20.9.0 || >=21.1.0"985      },986      "funding": {987        "type": "opencollective",988        "url": "https://opencollective.com/typescript-eslint"989      }990    },991    "node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys": {992      "version": "5.0.1",993      "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz",994      "integrity": "sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==",995      "dev": true,996      "license": "Apache-2.0",997      "engines": {998        "node": "^20.19.0 || ^22.13.0 || >=24"999      },1000      "funding": {1001        "url": "https://opencollective.com/eslint"1002      }1003    },1004    "node_modules/@ungap/structured-clone": {1005      "version": "1.3.0",1006      "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.3.0.tgz",1007      "integrity": "sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==",1008      "dev": true,1009      "license": "ISC"1010    },1011    "node_modules/@unrs/resolver-binding-android-arm-eabi": {1012      "version": "1.11.1",1013      "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-android-arm-eabi/-/resolver-binding-android-arm-eabi-1.11.1.tgz",1014      "integrity": "sha512-ppLRUgHVaGRWUx0R0Ut06Mjo9gBaBkg3v/8AxusGLhsIotbBLuRk51rAzqLC8gq6NyyAojEXglNjzf6R948DNw==",1015      "cpu": [1016        "arm"1017      ],1018      "dev": true,1019      "license": "MIT",1020      "optional": true,1021      "os": [1022        "android"1023      ]1024    },1025    "node_modules/@unrs/resolver-binding-android-arm64": {1026      "version": "1.11.1",1027      "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-android-arm64/-/resolver-binding-android-arm64-1.11.1.tgz",1028      "integrity": "sha512-lCxkVtb4wp1v+EoN+HjIG9cIIzPkX5OtM03pQYkG+U5O/wL53LC4QbIeazgiKqluGeVEeBlZahHalCaBvU1a2g==",1029      "cpu": [1030        "arm64"1031      ],1032      "dev": true,1033      "license": "MIT",1034      "optional": true,1035      "os": [1036        "android"1037      ]1038    },1039    "node_modules/@unrs/resolver-binding-darwin-arm64": {1040      "version": "1.11.1",1041      "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-darwin-arm64/-/resolver-binding-darwin-arm64-1.11.1.tgz",1042      "integrity": "sha512-gPVA1UjRu1Y/IsB/dQEsp2V1pm44Of6+LWvbLc9SDk1c2KhhDRDBUkQCYVWe6f26uJb3fOK8saWMgtX8IrMk3g==",1043      "cpu": [1044        "arm64"1045      ],1046      "dev": true,1047      "license": "MIT",1048      "optional": true,1049      "os": [1050        "darwin"1051      ]1052    },1053    "node_modules/@unrs/resolver-binding-darwin-x64": {1054      "version": "1.11.1",1055      "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-darwin-x64/-/resolver-binding-darwin-x64-1.11.1.tgz",1056      "integrity": "sha512-cFzP7rWKd3lZaCsDze07QX1SC24lO8mPty9vdP+YVa3MGdVgPmFc59317b2ioXtgCMKGiCLxJ4HQs62oz6GfRQ==",1057      "cpu": [1058        "x64"1059      ],1060      "dev": true,1061      "license": "MIT",1062      "optional": true,1063      "os": [1064        "darwin"1065      ]1066    },1067    "node_modules/@unrs/resolver-binding-freebsd-x64": {1068      "version": "1.11.1",1069      "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-freebsd-x64/-/resolver-binding-freebsd-x64-1.11.1.tgz",1070      "integrity": "sha512-fqtGgak3zX4DCB6PFpsH5+Kmt/8CIi4Bry4rb1ho6Av2QHTREM+47y282Uqiu3ZRF5IQioJQ5qWRV6jduA+iGw==",1071      "cpu": [1072        "x64"1073      ],1074      "dev": true,1075      "license": "MIT",1076      "optional": true,1077      "os": [1078        "freebsd"1079      ]1080    },1081    "node_modules/@unrs/resolver-binding-linux-arm-gnueabihf": {1082      "version": "1.11.1",1083      "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-arm-gnueabihf/-/resolver-binding-linux-arm-gnueabihf-1.11.1.tgz",1084      "integrity": "sha512-u92mvlcYtp9MRKmP+ZvMmtPN34+/3lMHlyMj7wXJDeXxuM0Vgzz0+PPJNsro1m3IZPYChIkn944wW8TYgGKFHw==",1085      "cpu": [1086        "arm"1087      ],1088      "dev": true,1089      "license": "MIT",1090      "optional": true,1091      "os": [1092        "linux"1093      ]1094    },1095    "node_modules/@unrs/resolver-binding-linux-arm-musleabihf": {1096      "version": "1.11.1",1097      "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-arm-musleabihf/-/resolver-binding-linux-arm-musleabihf-1.11.1.tgz",1098      "integrity": "sha512-cINaoY2z7LVCrfHkIcmvj7osTOtm6VVT16b5oQdS4beibX2SYBwgYLmqhBjA1t51CarSaBuX5YNsWLjsqfW5Cw==",1099      "cpu": [1100        "arm"1101      ],1102      "dev": true,1103      "license": "MIT",1104      "optional": true,1105      "os": [1106        "linux"1107      ]1108    },1109    "node_modules/@unrs/resolver-binding-linux-arm64-gnu": {1110      "version": "1.11.1",1111      "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-arm64-gnu/-/resolver-binding-linux-arm64-gnu-1.11.1.tgz",1112      "integrity": "sha512-34gw7PjDGB9JgePJEmhEqBhWvCiiWCuXsL9hYphDF7crW7UgI05gyBAi6MF58uGcMOiOqSJ2ybEeCvHcq0BCmQ==",1113      "cpu": [1114        "arm64"1115      ],1116      "dev": true,1117      "license": "MIT",1118      "optional": true,1119      "os": [1120        "linux"1121      ]1122    },1123    "node_modules/@unrs/resolver-binding-linux-arm64-musl": {1124      "version": "1.11.1",1125      "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-arm64-musl/-/resolver-binding-linux-arm64-musl-1.11.1.tgz",1126      "integrity": "sha512-RyMIx6Uf53hhOtJDIamSbTskA99sPHS96wxVE/bJtePJJtpdKGXO1wY90oRdXuYOGOTuqjT8ACccMc4K6QmT3w==",1127      "cpu": [1128        "arm64"1129      ],1130      "dev": true,1131      "license": "MIT",1132      "optional": true,1133      "os": [1134        "linux"1135      ]1136    },1137    "node_modules/@unrs/resolver-binding-linux-ppc64-gnu": {1138      "version": "1.11.1",1139      "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-ppc64-gnu/-/resolver-binding-linux-ppc64-gnu-1.11.1.tgz",1140      "integrity": "sha512-D8Vae74A4/a+mZH0FbOkFJL9DSK2R6TFPC9M+jCWYia/q2einCubX10pecpDiTmkJVUH+y8K3BZClycD8nCShA==",1141      "cpu": [1142        "ppc64"1143      ],1144      "dev": true,1145      "license": "MIT",1146      "optional": true,1147      "os": [1148        "linux"1149      ]1150    },1151    "node_modules/@unrs/resolver-binding-linux-riscv64-gnu": {1152      "version": "1.11.1",1153      "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-riscv64-gnu/-/resolver-binding-linux-riscv64-gnu-1.11.1.tgz",1154      "integrity": "sha512-frxL4OrzOWVVsOc96+V3aqTIQl1O2TjgExV4EKgRY09AJ9leZpEg8Ak9phadbuX0BA4k8U5qtvMSQQGGmaJqcQ==",1155      "cpu": [1156        "riscv64"1157      ],1158      "dev": true,1159      "license": "MIT",1160      "optional": true,1161      "os": [1162        "linux"1163      ]1164    },1165    "node_modules/@unrs/resolver-binding-linux-riscv64-musl": {1166      "version": "1.11.1",1167      "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-riscv64-musl/-/resolver-binding-linux-riscv64-musl-1.11.1.tgz",1168      "integrity": "sha512-mJ5vuDaIZ+l/acv01sHoXfpnyrNKOk/3aDoEdLO/Xtn9HuZlDD6jKxHlkN8ZhWyLJsRBxfv9GYM2utQ1SChKew==",1169      "cpu": [1170        "riscv64"1171      ],1172      "dev": true,1173      "license": "MIT",1174      "optional": true,1175      "os": [1176        "linux"1177      ]1178    },1179    "node_modules/@unrs/resolver-binding-linux-s390x-gnu": {1180      "version": "1.11.1",1181      "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-s390x-gnu/-/resolver-binding-linux-s390x-gnu-1.11.1.tgz",1182      "integrity": "sha512-kELo8ebBVtb9sA7rMe1Cph4QHreByhaZ2QEADd9NzIQsYNQpt9UkM9iqr2lhGr5afh885d/cB5QeTXSbZHTYPg==",1183      "cpu": [1184        "s390x"1185      ],1186      "dev": true,1187      "license": "MIT",1188      "optional": true,1189      "os": [1190        "linux"1191      ]1192    },1193    "node_modules/@unrs/resolver-binding-linux-x64-gnu": {1194      "version": "1.11.1",1195      "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-x64-gnu/-/resolver-binding-linux-x64-gnu-1.11.1.tgz",1196      "integrity": "sha512-C3ZAHugKgovV5YvAMsxhq0gtXuwESUKc5MhEtjBpLoHPLYM+iuwSj3lflFwK3DPm68660rZ7G8BMcwSro7hD5w==",1197      "cpu": [1198        "x64"1199      ],1200      "dev": true,

Showing the first 1,200 of 6557 lines. Download the file for the rest.