CoolFace
Apppublic

agenticworkflowsspace/proxyvault

sourceHugging Faceupdated 5mo agoView on Hugging Face
0likes
package-lock.json6639 linesDownload Raw Back to webapp
1{2  "name": "webapp",3  "version": "0.1.0",4  "lockfileVersion": 3,5  "requires": true,6  "packages": {7    "": {8      "name": "webapp",9      "version": "0.1.0",10      "dependencies": {11        "framer-motion": "^12.38.0",12        "lucide-react": "^1.14.0",13        "next": "16.2.4",14        "react": "19.2.4",15        "react-dom": "19.2.4"16      },17      "devDependencies": {18        "@tailwindcss/postcss": "^4",19        "@types/node": "^20",20        "@types/react": "^19",21        "@types/react-dom": "^19",22        "eslint": "^9",23        "eslint-config-next": "16.2.4",24        "tailwindcss": "^4",25        "typescript": "^5"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/@babel/code-frame": {42      "version": "7.29.0",43      "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.0.tgz",44      "integrity": "sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==",45      "dev": true,46      "license": "MIT",47      "dependencies": {48        "@babel/helper-validator-identifier": "^7.28.5",49        "js-tokens": "^4.0.0",50        "picocolors": "^1.1.1"51      },52      "engines": {53        "node": ">=6.9.0"54      }55    },56    "node_modules/@babel/compat-data": {57      "version": "7.29.3",58      "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.29.3.tgz",59      "integrity": "sha512-LIVqM46zQWZhj17qA8wb4nW/ixr2y1Nw+r1etiAWgRM6U1IqP+LNhL1yg440jYZR72jCWcWbLWzIosH+uP1fqg==",60      "dev": true,61      "license": "MIT",62      "engines": {63        "node": ">=6.9.0"64      }65    },66    "node_modules/@babel/core": {67      "version": "7.29.0",68      "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.29.0.tgz",69      "integrity": "sha512-CGOfOJqWjg2qW/Mb6zNsDm+u5vFQ8DxXfbM09z69p5Z6+mE1ikP2jUXw+j42Pf1XTYED2Rni5f95npYeuwMDQA==",70      "dev": true,71      "license": "MIT",72      "dependencies": {73        "@babel/code-frame": "^7.29.0",74        "@babel/generator": "^7.29.0",75        "@babel/helper-compilation-targets": "^7.28.6",76        "@babel/helper-module-transforms": "^7.28.6",77        "@babel/helpers": "^7.28.6",78        "@babel/parser": "^7.29.0",79        "@babel/template": "^7.28.6",80        "@babel/traverse": "^7.29.0",81        "@babel/types": "^7.29.0",82        "@jridgewell/remapping": "^2.3.5",83        "convert-source-map": "^2.0.0",84        "debug": "^4.1.0",85        "gensync": "^1.0.0-beta.2",86        "json5": "^2.2.3",87        "semver": "^6.3.1"88      },89      "engines": {90        "node": ">=6.9.0"91      },92      "funding": {93        "type": "opencollective",94        "url": "https://opencollective.com/babel"95      }96    },97    "node_modules/@babel/generator": {98      "version": "7.29.1",99      "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.29.1.tgz",100      "integrity": "sha512-qsaF+9Qcm2Qv8SRIMMscAvG4O3lJ0F1GuMo5HR/Bp02LopNgnZBC/EkbevHFeGs4ls/oPz9v+Bsmzbkbe+0dUw==",101      "dev": true,102      "license": "MIT",103      "dependencies": {104        "@babel/parser": "^7.29.0",105        "@babel/types": "^7.29.0",106        "@jridgewell/gen-mapping": "^0.3.12",107        "@jridgewell/trace-mapping": "^0.3.28",108        "jsesc": "^3.0.2"109      },110      "engines": {111        "node": ">=6.9.0"112      }113    },114    "node_modules/@babel/helper-compilation-targets": {115      "version": "7.28.6",116      "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.28.6.tgz",117      "integrity": "sha512-JYtls3hqi15fcx5GaSNL7SCTJ2MNmjrkHXg4FSpOA/grxK8KwyZ5bubHsCq8FXCkua6xhuaaBit+3b7+VZRfcA==",118      "dev": true,119      "license": "MIT",120      "dependencies": {121        "@babel/compat-data": "^7.28.6",122        "@babel/helper-validator-option": "^7.27.1",123        "browserslist": "^4.24.0",124        "lru-cache": "^5.1.1",125        "semver": "^6.3.1"126      },127      "engines": {128        "node": ">=6.9.0"129      }130    },131    "node_modules/@babel/helper-globals": {132      "version": "7.28.0",133      "resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.28.0.tgz",134      "integrity": "sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==",135      "dev": true,136      "license": "MIT",137      "engines": {138        "node": ">=6.9.0"139      }140    },141    "node_modules/@babel/helper-module-imports": {142      "version": "7.28.6",143      "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.28.6.tgz",144      "integrity": "sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw==",145      "dev": true,146      "license": "MIT",147      "dependencies": {148        "@babel/traverse": "^7.28.6",149        "@babel/types": "^7.28.6"150      },151      "engines": {152        "node": ">=6.9.0"153      }154    },155    "node_modules/@babel/helper-module-transforms": {156      "version": "7.28.6",157      "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.28.6.tgz",158      "integrity": "sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA==",159      "dev": true,160      "license": "MIT",161      "dependencies": {162        "@babel/helper-module-imports": "^7.28.6",163        "@babel/helper-validator-identifier": "^7.28.5",164        "@babel/traverse": "^7.28.6"165      },166      "engines": {167        "node": ">=6.9.0"168      },169      "peerDependencies": {170        "@babel/core": "^7.0.0"171      }172    },173    "node_modules/@babel/helper-string-parser": {174      "version": "7.27.1",175      "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",176      "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",177      "dev": true,178      "license": "MIT",179      "engines": {180        "node": ">=6.9.0"181      }182    },183    "node_modules/@babel/helper-validator-identifier": {184      "version": "7.28.5",185      "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",186      "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",187      "dev": true,188      "license": "MIT",189      "engines": {190        "node": ">=6.9.0"191      }192    },193    "node_modules/@babel/helper-validator-option": {194      "version": "7.27.1",195      "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz",196      "integrity": "sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==",197      "dev": true,198      "license": "MIT",199      "engines": {200        "node": ">=6.9.0"201      }202    },203    "node_modules/@babel/helpers": {204      "version": "7.29.2",205      "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.29.2.tgz",206      "integrity": "sha512-HoGuUs4sCZNezVEKdVcwqmZN8GoHirLUcLaYVNBK2J0DadGtdcqgr3BCbvH8+XUo4NGjNl3VOtSjEKNzqfFgKw==",207      "dev": true,208      "license": "MIT",209      "dependencies": {210        "@babel/template": "^7.28.6",211        "@babel/types": "^7.29.0"212      },213      "engines": {214        "node": ">=6.9.0"215      }216    },217    "node_modules/@babel/parser": {218      "version": "7.29.3",219      "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.3.tgz",220      "integrity": "sha512-b3ctpQwp+PROvU/cttc4OYl4MzfJUWy6FZg+PMXfzmt/+39iHVF0sDfqay8TQM3JA2EUOyKcFZt75jWriQijsA==",221      "dev": true,222      "license": "MIT",223      "dependencies": {224        "@babel/types": "^7.29.0"225      },226      "bin": {227        "parser": "bin/babel-parser.js"228      },229      "engines": {230        "node": ">=6.0.0"231      }232    },233    "node_modules/@babel/template": {234      "version": "7.28.6",235      "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.28.6.tgz",236      "integrity": "sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==",237      "dev": true,238      "license": "MIT",239      "dependencies": {240        "@babel/code-frame": "^7.28.6",241        "@babel/parser": "^7.28.6",242        "@babel/types": "^7.28.6"243      },244      "engines": {245        "node": ">=6.9.0"246      }247    },248    "node_modules/@babel/traverse": {249      "version": "7.29.0",250      "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.29.0.tgz",251      "integrity": "sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA==",252      "dev": true,253      "license": "MIT",254      "dependencies": {255        "@babel/code-frame": "^7.29.0",256        "@babel/generator": "^7.29.0",257        "@babel/helper-globals": "^7.28.0",258        "@babel/parser": "^7.29.0",259        "@babel/template": "^7.28.6",260        "@babel/types": "^7.29.0",261        "debug": "^4.3.1"262      },263      "engines": {264        "node": ">=6.9.0"265      }266    },267    "node_modules/@babel/types": {268      "version": "7.29.0",269      "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.0.tgz",270      "integrity": "sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==",271      "dev": true,272      "license": "MIT",273      "dependencies": {274        "@babel/helper-string-parser": "^7.27.1",275        "@babel/helper-validator-identifier": "^7.28.5"276      },277      "engines": {278        "node": ">=6.9.0"279      }280    },281    "node_modules/@emnapi/core": {282      "version": "1.10.0",283      "resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.10.0.tgz",284      "integrity": "sha512-yq6OkJ4p82CAfPl0u9mQebQHKPJkY7WrIuk205cTYnYe+k2Z8YBh11FrbRG/H6ihirqcacOgl2BIO8oyMQLeXw==",285      "dev": true,286      "license": "MIT",287      "optional": true,288      "dependencies": {289        "@emnapi/wasi-threads": "1.2.1",290        "tslib": "^2.4.0"291      }292    },293    "node_modules/@emnapi/runtime": {294      "version": "1.10.0",295      "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.10.0.tgz",296      "integrity": "sha512-ewvYlk86xUoGI0zQRNq/mC+16R1QeDlKQy21Ki3oSYXNgLb45GV1P6A0M+/s6nyCuNDqe5VpaY84BzXGwVbwFA==",297      "license": "MIT",298      "optional": true,299      "dependencies": {300        "tslib": "^2.4.0"301      }302    },303    "node_modules/@emnapi/wasi-threads": {304      "version": "1.2.1",305      "resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.2.1.tgz",306      "integrity": "sha512-uTII7OYF+/Mes/MrcIOYp5yOtSMLBWSIoLPpcgwipoiKbli6k322tcoFsxoIIxPDqW01SQGAgko4EzZi2BNv2w==",307      "dev": true,308      "license": "MIT",309      "optional": true,310      "dependencies": {311        "tslib": "^2.4.0"312      }313    },314    "node_modules/@eslint-community/eslint-utils": {315      "version": "4.9.1",316      "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.1.tgz",317      "integrity": "sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==",318      "dev": true,319      "license": "MIT",320      "dependencies": {321        "eslint-visitor-keys": "^3.4.3"322      },323      "engines": {324        "node": "^12.22.0 || ^14.17.0 || >=16.0.0"325      },326      "funding": {327        "url": "https://opencollective.com/eslint"328      },329      "peerDependencies": {330        "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"331      }332    },333    "node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": {334      "version": "3.4.3",335      "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",336      "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",337      "dev": true,338      "license": "Apache-2.0",339      "engines": {340        "node": "^12.22.0 || ^14.17.0 || >=16.0.0"341      },342      "funding": {343        "url": "https://opencollective.com/eslint"344      }345    },346    "node_modules/@eslint-community/regexpp": {347      "version": "4.12.2",348      "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.2.tgz",349      "integrity": "sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==",350      "dev": true,351      "license": "MIT",352      "engines": {353        "node": "^12.0.0 || ^14.0.0 || >=16.0.0"354      }355    },356    "node_modules/@eslint/config-array": {357      "version": "0.21.2",358      "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.21.2.tgz",359      "integrity": "sha512-nJl2KGTlrf9GjLimgIru+V/mzgSK0ABCDQRvxw5BjURL7WfH5uoWmizbH7QB6MmnMBd8cIC9uceWnezL1VZWWw==",360      "dev": true,361      "license": "Apache-2.0",362      "dependencies": {363        "@eslint/object-schema": "^2.1.7",364        "debug": "^4.3.1",365        "minimatch": "^3.1.5"366      },367      "engines": {368        "node": "^18.18.0 || ^20.9.0 || >=21.1.0"369      }370    },371    "node_modules/@eslint/config-helpers": {372      "version": "0.4.2",373      "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.4.2.tgz",374      "integrity": "sha512-gBrxN88gOIf3R7ja5K9slwNayVcZgK6SOUORm2uBzTeIEfeVaIhOpCtTox3P6R7o2jLFwLFTLnC7kU/RGcYEgw==",375      "dev": true,376      "license": "Apache-2.0",377      "dependencies": {378        "@eslint/core": "^0.17.0"379      },380      "engines": {381        "node": "^18.18.0 || ^20.9.0 || >=21.1.0"382      }383    },384    "node_modules/@eslint/core": {385      "version": "0.17.0",386      "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.17.0.tgz",387      "integrity": "sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==",388      "dev": true,389      "license": "Apache-2.0",390      "dependencies": {391        "@types/json-schema": "^7.0.15"392      },393      "engines": {394        "node": "^18.18.0 || ^20.9.0 || >=21.1.0"395      }396    },397    "node_modules/@eslint/eslintrc": {398      "version": "3.3.5",399      "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.5.tgz",400      "integrity": "sha512-4IlJx0X0qftVsN5E+/vGujTRIFtwuLbNsVUe7TO6zYPDR1O6nFwvwhIKEKSrl6dZchmYBITazxKoUYOjdtjlRg==",401      "dev": true,402      "license": "MIT",403      "dependencies": {404        "ajv": "^6.14.0",405        "debug": "^4.3.2",406        "espree": "^10.0.1",407        "globals": "^14.0.0",408        "ignore": "^5.2.0",409        "import-fresh": "^3.2.1",410        "js-yaml": "^4.1.1",411        "minimatch": "^3.1.5",412        "strip-json-comments": "^3.1.1"413      },414      "engines": {415        "node": "^18.18.0 || ^20.9.0 || >=21.1.0"416      },417      "funding": {418        "url": "https://opencollective.com/eslint"419      }420    },421    "node_modules/@eslint/js": {422      "version": "9.39.4",423      "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.39.4.tgz",424      "integrity": "sha512-nE7DEIchvtiFTwBw4Lfbu59PG+kCofhjsKaCWzxTpt4lfRjRMqG6uMBzKXuEcyXhOHoUp9riAm7/aWYGhXZ9cw==",425      "dev": true,426      "license": "MIT",427      "engines": {428        "node": "^18.18.0 || ^20.9.0 || >=21.1.0"429      },430      "funding": {431        "url": "https://eslint.org/donate"432      }433    },434    "node_modules/@eslint/object-schema": {435      "version": "2.1.7",436      "resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.7.tgz",437      "integrity": "sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA==",438      "dev": true,439      "license": "Apache-2.0",440      "engines": {441        "node": "^18.18.0 || ^20.9.0 || >=21.1.0"442      }443    },444    "node_modules/@eslint/plugin-kit": {445      "version": "0.4.1",446      "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.4.1.tgz",447      "integrity": "sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==",448      "dev": true,449      "license": "Apache-2.0",450      "dependencies": {451        "@eslint/core": "^0.17.0",452        "levn": "^0.4.1"453      },454      "engines": {455        "node": "^18.18.0 || ^20.9.0 || >=21.1.0"456      }457    },458    "node_modules/@humanfs/core": {459      "version": "0.19.2",460      "resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.2.tgz",461      "integrity": "sha512-UhXNm+CFMWcbChXywFwkmhqjs3PRCmcSa/hfBgLIb7oQ5HNb1wS0icWsGtSAUNgefHeI+eBrA8I1fxmbHsGdvA==",462      "dev": true,463      "license": "Apache-2.0",464      "dependencies": {465        "@humanfs/types": "^0.15.0"466      },467      "engines": {468        "node": ">=18.18.0"469      }470    },471    "node_modules/@humanfs/node": {472      "version": "0.16.8",473      "resolved": "https://registry.npmjs.org/@humanfs/node/-/node-0.16.8.tgz",474      "integrity": "sha512-gE1eQNZ3R++kTzFUpdGlpmy8kDZD/MLyHqDwqjkVQI0JMdI1D51sy1H958PNXYkM2rAac7e5/CnIKZrHtPh3BQ==",475      "dev": true,476      "license": "Apache-2.0",477      "dependencies": {478        "@humanfs/core": "^0.19.2",479        "@humanfs/types": "^0.15.0",480        "@humanwhocodes/retry": "^0.4.0"481      },482      "engines": {483        "node": ">=18.18.0"484      }485    },486    "node_modules/@humanfs/types": {487      "version": "0.15.0",488      "resolved": "https://registry.npmjs.org/@humanfs/types/-/types-0.15.0.tgz",489      "integrity": "sha512-ZZ1w0aoQkwuUuC7Yf+7sdeaNfqQiiLcSRbfI08oAxqLtpXQr9AIVX7Ay7HLDuiLYAaFPu8oBYNq/QIi9URHJ3Q==",490      "dev": true,491      "license": "Apache-2.0",492      "engines": {493        "node": ">=18.18.0"494      }495    },496    "node_modules/@humanwhocodes/module-importer": {497      "version": "1.0.1",498      "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",499      "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",500      "dev": true,501      "license": "Apache-2.0",502      "engines": {503        "node": ">=12.22"504      },505      "funding": {506        "type": "github",507        "url": "https://github.com/sponsors/nzakas"508      }509    },510    "node_modules/@humanwhocodes/retry": {511      "version": "0.4.3",512      "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.4.3.tgz",513      "integrity": "sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==",514      "dev": true,515      "license": "Apache-2.0",516      "engines": {517        "node": ">=18.18"518      },519      "funding": {520        "type": "github",521        "url": "https://github.com/sponsors/nzakas"522      }523    },524    "node_modules/@img/colour": {525      "version": "1.1.0",526      "resolved": "https://registry.npmjs.org/@img/colour/-/colour-1.1.0.tgz",527      "integrity": "sha512-Td76q7j57o/tLVdgS746cYARfSyxk8iEfRxewL9h4OMzYhbW4TAcppl0mT4eyqXddh6L/jwoM75mo7ixa/pCeQ==",528      "license": "MIT",529      "optional": true,530      "engines": {531        "node": ">=18"532      }533    },534    "node_modules/@img/sharp-darwin-arm64": {535      "version": "0.34.5",536      "resolved": "https://registry.npmjs.org/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.34.5.tgz",537      "integrity": "sha512-imtQ3WMJXbMY4fxb/Ndp6HBTNVtWCUI0WdobyheGf5+ad6xX8VIDO8u2xE4qc/fr08CKG/7dDseFtn6M6g/r3w==",538      "cpu": [539        "arm64"540      ],541      "license": "Apache-2.0",542      "optional": true,543      "os": [544        "darwin"545      ],546      "engines": {547        "node": "^18.17.0 || ^20.3.0 || >=21.0.0"548      },549      "funding": {550        "url": "https://opencollective.com/libvips"551      },552      "optionalDependencies": {553        "@img/sharp-libvips-darwin-arm64": "1.2.4"554      }555    },556    "node_modules/@img/sharp-darwin-x64": {557      "version": "0.34.5",558      "resolved": "https://registry.npmjs.org/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.34.5.tgz",559      "integrity": "sha512-YNEFAF/4KQ/PeW0N+r+aVVsoIY0/qxxikF2SWdp+NRkmMB7y9LBZAVqQ4yhGCm/H3H270OSykqmQMKLBhBJDEw==",560      "cpu": [561        "x64"562      ],563      "license": "Apache-2.0",564      "optional": true,565      "os": [566        "darwin"567      ],568      "engines": {569        "node": "^18.17.0 || ^20.3.0 || >=21.0.0"570      },571      "funding": {572        "url": "https://opencollective.com/libvips"573      },574      "optionalDependencies": {575        "@img/sharp-libvips-darwin-x64": "1.2.4"576      }577    },578    "node_modules/@img/sharp-libvips-darwin-arm64": {579      "version": "1.2.4",580      "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.2.4.tgz",581      "integrity": "sha512-zqjjo7RatFfFoP0MkQ51jfuFZBnVE2pRiaydKJ1G/rHZvnsrHAOcQALIi9sA5co5xenQdTugCvtb1cuf78Vf4g==",582      "cpu": [583        "arm64"584      ],585      "license": "LGPL-3.0-or-later",586      "optional": true,587      "os": [588        "darwin"589      ],590      "funding": {591        "url": "https://opencollective.com/libvips"592      }593    },594    "node_modules/@img/sharp-libvips-darwin-x64": {595      "version": "1.2.4",596      "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.2.4.tgz",597      "integrity": "sha512-1IOd5xfVhlGwX+zXv2N93k0yMONvUlANylbJw1eTah8K/Jtpi15KC+WSiaX/nBmbm2HxRM1gZ0nSdjSsrZbGKg==",598      "cpu": [599        "x64"600      ],601      "license": "LGPL-3.0-or-later",602      "optional": true,603      "os": [604        "darwin"605      ],606      "funding": {607        "url": "https://opencollective.com/libvips"608      }609    },610    "node_modules/@img/sharp-libvips-linux-arm": {611      "version": "1.2.4",612      "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.2.4.tgz",613      "integrity": "sha512-bFI7xcKFELdiNCVov8e44Ia4u2byA+l3XtsAj+Q8tfCwO6BQ8iDojYdvoPMqsKDkuoOo+X6HZA0s0q11ANMQ8A==",614      "cpu": [615        "arm"616      ],617      "license": "LGPL-3.0-or-later",618      "optional": true,619      "os": [620        "linux"621      ],622      "funding": {623        "url": "https://opencollective.com/libvips"624      }625    },626    "node_modules/@img/sharp-libvips-linux-arm64": {627      "version": "1.2.4",628      "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.2.4.tgz",629      "integrity": "sha512-excjX8DfsIcJ10x1Kzr4RcWe1edC9PquDRRPx3YVCvQv+U5p7Yin2s32ftzikXojb1PIFc/9Mt28/y+iRklkrw==",630      "cpu": [631        "arm64"632      ],633      "license": "LGPL-3.0-or-later",634      "optional": true,635      "os": [636        "linux"637      ],638      "funding": {639        "url": "https://opencollective.com/libvips"640      }641    },642    "node_modules/@img/sharp-libvips-linux-ppc64": {643      "version": "1.2.4",644      "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-ppc64/-/sharp-libvips-linux-ppc64-1.2.4.tgz",645      "integrity": "sha512-FMuvGijLDYG6lW+b/UvyilUWu5Ayu+3r2d1S8notiGCIyYU/76eig1UfMmkZ7vwgOrzKzlQbFSuQfgm7GYUPpA==",646      "cpu": [647        "ppc64"648      ],649      "license": "LGPL-3.0-or-later",650      "optional": true,651      "os": [652        "linux"653      ],654      "funding": {655        "url": "https://opencollective.com/libvips"656      }657    },658    "node_modules/@img/sharp-libvips-linux-riscv64": {659      "version": "1.2.4",660      "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-riscv64/-/sharp-libvips-linux-riscv64-1.2.4.tgz",661      "integrity": "sha512-oVDbcR4zUC0ce82teubSm+x6ETixtKZBh/qbREIOcI3cULzDyb18Sr/Wcyx7NRQeQzOiHTNbZFF1UwPS2scyGA==",662      "cpu": [663        "riscv64"664      ],665      "license": "LGPL-3.0-or-later",666      "optional": true,667      "os": [668        "linux"669      ],670      "funding": {671        "url": "https://opencollective.com/libvips"672      }673    },674    "node_modules/@img/sharp-libvips-linux-s390x": {675      "version": "1.2.4",676      "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.2.4.tgz",677      "integrity": "sha512-qmp9VrzgPgMoGZyPvrQHqk02uyjA0/QrTO26Tqk6l4ZV0MPWIW6LTkqOIov+J1yEu7MbFQaDpwdwJKhbJvuRxQ==",678      "cpu": [679        "s390x"680      ],681      "license": "LGPL-3.0-or-later",682      "optional": true,683      "os": [684        "linux"685      ],686      "funding": {687        "url": "https://opencollective.com/libvips"688      }689    },690    "node_modules/@img/sharp-libvips-linux-x64": {691      "version": "1.2.4",692      "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.2.4.tgz",693      "integrity": "sha512-tJxiiLsmHc9Ax1bz3oaOYBURTXGIRDODBqhveVHonrHJ9/+k89qbLl0bcJns+e4t4rvaNBxaEZsFtSfAdquPrw==",694      "cpu": [695        "x64"696      ],697      "license": "LGPL-3.0-or-later",698      "optional": true,699      "os": [700        "linux"701      ],702      "funding": {703        "url": "https://opencollective.com/libvips"704      }705    },706    "node_modules/@img/sharp-libvips-linuxmusl-arm64": {707      "version": "1.2.4",708      "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.2.4.tgz",709      "integrity": "sha512-FVQHuwx1IIuNow9QAbYUzJ+En8KcVm9Lk5+uGUQJHaZmMECZmOlix9HnH7n1TRkXMS0pGxIJokIVB9SuqZGGXw==",710      "cpu": [711        "arm64"712      ],713      "license": "LGPL-3.0-or-later",714      "optional": true,715      "os": [716        "linux"717      ],718      "funding": {719        "url": "https://opencollective.com/libvips"720      }721    },722    "node_modules/@img/sharp-libvips-linuxmusl-x64": {723      "version": "1.2.4",724      "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.2.4.tgz",725      "integrity": "sha512-+LpyBk7L44ZIXwz/VYfglaX/okxezESc6UxDSoyo2Ks6Jxc4Y7sGjpgU9s4PMgqgjj1gZCylTieNamqA1MF7Dg==",726      "cpu": [727        "x64"728      ],729      "license": "LGPL-3.0-or-later",730      "optional": true,731      "os": [732        "linux"733      ],734      "funding": {735        "url": "https://opencollective.com/libvips"736      }737    },738    "node_modules/@img/sharp-linux-arm": {739      "version": "0.34.5",740      "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm/-/sharp-linux-arm-0.34.5.tgz",741      "integrity": "sha512-9dLqsvwtg1uuXBGZKsxem9595+ujv0sJ6Vi8wcTANSFpwV/GONat5eCkzQo/1O6zRIkh0m/8+5BjrRr7jDUSZw==",742      "cpu": [743        "arm"744      ],745      "license": "Apache-2.0",746      "optional": true,747      "os": [748        "linux"749      ],750      "engines": {751        "node": "^18.17.0 || ^20.3.0 || >=21.0.0"752      },753      "funding": {754        "url": "https://opencollective.com/libvips"755      },756      "optionalDependencies": {757        "@img/sharp-libvips-linux-arm": "1.2.4"758      }759    },760    "node_modules/@img/sharp-linux-arm64": {761      "version": "0.34.5",762      "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.34.5.tgz",763      "integrity": "sha512-bKQzaJRY/bkPOXyKx5EVup7qkaojECG6NLYswgktOZjaXecSAeCWiZwwiFf3/Y+O1HrauiE3FVsGxFg8c24rZg==",764      "cpu": [765        "arm64"766      ],767      "license": "Apache-2.0",768      "optional": true,769      "os": [770        "linux"771      ],772      "engines": {773        "node": "^18.17.0 || ^20.3.0 || >=21.0.0"774      },775      "funding": {776        "url": "https://opencollective.com/libvips"777      },778      "optionalDependencies": {779        "@img/sharp-libvips-linux-arm64": "1.2.4"780      }781    },782    "node_modules/@img/sharp-linux-ppc64": {783      "version": "0.34.5",784      "resolved": "https://registry.npmjs.org/@img/sharp-linux-ppc64/-/sharp-linux-ppc64-0.34.5.tgz",785      "integrity": "sha512-7zznwNaqW6YtsfrGGDA6BRkISKAAE1Jo0QdpNYXNMHu2+0dTrPflTLNkpc8l7MUP5M16ZJcUvysVWWrMefZquA==",786      "cpu": [787        "ppc64"788      ],789      "license": "Apache-2.0",790      "optional": true,791      "os": [792        "linux"793      ],794      "engines": {795        "node": "^18.17.0 || ^20.3.0 || >=21.0.0"796      },797      "funding": {798        "url": "https://opencollective.com/libvips"799      },800      "optionalDependencies": {801        "@img/sharp-libvips-linux-ppc64": "1.2.4"802      }803    },804    "node_modules/@img/sharp-linux-riscv64": {805      "version": "0.34.5",806      "resolved": "https://registry.npmjs.org/@img/sharp-linux-riscv64/-/sharp-linux-riscv64-0.34.5.tgz",807      "integrity": "sha512-51gJuLPTKa7piYPaVs8GmByo7/U7/7TZOq+cnXJIHZKavIRHAP77e3N2HEl3dgiqdD/w0yUfiJnII77PuDDFdw==",808      "cpu": [809        "riscv64"810      ],811      "license": "Apache-2.0",812      "optional": true,813      "os": [814        "linux"815      ],816      "engines": {817        "node": "^18.17.0 || ^20.3.0 || >=21.0.0"818      },819      "funding": {820        "url": "https://opencollective.com/libvips"821      },822      "optionalDependencies": {823        "@img/sharp-libvips-linux-riscv64": "1.2.4"824      }825    },826    "node_modules/@img/sharp-linux-s390x": {827      "version": "0.34.5",828      "resolved": "https://registry.npmjs.org/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.34.5.tgz",829      "integrity": "sha512-nQtCk0PdKfho3eC5MrbQoigJ2gd1CgddUMkabUj+rBevs8tZ2cULOx46E7oyX+04WGfABgIwmMC0VqieTiR4jg==",830      "cpu": [831        "s390x"832      ],833      "license": "Apache-2.0",834      "optional": true,835      "os": [836        "linux"837      ],838      "engines": {839        "node": "^18.17.0 || ^20.3.0 || >=21.0.0"840      },841      "funding": {842        "url": "https://opencollective.com/libvips"843      },844      "optionalDependencies": {845        "@img/sharp-libvips-linux-s390x": "1.2.4"846      }847    },848    "node_modules/@img/sharp-linux-x64": {849      "version": "0.34.5",850      "resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.34.5.tgz",851      "integrity": "sha512-MEzd8HPKxVxVenwAa+JRPwEC7QFjoPWuS5NZnBt6B3pu7EG2Ge0id1oLHZpPJdn3OQK+BQDiw9zStiHBTJQQQQ==",852      "cpu": [853        "x64"854      ],855      "license": "Apache-2.0",856      "optional": true,857      "os": [858        "linux"859      ],860      "engines": {861        "node": "^18.17.0 || ^20.3.0 || >=21.0.0"862      },863      "funding": {864        "url": "https://opencollective.com/libvips"865      },866      "optionalDependencies": {867        "@img/sharp-libvips-linux-x64": "1.2.4"868      }869    },870    "node_modules/@img/sharp-linuxmusl-arm64": {871      "version": "0.34.5",872      "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.34.5.tgz",873      "integrity": "sha512-fprJR6GtRsMt6Kyfq44IsChVZeGN97gTD331weR1ex1c1rypDEABN6Tm2xa1wE6lYb5DdEnk03NZPqA7Id21yg==",874      "cpu": [875        "arm64"876      ],877      "license": "Apache-2.0",878      "optional": true,879      "os": [880        "linux"881      ],882      "engines": {883        "node": "^18.17.0 || ^20.3.0 || >=21.0.0"884      },885      "funding": {886        "url": "https://opencollective.com/libvips"887      },888      "optionalDependencies": {889        "@img/sharp-libvips-linuxmusl-arm64": "1.2.4"890      }891    },892    "node_modules/@img/sharp-linuxmusl-x64": {893      "version": "0.34.5",894      "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.34.5.tgz",895      "integrity": "sha512-Jg8wNT1MUzIvhBFxViqrEhWDGzqymo3sV7z7ZsaWbZNDLXRJZoRGrjulp60YYtV4wfY8VIKcWidjojlLcWrd8Q==",896      "cpu": [897        "x64"898      ],899      "license": "Apache-2.0",900      "optional": true,901      "os": [902        "linux"903      ],904      "engines": {905        "node": "^18.17.0 || ^20.3.0 || >=21.0.0"906      },907      "funding": {908        "url": "https://opencollective.com/libvips"909      },910      "optionalDependencies": {911        "@img/sharp-libvips-linuxmusl-x64": "1.2.4"912      }913    },914    "node_modules/@img/sharp-wasm32": {915      "version": "0.34.5",916      "resolved": "https://registry.npmjs.org/@img/sharp-wasm32/-/sharp-wasm32-0.34.5.tgz",917      "integrity": "sha512-OdWTEiVkY2PHwqkbBI8frFxQQFekHaSSkUIJkwzclWZe64O1X4UlUjqqqLaPbUpMOQk6FBu/HtlGXNblIs0huw==",918      "cpu": [919        "wasm32"920      ],921      "license": "Apache-2.0 AND LGPL-3.0-or-later AND MIT",922      "optional": true,923      "dependencies": {924        "@emnapi/runtime": "^1.7.0"925      },926      "engines": {927        "node": "^18.17.0 || ^20.3.0 || >=21.0.0"928      },929      "funding": {930        "url": "https://opencollective.com/libvips"931      }932    },933    "node_modules/@img/sharp-win32-arm64": {934      "version": "0.34.5",935      "resolved": "https://registry.npmjs.org/@img/sharp-win32-arm64/-/sharp-win32-arm64-0.34.5.tgz",936      "integrity": "sha512-WQ3AgWCWYSb2yt+IG8mnC6Jdk9Whs7O0gxphblsLvdhSpSTtmu69ZG1Gkb6NuvxsNACwiPV6cNSZNzt0KPsw7g==",937      "cpu": [938        "arm64"939      ],940      "license": "Apache-2.0 AND LGPL-3.0-or-later",941      "optional": true,942      "os": [943        "win32"944      ],945      "engines": {946        "node": "^18.17.0 || ^20.3.0 || >=21.0.0"947      },948      "funding": {949        "url": "https://opencollective.com/libvips"950      }951    },952    "node_modules/@img/sharp-win32-ia32": {953      "version": "0.34.5",954      "resolved": "https://registry.npmjs.org/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.34.5.tgz",955      "integrity": "sha512-FV9m/7NmeCmSHDD5j4+4pNI8Cp3aW+JvLoXcTUo0IqyjSfAZJ8dIUmijx1qaJsIiU+Hosw6xM5KijAWRJCSgNg==",956      "cpu": [957        "ia32"958      ],959      "license": "Apache-2.0 AND LGPL-3.0-or-later",960      "optional": true,961      "os": [962        "win32"963      ],964      "engines": {965        "node": "^18.17.0 || ^20.3.0 || >=21.0.0"966      },967      "funding": {968        "url": "https://opencollective.com/libvips"969      }970    },971    "node_modules/@img/sharp-win32-x64": {972      "version": "0.34.5",973      "resolved": "https://registry.npmjs.org/@img/sharp-win32-x64/-/sharp-win32-x64-0.34.5.tgz",974      "integrity": "sha512-+29YMsqY2/9eFEiW93eqWnuLcWcufowXewwSNIT6UwZdUUCrM3oFjMWH/Z6/TMmb4hlFenmfAVbpWeup2jryCw==",975      "cpu": [976        "x64"977      ],978      "license": "Apache-2.0 AND LGPL-3.0-or-later",979      "optional": true,980      "os": [981        "win32"982      ],983      "engines": {984        "node": "^18.17.0 || ^20.3.0 || >=21.0.0"985      },986      "funding": {987        "url": "https://opencollective.com/libvips"988      }989    },990    "node_modules/@jridgewell/gen-mapping": {991      "version": "0.3.13",992      "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",993      "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",994      "dev": true,995      "license": "MIT",996      "dependencies": {997        "@jridgewell/sourcemap-codec": "^1.5.0",998        "@jridgewell/trace-mapping": "^0.3.24"999      }1000    },1001    "node_modules/@jridgewell/remapping": {1002      "version": "2.3.5",1003      "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz",1004      "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==",1005      "dev": true,1006      "license": "MIT",1007      "dependencies": {1008        "@jridgewell/gen-mapping": "^0.3.5",1009        "@jridgewell/trace-mapping": "^0.3.24"1010      }1011    },1012    "node_modules/@jridgewell/resolve-uri": {1013      "version": "3.1.2",1014      "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",1015      "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",1016      "dev": true,1017      "license": "MIT",1018      "engines": {1019        "node": ">=6.0.0"1020      }1021    },1022    "node_modules/@jridgewell/sourcemap-codec": {1023      "version": "1.5.5",1024      "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",1025      "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",1026      "dev": true,1027      "license": "MIT"1028    },1029    "node_modules/@jridgewell/trace-mapping": {1030      "version": "0.3.31",1031      "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",1032      "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",1033      "dev": true,1034      "license": "MIT",1035      "dependencies": {1036        "@jridgewell/resolve-uri": "^3.1.0",1037        "@jridgewell/sourcemap-codec": "^1.4.14"1038      }1039    },1040    "node_modules/@napi-rs/wasm-runtime": {1041      "version": "0.2.12",1042      "resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-0.2.12.tgz",1043      "integrity": "sha512-ZVWUcfwY4E/yPitQJl481FjFo3K22D6qF0DuFH6Y/nbnE11GY5uguDxZMGXPQ8WQ0128MXQD7TnfHyK4oWoIJQ==",1044      "dev": true,1045      "license": "MIT",1046      "optional": true,1047      "dependencies": {1048        "@emnapi/core": "^1.4.3",1049        "@emnapi/runtime": "^1.4.3",1050        "@tybys/wasm-util": "^0.10.0"1051      }1052    },1053    "node_modules/@next/env": {1054      "version": "16.2.4",1055      "resolved": "https://registry.npmjs.org/@next/env/-/env-16.2.4.tgz",1056      "integrity": "sha512-dKkkOzOSwFYe5RX6y26fZgkSpVAlIOJKQHIiydQcrWH6y/97+RceSOAdjZ14Qa3zLduVUy0TXcn+EiM6t4rPgw==",1057      "license": "MIT"1058    },1059    "node_modules/@next/eslint-plugin-next": {1060      "version": "16.2.4",1061      "resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-16.2.4.tgz",1062      "integrity": "sha512-tOX826JJ96gYK/go18sPUgMq9FK1tqxBFfUCEufJb5XIkWFFmpgU7mahJANKGkHs7F41ir3tReJ3Lv5La0RvhA==",1063      "dev": true,1064      "license": "MIT",1065      "dependencies": {1066        "fast-glob": "3.3.1"1067      }1068    },1069    "node_modules/@next/swc-darwin-arm64": {1070      "version": "16.2.4",1071      "resolved": "https://registry.npmjs.org/@next/swc-darwin-arm64/-/swc-darwin-arm64-16.2.4.tgz",1072      "integrity": "sha512-OXTFFox5EKN1Ym08vfrz+OXxmCcEjT4SFMbNRsWZE99dMqt2Kcusl5MqPXcW232RYkMLQTy0hqgAMEsfEd/l2A==",1073      "cpu": [1074        "arm64"1075      ],1076      "license": "MIT",1077      "optional": true,1078      "os": [1079        "darwin"1080      ],1081      "engines": {1082        "node": ">= 10"1083      }1084    },1085    "node_modules/@next/swc-darwin-x64": {1086      "version": "16.2.4",1087      "resolved": "https://registry.npmjs.org/@next/swc-darwin-x64/-/swc-darwin-x64-16.2.4.tgz",1088      "integrity": "sha512-XhpVnUfmYWvD3YrXu55XdcAkQtOnvaI6wtQa8fuF5fGoKoxIUZ0kWPtcOfqJEWngFF/lOS9l3+O9CcownhiQxQ==",1089      "cpu": [1090        "x64"1091      ],1092      "license": "MIT",1093      "optional": true,1094      "os": [1095        "darwin"1096      ],1097      "engines": {1098        "node": ">= 10"1099      }1100    },1101    "node_modules/@next/swc-linux-arm64-gnu": {1102      "version": "16.2.4",1103      "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-16.2.4.tgz",1104      "integrity": "sha512-Mx/tjlNA3G8kg14QvuGAJ4xBwPk1tUHq56JxZ8CXnZwz1Etz714soCEzGQQzVMz4bEnGPowzkV6Xrp6wAkEWOQ==",1105      "cpu": [1106        "arm64"1107      ],1108      "license": "MIT",1109      "optional": true,1110      "os": [1111        "linux"1112      ],1113      "engines": {1114        "node": ">= 10"1115      }1116    },1117    "node_modules/@next/swc-linux-arm64-musl": {1118      "version": "16.2.4",1119      "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-16.2.4.tgz",1120      "integrity": "sha512-iVMMp14514u7Nup2umQS03nT/bN9HurK8ufylC3FZNykrwjtx7V1A7+4kvhbDSCeonTVqV3Txnv0Lu+m2oDXNg==",1121      "cpu": [1122        "arm64"1123      ],1124      "license": "MIT",1125      "optional": true,1126      "os": [1127        "linux"1128      ],1129      "engines": {1130        "node": ">= 10"1131      }1132    },1133    "node_modules/@next/swc-linux-x64-gnu": {1134      "version": "16.2.4",1135      "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-16.2.4.tgz",1136      "integrity": "sha512-EZOvm1aQWgnI/N/xcWOlnS3RQBk0VtVav5Zo7n4p0A7UKyTDx047k8opDbXgBpHl4CulRqRfbw3QrX2w5UOXMQ==",1137      "cpu": [1138        "x64"1139      ],1140      "license": "MIT",1141      "optional": true,1142      "os": [1143        "linux"1144      ],1145      "engines": {1146        "node": ">= 10"1147      }1148    },1149    "node_modules/@next/swc-linux-x64-musl": {1150      "version": "16.2.4",1151      "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-16.2.4.tgz",1152      "integrity": "sha512-h9FxsngCm9cTBf71AR4fGznDEDx1hS7+kSEiIRjq5kO1oXWm07DxVGZjCvk0SGx7TSjlUqhI8oOyz7NfwAdPoA==",1153      "cpu": [1154        "x64"1155      ],1156      "license": "MIT",1157      "optional": true,1158      "os": [1159        "linux"1160      ],1161      "engines": {1162        "node": ">= 10"1163      }1164    },1165    "node_modules/@next/swc-win32-arm64-msvc": {1166      "version": "16.2.4",1167      "resolved": "https://registry.npmjs.org/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-16.2.4.tgz",1168      "integrity": "sha512-3NdJV5OXMSOeJYijX+bjaLge3mJBlh4ybydbT4GFoB/2hAojWHtMhl3CYlYoMrjPuodp0nzFVi4Tj2+WaMg+Ow==",1169      "cpu": [1170        "arm64"1171      ],1172      "license": "MIT",1173      "optional": true,1174      "os": [1175        "win32"1176      ],1177      "engines": {1178        "node": ">= 10"1179      }1180    },1181    "node_modules/@next/swc-win32-x64-msvc": {1182      "version": "16.2.4",1183      "resolved": "https://registry.npmjs.org/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-16.2.4.tgz",1184      "integrity": "sha512-kMVGgsqhO5YTYODD9IPGGhA6iprWidQckK3LmPeW08PIFENRmgfb4MjXHO+p//d+ts2rpjvK5gXWzXSMrPl9cw==",1185      "cpu": [1186        "x64"1187      ],1188      "license": "MIT",1189      "optional": true,1190      "os": [1191        "win32"1192      ],1193      "engines": {1194        "node": ">= 10"1195      }1196    },1197    "node_modules/@nodelib/fs.scandir": {1198      "version": "2.1.5",1199      "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",1200      "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",

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