CoolFace
Apppublic

try-me/sanad

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

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