2026-01-09 14:09:25 +07:00
{
2026-01-13 10:46:40 +07:00
"name" : "learner-ui" ,
"version" : "0.1.0" ,
2026-01-09 14:09:25 +07:00
"lockfileVersion" : 3 ,
"requires" : true ,
"packages" : {
"" : {
2026-01-13 10:46:40 +07:00
"name" : "learner-ui" ,
"version" : "0.1.0" ,
"dependencies" : {
2026-01-26 09:27:31 +07:00
"@heroicons/vue" : "^2.2.0" ,
2026-01-13 10:46:40 +07:00
"@nuxtjs/tailwindcss" : "^6.12.0" ,
2026-01-26 10:06:22 +07:00
"@quasar/extras" : "^1.17.0" ,
2026-01-13 10:46:40 +07:00
"nuxt" : "^3.11.2" ,
"nuxt-quasar-ui" : "^3.0.0" ,
"quasar" : "^2.15.2"
} ,
"devDependencies" : {
"@nuxt/eslint-config" : "^1.12.1" ,
2026-01-19 15:51:28 +07:00
"@nuxtjs/i18n" : "^10.2.1" ,
2026-02-05 14:53:17 +07:00
"@types/node" : "^22.19.8" ,
2026-01-13 10:46:40 +07:00
"eslint" : "^9.39.2" ,
"typescript" : "^5.4.5"
}
} ,
"node_modules/@alloc/quick-lru" : {
"version" : "5.2.0" ,
"resolved" : "https://registry.npmjs.org/@alloc/quick-lru/-/quick-lru-5.2.0.tgz" ,
"integrity" : "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/@antfu/install-pkg" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/@antfu/install-pkg/-/install-pkg-1.1.0.tgz" ,
"integrity" : "sha512-MGQsmw10ZyI+EJo45CdSER4zEb+p31LpDAFp2Z3gkSd1yqVZGi0Ebx++YTEMonJy4oChEMLsxZ64j8FH6sSqtQ==" ,
"dev" : true ,
"license" : "MIT" ,
2026-01-09 14:09:25 +07:00
"dependencies" : {
2026-01-13 10:46:40 +07:00
"package-manager-detector" : "^1.3.0" ,
"tinyexec" : "^1.0.1"
} ,
"funding" : {
"url" : "https://github.com/sponsors/antfu"
2026-01-09 14:09:25 +07:00
}
} ,
"node_modules/@babel/code-frame" : {
2026-01-19 15:14:30 +07:00
"version" : "7.27.1" ,
"resolved" : "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.27.1.tgz" ,
"integrity" : "sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==" ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
"dependencies" : {
2026-01-19 15:14:30 +07:00
"@babel/helper-validator-identifier" : "^7.27.1" ,
2026-01-09 14:09:25 +07:00
"js-tokens" : "^4.0.0" ,
"picocolors" : "^1.1.1"
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/compat-data" : {
2026-01-19 15:14:30 +07:00
"version" : "7.28.5" ,
"resolved" : "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.28.5.tgz" ,
"integrity" : "sha512-6uFXyCayocRbqhZOB+6XcuZbkMNimwfVGFji8CTZnCzOHVGvDqzvitu1re2AU5LROliz7eQPhB8CpAMvnx9EjA==" ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/core" : {
2026-01-19 15:14:30 +07:00
"version" : "7.28.5" ,
"resolved" : "https://registry.npmjs.org/@babel/core/-/core-7.28.5.tgz" ,
"integrity" : "sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw==" ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
"peer" : true ,
"dependencies" : {
2026-01-19 15:14:30 +07:00
"@babel/code-frame" : "^7.27.1" ,
"@babel/generator" : "^7.28.5" ,
"@babel/helper-compilation-targets" : "^7.27.2" ,
"@babel/helper-module-transforms" : "^7.28.3" ,
"@babel/helpers" : "^7.28.4" ,
"@babel/parser" : "^7.28.5" ,
"@babel/template" : "^7.27.2" ,
"@babel/traverse" : "^7.28.5" ,
"@babel/types" : "^7.28.5" ,
2026-01-09 14:09:25 +07:00
"@jridgewell/remapping" : "^2.3.5" ,
"convert-source-map" : "^2.0.0" ,
"debug" : "^4.1.0" ,
"gensync" : "^1.0.0-beta.2" ,
"json5" : "^2.2.3" ,
"semver" : "^6.3.1"
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/babel"
}
} ,
"node_modules/@babel/core/node_modules/semver" : {
"version" : "6.3.1" ,
"resolved" : "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz" ,
"integrity" : "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==" ,
"license" : "ISC" ,
"bin" : {
"semver" : "bin/semver.js"
}
} ,
"node_modules/@babel/generator" : {
2026-01-19 15:14:30 +07:00
"version" : "7.28.5" ,
"resolved" : "https://registry.npmjs.org/@babel/generator/-/generator-7.28.5.tgz" ,
"integrity" : "sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==" ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
"dependencies" : {
2026-01-19 15:14:30 +07:00
"@babel/parser" : "^7.28.5" ,
"@babel/types" : "^7.28.5" ,
2026-01-09 14:09:25 +07:00
"@jridgewell/gen-mapping" : "^0.3.12" ,
"@jridgewell/trace-mapping" : "^0.3.28" ,
"jsesc" : "^3.0.2"
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/helper-annotate-as-pure" : {
"version" : "7.27.3" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.3.tgz" ,
"integrity" : "sha512-fXSwMQqitTGeHLBC08Eq5yXz2m37E4pJX1qAU1+2cNedz/ifv/bVXft90VeSav5nFO61EcNgwr0aJxbyPaWBPg==" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/types" : "^7.27.3"
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/helper-compilation-targets" : {
2026-01-19 15:14:30 +07:00
"version" : "7.27.2" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz" ,
"integrity" : "sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==" ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
"dependencies" : {
2026-01-19 15:14:30 +07:00
"@babel/compat-data" : "^7.27.2" ,
2026-01-09 14:09:25 +07:00
"@babel/helper-validator-option" : "^7.27.1" ,
"browserslist" : "^4.24.0" ,
"lru-cache" : "^5.1.1" ,
"semver" : "^6.3.1"
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/helper-compilation-targets/node_modules/semver" : {
"version" : "6.3.1" ,
"resolved" : "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz" ,
"integrity" : "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==" ,
"license" : "ISC" ,
"bin" : {
"semver" : "bin/semver.js"
}
} ,
"node_modules/@babel/helper-create-class-features-plugin" : {
2026-01-19 15:14:30 +07:00
"version" : "7.28.5" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.5.tgz" ,
"integrity" : "sha512-q3WC4JfdODypvxArsJQROfupPBq9+lMwjKq7C33GhbFYJsufD0yd/ziwD+hJucLeWsnFPWZjsU2DNFqBPE7jwQ==" ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
"dependencies" : {
"@babel/helper-annotate-as-pure" : "^7.27.3" ,
"@babel/helper-member-expression-to-functions" : "^7.28.5" ,
"@babel/helper-optimise-call-expression" : "^7.27.1" ,
2026-01-19 15:14:30 +07:00
"@babel/helper-replace-supers" : "^7.27.1" ,
2026-01-09 14:09:25 +07:00
"@babel/helper-skip-transparent-expression-wrappers" : "^7.27.1" ,
2026-01-19 15:14:30 +07:00
"@babel/traverse" : "^7.28.5" ,
2026-01-09 14:09:25 +07:00
"semver" : "^6.3.1"
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0"
}
} ,
"node_modules/@babel/helper-create-class-features-plugin/node_modules/semver" : {
"version" : "6.3.1" ,
"resolved" : "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz" ,
"integrity" : "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==" ,
"license" : "ISC" ,
"bin" : {
"semver" : "bin/semver.js"
}
} ,
"node_modules/@babel/helper-globals" : {
"version" : "7.28.0" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.28.0.tgz" ,
"integrity" : "sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/helper-member-expression-to-functions" : {
"version" : "7.28.5" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.28.5.tgz" ,
"integrity" : "sha512-cwM7SBRZcPCLgl8a7cY0soT1SptSzAlMH39vwiRpOQkJlh53r5hdHwLSCZpQdVLT39sZt+CRpNwYG4Y2v77atg==" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/traverse" : "^7.28.5" ,
"@babel/types" : "^7.28.5"
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/helper-module-imports" : {
2026-01-19 15:14:30 +07:00
"version" : "7.27.1" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz" ,
"integrity" : "sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==" ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
"dependencies" : {
2026-01-19 15:14:30 +07:00
"@babel/traverse" : "^7.27.1" ,
"@babel/types" : "^7.27.1"
2026-01-09 14:09:25 +07:00
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/helper-module-transforms" : {
2026-01-19 15:14:30 +07:00
"version" : "7.28.3" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.28.3.tgz" ,
"integrity" : "sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw==" ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
"dependencies" : {
2026-01-19 15:14:30 +07:00
"@babel/helper-module-imports" : "^7.27.1" ,
"@babel/helper-validator-identifier" : "^7.27.1" ,
"@babel/traverse" : "^7.28.3"
2026-01-09 14:09:25 +07:00
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0"
}
} ,
"node_modules/@babel/helper-optimise-call-expression" : {
"version" : "7.27.1" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.27.1.tgz" ,
"integrity" : "sha512-URMGH08NzYFhubNSGJrpUEphGKQwMQYBySzat5cAByY1/YgIRkULnIy3tAMeszlL/so2HbeilYloUmSpd7GdVw==" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/types" : "^7.27.1"
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/helper-plugin-utils" : {
2026-01-19 15:14:30 +07:00
"version" : "7.27.1" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.27.1.tgz" ,
"integrity" : "sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==" ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/helper-replace-supers" : {
2026-01-19 15:14:30 +07:00
"version" : "7.27.1" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.27.1.tgz" ,
"integrity" : "sha512-7EHz6qDZc8RYS5ElPoShMheWvEgERonFCs7IAonWLLUTXW59DP14bCZt89/GKyreYn8g3S83m21FelHKbeDCKA==" ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
"dependencies" : {
2026-01-19 15:14:30 +07:00
"@babel/helper-member-expression-to-functions" : "^7.27.1" ,
2026-01-09 14:09:25 +07:00
"@babel/helper-optimise-call-expression" : "^7.27.1" ,
2026-01-19 15:14:30 +07:00
"@babel/traverse" : "^7.27.1"
2026-01-09 14:09:25 +07:00
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0"
}
} ,
"node_modules/@babel/helper-skip-transparent-expression-wrappers" : {
"version" : "7.27.1" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.27.1.tgz" ,
"integrity" : "sha512-Tub4ZKEXqbPjXgWLl2+3JpQAYBJ8+ikpQ2Ocj/q/r0LwE3UhENh7EUabyHjz2kCEsrRY83ew2DQdHluuiDQFzg==" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/traverse" : "^7.27.1" ,
"@babel/types" : "^7.27.1"
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/helper-string-parser" : {
"version" : "7.27.1" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz" ,
"integrity" : "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/helper-validator-identifier" : {
"version" : "7.28.5" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz" ,
"integrity" : "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/helper-validator-option" : {
"version" : "7.27.1" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz" ,
"integrity" : "sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/helpers" : {
2026-01-19 15:14:30 +07:00
"version" : "7.28.4" ,
"resolved" : "https://registry.npmjs.org/@babel/helpers/-/helpers-7.28.4.tgz" ,
"integrity" : "sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w==" ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
"dependencies" : {
2026-01-19 15:14:30 +07:00
"@babel/template" : "^7.27.2" ,
"@babel/types" : "^7.28.4"
2026-01-09 14:09:25 +07:00
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/parser" : {
2026-01-19 15:14:30 +07:00
"version" : "7.28.5" ,
"resolved" : "https://registry.npmjs.org/@babel/parser/-/parser-7.28.5.tgz" ,
"integrity" : "sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==" ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
"dependencies" : {
2026-01-19 15:14:30 +07:00
"@babel/types" : "^7.28.5"
2026-01-09 14:09:25 +07:00
} ,
"bin" : {
"parser" : "bin/babel-parser.js"
} ,
"engines" : {
"node" : ">=6.0.0"
}
} ,
"node_modules/@babel/plugin-syntax-jsx" : {
2026-01-19 15:14:30 +07:00
"version" : "7.27.1" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.27.1.tgz" ,
"integrity" : "sha512-y8YTNIeKoyhGd9O0Jiyzyyqk8gdjnumGTQPsz0xOZOQ2RmkVJeZ1vmmfIvFEKqucBG6axJGBZDE/7iI5suUI/w==" ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
"dependencies" : {
2026-01-19 15:14:30 +07:00
"@babel/helper-plugin-utils" : "^7.27.1"
2026-01-09 14:09:25 +07:00
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/plugin-syntax-typescript" : {
2026-01-19 15:14:30 +07:00
"version" : "7.27.1" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.27.1.tgz" ,
"integrity" : "sha512-xfYCBMxveHrRMnAWl1ZlPXOZjzkN82THFvLhQhFXFt81Z5HnN+EtUkZhv/zcKpmT3fzmWZB0ywiBrbC3vogbwQ==" ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
"dependencies" : {
2026-01-19 15:14:30 +07:00
"@babel/helper-plugin-utils" : "^7.27.1"
2026-01-09 14:09:25 +07:00
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/plugin-transform-typescript" : {
2026-01-19 15:14:30 +07:00
"version" : "7.28.5" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.28.5.tgz" ,
"integrity" : "sha512-x2Qa+v/CuEoX7Dr31iAfr0IhInrVOWZU/2vJMJ00FOR/2nM0BcBEclpaf9sWCDc+v5e9dMrhSH8/atq/kX7+bA==" ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
"dependencies" : {
"@babel/helper-annotate-as-pure" : "^7.27.3" ,
2026-01-19 15:14:30 +07:00
"@babel/helper-create-class-features-plugin" : "^7.28.5" ,
"@babel/helper-plugin-utils" : "^7.27.1" ,
2026-01-09 14:09:25 +07:00
"@babel/helper-skip-transparent-expression-wrappers" : "^7.27.1" ,
2026-01-19 15:14:30 +07:00
"@babel/plugin-syntax-typescript" : "^7.27.1"
2026-01-09 14:09:25 +07:00
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/template" : {
2026-01-19 15:14:30 +07:00
"version" : "7.27.2" ,
"resolved" : "https://registry.npmjs.org/@babel/template/-/template-7.27.2.tgz" ,
"integrity" : "sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==" ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
"dependencies" : {
2026-01-19 15:14:30 +07:00
"@babel/code-frame" : "^7.27.1" ,
"@babel/parser" : "^7.27.2" ,
"@babel/types" : "^7.27.1"
2026-01-09 14:09:25 +07:00
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/traverse" : {
2026-01-19 15:14:30 +07:00
"version" : "7.28.5" ,
"resolved" : "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.5.tgz" ,
"integrity" : "sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==" ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
"dependencies" : {
2026-01-19 15:14:30 +07:00
"@babel/code-frame" : "^7.27.1" ,
"@babel/generator" : "^7.28.5" ,
2026-01-09 14:09:25 +07:00
"@babel/helper-globals" : "^7.28.0" ,
2026-01-19 15:14:30 +07:00
"@babel/parser" : "^7.28.5" ,
"@babel/template" : "^7.27.2" ,
"@babel/types" : "^7.28.5" ,
2026-01-09 14:09:25 +07:00
"debug" : "^4.3.1"
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/types" : {
2026-01-19 15:14:30 +07:00
"version" : "7.28.5" ,
"resolved" : "https://registry.npmjs.org/@babel/types/-/types-7.28.5.tgz" ,
"integrity" : "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==" ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
"dependencies" : {
"@babel/helper-string-parser" : "^7.27.1" ,
"@babel/helper-validator-identifier" : "^7.28.5"
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@bomb.sh/tab" : {
2026-01-19 15:14:30 +07:00
"version" : "0.0.10" ,
"resolved" : "https://registry.npmjs.org/@bomb.sh/tab/-/tab-0.0.10.tgz" ,
"integrity" : "sha512-6ALS2rh/4LKn0Yxwm35V6LcgQuSiECHbqQo7+9g4rkgGyXZ0siOc8K+IuWIq/4u0Zkv2mevP9QSqgKhGIvLJMw==" ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
"bin" : {
"tab" : "dist/bin/cli.js"
} ,
"peerDependencies" : {
"cac" : "^6.7.14" ,
"citty" : "^0.1.6" ,
"commander" : "^13.1.0"
} ,
"peerDependenciesMeta" : {
"cac" : {
"optional" : true
} ,
"citty" : {
"optional" : true
} ,
"commander" : {
"optional" : true
}
}
} ,
"node_modules/@clack/core" : {
2026-01-19 15:14:30 +07:00
"version" : "1.0.0-alpha.7" ,
"resolved" : "https://registry.npmjs.org/@clack/core/-/core-1.0.0-alpha.7.tgz" ,
"integrity" : "sha512-3vdh6Ar09D14rVxJZIm3VQJkU+ZOKKT5I5cC0cOVazy70CNyYYjiwRj9unwalhESndgxx6bGc/m6Hhs4EKF5XQ==" ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
"dependencies" : {
"picocolors" : "^1.0.0" ,
"sisteransi" : "^1.0.5"
}
} ,
"node_modules/@clack/prompts" : {
2026-01-19 15:14:30 +07:00
"version" : "1.0.0-alpha.8" ,
"resolved" : "https://registry.npmjs.org/@clack/prompts/-/prompts-1.0.0-alpha.8.tgz" ,
"integrity" : "sha512-YZGC4BmTKSF5OturNKEz/y4xNjYGmGk6NI785CQucJ7OEdX0qbMmL/zok+9bL6c7qE3WSYffyK5grh2RnkGNtQ==" ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
"dependencies" : {
2026-01-19 15:14:30 +07:00
"@clack/core" : "1.0.0-alpha.7" ,
2026-01-09 14:09:25 +07:00
"picocolors" : "^1.0.0" ,
"sisteransi" : "^1.0.5"
}
} ,
"node_modules/@cloudflare/kv-asset-handler" : {
2026-01-19 15:14:30 +07:00
"version" : "0.4.1" ,
"resolved" : "https://registry.npmjs.org/@cloudflare/kv-asset-handler/-/kv-asset-handler-0.4.1.tgz" ,
"integrity" : "sha512-Nu8ahitGFFJztxUml9oD/DLb7Z28C8cd8F46IVQ7y5Btz575pvMY8AqZsXkX7Gds29eCKdMgIHjIvzskHgPSFg==" ,
2026-01-09 14:09:25 +07:00
"license" : "MIT OR Apache-2.0" ,
2026-01-19 15:14:30 +07:00
"dependencies" : {
"mime" : "^3.0.0"
} ,
2026-01-09 14:09:25 +07:00
"engines" : {
"node" : ">=18.0.0"
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/@cloudflare/kv-asset-handler/node_modules/mime" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/mime/-/mime-3.0.0.tgz" ,
"integrity" : "sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A==" ,
"license" : "MIT" ,
"bin" : {
"mime" : "cli.js"
} ,
"engines" : {
"node" : ">=10.0.0"
}
} ,
2026-01-13 10:46:40 +07:00
"node_modules/@csstools/selector-resolve-nested" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/@csstools/selector-resolve-nested/-/selector-resolve-nested-3.1.0.tgz" ,
"integrity" : "sha512-mf1LEW0tJLKfWyvn5KdDrhpxHyuxpbNwTIwOYLIvsTffeyOf85j5oIzfG0yosxDgx/sswlqBnESYUcQH0vgZ0g==" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/csstools"
} ,
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/csstools"
}
] ,
"license" : "MIT-0" ,
"engines" : {
"node" : ">=18"
} ,
"peerDependencies" : {
"postcss-selector-parser" : "^7.0.0"
}
} ,
"node_modules/@csstools/selector-specificity" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-5.0.0.tgz" ,
"integrity" : "sha512-PCqQV3c4CoVm3kdPhyeZ07VmBRdH2EpMFA/pd9OASpOEC3aXNGoqPDAZ80D0cLpMBxnmk0+yNhGsEx31hq7Gtw==" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/csstools"
} ,
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/csstools"
}
] ,
"license" : "MIT-0" ,
"engines" : {
"node" : ">=18"
} ,
"peerDependencies" : {
"postcss-selector-parser" : "^7.0.0"
}
} ,
2026-01-09 14:09:25 +07:00
"node_modules/@dxup/nuxt" : {
"version" : "0.2.2" ,
"resolved" : "https://registry.npmjs.org/@dxup/nuxt/-/nuxt-0.2.2.tgz" ,
"integrity" : "sha512-RNpJjDZs9+JcT9N87AnOuHsNM75DEd58itADNd/s1LIF6BZbTLZV0xxilJZb55lntn4TYvscTaXLCBX2fq9CXg==" ,
"license" : "MIT" ,
"dependencies" : {
"@dxup/unimport" : "^0.1.2" ,
"@nuxt/kit" : "^4.2.1" ,
"chokidar" : "^4.0.3" ,
"pathe" : "^2.0.3" ,
"tinyglobby" : "^0.2.15"
}
} ,
2026-01-13 10:46:40 +07:00
"node_modules/@dxup/nuxt/node_modules/@nuxt/kit" : {
"version" : "4.2.2" ,
"resolved" : "https://registry.npmjs.org/@nuxt/kit/-/kit-4.2.2.tgz" ,
"integrity" : "sha512-ZAgYBrPz/yhVgDznBNdQj2vhmOp31haJbO0I0iah/P9atw+OHH7NJLUZ3PK+LOz/0fblKTN1XJVSi8YQ1TQ0KA==" ,
"license" : "MIT" ,
"dependencies" : {
"c12" : "^3.3.2" ,
"consola" : "^3.4.2" ,
"defu" : "^6.1.4" ,
"destr" : "^2.0.5" ,
"errx" : "^0.1.0" ,
"exsolve" : "^1.0.8" ,
"ignore" : "^7.0.5" ,
"jiti" : "^2.6.1" ,
"klona" : "^2.0.6" ,
"mlly" : "^1.8.0" ,
"ohash" : "^2.0.11" ,
"pathe" : "^2.0.3" ,
"pkg-types" : "^2.3.0" ,
"rc9" : "^2.1.2" ,
"scule" : "^1.3.0" ,
"semver" : "^7.7.3" ,
"tinyglobby" : "^0.2.15" ,
"ufo" : "^1.6.1" ,
"unctx" : "^2.4.1" ,
"untyped" : "^2.0.0"
} ,
"engines" : {
"node" : ">=18.12.0"
}
} ,
2026-01-09 14:09:25 +07:00
"node_modules/@dxup/nuxt/node_modules/chokidar" : {
"version" : "4.0.3" ,
"resolved" : "https://registry.npmjs.org/chokidar/-/chokidar-4.0.3.tgz" ,
"integrity" : "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==" ,
"license" : "MIT" ,
"dependencies" : {
"readdirp" : "^4.0.1"
} ,
"engines" : {
"node" : ">= 14.16.0"
} ,
"funding" : {
"url" : "https://paulmillr.com/funding/"
}
} ,
"node_modules/@dxup/nuxt/node_modules/readdirp" : {
"version" : "4.1.2" ,
"resolved" : "https://registry.npmjs.org/readdirp/-/readdirp-4.1.2.tgz" ,
"integrity" : "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 14.18.0"
} ,
"funding" : {
"type" : "individual" ,
"url" : "https://paulmillr.com/funding/"
}
} ,
"node_modules/@dxup/unimport" : {
"version" : "0.1.2" ,
"resolved" : "https://registry.npmjs.org/@dxup/unimport/-/unimport-0.1.2.tgz" ,
"integrity" : "sha512-/B8YJGPzaYq1NbsQmwgP8EZqg40NpTw4ZB3suuI0TplbxKHeK94jeaawLmVhCv+YwUnOpiWEz9U6SeThku/8JQ==" ,
"license" : "MIT"
} ,
"node_modules/@emnapi/core" : {
"version" : "1.8.1" ,
"resolved" : "https://registry.npmjs.org/@emnapi/core/-/core-1.8.1.tgz" ,
"integrity" : "sha512-AvT9QFpxK0Zd8J0jopedNm+w/2fIzvtPKPjqyw9jwvBaReTTqPBk9Hixaz7KbjimP+QNz605/XnjFcDAL2pqBg==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"@emnapi/wasi-threads" : "1.1.0" ,
"tslib" : "^2.4.0"
}
} ,
"node_modules/@emnapi/runtime" : {
"version" : "1.8.1" ,
"resolved" : "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.8.1.tgz" ,
"integrity" : "sha512-mehfKSMWjjNol8659Z8KxEMrdSJDDot5SXMq00dM8BN4o+CLNXQ0xH2V7EchNHV4RmbZLmmPdEaXZc5H2FXmDg==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"tslib" : "^2.4.0"
}
} ,
"node_modules/@emnapi/wasi-threads" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.1.0.tgz" ,
"integrity" : "sha512-WI0DdZ8xFSbgMjR1sFsKABJ/C5OnRrjT06JXbZKexJGrDuPTzZdDYfFlsgcCXCyf+suG5QU2e/y1Wo2V/OapLQ==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"tslib" : "^2.4.0"
}
} ,
2026-01-13 10:46:40 +07:00
"node_modules/@es-joy/jsdoccomment" : {
"version" : "0.78.0" ,
"resolved" : "https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.78.0.tgz" ,
"integrity" : "sha512-rQkU5u8hNAq2NVRzHnIUUvR6arbO0b6AOlvpTNS48CkiKSn/xtNfOzBK23JE4SiW89DgvU7GtxLVgV4Vn2HBAw==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@types/estree" : "^1.0.8" ,
"@typescript-eslint/types" : "^8.46.4" ,
"comment-parser" : "1.4.1" ,
"esquery" : "^1.6.0" ,
"jsdoc-type-pratt-parser" : "~7.0.0"
} ,
"engines" : {
"node" : ">=20.11.0"
}
} ,
"node_modules/@es-joy/resolve.exports" : {
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/@es-joy/resolve.exports/-/resolve.exports-1.2.0.tgz" ,
"integrity" : "sha512-Q9hjxWI5xBM+qW2enxfe8wDKdFWMfd0Z29k5ZJnuBqD/CasY5Zryj09aCA6owbGATWz+39p5uIdaHXpopOcG8g==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=10"
}
} ,
2026-01-09 14:09:25 +07:00
"node_modules/@esbuild/aix-ppc64" : {
"version" : "0.27.2" ,
"resolved" : "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.27.2.tgz" ,
"integrity" : "sha512-GZMB+a0mOMZs4MpDbj8RJp4cw+w1WV5NYD6xzgvzUJ5Ek2jerwfO2eADyI6ExDSUED+1X8aMbegahsJi+8mgpw==" ,
"cpu" : [
"ppc64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"aix"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/android-arm" : {
"version" : "0.27.2" ,
"resolved" : "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.27.2.tgz" ,
"integrity" : "sha512-DVNI8jlPa7Ujbr1yjU2PfUSRtAUZPG9I1RwW4F4xFB1Imiu2on0ADiI/c3td+KmDtVKNbi+nffGDQMfcIMkwIA==" ,
"cpu" : [
"arm"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"android"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/android-arm64" : {
"version" : "0.27.2" ,
"resolved" : "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.27.2.tgz" ,
"integrity" : "sha512-pvz8ZZ7ot/RBphf8fv60ljmaoydPU12VuXHImtAs0XhLLw+EXBi2BLe3OYSBslR4rryHvweW5gmkKFwTiFy6KA==" ,
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"android"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/android-x64" : {
"version" : "0.27.2" ,
"resolved" : "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.27.2.tgz" ,
"integrity" : "sha512-z8Ank4Byh4TJJOh4wpz8g2vDy75zFL0TlZlkUkEwYXuPSgX8yzep596n6mT7905kA9uHZsf/o2OJZubl2l3M7A==" ,
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"android"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/darwin-arm64" : {
"version" : "0.27.2" ,
"resolved" : "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.27.2.tgz" ,
"integrity" : "sha512-davCD2Zc80nzDVRwXTcQP/28fiJbcOwvdolL0sOiOsbwBa72kegmVU0Wrh1MYrbuCL98Omp5dVhQFWRKR2ZAlg==" ,
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/darwin-x64" : {
"version" : "0.27.2" ,
"resolved" : "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.27.2.tgz" ,
"integrity" : "sha512-ZxtijOmlQCBWGwbVmwOF/UCzuGIbUkqB1faQRf5akQmxRJ1ujusWsb3CVfk/9iZKr2L5SMU5wPBi1UWbvL+VQA==" ,
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/freebsd-arm64" : {
"version" : "0.27.2" ,
"resolved" : "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.27.2.tgz" ,
"integrity" : "sha512-lS/9CN+rgqQ9czogxlMcBMGd+l8Q3Nj1MFQwBZJyoEKI50XGxwuzznYdwcav6lpOGv5BqaZXqvBSiB/kJ5op+g==" ,
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"freebsd"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/freebsd-x64" : {
"version" : "0.27.2" ,
"resolved" : "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.27.2.tgz" ,
"integrity" : "sha512-tAfqtNYb4YgPnJlEFu4c212HYjQWSO/w/h/lQaBK7RbwGIkBOuNKQI9tqWzx7Wtp7bTPaGC6MJvWI608P3wXYA==" ,
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"freebsd"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/linux-arm" : {
"version" : "0.27.2" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.27.2.tgz" ,
"integrity" : "sha512-vWfq4GaIMP9AIe4yj1ZUW18RDhx6EPQKjwe7n8BbIecFtCQG4CfHGaHuh7fdfq+y3LIA2vGS/o9ZBGVxIDi9hw==" ,
"cpu" : [
"arm"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/linux-arm64" : {
"version" : "0.27.2" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.27.2.tgz" ,
"integrity" : "sha512-hYxN8pr66NsCCiRFkHUAsxylNOcAQaxSSkHMMjcpx0si13t1LHFphxJZUiGwojB1a/Hd5OiPIqDdXONia6bhTw==" ,
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/linux-ia32" : {
"version" : "0.27.2" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.27.2.tgz" ,
"integrity" : "sha512-MJt5BRRSScPDwG2hLelYhAAKh9imjHK5+NE/tvnRLbIqUWa+0E9N4WNMjmp/kXXPHZGqPLxggwVhz7QP8CTR8w==" ,
"cpu" : [
"ia32"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/linux-loong64" : {
"version" : "0.27.2" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.27.2.tgz" ,
"integrity" : "sha512-lugyF1atnAT463aO6KPshVCJK5NgRnU4yb3FUumyVz+cGvZbontBgzeGFO1nF+dPueHD367a2ZXe1NtUkAjOtg==" ,
"cpu" : [
"loong64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/linux-mips64el" : {
"version" : "0.27.2" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.27.2.tgz" ,
"integrity" : "sha512-nlP2I6ArEBewvJ2gjrrkESEZkB5mIoaTswuqNFRv/WYd+ATtUpe9Y09RnJvgvdag7he0OWgEZWhviS1OTOKixw==" ,
"cpu" : [
"mips64el"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/linux-ppc64" : {
"version" : "0.27.2" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.27.2.tgz" ,
"integrity" : "sha512-C92gnpey7tUQONqg1n6dKVbx3vphKtTHJaNG2Ok9lGwbZil6DrfyecMsp9CrmXGQJmZ7iiVXvvZH6Ml5hL6XdQ==" ,
"cpu" : [
"ppc64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/linux-riscv64" : {
"version" : "0.27.2" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.27.2.tgz" ,
"integrity" : "sha512-B5BOmojNtUyN8AXlK0QJyvjEZkWwy/FKvakkTDCziX95AowLZKR6aCDhG7LeF7uMCXEJqwa8Bejz5LTPYm8AvA==" ,
"cpu" : [
"riscv64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/linux-s390x" : {
"version" : "0.27.2" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.27.2.tgz" ,
"integrity" : "sha512-p4bm9+wsPwup5Z8f4EpfN63qNagQ47Ua2znaqGH6bqLlmJ4bx97Y9JdqxgGZ6Y8xVTixUnEkoKSHcpRlDnNr5w==" ,
"cpu" : [
"s390x"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/linux-x64" : {
"version" : "0.27.2" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.27.2.tgz" ,
"integrity" : "sha512-uwp2Tip5aPmH+NRUwTcfLb+W32WXjpFejTIOWZFw/v7/KnpCDKG66u4DLcurQpiYTiYwQ9B7KOeMJvLCu/OvbA==" ,
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/netbsd-arm64" : {
"version" : "0.27.2" ,
"resolved" : "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.27.2.tgz" ,
"integrity" : "sha512-Kj6DiBlwXrPsCRDeRvGAUb/LNrBASrfqAIok+xB0LxK8CHqxZ037viF13ugfsIpePH93mX7xfJp97cyDuTZ3cw==" ,
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"netbsd"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/netbsd-x64" : {
"version" : "0.27.2" ,
"resolved" : "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.27.2.tgz" ,
"integrity" : "sha512-HwGDZ0VLVBY3Y+Nw0JexZy9o/nUAWq9MlV7cahpaXKW6TOzfVno3y3/M8Ga8u8Yr7GldLOov27xiCnqRZf0tCA==" ,
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"netbsd"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/openbsd-arm64" : {
"version" : "0.27.2" ,
"resolved" : "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.27.2.tgz" ,
"integrity" : "sha512-DNIHH2BPQ5551A7oSHD0CKbwIA/Ox7+78/AWkbS5QoRzaqlev2uFayfSxq68EkonB+IKjiuxBFoV8ESJy8bOHA==" ,
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"openbsd"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/openbsd-x64" : {
"version" : "0.27.2" ,
"resolved" : "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.27.2.tgz" ,
"integrity" : "sha512-/it7w9Nb7+0KFIzjalNJVR5bOzA9Vay+yIPLVHfIQYG/j+j9VTH84aNB8ExGKPU4AzfaEvN9/V4HV+F+vo8OEg==" ,
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"openbsd"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/openharmony-arm64" : {
"version" : "0.27.2" ,
"resolved" : "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.27.2.tgz" ,
"integrity" : "sha512-LRBbCmiU51IXfeXk59csuX/aSaToeG7w48nMwA6049Y4J4+VbWALAuXcs+qcD04rHDuSCSRKdmY63sruDS5qag==" ,
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"openharmony"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/sunos-x64" : {
"version" : "0.27.2" ,
"resolved" : "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.27.2.tgz" ,
"integrity" : "sha512-kMtx1yqJHTmqaqHPAzKCAkDaKsffmXkPHThSfRwZGyuqyIeBvf08KSsYXl+abf5HDAPMJIPnbBfXvP2ZC2TfHg==" ,
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"sunos"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/win32-arm64" : {
"version" : "0.27.2" ,
"resolved" : "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.27.2.tgz" ,
"integrity" : "sha512-Yaf78O/B3Kkh+nKABUF++bvJv5Ijoy9AN1ww904rOXZFLWVc5OLOfL56W+C8F9xn5JQZa3UX6m+IktJnIb1Jjg==" ,
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/win32-ia32" : {
"version" : "0.27.2" ,
"resolved" : "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.27.2.tgz" ,
"integrity" : "sha512-Iuws0kxo4yusk7sw70Xa2E2imZU5HoixzxfGCdxwBdhiDgt9vX9VUCBhqcwY7/uh//78A1hMkkROMJq9l27oLQ==" ,
"cpu" : [
"ia32"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/win32-x64" : {
"version" : "0.27.2" ,
"resolved" : "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.27.2.tgz" ,
"integrity" : "sha512-sRdU18mcKf7F+YgheI/zGf5alZatMUTKj/jNS6l744f9u3WFu4v7twcUI9vu4mknF4Y9aDlblIie0IM+5xxaqQ==" ,
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">=18"
}
} ,
2026-01-13 10:46:40 +07:00
"node_modules/@eslint-community/eslint-utils" : {
"version" : "4.9.1" ,
"resolved" : "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.1.tgz" ,
"integrity" : "sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==" ,
"devOptional" : true ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
2026-01-13 10:46:40 +07:00
"dependencies" : {
"eslint-visitor-keys" : "^3.4.3"
} ,
2026-01-09 14:09:25 +07:00
"engines" : {
2026-01-13 10:46:40 +07:00
"node" : "^12.22.0 || ^14.17.0 || >=16.0.0"
} ,
"funding" : {
"url" : "https://opencollective.com/eslint"
} ,
"peerDependencies" : {
"eslint" : "^6.0.0 || ^7.0.0 || >=8.0.0"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-13 10:46:40 +07:00
"node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys" : {
"version" : "3.4.3" ,
"resolved" : "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz" ,
"integrity" : "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==" ,
"devOptional" : true ,
"license" : "Apache-2.0" ,
"engines" : {
"node" : "^12.22.0 || ^14.17.0 || >=16.0.0"
} ,
"funding" : {
"url" : "https://opencollective.com/eslint"
}
} ,
"node_modules/@eslint-community/regexpp" : {
"version" : "4.12.2" ,
"resolved" : "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.2.tgz" ,
"integrity" : "sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==" ,
"devOptional" : true ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
2026-01-13 10:46:40 +07:00
"engines" : {
"node" : "^12.0.0 || ^14.0.0 || >=16.0.0"
}
} ,
"node_modules/@eslint/compat" : {
"version" : "1.4.1" ,
"resolved" : "https://registry.npmjs.org/@eslint/compat/-/compat-1.4.1.tgz" ,
"integrity" : "sha512-cfO82V9zxxGBxcQDr1lfaYB7wykTa0b00mGa36FrJl7iTFd0Z2cHfEYuxcBRP/iNijCsWsEkA+jzT8hGYmv33w==" ,
"dev" : true ,
"license" : "Apache-2.0" ,
2026-01-09 14:09:25 +07:00
"dependencies" : {
2026-01-13 10:46:40 +07:00
"@eslint/core" : "^0.17.0"
2026-01-09 14:09:25 +07:00
} ,
"engines" : {
2026-01-13 10:46:40 +07:00
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
} ,
"peerDependencies" : {
"eslint" : "^8.40 || 9"
} ,
"peerDependenciesMeta" : {
"eslint" : {
"optional" : true
}
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-13 10:46:40 +07:00
"node_modules/@eslint/config-array" : {
"version" : "0.21.1" ,
"resolved" : "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.21.1.tgz" ,
"integrity" : "sha512-aw1gNayWpdI/jSYVgzN5pL0cfzU02GT3NBpeT/DXbx1/1x7ZKxFPd9bwrzygx/qiwIQiJ1sw/zD8qY/kRvlGHA==" ,
"devOptional" : true ,
"license" : "Apache-2.0" ,
2026-01-09 14:09:25 +07:00
"dependencies" : {
2026-01-13 10:46:40 +07:00
"@eslint/object-schema" : "^2.1.7" ,
"debug" : "^4.3.1" ,
"minimatch" : "^3.1.2"
2026-01-09 14:09:25 +07:00
} ,
"engines" : {
2026-01-13 10:46:40 +07:00
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-13 10:46:40 +07:00
"node_modules/@eslint/config-array/node_modules/brace-expansion" : {
"version" : "1.1.12" ,
"resolved" : "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz" ,
"integrity" : "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==" ,
"devOptional" : true ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
2026-01-13 10:46:40 +07:00
"dependencies" : {
"balanced-match" : "^1.0.0" ,
"concat-map" : "0.0.1"
}
} ,
"node_modules/@eslint/config-array/node_modules/minimatch" : {
"version" : "3.1.2" ,
"resolved" : "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz" ,
"integrity" : "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==" ,
"devOptional" : true ,
"license" : "ISC" ,
"dependencies" : {
"brace-expansion" : "^1.1.7"
} ,
2026-01-09 14:09:25 +07:00
"engines" : {
2026-01-13 10:46:40 +07:00
"node" : "*"
}
} ,
"node_modules/@eslint/config-helpers" : {
"version" : "0.4.2" ,
"resolved" : "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.4.2.tgz" ,
"integrity" : "sha512-gBrxN88gOIf3R7ja5K9slwNayVcZgK6SOUORm2uBzTeIEfeVaIhOpCtTox3P6R7o2jLFwLFTLnC7kU/RGcYEgw==" ,
"devOptional" : true ,
"license" : "Apache-2.0" ,
"dependencies" : {
"@eslint/core" : "^0.17.0"
2026-01-09 14:09:25 +07:00
} ,
2026-01-13 10:46:40 +07:00
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-13 10:46:40 +07:00
"node_modules/@eslint/core" : {
"version" : "0.17.0" ,
"resolved" : "https://registry.npmjs.org/@eslint/core/-/core-0.17.0.tgz" ,
"integrity" : "sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==" ,
"devOptional" : true ,
"license" : "Apache-2.0" ,
"dependencies" : {
"@types/json-schema" : "^7.0.15"
} ,
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
}
} ,
"node_modules/@eslint/eslintrc" : {
"version" : "3.3.3" ,
"resolved" : "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.3.tgz" ,
"integrity" : "sha512-Kr+LPIUVKz2qkx1HAMH8q1q6azbqBAsXJUxBl/ODDuVPX45Z9DfwB8tPjTi6nNZ8BuM3nbJxC5zCAg5elnBUTQ==" ,
"devOptional" : true ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
2026-01-13 10:46:40 +07:00
"dependencies" : {
"ajv" : "^6.12.4" ,
"debug" : "^4.3.2" ,
"espree" : "^10.0.1" ,
"globals" : "^14.0.0" ,
"ignore" : "^5.2.0" ,
"import-fresh" : "^3.2.1" ,
"js-yaml" : "^4.1.1" ,
"minimatch" : "^3.1.2" ,
"strip-json-comments" : "^3.1.1"
} ,
2026-01-09 14:09:25 +07:00
"engines" : {
2026-01-13 10:46:40 +07:00
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
2026-01-09 14:09:25 +07:00
} ,
"funding" : {
2026-01-13 10:46:40 +07:00
"url" : "https://opencollective.com/eslint"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-13 10:46:40 +07:00
"node_modules/@eslint/eslintrc/node_modules/brace-expansion" : {
"version" : "1.1.12" ,
"resolved" : "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz" ,
"integrity" : "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==" ,
"devOptional" : true ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
"dependencies" : {
2026-01-13 10:46:40 +07:00
"balanced-match" : "^1.0.0" ,
"concat-map" : "0.0.1"
}
} ,
"node_modules/@eslint/eslintrc/node_modules/eslint-visitor-keys" : {
"version" : "4.2.1" ,
"resolved" : "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz" ,
"integrity" : "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==" ,
"devOptional" : true ,
"license" : "Apache-2.0" ,
2026-01-09 14:09:25 +07:00
"engines" : {
2026-01-13 10:46:40 +07:00
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
2026-01-09 14:09:25 +07:00
} ,
"funding" : {
2026-01-13 10:46:40 +07:00
"url" : "https://opencollective.com/eslint"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-13 10:46:40 +07:00
"node_modules/@eslint/eslintrc/node_modules/espree" : {
"version" : "10.4.0" ,
"resolved" : "https://registry.npmjs.org/espree/-/espree-10.4.0.tgz" ,
"integrity" : "sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==" ,
"devOptional" : true ,
"license" : "BSD-2-Clause" ,
2026-01-09 14:09:25 +07:00
"dependencies" : {
2026-01-13 10:46:40 +07:00
"acorn" : "^8.15.0" ,
"acorn-jsx" : "^5.3.2" ,
"eslint-visitor-keys" : "^4.2.1"
2026-01-09 14:09:25 +07:00
} ,
"engines" : {
2026-01-13 10:46:40 +07:00
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
2026-01-09 14:09:25 +07:00
} ,
"funding" : {
2026-01-13 10:46:40 +07:00
"url" : "https://opencollective.com/eslint"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-13 10:46:40 +07:00
"node_modules/@eslint/eslintrc/node_modules/globals" : {
"version" : "14.0.0" ,
"resolved" : "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz" ,
"integrity" : "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==" ,
"devOptional" : true ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
"engines" : {
2026-01-13 10:46:40 +07:00
"node" : ">=18"
2026-01-09 14:09:25 +07:00
} ,
"funding" : {
2026-01-13 10:46:40 +07:00
"url" : "https://github.com/sponsors/sindresorhus"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-13 10:46:40 +07:00
"node_modules/@eslint/eslintrc/node_modules/ignore" : {
"version" : "5.3.2" ,
"resolved" : "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz" ,
"integrity" : "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==" ,
"devOptional" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 4"
}
} ,
"node_modules/@eslint/eslintrc/node_modules/minimatch" : {
"version" : "3.1.2" ,
"resolved" : "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz" ,
"integrity" : "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==" ,
"devOptional" : true ,
2026-01-09 14:09:25 +07:00
"license" : "ISC" ,
"dependencies" : {
2026-01-13 10:46:40 +07:00
"brace-expansion" : "^1.1.7"
2026-01-09 14:09:25 +07:00
} ,
"engines" : {
2026-01-13 10:46:40 +07:00
"node" : "*"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-13 10:46:40 +07:00
"node_modules/@eslint/js" : {
"version" : "9.39.2" ,
"resolved" : "https://registry.npmjs.org/@eslint/js/-/js-9.39.2.tgz" ,
"integrity" : "sha512-q1mjIoW1VX4IvSocvM/vbTiveKC4k9eLrajNEuSsmjymSDEbpGddtpfOoN7YGAqBK3NG+uqo8ia4PDTt8buCYA==" ,
"devOptional" : true ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
2026-01-13 10:46:40 +07:00
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
} ,
"funding" : {
"url" : "https://eslint.org/donate"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-13 10:46:40 +07:00
"node_modules/@eslint/object-schema" : {
"version" : "2.1.7" ,
"resolved" : "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.7.tgz" ,
"integrity" : "sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA==" ,
"devOptional" : true ,
"license" : "Apache-2.0" ,
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
}
} ,
"node_modules/@eslint/plugin-kit" : {
"version" : "0.4.1" ,
"resolved" : "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.4.1.tgz" ,
"integrity" : "sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==" ,
"devOptional" : true ,
"license" : "Apache-2.0" ,
2026-01-09 14:09:25 +07:00
"dependencies" : {
2026-01-13 10:46:40 +07:00
"@eslint/core" : "^0.17.0" ,
"levn" : "^0.4.1"
} ,
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-26 09:27:31 +07:00
"node_modules/@heroicons/vue" : {
"version" : "2.2.0" ,
"resolved" : "https://registry.npmjs.org/@heroicons/vue/-/vue-2.2.0.tgz" ,
"integrity" : "sha512-G3dbSxoeEKqbi/DFalhRxJU4mTXJn7GwZ7ae8NuEQzd1bqdd0jAbdaBZlHPcvPD2xI1iGzNVB4k20Un2AguYPw==" ,
"license" : "MIT" ,
"peerDependencies" : {
"vue" : ">= 3"
}
} ,
2026-01-13 10:46:40 +07:00
"node_modules/@humanfs/core" : {
"version" : "0.19.1" ,
"resolved" : "https://registry.npmjs.org/@humanfs/core/-/core-0.19.1.tgz" ,
"integrity" : "sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==" ,
"devOptional" : true ,
"license" : "Apache-2.0" ,
2026-01-09 14:09:25 +07:00
"engines" : {
2026-01-13 10:46:40 +07:00
"node" : ">=18.18.0"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-13 10:46:40 +07:00
"node_modules/@humanfs/node" : {
"version" : "0.16.7" ,
"resolved" : "https://registry.npmjs.org/@humanfs/node/-/node-0.16.7.tgz" ,
"integrity" : "sha512-/zUx+yOsIrG4Y43Eh2peDeKCxlRt/gET6aHfaKpuq267qXdYDFViVHfMaLyygZOnl0kGWxFIgsBy8QFuTLUXEQ==" ,
"devOptional" : true ,
"license" : "Apache-2.0" ,
"dependencies" : {
"@humanfs/core" : "^0.19.1" ,
"@humanwhocodes/retry" : "^0.4.0"
} ,
"engines" : {
"node" : ">=18.18.0"
}
} ,
"node_modules/@humanwhocodes/module-importer" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz" ,
"integrity" : "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==" ,
"devOptional" : true ,
"license" : "Apache-2.0" ,
"engines" : {
"node" : ">=12.22"
} ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/nzakas"
}
} ,
"node_modules/@humanwhocodes/retry" : {
"version" : "0.4.3" ,
"resolved" : "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.4.3.tgz" ,
"integrity" : "sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==" ,
"devOptional" : true ,
"license" : "Apache-2.0" ,
"engines" : {
"node" : ">=18.18"
} ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/nzakas"
}
} ,
2026-01-19 15:51:28 +07:00
"node_modules/@intlify/bundle-utils" : {
"version" : "11.0.3" ,
"resolved" : "https://registry.npmjs.org/@intlify/bundle-utils/-/bundle-utils-11.0.3.tgz" ,
"integrity" : "sha512-dURCDz1rQXwAb1+Hv4NDit6aZSRaAt4zUYBPEeaDCe3FSs8dMtdF6kEvgd9JwsYFSTAHcvbTs2CqwBjjt9Ltsw==" ,
"dev" : true ,
"license" : "MIT" ,
2026-01-13 10:46:40 +07:00
"dependencies" : {
2026-01-19 15:51:28 +07:00
"@intlify/message-compiler" : "^11.1.12" ,
"@intlify/shared" : "^11.1.12" ,
"acorn" : "^8.8.2" ,
"esbuild" : "^0.25.4" ,
"escodegen" : "^2.1.0" ,
"estree-walker" : "^2.0.2" ,
"jsonc-eslint-parser" : "^2.3.0" ,
"source-map-js" : "^1.2.1" ,
"yaml-eslint-parser" : "^1.2.2"
2026-01-13 10:46:40 +07:00
} ,
"engines" : {
2026-01-19 15:51:28 +07:00
"node" : ">= 20"
2026-01-13 10:46:40 +07:00
} ,
2026-01-19 15:51:28 +07:00
"peerDependenciesMeta" : {
"petite-vue-i18n" : {
"optional" : true
} ,
"vue-i18n" : {
"optional" : true
}
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:51:28 +07:00
"node_modules/@intlify/bundle-utils/node_modules/@esbuild/aix-ppc64" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.25.12.tgz" ,
"integrity" : "sha512-Hhmwd6CInZ3dwpuGTF8fJG6yoWmsToE+vYgD4nytZVxcu1ulHpUQRAB1UJ8+N1Am3Mz4+xOByoQoSZf4D+CpkA==" ,
"cpu" : [
"ppc64"
] ,
"dev" : true ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
2026-01-19 15:51:28 +07:00
"optional" : true ,
"os" : [
"aix"
] ,
"engines" : {
"node" : ">=18"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:51:28 +07:00
"node_modules/@intlify/bundle-utils/node_modules/@esbuild/android-arm" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.25.12.tgz" ,
"integrity" : "sha512-VJ+sKvNA/GE7Ccacc9Cha7bpS8nyzVv0jdVgwNDaR4gDMC/2TTRc33Ip8qrNYUcpkOHUT5OZ0bUcNNVZQ9RLlg==" ,
"cpu" : [
"arm"
] ,
"dev" : true ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
2026-01-19 15:51:28 +07:00
"optional" : true ,
"os" : [
"android"
] ,
"engines" : {
"node" : ">=18"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:51:28 +07:00
"node_modules/@intlify/bundle-utils/node_modules/@esbuild/android-arm64" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.25.12.tgz" ,
"integrity" : "sha512-6AAmLG7zwD1Z159jCKPvAxZd4y/VTO0VkprYy+3N2FtJ8+BQWFXU+OxARIwA46c5tdD9SsKGZ/1ocqBS/gAKHg==" ,
"cpu" : [
"arm64"
] ,
"dev" : true ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
2026-01-19 15:51:28 +07:00
"optional" : true ,
"os" : [
"android"
] ,
2026-01-13 10:46:40 +07:00
"engines" : {
2026-01-19 15:51:28 +07:00
"node" : ">=18"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:51:28 +07:00
"node_modules/@intlify/bundle-utils/node_modules/@esbuild/android-x64" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.25.12.tgz" ,
"integrity" : "sha512-5jbb+2hhDHx5phYR2By8GTWEzn6I9UqR11Kwf22iKbNpYrsmRB18aX/9ivc5cabcUiAT/wM+YIZ6SG9QO6a8kg==" ,
"cpu" : [
"x64"
] ,
"dev" : true ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
2026-01-19 15:51:28 +07:00
"optional" : true ,
"os" : [
"android"
] ,
"engines" : {
"node" : ">=18"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:51:28 +07:00
"node_modules/@intlify/bundle-utils/node_modules/@esbuild/darwin-arm64" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.25.12.tgz" ,
"integrity" : "sha512-N3zl+lxHCifgIlcMUP5016ESkeQjLj/959RxxNYIthIg+CQHInujFuXeWbWMgnTo4cp5XVHqFPmpyu9J65C1Yg==" ,
"cpu" : [
"arm64"
] ,
"dev" : true ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
2026-01-19 15:51:28 +07:00
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
"node" : ">=18"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:51:28 +07:00
"node_modules/@intlify/bundle-utils/node_modules/@esbuild/darwin-x64" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.25.12.tgz" ,
"integrity" : "sha512-HQ9ka4Kx21qHXwtlTUVbKJOAnmG1ipXhdWTmNXiPzPfWKpXqASVcWdnf2bnL73wgjNrFXAa3yYvBSd9pzfEIpA==" ,
"cpu" : [
"x64"
] ,
"dev" : true ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
2026-01-19 15:51:28 +07:00
"optional" : true ,
"os" : [
"darwin"
] ,
2026-01-13 10:46:40 +07:00
"engines" : {
2026-01-19 15:51:28 +07:00
"node" : ">=18"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:51:28 +07:00
"node_modules/@intlify/bundle-utils/node_modules/@esbuild/freebsd-arm64" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.12.tgz" ,
"integrity" : "sha512-gA0Bx759+7Jve03K1S0vkOu5Lg/85dou3EseOGUes8flVOGxbhDDh/iZaoek11Y8mtyKPGF3vP8XhnkDEAmzeg==" ,
"cpu" : [
"arm64"
] ,
"dev" : true ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
2026-01-19 15:51:28 +07:00
"optional" : true ,
"os" : [
"freebsd"
] ,
2026-01-19 15:11:47 +07:00
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : ">=18"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:51:28 +07:00
"node_modules/@intlify/bundle-utils/node_modules/@esbuild/freebsd-x64" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.25.12.tgz" ,
"integrity" : "sha512-TGbO26Yw2xsHzxtbVFGEXBFH0FRAP7gtcPE7P5yP7wGy7cXK2oO7RyOhL5NLiqTlBh47XhmIUXuGciXEqYFfBQ==" ,
"cpu" : [
"x64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"freebsd"
] ,
2026-01-09 14:09:25 +07:00
"engines" : {
2026-01-19 15:51:28 +07:00
"node" : ">=18"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:51:28 +07:00
"node_modules/@intlify/bundle-utils/node_modules/@esbuild/linux-arm" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.25.12.tgz" ,
"integrity" : "sha512-lPDGyC1JPDou8kGcywY0YILzWlhhnRjdof3UlcoqYmS9El818LLfJJc3PXXgZHrHCAKs/Z2SeZtDJr5MrkxtOw==" ,
"cpu" : [
"arm"
] ,
"dev" : true ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
2026-01-19 15:11:47 +07:00
"optional" : true ,
2026-01-19 15:51:28 +07:00
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=18"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:51:28 +07:00
"node_modules/@intlify/bundle-utils/node_modules/@esbuild/linux-arm64" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.25.12.tgz" ,
"integrity" : "sha512-8bwX7a8FghIgrupcxb4aUmYDLp8pX06rGh5HqDT7bB+8Rdells6mHvrFHHW2JAOPZUbnjUpKTLg6ECyzvas2AQ==" ,
"cpu" : [
"arm64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@intlify/bundle-utils/node_modules/@esbuild/linux-ia32" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.25.12.tgz" ,
"integrity" : "sha512-0y9KrdVnbMM2/vG8KfU0byhUN+EFCny9+8g202gYqSSVMonbsCfLjUO+rCci7pM0WBEtz+oK/PIwHkzxkyharA==" ,
"cpu" : [
"ia32"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@intlify/bundle-utils/node_modules/@esbuild/linux-loong64" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.25.12.tgz" ,
"integrity" : "sha512-h///Lr5a9rib/v1GGqXVGzjL4TMvVTv+s1DPoxQdz7l/AYv6LDSxdIwzxkrPW438oUXiDtwM10o9PmwS/6Z0Ng==" ,
"cpu" : [
"loong64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@intlify/bundle-utils/node_modules/@esbuild/linux-mips64el" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.25.12.tgz" ,
"integrity" : "sha512-iyRrM1Pzy9GFMDLsXn1iHUm18nhKnNMWscjmp4+hpafcZjrr2WbT//d20xaGljXDBYHqRcl8HnxbX6uaA/eGVw==" ,
"cpu" : [
"mips64el"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@intlify/bundle-utils/node_modules/@esbuild/linux-ppc64" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.25.12.tgz" ,
"integrity" : "sha512-9meM/lRXxMi5PSUqEXRCtVjEZBGwB7P/D4yT8UG/mwIdze2aV4Vo6U5gD3+RsoHXKkHCfSxZKzmDssVlRj1QQA==" ,
"cpu" : [
"ppc64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@intlify/bundle-utils/node_modules/@esbuild/linux-riscv64" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.25.12.tgz" ,
"integrity" : "sha512-Zr7KR4hgKUpWAwb1f3o5ygT04MzqVrGEGXGLnj15YQDJErYu/BGg+wmFlIDOdJp0PmB0lLvxFIOXZgFRrdjR0w==" ,
"cpu" : [
"riscv64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@intlify/bundle-utils/node_modules/@esbuild/linux-s390x" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.25.12.tgz" ,
"integrity" : "sha512-MsKncOcgTNvdtiISc/jZs/Zf8d0cl/t3gYWX8J9ubBnVOwlk65UIEEvgBORTiljloIWnBzLs4qhzPkJcitIzIg==" ,
"cpu" : [
"s390x"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@intlify/bundle-utils/node_modules/@esbuild/linux-x64" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.25.12.tgz" ,
"integrity" : "sha512-uqZMTLr/zR/ed4jIGnwSLkaHmPjOjJvnm6TVVitAa08SLS9Z0VM8wIRx7gWbJB5/J54YuIMInDquWyYvQLZkgw==" ,
"cpu" : [
"x64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@intlify/bundle-utils/node_modules/@esbuild/netbsd-arm64" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.12.tgz" ,
"integrity" : "sha512-xXwcTq4GhRM7J9A8Gv5boanHhRa/Q9KLVmcyXHCTaM4wKfIpWkdXiMog/KsnxzJ0A1+nD+zoecuzqPmCRyBGjg==" ,
"cpu" : [
"arm64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"netbsd"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@intlify/bundle-utils/node_modules/@esbuild/netbsd-x64" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.25.12.tgz" ,
"integrity" : "sha512-Ld5pTlzPy3YwGec4OuHh1aCVCRvOXdH8DgRjfDy/oumVovmuSzWfnSJg+VtakB9Cm0gxNO9BzWkj6mtO1FMXkQ==" ,
"cpu" : [
"x64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"netbsd"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@intlify/bundle-utils/node_modules/@esbuild/openbsd-arm64" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.12.tgz" ,
"integrity" : "sha512-fF96T6KsBo/pkQI950FARU9apGNTSlZGsv1jZBAlcLL1MLjLNIWPBkj5NlSz8aAzYKg+eNqknrUJ24QBybeR5A==" ,
"cpu" : [
"arm64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"openbsd"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@intlify/bundle-utils/node_modules/@esbuild/openbsd-x64" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.25.12.tgz" ,
"integrity" : "sha512-MZyXUkZHjQxUvzK7rN8DJ3SRmrVrke8ZyRusHlP+kuwqTcfWLyqMOE3sScPPyeIXN/mDJIfGXvcMqCgYKekoQw==" ,
"cpu" : [
"x64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"openbsd"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@intlify/bundle-utils/node_modules/@esbuild/openharmony-arm64" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.25.12.tgz" ,
"integrity" : "sha512-rm0YWsqUSRrjncSXGA7Zv78Nbnw4XL6/dzr20cyrQf7ZmRcsovpcRBdhD43Nuk3y7XIoW2OxMVvwuRvk9XdASg==" ,
"cpu" : [
"arm64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"openharmony"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@intlify/bundle-utils/node_modules/@esbuild/sunos-x64" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.25.12.tgz" ,
"integrity" : "sha512-3wGSCDyuTHQUzt0nV7bocDy72r2lI33QL3gkDNGkod22EsYl04sMf0qLb8luNKTOmgF/eDEDP5BFNwoBKH441w==" ,
"cpu" : [
"x64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"sunos"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@intlify/bundle-utils/node_modules/@esbuild/win32-arm64" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.25.12.tgz" ,
"integrity" : "sha512-rMmLrur64A7+DKlnSuwqUdRKyd3UE7oPJZmnljqEptesKM8wx9J8gx5u0+9Pq0fQQW8vqeKebwNXdfOyP+8Bsg==" ,
"cpu" : [
"arm64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@intlify/bundle-utils/node_modules/@esbuild/win32-ia32" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.25.12.tgz" ,
"integrity" : "sha512-HkqnmmBoCbCwxUKKNPBixiWDGCpQGVsrQfJoVGYLPT41XWF8lHuE5N6WhVia2n4o5QK5M4tYr21827fNhi4byQ==" ,
"cpu" : [
"ia32"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@intlify/bundle-utils/node_modules/@esbuild/win32-x64" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.25.12.tgz" ,
"integrity" : "sha512-alJC0uCZpTFrSL0CCDjcgleBXPnCrEAhTBILpeAp7M/OFgoqtAetfBzX0xM00MUsVVPpVjlPuMbREqnZCXaTnA==" ,
"cpu" : [
"x64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@intlify/bundle-utils/node_modules/esbuild" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/esbuild/-/esbuild-0.25.12.tgz" ,
"integrity" : "sha512-bbPBYYrtZbkt6Os6FiTLCTFxvq4tt3JKall1vRwshA3fdVztsLAatFaZobhkBC8/BrPetoa0oksYoKXoG4ryJg==" ,
"dev" : true ,
"hasInstallScript" : true ,
"license" : "MIT" ,
"bin" : {
"esbuild" : "bin/esbuild"
} ,
"engines" : {
"node" : ">=18"
} ,
"optionalDependencies" : {
"@esbuild/aix-ppc64" : "0.25.12" ,
"@esbuild/android-arm" : "0.25.12" ,
"@esbuild/android-arm64" : "0.25.12" ,
"@esbuild/android-x64" : "0.25.12" ,
"@esbuild/darwin-arm64" : "0.25.12" ,
"@esbuild/darwin-x64" : "0.25.12" ,
"@esbuild/freebsd-arm64" : "0.25.12" ,
"@esbuild/freebsd-x64" : "0.25.12" ,
"@esbuild/linux-arm" : "0.25.12" ,
"@esbuild/linux-arm64" : "0.25.12" ,
"@esbuild/linux-ia32" : "0.25.12" ,
"@esbuild/linux-loong64" : "0.25.12" ,
"@esbuild/linux-mips64el" : "0.25.12" ,
"@esbuild/linux-ppc64" : "0.25.12" ,
"@esbuild/linux-riscv64" : "0.25.12" ,
"@esbuild/linux-s390x" : "0.25.12" ,
"@esbuild/linux-x64" : "0.25.12" ,
"@esbuild/netbsd-arm64" : "0.25.12" ,
"@esbuild/netbsd-x64" : "0.25.12" ,
"@esbuild/openbsd-arm64" : "0.25.12" ,
"@esbuild/openbsd-x64" : "0.25.12" ,
"@esbuild/openharmony-arm64" : "0.25.12" ,
"@esbuild/sunos-x64" : "0.25.12" ,
"@esbuild/win32-arm64" : "0.25.12" ,
"@esbuild/win32-ia32" : "0.25.12" ,
"@esbuild/win32-x64" : "0.25.12"
}
} ,
"node_modules/@intlify/core" : {
"version" : "11.2.8" ,
"resolved" : "https://registry.npmjs.org/@intlify/core/-/core-11.2.8.tgz" ,
"integrity" : "sha512-su9kRlQAkG+SBP5cufTYmwPnqjur8etZVa2lnR80CgE5JqA0pXwGUF7W08dR/a6T2oDoYPh53/S8O0CGbfx1qg==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@intlify/core-base" : "11.2.8" ,
"@intlify/shared" : "11.2.8"
} ,
"engines" : {
"node" : ">= 16"
} ,
"funding" : {
"url" : "https://github.com/sponsors/kazupon"
}
} ,
"node_modules/@intlify/core-base" : {
"version" : "11.2.8" ,
"resolved" : "https://registry.npmjs.org/@intlify/core-base/-/core-base-11.2.8.tgz" ,
"integrity" : "sha512-nBq6Y1tVkjIUsLsdOjDSJj4AsjvD0UG3zsg9Fyc+OivwlA/oMHSKooUy9tpKj0HqZ+NWFifweHavdljlBLTwdA==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@intlify/message-compiler" : "11.2.8" ,
"@intlify/shared" : "11.2.8"
} ,
"engines" : {
"node" : ">= 16"
} ,
"funding" : {
"url" : "https://github.com/sponsors/kazupon"
}
} ,
"node_modules/@intlify/h3" : {
"version" : "0.7.4" ,
"resolved" : "https://registry.npmjs.org/@intlify/h3/-/h3-0.7.4.tgz" ,
"integrity" : "sha512-BtL5+U3Dd9Qz6so+ArOMQWZ+nV21rOqqYUXnqwvW6J3VUXr66A9+9+vUFb/NAQvOU4kdfkO3c/9LMRGU9WZ8vw==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@intlify/core" : "^11.1.12" ,
"@intlify/utils" : "^0.13.0"
} ,
"engines" : {
"node" : ">= 20"
} ,
"funding" : {
"url" : "https://github.com/sponsors/kazupon"
}
} ,
"node_modules/@intlify/message-compiler" : {
"version" : "11.2.8" ,
"resolved" : "https://registry.npmjs.org/@intlify/message-compiler/-/message-compiler-11.2.8.tgz" ,
"integrity" : "sha512-A5n33doOjmHsBtCN421386cG1tWp5rpOjOYPNsnpjIJbQ4POF0QY2ezhZR9kr0boKwaHjbOifvyQvHj2UTrDFQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@intlify/shared" : "11.2.8" ,
"source-map-js" : "^1.0.2"
} ,
"engines" : {
"node" : ">= 16"
} ,
"funding" : {
"url" : "https://github.com/sponsors/kazupon"
}
} ,
"node_modules/@intlify/shared" : {
"version" : "11.2.8" ,
"resolved" : "https://registry.npmjs.org/@intlify/shared/-/shared-11.2.8.tgz" ,
"integrity" : "sha512-l6e4NZyUgv8VyXXH4DbuucFOBmxLF56C/mqh2tvApbzl2Hrhi1aTDcuv5TKdxzfHYmpO3UB0Cz04fgDT9vszfw==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 16"
} ,
"funding" : {
"url" : "https://github.com/sponsors/kazupon"
}
} ,
"node_modules/@intlify/unplugin-vue-i18n" : {
"version" : "11.0.3" ,
"resolved" : "https://registry.npmjs.org/@intlify/unplugin-vue-i18n/-/unplugin-vue-i18n-11.0.3.tgz" ,
"integrity" : "sha512-iQuik0nXfdVZ5ab+IEyBFEuvMQ213zfbUpBXaEdHPk8DV+qB2CT/SdFuDhfUDRRBZc/e0qoLlfmc9urhnRYVWw==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@eslint-community/eslint-utils" : "^4.4.0" ,
"@intlify/bundle-utils" : "11.0.3" ,
"@intlify/shared" : "^11.1.12" ,
"@intlify/vue-i18n-extensions" : "^8.0.0" ,
"@rollup/pluginutils" : "^5.1.0" ,
"@typescript-eslint/scope-manager" : "^8.13.0" ,
"@typescript-eslint/typescript-estree" : "^8.13.0" ,
"debug" : "^4.3.3" ,
"fast-glob" : "^3.2.12" ,
"pathe" : "^2.0.3" ,
"picocolors" : "^1.0.0" ,
"unplugin" : "^2.3.4" ,
"vue" : "^3.5.21"
} ,
"engines" : {
"node" : ">= 20"
} ,
"peerDependencies" : {
"petite-vue-i18n" : "*" ,
"vue" : "^3.2.25" ,
"vue-i18n" : "*"
} ,
"peerDependenciesMeta" : {
"petite-vue-i18n" : {
"optional" : true
} ,
"vue-i18n" : {
"optional" : true
}
}
} ,
"node_modules/@intlify/utils" : {
"version" : "0.13.0" ,
"resolved" : "https://registry.npmjs.org/@intlify/utils/-/utils-0.13.0.tgz" ,
"integrity" : "sha512-8i3uRdAxCGzuHwfmHcVjeLQBtysQB2aXl/ojoagDut5/gY5lvWCQ2+cnl2TiqE/fXj/D8EhWG/SLKA7qz4a3QA==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/kazupon"
}
} ,
"node_modules/@intlify/vue-i18n-extensions" : {
"version" : "8.0.0" ,
"resolved" : "https://registry.npmjs.org/@intlify/vue-i18n-extensions/-/vue-i18n-extensions-8.0.0.tgz" ,
"integrity" : "sha512-w0+70CvTmuqbskWfzeYhn0IXxllr6mU+IeM2MU0M+j9OW64jkrvqY+pYFWrUnIIC9bEdij3NICruicwd5EgUuQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@babel/parser" : "^7.24.6" ,
"@intlify/shared" : "^10.0.0" ,
"@vue/compiler-dom" : "^3.2.45" ,
"vue-i18n" : "^10.0.0"
} ,
"engines" : {
"node" : ">= 18"
} ,
"peerDependencies" : {
"@intlify/shared" : "^9.0.0 || ^10.0.0 || ^11.0.0" ,
"@vue/compiler-dom" : "^3.0.0" ,
"vue" : "^3.0.0" ,
"vue-i18n" : "^9.0.0 || ^10.0.0 || ^11.0.0"
} ,
"peerDependenciesMeta" : {
"@intlify/shared" : {
"optional" : true
} ,
"@vue/compiler-dom" : {
"optional" : true
} ,
"vue" : {
"optional" : true
} ,
"vue-i18n" : {
"optional" : true
}
}
} ,
"node_modules/@intlify/vue-i18n-extensions/node_modules/@intlify/core-base" : {
"version" : "10.0.8" ,
"resolved" : "https://registry.npmjs.org/@intlify/core-base/-/core-base-10.0.8.tgz" ,
"integrity" : "sha512-FoHslNWSoHjdUBLy35bpm9PV/0LVI/DSv9L6Km6J2ad8r/mm0VaGg06C40FqlE8u2ADcGUM60lyoU7Myo4WNZQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@intlify/message-compiler" : "10.0.8" ,
"@intlify/shared" : "10.0.8"
} ,
"engines" : {
"node" : ">= 16"
} ,
"funding" : {
"url" : "https://github.com/sponsors/kazupon"
}
} ,
"node_modules/@intlify/vue-i18n-extensions/node_modules/@intlify/message-compiler" : {
"version" : "10.0.8" ,
"resolved" : "https://registry.npmjs.org/@intlify/message-compiler/-/message-compiler-10.0.8.tgz" ,
"integrity" : "sha512-DV+sYXIkHVd5yVb2mL7br/NEUwzUoLBsMkV3H0InefWgmYa34NLZUvMCGi5oWX+Hqr2Y2qUxnVrnOWF4aBlgWg==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@intlify/shared" : "10.0.8" ,
"source-map-js" : "^1.0.2"
} ,
"engines" : {
"node" : ">= 16"
} ,
"funding" : {
"url" : "https://github.com/sponsors/kazupon"
}
} ,
"node_modules/@intlify/vue-i18n-extensions/node_modules/@intlify/shared" : {
"version" : "10.0.8" ,
"resolved" : "https://registry.npmjs.org/@intlify/shared/-/shared-10.0.8.tgz" ,
"integrity" : "sha512-BcmHpb5bQyeVNrptC3UhzpBZB/YHHDoEREOUERrmF2BRxsyOEuRrq+Z96C/D4+2KJb8kuHiouzAei7BXlG0YYw==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 16"
} ,
"funding" : {
"url" : "https://github.com/sponsors/kazupon"
}
} ,
"node_modules/@intlify/vue-i18n-extensions/node_modules/vue-i18n" : {
"version" : "10.0.8" ,
"resolved" : "https://registry.npmjs.org/vue-i18n/-/vue-i18n-10.0.8.tgz" ,
"integrity" : "sha512-mIjy4utxMz9lMMo6G9vYePv7gUFt4ztOMhY9/4czDJxZ26xPeJ49MAGa9wBAE3XuXbYCrtVPmPxNjej7JJJkZQ==" ,
"deprecated" : "v9 and v10 no longer supported. please migrate to v11. about maintenance status, see https://vue-i18n.intlify.dev/guide/maintenance.html" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@intlify/core-base" : "10.0.8" ,
"@intlify/shared" : "10.0.8" ,
"@vue/devtools-api" : "^6.5.0"
} ,
"engines" : {
"node" : ">= 16"
} ,
"funding" : {
"url" : "https://github.com/sponsors/kazupon"
} ,
"peerDependencies" : {
"vue" : "^3.0.0"
}
} ,
"node_modules/@ioredis/commands" : {
"version" : "1.4.0" ,
"resolved" : "https://registry.npmjs.org/@ioredis/commands/-/commands-1.4.0.tgz" ,
"integrity" : "sha512-aFT2yemJJo+TZCmieA7qnYGQooOS7QfNmYrzGtsYd3g9j5iDP8AimYYAesf79ohjbLG12XxC4nG5DyEnC88AsQ==" ,
"license" : "MIT"
} ,
"node_modules/@isaacs/cliui" : {
"version" : "8.0.2" ,
"resolved" : "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz" ,
"integrity" : "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==" ,
"license" : "ISC" ,
"dependencies" : {
"string-width" : "^5.1.2" ,
"string-width-cjs" : "npm:string-width@^4.2.0" ,
"strip-ansi" : "^7.0.1" ,
"strip-ansi-cjs" : "npm:strip-ansi@^6.0.1" ,
"wrap-ansi" : "^8.1.0" ,
"wrap-ansi-cjs" : "npm:wrap-ansi@^7.0.0"
} ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/@isaacs/fs-minipass" : {
"version" : "4.0.1" ,
"resolved" : "https://registry.npmjs.org/@isaacs/fs-minipass/-/fs-minipass-4.0.1.tgz" ,
"integrity" : "sha512-wgm9Ehl2jpeqP3zw/7mo3kRHFp5MEDhqAdwy1fTGkHAwnkGOVsgpvQhL8B5n1qlb01jV3n/bI0ZfZp5lWA1k4w==" ,
"license" : "ISC" ,
"dependencies" : {
"minipass" : "^7.0.4"
} ,
"engines" : {
"node" : ">=18.0.0"
}
} ,
"node_modules/@jridgewell/gen-mapping" : {
"version" : "0.3.13" ,
"resolved" : "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz" ,
"integrity" : "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==" ,
"license" : "MIT" ,
"dependencies" : {
"@jridgewell/sourcemap-codec" : "^1.5.0" ,
"@jridgewell/trace-mapping" : "^0.3.24"
}
} ,
"node_modules/@jridgewell/remapping" : {
"version" : "2.3.5" ,
"resolved" : "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz" ,
"integrity" : "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==" ,
"license" : "MIT" ,
"dependencies" : {
"@jridgewell/gen-mapping" : "^0.3.5" ,
"@jridgewell/trace-mapping" : "^0.3.24"
}
} ,
"node_modules/@jridgewell/resolve-uri" : {
"version" : "3.1.2" ,
"resolved" : "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz" ,
"integrity" : "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6.0.0"
}
} ,
"node_modules/@jridgewell/source-map" : {
"version" : "0.3.11" ,
"resolved" : "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.11.tgz" ,
"integrity" : "sha512-ZMp1V8ZFcPG5dIWnQLr3NSI1MiCU7UETdS/A0G8V/XWHvJv3ZsFqutJn1Y5RPmAPX6F3BiE397OqveU/9NCuIA==" ,
"license" : "MIT" ,
"dependencies" : {
"@jridgewell/gen-mapping" : "^0.3.5" ,
"@jridgewell/trace-mapping" : "^0.3.25"
}
} ,
"node_modules/@jridgewell/sourcemap-codec" : {
"version" : "1.5.5" ,
"resolved" : "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz" ,
"integrity" : "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==" ,
"license" : "MIT"
} ,
"node_modules/@jridgewell/trace-mapping" : {
"version" : "0.3.31" ,
"resolved" : "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz" ,
"integrity" : "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==" ,
"license" : "MIT" ,
"dependencies" : {
"@jridgewell/resolve-uri" : "^3.1.0" ,
"@jridgewell/sourcemap-codec" : "^1.4.14"
}
} ,
"node_modules/@koa/router" : {
"version" : "12.0.2" ,
"resolved" : "https://registry.npmjs.org/@koa/router/-/router-12.0.2.tgz" ,
"integrity" : "sha512-sYcHglGKTxGF+hQ6x67xDfkE9o+NhVlRHBqq6gLywaMc6CojK/5vFZByphdonKinYlMLkEkacm+HEse9HzwgTA==" ,
"deprecated" : "Please upgrade to v15 or higher. All reported bugs in this version are fixed in newer releases, dependencies have been updated, and security has been improved." ,
"license" : "MIT" ,
"dependencies" : {
"debug" : "^4.3.4" ,
"http-errors" : "^2.0.0" ,
"koa-compose" : "^4.1.0" ,
"methods" : "^1.1.2" ,
"path-to-regexp" : "^6.3.0"
} ,
"engines" : {
"node" : ">= 12"
}
} ,
"node_modules/@kwsites/file-exists" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/@kwsites/file-exists/-/file-exists-1.1.1.tgz" ,
"integrity" : "sha512-m9/5YGR18lIwxSFDwfE3oA7bWuq9kdau6ugN4H2rJeyhFQZcG9AgSHkQtSD15a8WvTgfz9aikZMrKPHvbpqFiw==" ,
"license" : "MIT" ,
"dependencies" : {
"debug" : "^4.1.1"
}
} ,
"node_modules/@kwsites/promise-deferred" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/@kwsites/promise-deferred/-/promise-deferred-1.1.1.tgz" ,
"integrity" : "sha512-GaHYm+c0O9MjZRu0ongGBRbinu8gVAMd2UZjji6jVmqKtZluZnptXGWhz1E8j8D2HJ3f/yMxKAUC0b+57wncIw==" ,
"license" : "MIT"
} ,
"node_modules/@mapbox/node-pre-gyp" : {
"version" : "2.0.3" ,
"resolved" : "https://registry.npmjs.org/@mapbox/node-pre-gyp/-/node-pre-gyp-2.0.3.tgz" ,
"integrity" : "sha512-uwPAhccfFJlsfCxMYTwOdVfOz3xqyj8xYL3zJj8f0pb30tLohnnFPhLuqp4/qoEz8sNxe4SESZedcBojRefIzg==" ,
"license" : "BSD-3-Clause" ,
"dependencies" : {
"consola" : "^3.2.3" ,
"detect-libc" : "^2.0.0" ,
"https-proxy-agent" : "^7.0.5" ,
"node-fetch" : "^2.6.7" ,
"nopt" : "^8.0.0" ,
"semver" : "^7.5.3" ,
"tar" : "^7.4.0"
} ,
"bin" : {
"node-pre-gyp" : "bin/node-pre-gyp"
} ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@mapbox/node-pre-gyp/node_modules/detect-libc" : {
"version" : "2.1.2" ,
"resolved" : "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz" ,
"integrity" : "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==" ,
"license" : "Apache-2.0" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/@miyaneee/rollup-plugin-json5" : {
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/@miyaneee/rollup-plugin-json5/-/rollup-plugin-json5-1.2.0.tgz" ,
"integrity" : "sha512-JjTIaXZp9WzhUHpElrqPnl1AzBi/rvRs065F71+aTmlqvTMVkdbjZ8vfFl4nRlgJy+TPBw69ZK4pwFdmOAt4aA==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@rollup/pluginutils" : "^5.1.0" ,
"json5" : "^2.2.3"
} ,
"peerDependencies" : {
"rollup" : "^1.20.0 || ^2.0.0 || ^3.0.0 || ^4.0.0"
}
} ,
"node_modules/@napi-rs/wasm-runtime" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-1.1.1.tgz" ,
"integrity" : "sha512-p64ah1M1ld8xjWv3qbvFwHiFVWrq1yFvV4f7w+mzaqiR4IlSgkqhcRdHwsGgomwzBH51sRY4NEowLxnaBjcW/A==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"@emnapi/core" : "^1.7.1" ,
"@emnapi/runtime" : "^1.7.1" ,
"@tybys/wasm-util" : "^0.10.1"
} ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/Brooooooklyn"
}
} ,
"node_modules/@nodelib/fs.scandir" : {
"version" : "2.1.5" ,
"resolved" : "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz" ,
"integrity" : "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==" ,
"license" : "MIT" ,
"dependencies" : {
2026-01-19 15:14:30 +07:00
"@nodelib/fs.stat" : "2.0.5" ,
"run-parallel" : "^1.1.9"
} ,
2026-01-09 14:09:25 +07:00
"engines" : {
2026-01-19 15:51:28 +07:00
"node" : ">= 8"
}
} ,
"node_modules/@nodelib/fs.stat" : {
"version" : "2.0.5" ,
"resolved" : "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz" ,
"integrity" : "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 8"
}
} ,
"node_modules/@nodelib/fs.walk" : {
"version" : "1.2.8" ,
"resolved" : "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz" ,
"integrity" : "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==" ,
"license" : "MIT" ,
"dependencies" : {
"@nodelib/fs.scandir" : "2.1.5" ,
"fastq" : "^1.6.0"
} ,
"engines" : {
"node" : ">= 8"
}
} ,
"node_modules/@nuxt/cli" : {
"version" : "3.31.3" ,
"resolved" : "https://registry.npmjs.org/@nuxt/cli/-/cli-3.31.3.tgz" ,
"integrity" : "sha512-K0T1ZpBXnlb41NU/RWf1F0U0C14KzlEXCoaSgD2y8BiLoCBWcgQ1UAlRtx4cThqWbJmIxaNZZTDL0NZ9d1U7ag==" ,
"license" : "MIT" ,
"dependencies" : {
"@bomb.sh/tab" : "^0.0.10" ,
"@clack/prompts" : "1.0.0-alpha.8" ,
"c12" : "^3.3.2" ,
"citty" : "^0.1.6" ,
"confbox" : "^0.2.2" ,
"consola" : "^3.4.2" ,
"copy-paste" : "^2.2.0" ,
"debug" : "^4.4.3" ,
"defu" : "^6.1.4" ,
"exsolve" : "^1.0.8" ,
"fuse.js" : "^7.1.0" ,
"giget" : "^2.0.0" ,
"jiti" : "^2.6.1" ,
"listhen" : "^1.9.0" ,
"nypm" : "^0.6.2" ,
"ofetch" : "^1.5.1" ,
"ohash" : "^2.0.11" ,
"pathe" : "^2.0.3" ,
"perfect-debounce" : "^2.0.0" ,
"pkg-types" : "^2.3.0" ,
"scule" : "^1.3.0" ,
"semver" : "^7.7.3" ,
"srvx" : "^0.9.8" ,
"std-env" : "^3.10.0" ,
"tinyexec" : "^1.0.2" ,
"ufo" : "^1.6.1" ,
"youch" : "^4.1.0-beta.13"
} ,
"bin" : {
"nuxi" : "bin/nuxi.mjs" ,
"nuxi-ng" : "bin/nuxi.mjs" ,
"nuxt" : "bin/nuxi.mjs" ,
"nuxt-cli" : "bin/nuxi.mjs"
} ,
"engines" : {
"node" : "^16.10.0 || >=18.0.0"
}
} ,
"node_modules/@nuxt/devalue" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/@nuxt/devalue/-/devalue-2.0.2.tgz" ,
"integrity" : "sha512-GBzP8zOc7CGWyFQS6dv1lQz8VVpz5C2yRszbXufwG/9zhStTIH50EtD87NmWbTMwXDvZLNg8GIpb1UFdH93JCA==" ,
"license" : "MIT"
} ,
"node_modules/@nuxt/devtools" : {
"version" : "3.1.1" ,
"resolved" : "https://registry.npmjs.org/@nuxt/devtools/-/devtools-3.1.1.tgz" ,
"integrity" : "sha512-UG8oKQqcSyzwBe1l0z24zypmwn6FLW/HQMHK/F/gscUU5LeMHzgBhLPD+cuLlDvwlGAbifexWNMsS/I7n95KlA==" ,
"license" : "MIT" ,
"dependencies" : {
"@nuxt/devtools-kit" : "3.1.1" ,
"@nuxt/devtools-wizard" : "3.1.1" ,
"@nuxt/kit" : "^4.2.1" ,
"@vue/devtools-core" : "^8.0.5" ,
"@vue/devtools-kit" : "^8.0.5" ,
"birpc" : "^2.8.0" ,
"consola" : "^3.4.2" ,
"destr" : "^2.0.5" ,
"error-stack-parser-es" : "^1.0.5" ,
"execa" : "^8.0.1" ,
"fast-npm-meta" : "^0.4.7" ,
"get-port-please" : "^3.2.0" ,
"hookable" : "^5.5.3" ,
"image-meta" : "^0.2.2" ,
"is-installed-globally" : "^1.0.0" ,
"launch-editor" : "^2.12.0" ,
"local-pkg" : "^1.1.2" ,
"magicast" : "^0.5.1" ,
"nypm" : "^0.6.2" ,
"ohash" : "^2.0.11" ,
"pathe" : "^2.0.3" ,
"perfect-debounce" : "^2.0.0" ,
"pkg-types" : "^2.3.0" ,
"semver" : "^7.7.3" ,
"simple-git" : "^3.30.0" ,
"sirv" : "^3.0.2" ,
"structured-clone-es" : "^1.0.0" ,
"tinyglobby" : "^0.2.15" ,
"vite-plugin-inspect" : "^11.3.3" ,
"vite-plugin-vue-tracer" : "^1.1.3" ,
"which" : "^5.0.0" ,
"ws" : "^8.18.3"
} ,
"bin" : {
"devtools" : "cli.mjs"
} ,
"peerDependencies" : {
"@vitejs/devtools" : "*" ,
"vite" : ">=6.0"
} ,
"peerDependenciesMeta" : {
"@vitejs/devtools" : {
"optional" : true
}
}
} ,
"node_modules/@nuxt/devtools-kit" : {
"version" : "3.1.1" ,
"resolved" : "https://registry.npmjs.org/@nuxt/devtools-kit/-/devtools-kit-3.1.1.tgz" ,
"integrity" : "sha512-sjiKFeDCOy1SyqezSgyV4rYNfQewC64k/GhOsuJgRF+wR2qr6KTVhO6u2B+csKs74KrMrnJprQBgud7ejvOXAQ==" ,
"license" : "MIT" ,
"dependencies" : {
"@nuxt/kit" : "^4.2.1" ,
"execa" : "^8.0.1"
} ,
"peerDependencies" : {
"vite" : ">=6.0"
}
} ,
"node_modules/@nuxt/devtools-kit/node_modules/@nuxt/kit" : {
"version" : "4.2.2" ,
"resolved" : "https://registry.npmjs.org/@nuxt/kit/-/kit-4.2.2.tgz" ,
"integrity" : "sha512-ZAgYBrPz/yhVgDznBNdQj2vhmOp31haJbO0I0iah/P9atw+OHH7NJLUZ3PK+LOz/0fblKTN1XJVSi8YQ1TQ0KA==" ,
"license" : "MIT" ,
"dependencies" : {
"c12" : "^3.3.2" ,
"consola" : "^3.4.2" ,
"defu" : "^6.1.4" ,
"destr" : "^2.0.5" ,
"errx" : "^0.1.0" ,
"exsolve" : "^1.0.8" ,
"ignore" : "^7.0.5" ,
"jiti" : "^2.6.1" ,
"klona" : "^2.0.6" ,
"mlly" : "^1.8.0" ,
"ohash" : "^2.0.11" ,
"pathe" : "^2.0.3" ,
"pkg-types" : "^2.3.0" ,
"rc9" : "^2.1.2" ,
"scule" : "^1.3.0" ,
"semver" : "^7.7.3" ,
"tinyglobby" : "^0.2.15" ,
"ufo" : "^1.6.1" ,
"unctx" : "^2.4.1" ,
"untyped" : "^2.0.0"
} ,
"engines" : {
"node" : ">=18.12.0"
}
} ,
"node_modules/@nuxt/devtools-wizard" : {
"version" : "3.1.1" ,
"resolved" : "https://registry.npmjs.org/@nuxt/devtools-wizard/-/devtools-wizard-3.1.1.tgz" ,
"integrity" : "sha512-6UORjapNKko2buv+3o57DQp69n5Z91TeJ75qdtNKcTvOfCTJrO78Ew0nZSgMMGrjbIJ4pFsHQEqXfgYLw3pNxg==" ,
"license" : "MIT" ,
"dependencies" : {
"consola" : "^3.4.2" ,
"diff" : "^8.0.2" ,
"execa" : "^8.0.1" ,
"magicast" : "^0.5.1" ,
"pathe" : "^2.0.3" ,
"pkg-types" : "^2.3.0" ,
"prompts" : "^2.4.2" ,
"semver" : "^7.7.3"
} ,
"bin" : {
"devtools-wizard" : "cli.mjs"
}
} ,
"node_modules/@nuxt/devtools/node_modules/@nuxt/kit" : {
"version" : "4.2.2" ,
"resolved" : "https://registry.npmjs.org/@nuxt/kit/-/kit-4.2.2.tgz" ,
"integrity" : "sha512-ZAgYBrPz/yhVgDznBNdQj2vhmOp31haJbO0I0iah/P9atw+OHH7NJLUZ3PK+LOz/0fblKTN1XJVSi8YQ1TQ0KA==" ,
"license" : "MIT" ,
"dependencies" : {
"c12" : "^3.3.2" ,
"consola" : "^3.4.2" ,
"defu" : "^6.1.4" ,
"destr" : "^2.0.5" ,
"errx" : "^0.1.0" ,
"exsolve" : "^1.0.8" ,
"ignore" : "^7.0.5" ,
"jiti" : "^2.6.1" ,
"klona" : "^2.0.6" ,
"mlly" : "^1.8.0" ,
"ohash" : "^2.0.11" ,
"pathe" : "^2.0.3" ,
"pkg-types" : "^2.3.0" ,
"rc9" : "^2.1.2" ,
"scule" : "^1.3.0" ,
"semver" : "^7.7.3" ,
"tinyglobby" : "^0.2.15" ,
"ufo" : "^1.6.1" ,
"unctx" : "^2.4.1" ,
"untyped" : "^2.0.0"
} ,
"engines" : {
"node" : ">=18.12.0"
}
} ,
"node_modules/@nuxt/eslint-config" : {
"version" : "1.12.1" ,
"resolved" : "https://registry.npmjs.org/@nuxt/eslint-config/-/eslint-config-1.12.1.tgz" ,
"integrity" : "sha512-fsKKtIIvVwQ5OGE30lJEhzwXxXj40ol7vR6h3eTH8sSBVZLOdmPn2BHrhoOjHTDXpLPw1AZ/8GcQfJZ2o3gcHQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@antfu/install-pkg" : "^1.1.0" ,
"@clack/prompts" : "^0.11.0" ,
"@eslint/js" : "^9.39.1" ,
"@nuxt/eslint-plugin" : "1.12.1" ,
"@stylistic/eslint-plugin" : "^5.6.1" ,
"@typescript-eslint/eslint-plugin" : "^8.49.0" ,
"@typescript-eslint/parser" : "^8.49.0" ,
"eslint-config-flat-gitignore" : "^2.1.0" ,
"eslint-flat-config-utils" : "^2.1.4" ,
"eslint-merge-processors" : "^2.0.0" ,
"eslint-plugin-import-lite" : "^0.3.0" ,
"eslint-plugin-import-x" : "^4.16.1" ,
"eslint-plugin-jsdoc" : "^61.5.0" ,
"eslint-plugin-regexp" : "^2.10.0" ,
"eslint-plugin-unicorn" : "^62.0.0" ,
"eslint-plugin-vue" : "^10.6.2" ,
"eslint-processor-vue-blocks" : "^2.0.0" ,
"globals" : "^16.5.0" ,
"local-pkg" : "^1.1.2" ,
"pathe" : "^2.0.3" ,
"vue-eslint-parser" : "^10.2.0"
} ,
"peerDependencies" : {
"eslint" : "^9.0.0" ,
"eslint-plugin-format" : "*"
} ,
"peerDependenciesMeta" : {
"eslint-plugin-format" : {
"optional" : true
}
}
} ,
"node_modules/@nuxt/eslint-config/node_modules/@clack/core" : {
"version" : "0.5.0" ,
"resolved" : "https://registry.npmjs.org/@clack/core/-/core-0.5.0.tgz" ,
"integrity" : "sha512-p3y0FIOwaYRUPRcMO7+dlmLh8PSRcrjuTndsiA0WAFbWES0mLZlrjVoBRZ9DzkPFJZG6KGkJmoEAY0ZcVWTkow==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"picocolors" : "^1.0.0" ,
"sisteransi" : "^1.0.5"
}
} ,
"node_modules/@nuxt/eslint-config/node_modules/@clack/prompts" : {
"version" : "0.11.0" ,
"resolved" : "https://registry.npmjs.org/@clack/prompts/-/prompts-0.11.0.tgz" ,
"integrity" : "sha512-pMN5FcrEw9hUkZA4f+zLlzivQSeQf5dRGJjSUbvVYDLvpKCdQx5OaknvKzgbtXOizhP+SJJJjqEbOe55uKKfAw==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@clack/core" : "0.5.0" ,
"picocolors" : "^1.0.0" ,
"sisteransi" : "^1.0.5"
}
} ,
"node_modules/@nuxt/eslint-plugin" : {
"version" : "1.12.1" ,
"resolved" : "https://registry.npmjs.org/@nuxt/eslint-plugin/-/eslint-plugin-1.12.1.tgz" ,
"integrity" : "sha512-9EBWZTgJC2oclDIL53YG6paEoaTU2SDWVPybEQ0Pe2Bm/5YSbHd//6EGLvdGwAgN+xJQmEsPunUpd4Y+NX2OCQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@typescript-eslint/types" : "^8.49.0" ,
"@typescript-eslint/utils" : "^8.49.0"
} ,
"peerDependencies" : {
"eslint" : "^9.0.0"
}
} ,
"node_modules/@nuxt/kit" : {
"version" : "3.20.2" ,
"resolved" : "https://registry.npmjs.org/@nuxt/kit/-/kit-3.20.2.tgz" ,
"integrity" : "sha512-laqfmMcWWNV1FsVmm1+RQUoGY8NIJvCRl0z0K8ikqPukoEry0LXMqlQ+xaf8xJRvoH2/78OhZmsEEsUBTXipcw==" ,
"license" : "MIT" ,
"dependencies" : {
"c12" : "^3.3.2" ,
"consola" : "^3.4.2" ,
"defu" : "^6.1.4" ,
"destr" : "^2.0.5" ,
"errx" : "^0.1.0" ,
"exsolve" : "^1.0.8" ,
"ignore" : "^7.0.5" ,
"jiti" : "^2.6.1" ,
"klona" : "^2.0.6" ,
"knitwork" : "^1.3.0" ,
"mlly" : "^1.8.0" ,
"ohash" : "^2.0.11" ,
"pathe" : "^2.0.3" ,
"pkg-types" : "^2.3.0" ,
"rc9" : "^2.1.2" ,
"scule" : "^1.3.0" ,
"semver" : "^7.7.3" ,
"tinyglobby" : "^0.2.15" ,
"ufo" : "^1.6.1" ,
"unctx" : "^2.4.1" ,
"untyped" : "^2.0.0"
} ,
"engines" : {
"node" : ">=18.12.0"
}
} ,
"node_modules/@nuxt/nitro-server" : {
"version" : "3.20.2" ,
"resolved" : "https://registry.npmjs.org/@nuxt/nitro-server/-/nitro-server-3.20.2.tgz" ,
"integrity" : "sha512-IX43Fy0/7jjYve1D7hdkR/rfvww6u8aEbsdTVfh7wH14GGKJtsAn3DJlRb3CCKwtbo0dp25e3qLM4hOO5hZTCg==" ,
"license" : "MIT" ,
"dependencies" : {
"@nuxt/devalue" : "^2.0.2" ,
"@nuxt/kit" : "3.20.2" ,
"@unhead/vue" : "^2.0.19" ,
"@vue/shared" : "^3.5.25" ,
"consola" : "^3.4.2" ,
"defu" : "^6.1.4" ,
"destr" : "^2.0.5" ,
"devalue" : "^5.6.0" ,
"errx" : "^0.1.0" ,
"escape-string-regexp" : "^5.0.0" ,
"exsolve" : "^1.0.8" ,
"h3" : "^1.15.4" ,
"impound" : "^1.0.0" ,
"klona" : "^2.0.6" ,
"mocked-exports" : "^0.1.1" ,
"nitropack" : "^2.12.9" ,
"pathe" : "^2.0.3" ,
"pkg-types" : "^2.3.0" ,
"radix3" : "^1.1.2" ,
"std-env" : "^3.10.0" ,
"ufo" : "^1.6.1" ,
"unctx" : "^2.4.1" ,
"unstorage" : "^1.17.3" ,
"vue" : "^3.5.25" ,
"vue-bundle-renderer" : "^2.2.0" ,
"vue-devtools-stub" : "^0.1.0"
} ,
"engines" : {
"node" : "^20.19.0 || >=22.12.0"
} ,
"peerDependencies" : {
"nuxt" : "^3.20.2"
}
} ,
"node_modules/@nuxt/schema" : {
"version" : "3.20.2" ,
"resolved" : "https://registry.npmjs.org/@nuxt/schema/-/schema-3.20.2.tgz" ,
"integrity" : "sha512-fp584AiXON7vI6NDDpNTjxiJ485iM/ztJSPX9CqptKUNjULhBy9qlacF9+NiwQqxlEs3zvbxHpo/1qLPNSb4MQ==" ,
"license" : "MIT" ,
"dependencies" : {
"@vue/shared" : "^3.5.25" ,
"defu" : "^6.1.4" ,
"pathe" : "^2.0.3" ,
"pkg-types" : "^2.3.0" ,
"std-env" : "^3.10.0"
} ,
"engines" : {
"node" : "^14.18.0 || >=16.10.0"
}
} ,
"node_modules/@nuxt/telemetry" : {
"version" : "2.6.6" ,
"resolved" : "https://registry.npmjs.org/@nuxt/telemetry/-/telemetry-2.6.6.tgz" ,
"integrity" : "sha512-Zh4HJLjzvm3Cq9w6sfzIFyH9ozK5ePYVfCUzzUQNiZojFsI2k1QkSBrVI9BGc6ArKXj/O6rkI6w7qQ+ouL8Cag==" ,
"license" : "MIT" ,
"dependencies" : {
"@nuxt/kit" : "^3.15.4" ,
"citty" : "^0.1.6" ,
"consola" : "^3.4.2" ,
"destr" : "^2.0.3" ,
"dotenv" : "^16.4.7" ,
"git-url-parse" : "^16.0.1" ,
"is-docker" : "^3.0.0" ,
"ofetch" : "^1.4.1" ,
"package-manager-detector" : "^1.1.0" ,
"pathe" : "^2.0.3" ,
"rc9" : "^2.1.2" ,
"std-env" : "^3.8.1"
} ,
"bin" : {
"nuxt-telemetry" : "bin/nuxt-telemetry.mjs"
} ,
"engines" : {
"node" : ">=18.12.0"
}
} ,
"node_modules/@nuxt/telemetry/node_modules/dotenv" : {
"version" : "16.6.1" ,
"resolved" : "https://registry.npmjs.org/dotenv/-/dotenv-16.6.1.tgz" ,
"integrity" : "sha512-uBq4egWHTcTt33a72vpSG0z3HnPuIl6NqYcTrKEg2azoEyl2hpW0zqlxysq2pK9HlDIHyHyakeYaYnSAwd8bow==" ,
"license" : "BSD-2-Clause" ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://dotenvx.com"
}
} ,
"node_modules/@nuxt/vite-builder" : {
"version" : "3.20.2" ,
"resolved" : "https://registry.npmjs.org/@nuxt/vite-builder/-/vite-builder-3.20.2.tgz" ,
"integrity" : "sha512-xsWMn13mxTlwLKyZc67lNwOIS0Ih8L+wQnsLaAt/4jkkypRiQ09+oIljF6n7vVmnqIvuGXFL0e97ZIbyrkEBQw==" ,
"license" : "MIT" ,
"dependencies" : {
"@nuxt/kit" : "3.20.2" ,
"@rollup/plugin-replace" : "^6.0.3" ,
"@vitejs/plugin-vue" : "^6.0.2" ,
"@vitejs/plugin-vue-jsx" : "^5.1.2" ,
"autoprefixer" : "^10.4.22" ,
"consola" : "^3.4.2" ,
"cssnano" : "^7.1.2" ,
"defu" : "^6.1.4" ,
"esbuild" : "^0.27.1" ,
"escape-string-regexp" : "^5.0.0" ,
"exsolve" : "^1.0.8" ,
"externality" : "^1.0.2" ,
"get-port-please" : "^3.2.0" ,
"h3" : "^1.15.4" ,
"jiti" : "^2.6.1" ,
"knitwork" : "^1.3.0" ,
"magic-string" : "^0.30.21" ,
"mlly" : "^1.8.0" ,
"mocked-exports" : "^0.1.1" ,
"ohash" : "^2.0.11" ,
"pathe" : "^2.0.3" ,
"perfect-debounce" : "^2.0.0" ,
"pkg-types" : "^2.3.0" ,
"postcss" : "^8.5.6" ,
"rollup-plugin-visualizer" : "^6.0.5" ,
"seroval" : "^1.4.0" ,
"std-env" : "^3.10.0" ,
"ufo" : "^1.6.1" ,
"unenv" : "^2.0.0-rc.24" ,
"vite" : "^7.2.7" ,
"vite-node" : "^5.2.0" ,
"vite-plugin-checker" : "^0.12.0" ,
"vue-bundle-renderer" : "^2.2.0"
} ,
"engines" : {
"node" : "^20.19.0 || >=22.12.0"
} ,
"peerDependencies" : {
"nuxt" : "3.20.2" ,
"rolldown" : "^1.0.0-beta.38" ,
"vue" : "^3.3.4"
} ,
"peerDependenciesMeta" : {
"rolldown" : {
"optional" : true
}
}
} ,
"node_modules/@nuxtjs/i18n" : {
"version" : "10.2.1" ,
"resolved" : "https://registry.npmjs.org/@nuxtjs/i18n/-/i18n-10.2.1.tgz" ,
"integrity" : "sha512-/CHAIpYbFgobxeMsnKcD8xBUHxBpqipRMjaI3ol9MVZKscJM+IetYdNL9lGNFdEtlxzkV8COxnoa60rE4sPjuQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@intlify/core" : "^11.1.11" ,
"@intlify/h3" : "^0.7.1" ,
"@intlify/shared" : "^11.1.11" ,
"@intlify/unplugin-vue-i18n" : "^11.0.0" ,
"@intlify/utils" : "^0.13.0" ,
"@miyaneee/rollup-plugin-json5" : "^1.2.0" ,
"@nuxt/kit" : "^4.1.2" ,
"@rollup/plugin-yaml" : "^4.1.2" ,
"@vue/compiler-sfc" : "^3.5.22" ,
"defu" : "^6.1.4" ,
"devalue" : "^5.1.1" ,
"h3" : "^1.15.4" ,
"knitwork" : "^1.2.0" ,
"magic-string" : "^0.30.21" ,
"mlly" : "^1.7.4" ,
"nuxt-define" : "^1.0.0" ,
"ohash" : "^2.0.11" ,
"oxc-parser" : "^0.95.0" ,
"oxc-transform" : "^0.95.0" ,
"oxc-walker" : "^0.5.2" ,
"pathe" : "^2.0.3" ,
"typescript" : "^5.9.2" ,
"ufo" : "^1.6.1" ,
"unplugin" : "^2.3.5" ,
"unplugin-vue-router" : "^0.16.0" ,
"unstorage" : "^1.16.1" ,
"vue-i18n" : "^11.1.11" ,
"vue-router" : "^4.6.3"
} ,
"engines" : {
"node" : ">=20.11.1"
} ,
"funding" : {
"url" : "https://github.com/sponsors/bobbiegoede"
}
} ,
"node_modules/@nuxtjs/i18n/node_modules/@nuxt/kit" : {
"version" : "4.2.2" ,
"resolved" : "https://registry.npmjs.org/@nuxt/kit/-/kit-4.2.2.tgz" ,
"integrity" : "sha512-ZAgYBrPz/yhVgDznBNdQj2vhmOp31haJbO0I0iah/P9atw+OHH7NJLUZ3PK+LOz/0fblKTN1XJVSi8YQ1TQ0KA==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"c12" : "^3.3.2" ,
"consola" : "^3.4.2" ,
"defu" : "^6.1.4" ,
"destr" : "^2.0.5" ,
"errx" : "^0.1.0" ,
"exsolve" : "^1.0.8" ,
"ignore" : "^7.0.5" ,
"jiti" : "^2.6.1" ,
"klona" : "^2.0.6" ,
"mlly" : "^1.8.0" ,
"ohash" : "^2.0.11" ,
"pathe" : "^2.0.3" ,
"pkg-types" : "^2.3.0" ,
"rc9" : "^2.1.2" ,
"scule" : "^1.3.0" ,
"semver" : "^7.7.3" ,
"tinyglobby" : "^0.2.15" ,
"ufo" : "^1.6.1" ,
"unctx" : "^2.4.1" ,
"untyped" : "^2.0.0"
} ,
"engines" : {
"node" : ">=18.12.0"
}
} ,
"node_modules/@nuxtjs/i18n/node_modules/@oxc-parser/binding-android-arm64" : {
"version" : "0.95.0" ,
"resolved" : "https://registry.npmjs.org/@oxc-parser/binding-android-arm64/-/binding-android-arm64-0.95.0.tgz" ,
"integrity" : "sha512-dZyxhhvJigwWL1wgnLlqyEiSeuqO0WdDH9H+if0dPcBM4fKa5fjVkaUcJT1jBMcBTnkjxMwTXYZy5TK60N0fjg==" ,
"cpu" : [
"arm64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"android"
] ,
"engines" : {
"node" : "^20.19.0 || >=22.12.0"
}
} ,
"node_modules/@nuxtjs/i18n/node_modules/@oxc-parser/binding-darwin-arm64" : {
"version" : "0.95.0" ,
"resolved" : "https://registry.npmjs.org/@oxc-parser/binding-darwin-arm64/-/binding-darwin-arm64-0.95.0.tgz" ,
"integrity" : "sha512-zun9+V33kyCtNec9oUSWwb0qi3fB8pXwum1yGFECPEr55g/CrWju6/Jv4hwwNBeW2tK9Ch/PRstEtYmOLMhHpg==" ,
"cpu" : [
"arm64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
"node" : "^20.19.0 || >=22.12.0"
}
} ,
"node_modules/@nuxtjs/i18n/node_modules/@oxc-parser/binding-darwin-x64" : {
"version" : "0.95.0" ,
"resolved" : "https://registry.npmjs.org/@oxc-parser/binding-darwin-x64/-/binding-darwin-x64-0.95.0.tgz" ,
"integrity" : "sha512-9djMQ/t6Ns/UXtziwUe562uVJMbhtuLtCj+Xav+HMVT/rhV9gWO8PQOG7AwDLUBjJanItsrfqrGtqhNxtZ701w==" ,
"cpu" : [
"x64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
"node" : "^20.19.0 || >=22.12.0"
}
} ,
"node_modules/@nuxtjs/i18n/node_modules/@oxc-parser/binding-freebsd-x64" : {
"version" : "0.95.0" ,
"resolved" : "https://registry.npmjs.org/@oxc-parser/binding-freebsd-x64/-/binding-freebsd-x64-0.95.0.tgz" ,
"integrity" : "sha512-GK6k0PgCVkkeRZtHgcosCYbXIRySpJpuPw/OInfLGFh8f3x9gp2l8Fbcfx+YO+ZOHFBCd2NNedGqw8wMgouxfA==" ,
"cpu" : [
"x64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"freebsd"
] ,
"engines" : {
"node" : "^20.19.0 || >=22.12.0"
}
} ,
"node_modules/@nuxtjs/i18n/node_modules/@oxc-parser/binding-linux-arm-gnueabihf" : {
"version" : "0.95.0" ,
"resolved" : "https://registry.npmjs.org/@oxc-parser/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-0.95.0.tgz" ,
"integrity" : "sha512-+g/lFITtyHHEk69cunOHuiT5cX+mpUTcbGYNe8suguZ7FqgNwai+PnGv0ctCvtgxBPVfckfUK8c3RvFKo+vi/w==" ,
"cpu" : [
"arm"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : "^20.19.0 || >=22.12.0"
}
} ,
"node_modules/@nuxtjs/i18n/node_modules/@oxc-parser/binding-linux-arm64-gnu" : {
"version" : "0.95.0" ,
"resolved" : "https://registry.npmjs.org/@oxc-parser/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-0.95.0.tgz" ,
"integrity" : "sha512-0LzebARTU0ROfD6pDK4h1pFn+09meErCZ0MA2TaW08G72+GNneEsksPufOuI+9AxVSRa+jKE3fu0wavvhZgSkg==" ,
"cpu" : [
"arm64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : "^20.19.0 || >=22.12.0"
}
} ,
"node_modules/@nuxtjs/i18n/node_modules/@oxc-parser/binding-linux-arm64-musl" : {
"version" : "0.95.0" ,
"resolved" : "https://registry.npmjs.org/@oxc-parser/binding-linux-arm64-musl/-/binding-linux-arm64-musl-0.95.0.tgz" ,
"integrity" : "sha512-Pvi1lGe/G+mJZ3hUojMP/aAHAzHA25AEtVr8/iuz7UV72t/15NOgJYr9kELMUMNjPqpr3vKUgXTFmTtAxp11Qw==" ,
"cpu" : [
"arm64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : "^20.19.0 || >=22.12.0"
}
} ,
"node_modules/@nuxtjs/i18n/node_modules/@oxc-parser/binding-linux-riscv64-gnu" : {
"version" : "0.95.0" ,
"resolved" : "https://registry.npmjs.org/@oxc-parser/binding-linux-riscv64-gnu/-/binding-linux-riscv64-gnu-0.95.0.tgz" ,
"integrity" : "sha512-pUEVHIOVNDfhk4sTlLhn6mrNENhE4/dAwemxIfqpcSyBlYG0xYZND1F3jjR2yWY6DakXZ6VSuDbtiv1LPNlOLw==" ,
"cpu" : [
"riscv64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : "^20.19.0 || >=22.12.0"
}
} ,
"node_modules/@nuxtjs/i18n/node_modules/@oxc-parser/binding-linux-s390x-gnu" : {
"version" : "0.95.0" ,
"resolved" : "https://registry.npmjs.org/@oxc-parser/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-0.95.0.tgz" ,
"integrity" : "sha512-5+olaepHTE3J/+w7g0tr3nocvv5BKilAJnzj4L8tWBCLEZbL6olJcGVoldUO+3cgg1SO1xJywP5BuLhT0mDUDw==" ,
"cpu" : [
"s390x"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : "^20.19.0 || >=22.12.0"
}
} ,
"node_modules/@nuxtjs/i18n/node_modules/@oxc-parser/binding-linux-x64-gnu" : {
"version" : "0.95.0" ,
"resolved" : "https://registry.npmjs.org/@oxc-parser/binding-linux-x64-gnu/-/binding-linux-x64-gnu-0.95.0.tgz" ,
"integrity" : "sha512-8huzHlK/N98wrnYKxIcYsK8ZGBWomQchu/Mzi6m+CtbhjWOv9DmK0jQ2fUWImtluQVpTwS0uZT06d3g7XIkJrA==" ,
"cpu" : [
"x64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : "^20.19.0 || >=22.12.0"
}
} ,
"node_modules/@nuxtjs/i18n/node_modules/@oxc-parser/binding-linux-x64-musl" : {
"version" : "0.95.0" ,
"resolved" : "https://registry.npmjs.org/@oxc-parser/binding-linux-x64-musl/-/binding-linux-x64-musl-0.95.0.tgz" ,
"integrity" : "sha512-bWnrLfGDcx/fab0+UQnFbVFbiykof/btImbYf+cI2pU/1Egb2x+OKSmM5Qt0nEUiIpM5fgJmYXxTopybSZOKYA==" ,
"cpu" : [
"x64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : "^20.19.0 || >=22.12.0"
}
} ,
"node_modules/@nuxtjs/i18n/node_modules/@oxc-parser/binding-wasm32-wasi" : {
"version" : "0.95.0" ,
"resolved" : "https://registry.npmjs.org/@oxc-parser/binding-wasm32-wasi/-/binding-wasm32-wasi-0.95.0.tgz" ,
"integrity" : "sha512-0JLyqkZu1HnQIZ4e5LBGOtzqua1QwFEUOoMSycdoerXqayd4LK2b7WMfAx8eCIf+jGm1Uj6f3R00nlsx8g1faQ==" ,
"cpu" : [
"wasm32"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"@napi-rs/wasm-runtime" : "^1.0.7"
} ,
"engines" : {
"node" : ">=14.0.0"
}
} ,
"node_modules/@nuxtjs/i18n/node_modules/@oxc-parser/binding-win32-arm64-msvc" : {
"version" : "0.95.0" ,
"resolved" : "https://registry.npmjs.org/@oxc-parser/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-0.95.0.tgz" ,
"integrity" : "sha512-RWvaA6s1SYlBj9CxwHfNn0CRlkPdv9fEUAXfZkGQPdP5e1ppIaO2KYE0sUov/zzp9hPTMMsTMHl4dcIbb+pHCQ==" ,
"cpu" : [
"arm64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : "^20.19.0 || >=22.12.0"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:51:28 +07:00
"node_modules/@nuxtjs/i18n/node_modules/@oxc-parser/binding-win32-x64-msvc" : {
"version" : "0.95.0" ,
"resolved" : "https://registry.npmjs.org/@oxc-parser/binding-win32-x64-msvc/-/binding-win32-x64-msvc-0.95.0.tgz" ,
"integrity" : "sha512-BQpgl7rDjFvCIHudmUR0dCwc4ylBYZl4CPVinlD3NhkMif4WD5dADckoo5ES/KOpFyvwcbKZX+grP63cjHi26g==" ,
"cpu" : [
"x64"
] ,
"dev" : true ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
2026-01-19 15:51:28 +07:00
"optional" : true ,
"os" : [
"win32"
] ,
2026-01-19 15:11:47 +07:00
"engines" : {
2026-01-19 15:51:28 +07:00
"node" : "^20.19.0 || >=22.12.0"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:51:28 +07:00
"node_modules/@nuxtjs/i18n/node_modules/@oxc-project/types" : {
"version" : "0.95.0" ,
"resolved" : "https://registry.npmjs.org/@oxc-project/types/-/types-0.95.0.tgz" ,
"integrity" : "sha512-vACy7vhpMPhjEJhULNxrdR0D943TkA/MigMpJCHmBHvMXxRStRi/dPtTlfQ3uDwWSzRpT8z+7ImjZVf8JWBocQ==" ,
"dev" : true ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
2026-01-19 15:51:28 +07:00
"funding" : {
"url" : "https://github.com/sponsors/Boshen"
}
} ,
"node_modules/@nuxtjs/i18n/node_modules/@oxc-transform/binding-android-arm64" : {
"version" : "0.95.0" ,
"resolved" : "https://registry.npmjs.org/@oxc-transform/binding-android-arm64/-/binding-android-arm64-0.95.0.tgz" ,
"integrity" : "sha512-eW+BCgRWOsMrDiz7FEV7BjAmaF9lGIc2ueGdRUYjRUMq4f5FSGS7gMBTYDxajdoIB3L5Gnksh1CWkIlgg95UVA==" ,
"cpu" : [
"arm64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"android"
] ,
2026-01-09 14:09:25 +07:00
"engines" : {
2026-01-19 15:51:28 +07:00
"node" : "^20.19.0 || >=22.12.0"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:51:28 +07:00
"node_modules/@nuxtjs/i18n/node_modules/@oxc-transform/binding-darwin-arm64" : {
"version" : "0.95.0" ,
"resolved" : "https://registry.npmjs.org/@oxc-transform/binding-darwin-arm64/-/binding-darwin-arm64-0.95.0.tgz" ,
"integrity" : "sha512-OUUaYZVss8tyDZZ7TGr2vnH3+i3Ouwsx0frQRGkiePNatXxaJJ3NS5+Kwgi9hh3WryXaQz2hWji4AM2RHYE7Cg==" ,
"cpu" : [
"arm64"
] ,
"dev" : true ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
2026-01-19 15:51:28 +07:00
"optional" : true ,
"os" : [
"darwin"
] ,
2026-01-19 15:11:47 +07:00
"engines" : {
2026-01-19 15:51:28 +07:00
"node" : "^20.19.0 || >=22.12.0"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:51:28 +07:00
"node_modules/@nuxtjs/i18n/node_modules/@oxc-transform/binding-darwin-x64" : {
"version" : "0.95.0" ,
"resolved" : "https://registry.npmjs.org/@oxc-transform/binding-darwin-x64/-/binding-darwin-x64-0.95.0.tgz" ,
"integrity" : "sha512-49UPEgIlgWUndwcP3LH6dvmOewZ92DxCMpFMo11JhUlmNJxA3sjVImEBRB56/tJ+XF+xnya9kB1oCW4yRY+mRw==" ,
"cpu" : [
"x64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
"node" : "^20.19.0 || >=22.12.0"
}
2026-01-13 10:46:40 +07:00
} ,
2026-01-19 15:51:28 +07:00
"node_modules/@nuxtjs/i18n/node_modules/@oxc-transform/binding-freebsd-x64" : {
"version" : "0.95.0" ,
"resolved" : "https://registry.npmjs.org/@oxc-transform/binding-freebsd-x64/-/binding-freebsd-x64-0.95.0.tgz" ,
"integrity" : "sha512-lNKrHKaDEm8pbKlVbn0rv2L97O0lbA0Tsrxx4GF/HhmdW+NgwGU1pMzZ4tB2QcylbqgKxOB+v9luebHyh1jfgA==" ,
"cpu" : [
"x64"
] ,
"dev" : true ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
2026-01-19 15:51:28 +07:00
"optional" : true ,
"os" : [
"freebsd"
] ,
"engines" : {
"node" : "^20.19.0 || >=22.12.0"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:51:28 +07:00
"node_modules/@nuxtjs/i18n/node_modules/@oxc-transform/binding-linux-arm-gnueabihf" : {
"version" : "0.95.0" ,
"resolved" : "https://registry.npmjs.org/@oxc-transform/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-0.95.0.tgz" ,
"integrity" : "sha512-+VWcLeeizI8IjU+V+o8AmzPuIMiTrGr0vrmXU3CEsV05MrywCuJU+f6ilPs3JBKno9VIwqvRpHB/z39sQabHWg==" ,
"cpu" : [
"arm"
] ,
"dev" : true ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
2026-01-19 15:51:28 +07:00
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : "^20.19.0 || >=22.12.0"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:51:28 +07:00
"node_modules/@nuxtjs/i18n/node_modules/@oxc-transform/binding-linux-arm64-gnu" : {
"version" : "0.95.0" ,
"resolved" : "https://registry.npmjs.org/@oxc-transform/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-0.95.0.tgz" ,
"integrity" : "sha512-NLdrFuEHlmbiC1M1WESFV4luUcB/84GXi+cbnRXhgMjIW/CThRVJ989eTJy59QivkVlLcJSKTiKiKCt0O6TTlQ==" ,
"cpu" : [
"arm64"
] ,
"dev" : true ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
2026-01-19 15:51:28 +07:00
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : "^20.19.0 || >=22.12.0"
}
} ,
"node_modules/@nuxtjs/i18n/node_modules/@oxc-transform/binding-linux-arm64-musl" : {
"version" : "0.95.0" ,
"resolved" : "https://registry.npmjs.org/@oxc-transform/binding-linux-arm64-musl/-/binding-linux-arm64-musl-0.95.0.tgz" ,
"integrity" : "sha512-GL0ffCPW8JlFI0/jeSgCY665yDdojHxA0pbYG+k8oEHOWCYZUZK9AXL+r0oerNEWYJ8CRB+L5Yq87ZtU/YUitw==" ,
"cpu" : [
"arm64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : "^20.19.0 || >=22.12.0"
}
} ,
"node_modules/@nuxtjs/i18n/node_modules/@oxc-transform/binding-linux-riscv64-gnu" : {
"version" : "0.95.0" ,
"resolved" : "https://registry.npmjs.org/@oxc-transform/binding-linux-riscv64-gnu/-/binding-linux-riscv64-gnu-0.95.0.tgz" ,
"integrity" : "sha512-tbH7LaClSmN3YFVo1UjMSe7D6gkb5f+CMIbj9i873UUZomVRmAjC4ygioObfzM+sj/tX0WoTXx5L1YOfQkHL6Q==" ,
"cpu" : [
"riscv64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : "^20.19.0 || >=22.12.0"
}
} ,
"node_modules/@nuxtjs/i18n/node_modules/@oxc-transform/binding-linux-s390x-gnu" : {
"version" : "0.95.0" ,
"resolved" : "https://registry.npmjs.org/@oxc-transform/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-0.95.0.tgz" ,
"integrity" : "sha512-8jMqiURWa0iTiPMg7BWaln89VdhhWzNlPyKM90NaFVVhBIKCr2UEhrQWdpBw/E9C8uWf/4VabBEhfPMK+0yS4w==" ,
"cpu" : [
"s390x"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
2026-01-09 14:09:25 +07:00
"engines" : {
2026-01-19 15:51:28 +07:00
"node" : "^20.19.0 || >=22.12.0"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:51:28 +07:00
"node_modules/@nuxtjs/i18n/node_modules/@oxc-transform/binding-linux-x64-gnu" : {
"version" : "0.95.0" ,
"resolved" : "https://registry.npmjs.org/@oxc-transform/binding-linux-x64-gnu/-/binding-linux-x64-gnu-0.95.0.tgz" ,
"integrity" : "sha512-D5ULJ2uWipsTgfvHIvqmnGkCtB3Fyt2ZN7APRjVO+wLr+HtmnaWddKsLdrRWX/m/6nQ2xQdoQekdJrokYK9LtQ==" ,
"cpu" : [
"x64"
] ,
"dev" : true ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
2026-01-19 15:51:28 +07:00
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : "^20.19.0 || >=22.12.0"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:51:28 +07:00
"node_modules/@nuxtjs/i18n/node_modules/@oxc-transform/binding-linux-x64-musl" : {
"version" : "0.95.0" ,
"resolved" : "https://registry.npmjs.org/@oxc-transform/binding-linux-x64-musl/-/binding-linux-x64-musl-0.95.0.tgz" ,
"integrity" : "sha512-DmCGU+FzRezES5wVAGVimZGzYIjMOapXbWpxuz8M8p3nMrfdBEQ5/tpwBp2vRlIohhABy4vhHJByl4c64ENCGQ==" ,
"cpu" : [
"x64"
] ,
"dev" : true ,
2026-01-19 15:11:47 +07:00
"license" : "MIT" ,
2026-01-19 15:51:28 +07:00
"optional" : true ,
"os" : [
"linux"
] ,
2026-01-19 15:11:47 +07:00
"engines" : {
2026-01-19 15:51:28 +07:00
"node" : "^20.19.0 || >=22.12.0"
2026-01-19 15:11:47 +07:00
}
} ,
2026-01-19 15:51:28 +07:00
"node_modules/@nuxtjs/i18n/node_modules/@oxc-transform/binding-wasm32-wasi" : {
"version" : "0.95.0" ,
"resolved" : "https://registry.npmjs.org/@oxc-transform/binding-wasm32-wasi/-/binding-wasm32-wasi-0.95.0.tgz" ,
"integrity" : "sha512-tSo1EU4Whd1gXyae7cwSDouhppkuz6Jkd5LY8Uch9VKsHVSRhDLDW19Mq6VSwtyPxDPTJnJ2jYJWm+n8SYXiXQ==" ,
"cpu" : [
"wasm32"
] ,
2026-01-19 15:11:47 +07:00
"dev" : true ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
2026-01-19 15:51:28 +07:00
"optional" : true ,
2026-01-09 14:09:25 +07:00
"dependencies" : {
2026-01-19 15:51:28 +07:00
"@napi-rs/wasm-runtime" : "^1.0.7"
2026-01-19 15:14:30 +07:00
} ,
2026-01-19 15:51:28 +07:00
"engines" : {
"node" : ">=14.0.0"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:51:28 +07:00
"node_modules/@nuxtjs/i18n/node_modules/@oxc-transform/binding-win32-arm64-msvc" : {
"version" : "0.95.0" ,
"resolved" : "https://registry.npmjs.org/@oxc-transform/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-0.95.0.tgz" ,
"integrity" : "sha512-6eaxlgj+J5n8zgJTSugqdPLBtKGRqvxYLcvHN8b+U9hVhF/2HG/JCOrcSYV/XgWGNPQiaRVzpR3hGhmFro9QTw==" ,
"cpu" : [
"arm64"
] ,
2026-01-19 15:11:47 +07:00
"dev" : true ,
"license" : "MIT" ,
2026-01-19 15:51:28 +07:00
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : "^20.19.0 || >=22.12.0"
2026-01-19 15:11:47 +07:00
}
} ,
2026-01-19 15:51:28 +07:00
"node_modules/@nuxtjs/i18n/node_modules/@oxc-transform/binding-win32-x64-msvc" : {
"version" : "0.95.0" ,
"resolved" : "https://registry.npmjs.org/@oxc-transform/binding-win32-x64-msvc/-/binding-win32-x64-msvc-0.95.0.tgz" ,
"integrity" : "sha512-Y8JY79A7fTuBjEXZFu+mHbHzgsV3uJDUuUKeGffpOwI1ayOGCKeBJTiMhksYkiir1xS+DkGLEz73+xse9Is9rw==" ,
"cpu" : [
"x64"
] ,
2026-01-19 15:11:47 +07:00
"dev" : true ,
"license" : "MIT" ,
2026-01-19 15:51:28 +07:00
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : "^20.19.0 || >=22.12.0"
2026-01-19 15:11:47 +07:00
}
} ,
2026-01-19 15:51:28 +07:00
"node_modules/@nuxtjs/i18n/node_modules/chokidar" : {
"version" : "4.0.3" ,
"resolved" : "https://registry.npmjs.org/chokidar/-/chokidar-4.0.3.tgz" ,
"integrity" : "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==" ,
2026-01-19 15:11:47 +07:00
"dev" : true ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
"dependencies" : {
2026-01-19 15:51:28 +07:00
"readdirp" : "^4.0.1"
2026-01-09 14:09:25 +07:00
} ,
2026-01-19 15:51:28 +07:00
"engines" : {
"node" : ">= 14.16.0"
} ,
"funding" : {
"url" : "https://paulmillr.com/funding/"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:51:28 +07:00
"node_modules/@nuxtjs/i18n/node_modules/oxc-parser" : {
"version" : "0.95.0" ,
"resolved" : "https://registry.npmjs.org/oxc-parser/-/oxc-parser-0.95.0.tgz" ,
"integrity" : "sha512-Te8fE/SmiiKWIrwBwxz5Dod87uYvsbcZ9JAL5ylPg1DevyKgTkxCXnPEaewk1Su2qpfNmry5RHoN+NywWFCG+A==" ,
"dev" : true ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
2026-01-19 15:51:28 +07:00
"peer" : true ,
2026-01-09 14:09:25 +07:00
"dependencies" : {
2026-01-19 15:51:28 +07:00
"@oxc-project/types" : "^0.95.0"
2026-01-09 14:09:25 +07:00
} ,
"engines" : {
2026-01-19 15:51:28 +07:00
"node" : "^20.19.0 || >=22.12.0"
} ,
"funding" : {
"url" : "https://github.com/sponsors/Boshen"
2026-01-19 15:14:30 +07:00
} ,
2026-01-19 15:51:28 +07:00
"optionalDependencies" : {
"@oxc-parser/binding-android-arm64" : "0.95.0" ,
"@oxc-parser/binding-darwin-arm64" : "0.95.0" ,
"@oxc-parser/binding-darwin-x64" : "0.95.0" ,
"@oxc-parser/binding-freebsd-x64" : "0.95.0" ,
"@oxc-parser/binding-linux-arm-gnueabihf" : "0.95.0" ,
"@oxc-parser/binding-linux-arm-musleabihf" : "0.95.0" ,
"@oxc-parser/binding-linux-arm64-gnu" : "0.95.0" ,
"@oxc-parser/binding-linux-arm64-musl" : "0.95.0" ,
"@oxc-parser/binding-linux-riscv64-gnu" : "0.95.0" ,
"@oxc-parser/binding-linux-s390x-gnu" : "0.95.0" ,
"@oxc-parser/binding-linux-x64-gnu" : "0.95.0" ,
"@oxc-parser/binding-linux-x64-musl" : "0.95.0" ,
"@oxc-parser/binding-wasm32-wasi" : "0.95.0" ,
"@oxc-parser/binding-win32-arm64-msvc" : "0.95.0" ,
"@oxc-parser/binding-win32-x64-msvc" : "0.95.0"
}
} ,
"node_modules/@nuxtjs/i18n/node_modules/oxc-transform" : {
"version" : "0.95.0" ,
"resolved" : "https://registry.npmjs.org/oxc-transform/-/oxc-transform-0.95.0.tgz" ,
"integrity" : "sha512-SmS5aThb5K0SoUZgzGbikNBjrGHfOY4X5TEqBlaZb1uy5YgXbUSbpakpZJ13yW36LNqy8Im5+y+sIk5dlzpZ/w==" ,
"dev" : true ,
"license" : "MIT" ,
2026-01-19 15:11:47 +07:00
"engines" : {
"node" : "^20.19.0 || >=22.12.0"
} ,
2026-01-19 15:51:28 +07:00
"funding" : {
"url" : "https://github.com/sponsors/Boshen"
} ,
"optionalDependencies" : {
"@oxc-transform/binding-android-arm64" : "0.95.0" ,
"@oxc-transform/binding-darwin-arm64" : "0.95.0" ,
"@oxc-transform/binding-darwin-x64" : "0.95.0" ,
"@oxc-transform/binding-freebsd-x64" : "0.95.0" ,
"@oxc-transform/binding-linux-arm-gnueabihf" : "0.95.0" ,
"@oxc-transform/binding-linux-arm-musleabihf" : "0.95.0" ,
"@oxc-transform/binding-linux-arm64-gnu" : "0.95.0" ,
"@oxc-transform/binding-linux-arm64-musl" : "0.95.0" ,
"@oxc-transform/binding-linux-riscv64-gnu" : "0.95.0" ,
"@oxc-transform/binding-linux-s390x-gnu" : "0.95.0" ,
"@oxc-transform/binding-linux-x64-gnu" : "0.95.0" ,
"@oxc-transform/binding-linux-x64-musl" : "0.95.0" ,
"@oxc-transform/binding-wasm32-wasi" : "0.95.0" ,
"@oxc-transform/binding-win32-arm64-msvc" : "0.95.0" ,
"@oxc-transform/binding-win32-x64-msvc" : "0.95.0"
}
} ,
"node_modules/@nuxtjs/i18n/node_modules/oxc-walker" : {
"version" : "0.5.2" ,
"resolved" : "https://registry.npmjs.org/oxc-walker/-/oxc-walker-0.5.2.tgz" ,
"integrity" : "sha512-XYoZqWwApSKUmSDEFeOKdy3Cdh95cOcSU8f7yskFWE4Rl3cfL5uwyY+EV7Brk9mdNLy+t5SseJajd6g7KncvlA==" ,
"dev" : true ,
2026-01-19 15:11:47 +07:00
"license" : "MIT" ,
2026-01-19 15:14:30 +07:00
"dependencies" : {
2026-01-19 15:51:28 +07:00
"magic-regexp" : "^0.10.0"
2026-01-09 14:09:25 +07:00
} ,
2026-01-19 15:51:28 +07:00
"peerDependencies" : {
"oxc-parser" : ">=0.72.0"
}
} ,
"node_modules/@nuxtjs/i18n/node_modules/readdirp" : {
"version" : "4.1.2" ,
"resolved" : "https://registry.npmjs.org/readdirp/-/readdirp-4.1.2.tgz" ,
"integrity" : "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==" ,
"dev" : true ,
"license" : "MIT" ,
2026-01-19 15:14:30 +07:00
"engines" : {
2026-01-19 15:51:28 +07:00
"node" : ">= 14.18.0"
} ,
"funding" : {
"type" : "individual" ,
"url" : "https://paulmillr.com/funding/"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:51:28 +07:00
"node_modules/@nuxtjs/i18n/node_modules/unplugin-utils" : {
"version" : "0.3.1" ,
"resolved" : "https://registry.npmjs.org/unplugin-utils/-/unplugin-utils-0.3.1.tgz" ,
"integrity" : "sha512-5lWVjgi6vuHhJ526bI4nlCOmkCIF3nnfXkCMDeMJrtdvxTs6ZFCM8oNufGTsDbKv/tJ/xj8RpvXjRuPBZJuJog==" ,
"dev" : true ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
"dependencies" : {
2026-01-19 15:11:47 +07:00
"pathe" : "^2.0.3" ,
2026-01-19 15:51:28 +07:00
"picomatch" : "^4.0.3"
2026-01-09 14:09:25 +07:00
} ,
"engines" : {
2026-01-19 15:51:28 +07:00
"node" : ">=20.19.0"
2026-01-09 14:09:25 +07:00
} ,
2026-01-19 15:11:47 +07:00
"funding" : {
2026-01-19 15:51:28 +07:00
"url" : "https://github.com/sponsors/sxzz"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:51:28 +07:00
"node_modules/@nuxtjs/i18n/node_modules/unplugin-vue-router" : {
"version" : "0.16.2" ,
"resolved" : "https://registry.npmjs.org/unplugin-vue-router/-/unplugin-vue-router-0.16.2.tgz" ,
"integrity" : "sha512-lE6ZjnHaXfS2vFI/PSEwdKcdOo5RwAbCKUnPBIN9YwLgSWas3x+qivzQvJa/uxhKzJldE6WK43aDKjGj9Rij9w==" ,
"dev" : true ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
"dependencies" : {
2026-01-19 15:51:28 +07:00
"@babel/generator" : "^7.28.5" ,
"@vue-macros/common" : "^3.1.1" ,
"@vue/language-core" : "^3.1.3" ,
"ast-walker-scope" : "^0.8.3" ,
"chokidar" : "^4.0.3" ,
"json5" : "^2.2.3" ,
"local-pkg" : "^1.1.2" ,
2026-01-19 15:11:47 +07:00
"magic-string" : "^0.30.21" ,
"mlly" : "^1.8.0" ,
2026-01-19 15:51:28 +07:00
"muggle-string" : "^0.4.1" ,
2026-01-19 15:11:47 +07:00
"pathe" : "^2.0.3" ,
2026-01-19 15:51:28 +07:00
"picomatch" : "^4.0.3" ,
"scule" : "^1.3.0" ,
"tinyglobby" : "^0.2.15" ,
"unplugin" : "^2.3.10" ,
"unplugin-utils" : "^0.3.1" ,
"yaml" : "^2.8.1"
2026-01-09 14:09:25 +07:00
} ,
"peerDependencies" : {
2026-01-19 15:51:28 +07:00
"@vue/compiler-sfc" : "^3.5.17" ,
"vue-router" : "^4.6.0"
2026-01-09 14:09:25 +07:00
} ,
"peerDependenciesMeta" : {
2026-01-19 15:51:28 +07:00
"vue-router" : {
2026-01-09 14:09:25 +07:00
"optional" : true
}
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/@nuxtjs/tailwindcss" : {
"version" : "6.14.0" ,
"resolved" : "https://registry.npmjs.org/@nuxtjs/tailwindcss/-/tailwindcss-6.14.0.tgz" ,
"integrity" : "sha512-30RyDK++LrUVRgc2A85MktGWIZoRQgeQKjE4CjjD64OXNozyl+4ScHnnYgqVToMM6Ch2ZG2W4wV2J0EN6F0zkQ==" ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
2026-01-19 15:11:47 +07:00
"dependencies" : {
"@nuxt/kit" : "^3.16.0" ,
"autoprefixer" : "^10.4.20" ,
"c12" : "^3.0.2" ,
"consola" : "^3.4.0" ,
"defu" : "^6.1.4" ,
"h3" : "^1.15.1" ,
"klona" : "^2.0.6" ,
"ohash" : "^2.0.11" ,
"pathe" : "^2.0.3" ,
"pkg-types" : "^2.1.0" ,
"postcss" : "^8.5.3" ,
"postcss-nesting" : "^13.0.1" ,
"tailwind-config-viewer" : "^2.0.4" ,
"tailwindcss" : "~3.4.17" ,
"ufo" : "^1.5.4" ,
"unctx" : "^2.4.1"
}
2026-01-09 14:09:25 +07:00
} ,
2026-01-19 15:11:47 +07:00
"node_modules/@oxc-minify/binding-android-arm64" : {
"version" : "0.102.0" ,
"resolved" : "https://registry.npmjs.org/@oxc-minify/binding-android-arm64/-/binding-android-arm64-0.102.0.tgz" ,
"integrity" : "sha512-pknM+ttJTwRr7ezn1v5K+o2P4RRjLAzKI10bjVDPybwWQ544AZW6jxm7/YDgF2yUbWEV9o7cAQPkIUOmCiW8vg==" ,
2026-01-09 14:09:25 +07:00
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"android"
2026-01-19 15:11:47 +07:00
] ,
"engines" : {
"node" : "^20.19.0 || >=22.12.0"
}
2026-01-09 14:09:25 +07:00
} ,
2026-01-19 15:11:47 +07:00
"node_modules/@oxc-minify/binding-darwin-arm64" : {
"version" : "0.102.0" ,
"resolved" : "https://registry.npmjs.org/@oxc-minify/binding-darwin-arm64/-/binding-darwin-arm64-0.102.0.tgz" ,
"integrity" : "sha512-BDLiH41ZctNND38+GCEL3ZxFn9j7qMZJLrr6SLWMt8xlG4Sl64xTkZ0zeUy4RdVEatKKZdrRIhFZ2e5wPDQT6Q==" ,
2026-01-09 14:09:25 +07:00
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"darwin"
2026-01-19 15:11:47 +07:00
] ,
"engines" : {
"node" : "^20.19.0 || >=22.12.0"
}
2026-01-09 14:09:25 +07:00
} ,
2026-01-19 15:11:47 +07:00
"node_modules/@oxc-minify/binding-darwin-x64" : {
"version" : "0.102.0" ,
"resolved" : "https://registry.npmjs.org/@oxc-minify/binding-darwin-x64/-/binding-darwin-x64-0.102.0.tgz" ,
"integrity" : "sha512-AcB8ZZ711w4hTDhMfMHNjT2d+hekTQ2XmNSUBqJdXB+a2bJbE50UCRq/nxXl44zkjaQTit3lcQbFvhk2wwKcpw==" ,
2026-01-09 14:09:25 +07:00
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"darwin"
] ,
2026-01-19 15:11:47 +07:00
"engines" : {
"node" : "^20.19.0 || >=22.12.0"
}
2026-01-09 14:09:25 +07:00
} ,
2026-01-19 15:11:47 +07:00
"node_modules/@oxc-minify/binding-freebsd-x64" : {
"version" : "0.102.0" ,
"resolved" : "https://registry.npmjs.org/@oxc-minify/binding-freebsd-x64/-/binding-freebsd-x64-0.102.0.tgz" ,
"integrity" : "sha512-UlLEN9mR5QaviYVMWZQsN9DgAH3qyV67XUXDEzSrbVMLsqHsVHhFU8ZIeO0fxWTQW/cgpvldvKp9/+RdrggqWw==" ,
2026-01-09 14:09:25 +07:00
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"freebsd"
2026-01-19 15:11:47 +07:00
] ,
"engines" : {
"node" : "^20.19.0 || >=22.12.0"
}
2026-01-09 14:09:25 +07:00
} ,
2026-01-19 15:11:47 +07:00
"node_modules/@oxc-minify/binding-linux-arm-gnueabihf" : {
"version" : "0.102.0" ,
"resolved" : "https://registry.npmjs.org/@oxc-minify/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-0.102.0.tgz" ,
"integrity" : "sha512-CWyCwedZrUt47n56/RwHSwKXxVI3p98hB0ntLaBNeH5qjjBujs9uOh4bQ0aAlzUWunT77b3/Y+xcQnmV42HN4A==" ,
2026-01-09 14:09:25 +07:00
"cpu" : [
"arm"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
2026-01-19 15:11:47 +07:00
] ,
"engines" : {
"node" : "^20.19.0 || >=22.12.0"
}
2026-01-09 14:09:25 +07:00
} ,
2026-01-19 15:11:47 +07:00
"node_modules/@oxc-minify/binding-linux-arm64-gnu" : {
"version" : "0.102.0" ,
"resolved" : "https://registry.npmjs.org/@oxc-minify/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-0.102.0.tgz" ,
"integrity" : "sha512-W/DCw+Ys8rXj4j38ylJ2l6Kvp6SV+eO5SUWA11imz7yCWntNL001KJyGQ9PJNUFHg0jbxe3yqm4M50v6miWzeA==" ,
2026-01-09 14:09:25 +07:00
"cpu" : [
2026-01-19 15:11:47 +07:00
"arm64"
2026-01-09 14:09:25 +07:00
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
2026-01-19 15:11:47 +07:00
] ,
"engines" : {
"node" : "^20.19.0 || >=22.12.0"
}
2026-01-09 14:09:25 +07:00
} ,
2026-01-19 15:11:47 +07:00
"node_modules/@oxc-minify/binding-linux-arm64-musl" : {
"version" : "0.102.0" ,
"resolved" : "https://registry.npmjs.org/@oxc-minify/binding-linux-arm64-musl/-/binding-linux-arm64-musl-0.102.0.tgz" ,
"integrity" : "sha512-DyH/t/zSZHuX4Nn239oBteeMC4OP7B13EyXWX18Qg8aJoZ+lZo90WPGOvhP04zII33jJ7di+vrtAUhsX64lp+A==" ,
2026-01-09 14:09:25 +07:00
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
2026-01-19 15:11:47 +07:00
] ,
"engines" : {
"node" : "^20.19.0 || >=22.12.0"
}
2026-01-09 14:09:25 +07:00
} ,
2026-01-19 15:11:47 +07:00
"node_modules/@oxc-minify/binding-linux-riscv64-gnu" : {
"version" : "0.102.0" ,
"resolved" : "https://registry.npmjs.org/@oxc-minify/binding-linux-riscv64-gnu/-/binding-linux-riscv64-gnu-0.102.0.tgz" ,
"integrity" : "sha512-CMvzrmOg+Gs44E7TRK/IgrHYp+wwVJxVV8niUrDR2b3SsrCO3NQz5LI+7bM1qDbWnuu5Cl1aiitoMfjRY61dSg==" ,
2026-01-09 14:09:25 +07:00
"cpu" : [
2026-01-19 15:11:47 +07:00
"riscv64"
2026-01-09 14:09:25 +07:00
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
2026-01-19 15:11:47 +07:00
] ,
"engines" : {
"node" : "^20.19.0 || >=22.12.0"
}
2026-01-09 14:09:25 +07:00
} ,
2026-01-19 15:11:47 +07:00
"node_modules/@oxc-minify/binding-linux-s390x-gnu" : {
"version" : "0.102.0" ,
"resolved" : "https://registry.npmjs.org/@oxc-minify/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-0.102.0.tgz" ,
"integrity" : "sha512-tZWr6j2s0ddm9MTfWTI3myaAArg9GDy4UgvpF00kMQAjLcGUNhEEQbB9Bd9KtCvDQzaan8HQs0GVWUp+DWrymw==" ,
2026-01-09 14:09:25 +07:00
"cpu" : [
2026-01-19 15:11:47 +07:00
"s390x"
2026-01-09 14:09:25 +07:00
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
2026-01-19 15:11:47 +07:00
] ,
"engines" : {
"node" : "^20.19.0 || >=22.12.0"
}
2026-01-09 14:09:25 +07:00
} ,
2026-01-19 15:11:47 +07:00
"node_modules/@oxc-minify/binding-linux-x64-gnu" : {
"version" : "0.102.0" ,
"resolved" : "https://registry.npmjs.org/@oxc-minify/binding-linux-x64-gnu/-/binding-linux-x64-gnu-0.102.0.tgz" ,
"integrity" : "sha512-0YEKmAIun1bS+Iy5Shx6WOTSj3GuilVuctJjc5/vP8/EMTZ/RI8j0eq0Mu3UFPoT/bMULL3MBXuHuEIXmq7Ddg==" ,
2026-01-09 14:09:25 +07:00
"cpu" : [
2026-01-19 15:11:47 +07:00
"x64"
2026-01-09 14:09:25 +07:00
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
2026-01-19 15:11:47 +07:00
] ,
"engines" : {
"node" : "^20.19.0 || >=22.12.0"
}
2026-01-09 14:09:25 +07:00
} ,
2026-01-19 15:11:47 +07:00
"node_modules/@oxc-minify/binding-linux-x64-musl" : {
"version" : "0.102.0" ,
"resolved" : "https://registry.npmjs.org/@oxc-minify/binding-linux-x64-musl/-/binding-linux-x64-musl-0.102.0.tgz" ,
"integrity" : "sha512-Ew4QDpEsXoV+pG5+bJpheEy3GH436GBe6ASPB0X27Hh9cQ2gb1NVZ7cY7xJj68+fizwS/PtT8GHoG3uxyH17Pg==" ,
2026-01-09 14:09:25 +07:00
"cpu" : [
2026-01-19 15:11:47 +07:00
"x64"
2026-01-09 14:09:25 +07:00
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
2026-01-19 15:11:47 +07:00
] ,
"engines" : {
"node" : "^20.19.0 || >=22.12.0"
}
2026-01-09 14:09:25 +07:00
} ,
2026-01-19 15:11:47 +07:00
"node_modules/@oxc-minify/binding-openharmony-arm64" : {
"version" : "0.102.0" ,
"resolved" : "https://registry.npmjs.org/@oxc-minify/binding-openharmony-arm64/-/binding-openharmony-arm64-0.102.0.tgz" ,
"integrity" : "sha512-wYPXS8IOu/sXiP3CGHJNPzZo4hfPAwJKevcFH2syvU2zyqUxym7hx6smfcK/mgJBiX7VchwArdGRwrEQKcBSaQ==" ,
2026-01-09 14:09:25 +07:00
"cpu" : [
2026-01-19 15:11:47 +07:00
"arm64"
2026-01-09 14:09:25 +07:00
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
2026-01-19 15:11:47 +07:00
"openharmony"
] ,
"engines" : {
"node" : "^20.19.0 || >=22.12.0"
}
2026-01-09 14:09:25 +07:00
} ,
2026-01-19 15:11:47 +07:00
"node_modules/@oxc-minify/binding-wasm32-wasi" : {
"version" : "0.102.0" ,
"resolved" : "https://registry.npmjs.org/@oxc-minify/binding-wasm32-wasi/-/binding-wasm32-wasi-0.102.0.tgz" ,
"integrity" : "sha512-52SepCb9e+8cVisGa9S/F14K8PxW0AnbV1j4KEYi8uwfkUIxeDNKRHVHzPoBXNrr0yxW0EHLn/3i8J7a2YCpWw==" ,
2026-01-09 14:09:25 +07:00
"cpu" : [
2026-01-19 15:11:47 +07:00
"wasm32"
2026-01-09 14:09:25 +07:00
] ,
"license" : "MIT" ,
"optional" : true ,
2026-01-19 15:11:47 +07:00
"dependencies" : {
"@napi-rs/wasm-runtime" : "^1.1.0"
} ,
"engines" : {
"node" : ">=14.0.0"
}
2026-01-09 14:09:25 +07:00
} ,
2026-01-19 15:11:47 +07:00
"node_modules/@oxc-minify/binding-win32-arm64-msvc" : {
"version" : "0.102.0" ,
"resolved" : "https://registry.npmjs.org/@oxc-minify/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-0.102.0.tgz" ,
"integrity" : "sha512-kLs6H1y6sDBKcIimkNwu5th28SLkyvFpHNxdLtCChda0KIGeIXNSiupy5BqEutY+VlWJivKT1OV3Ev3KC5Euzg==" ,
2026-01-09 14:09:25 +07:00
"cpu" : [
2026-01-19 15:11:47 +07:00
"arm64"
2026-01-09 14:09:25 +07:00
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
2026-01-19 15:11:47 +07:00
"win32"
] ,
"engines" : {
"node" : "^20.19.0 || >=22.12.0"
}
2026-01-09 14:09:25 +07:00
} ,
2026-01-19 15:11:47 +07:00
"node_modules/@oxc-minify/binding-win32-x64-msvc" : {
"version" : "0.102.0" ,
"resolved" : "https://registry.npmjs.org/@oxc-minify/binding-win32-x64-msvc/-/binding-win32-x64-msvc-0.102.0.tgz" ,
"integrity" : "sha512-XdyJZdSMN8rbBXH10CrFuU+Q9jIP2+MnxHmNzjK4+bldbTI1UxqwjUMS9bKVC5VCaIEZhh8IE8x4Vf8gmCgrKQ==" ,
2026-01-09 14:09:25 +07:00
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
2026-01-19 15:11:47 +07:00
"win32"
] ,
"engines" : {
"node" : "^20.19.0 || >=22.12.0"
}
2026-01-09 14:09:25 +07:00
} ,
2026-01-19 15:11:47 +07:00
"node_modules/@oxc-parser/binding-android-arm64" : {
"version" : "0.102.0" ,
"resolved" : "https://registry.npmjs.org/@oxc-parser/binding-android-arm64/-/binding-android-arm64-0.102.0.tgz" ,
"integrity" : "sha512-pD2if3w3cxPvYbsBSTbhxAYGDaG6WVwnqYG0mYRQ142D6SJ6BpNs7YVQrqpRA2AJQCmzaPP5TRp/koFLebagfQ==" ,
2026-01-09 14:09:25 +07:00
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
2026-01-19 15:11:47 +07:00
"android"
] ,
"engines" : {
"node" : "^20.19.0 || >=22.12.0"
}
2026-01-09 14:09:25 +07:00
} ,
2026-01-19 15:11:47 +07:00
"node_modules/@oxc-parser/binding-darwin-arm64" : {
"version" : "0.102.0" ,
"resolved" : "https://registry.npmjs.org/@oxc-parser/binding-darwin-arm64/-/binding-darwin-arm64-0.102.0.tgz" ,
"integrity" : "sha512-RzMN6f6MrjjpQC2Dandyod3iOscofYBpHaTecmoRRbC5sJMwsurkqUMHzoJX9F6IM87kn8m/JcClnoOfx5Sesw==" ,
2026-01-09 14:09:25 +07:00
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
2026-01-19 15:11:47 +07:00
"darwin"
2026-01-09 14:09:25 +07:00
] ,
2026-01-19 15:11:47 +07:00
"engines" : {
"node" : "^20.19.0 || >=22.12.0"
}
2026-01-09 14:09:25 +07:00
} ,
2026-01-19 15:11:47 +07:00
"node_modules/@oxc-parser/binding-darwin-x64" : {
"version" : "0.102.0" ,
"resolved" : "https://registry.npmjs.org/@oxc-parser/binding-darwin-x64/-/binding-darwin-x64-0.102.0.tgz" ,
"integrity" : "sha512-Sr2/3K6GEcejY+HgWp5HaxRPzW5XHe9IfGKVn9OhLt8fzVLnXbK5/GjXj7JjMCNKI3G3ZPZDG2Dgm6CX3MaHCA==" ,
2026-01-09 14:09:25 +07:00
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
2026-01-19 15:11:47 +07:00
"darwin"
] ,
"engines" : {
"node" : "^20.19.0 || >=22.12.0"
}
2026-01-09 14:09:25 +07:00
} ,
2026-01-19 15:11:47 +07:00
"node_modules/@oxc-parser/binding-freebsd-x64" : {
"version" : "0.102.0" ,
"resolved" : "https://registry.npmjs.org/@oxc-parser/binding-freebsd-x64/-/binding-freebsd-x64-0.102.0.tgz" ,
"integrity" : "sha512-s9F2N0KJCGEpuBW6ChpFfR06m2Id9ReaHSl8DCca4HvFNt8SJFPp8fq42n2PZy68rtkremQasM0JDrK2BoBeBQ==" ,
2026-01-09 14:09:25 +07:00
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
2026-01-19 15:11:47 +07:00
"freebsd"
] ,
2026-01-13 10:46:40 +07:00
"engines" : {
2026-01-19 15:11:47 +07:00
"node" : "^20.19.0 || >=22.12.0"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/@oxc-parser/binding-linux-arm-gnueabihf" : {
"version" : "0.102.0" ,
"resolved" : "https://registry.npmjs.org/@oxc-parser/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-0.102.0.tgz" ,
"integrity" : "sha512-zRCIOWzLbqhfY4g8KIZDyYfO2Fl5ltxdQI1v2GlePj66vFWRl8cf4qcBGzxKfsH3wCZHAhmWd1Ht59mnrfH/UQ==" ,
"cpu" : [
"arm"
] ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
2026-01-19 15:11:47 +07:00
"optional" : true ,
"os" : [
"linux"
] ,
2026-01-09 14:09:25 +07:00
"engines" : {
2026-01-19 15:11:47 +07:00
"node" : "^20.19.0 || >=22.12.0"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:51:28 +07:00
"node_modules/@oxc-parser/binding-linux-arm-musleabihf" : {
"version" : "0.95.0" ,
"resolved" : "https://registry.npmjs.org/@oxc-parser/binding-linux-arm-musleabihf/-/binding-linux-arm-musleabihf-0.95.0.tgz" ,
"integrity" : "sha512-SXNasDtPw8ycNV7VEvFxb4LETmykvWKUhHR7K3us818coXYpDj54P8WEx8hJobP/9skuuiFuKHmtYLdjX8wntA==" ,
"cpu" : [
"arm"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : "^20.19.0 || >=22.12.0"
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/@oxc-parser/binding-linux-arm64-gnu" : {
"version" : "0.102.0" ,
"resolved" : "https://registry.npmjs.org/@oxc-parser/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-0.102.0.tgz" ,
"integrity" : "sha512-5n5RbHgfjulRhKB0pW5p0X/NkQeOpI4uI9WHgIZbORUDATGFC8yeyPA6xYGEs+S3MyEAFxl4v544UEIWwqAgsA==" ,
"cpu" : [
"arm64"
] ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
2026-01-19 15:11:47 +07:00
"optional" : true ,
"os" : [
"linux"
] ,
2026-01-13 10:46:40 +07:00
"engines" : {
2026-01-19 15:11:47 +07:00
"node" : "^20.19.0 || >=22.12.0"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/@oxc-parser/binding-linux-arm64-musl" : {
"version" : "0.102.0" ,
"resolved" : "https://registry.npmjs.org/@oxc-parser/binding-linux-arm64-musl/-/binding-linux-arm64-musl-0.102.0.tgz" ,
"integrity" : "sha512-/XWcmglH/VJ4yKAGTLRgPKSSikh3xciNxkwGiURt8dS30b+3pwc4ZZmudMu0tQ3mjSu0o7V9APZLMpbHK8Bp5w==" ,
"cpu" : [
"arm64"
] ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
"optional" : true ,
2026-01-19 15:11:47 +07:00
"os" : [
"linux"
] ,
"engines" : {
"node" : "^20.19.0 || >=22.12.0"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/@oxc-parser/binding-linux-riscv64-gnu" : {
"version" : "0.102.0" ,
"resolved" : "https://registry.npmjs.org/@oxc-parser/binding-linux-riscv64-gnu/-/binding-linux-riscv64-gnu-0.102.0.tgz" ,
"integrity" : "sha512-2jtIq4nswvy6xdqv1ndWyvVlaRpS0yqomLCvvHdCFx3pFXo5Aoq4RZ39kgvFWrbAtpeYSYeAGFnwgnqjx9ftdw==" ,
"cpu" : [
"riscv64"
] ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
2026-01-19 15:11:47 +07:00
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : "^20.19.0 || >=22.12.0"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/@oxc-parser/binding-linux-s390x-gnu" : {
"version" : "0.102.0" ,
"resolved" : "https://registry.npmjs.org/@oxc-parser/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-0.102.0.tgz" ,
"integrity" : "sha512-Yp6HX/574mvYryiqj0jNvNTJqo4pdAsNP2LPBTxlDQ1cU3lPd7DUA4MQZadaeLI8+AGB2Pn50mPuPyEwFIxeFg==" ,
"cpu" : [
"s390x"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : "^20.19.0 || >=22.12.0"
}
2026-01-09 14:09:25 +07:00
} ,
2026-01-19 15:11:47 +07:00
"node_modules/@oxc-parser/binding-linux-x64-gnu" : {
"version" : "0.102.0" ,
"resolved" : "https://registry.npmjs.org/@oxc-parser/binding-linux-x64-gnu/-/binding-linux-x64-gnu-0.102.0.tgz" ,
"integrity" : "sha512-R4b0xZpDRhoNB2XZy0kLTSYm0ZmWeKjTii9fcv1Mk3/SIGPrrglwt4U6zEtwK54Dfi4Bve5JnQYduigR/gyDzw==" ,
"cpu" : [
"x64"
] ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
2026-01-19 15:11:47 +07:00
"optional" : true ,
"os" : [
"linux"
] ,
2026-01-13 10:46:40 +07:00
"engines" : {
2026-01-19 15:11:47 +07:00
"node" : "^20.19.0 || >=22.12.0"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/@oxc-parser/binding-linux-x64-musl" : {
"version" : "0.102.0" ,
"resolved" : "https://registry.npmjs.org/@oxc-parser/binding-linux-x64-musl/-/binding-linux-x64-musl-0.102.0.tgz" ,
"integrity" : "sha512-xM5A+03Ti3jvWYZoqaBRS3lusvnvIQjA46Fc9aBE/MHgvKgHSkrGEluLWg/33QEwBwxupkH25Pxc1yu97oZCtg==" ,
"cpu" : [
"x64"
] ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
2026-01-19 15:11:47 +07:00
"optional" : true ,
"os" : [
"linux"
] ,
2026-01-09 14:09:25 +07:00
"engines" : {
2026-01-19 15:11:47 +07:00
"node" : "^20.19.0 || >=22.12.0"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/@oxc-parser/binding-openharmony-arm64" : {
"version" : "0.102.0" ,
"resolved" : "https://registry.npmjs.org/@oxc-parser/binding-openharmony-arm64/-/binding-openharmony-arm64-0.102.0.tgz" ,
"integrity" : "sha512-AieLlsliblyaTFq7Iw9Nc618tgwV02JT4fQ6VIUd/3ZzbluHIHfPjIXa6Sds+04krw5TvCS8lsegtDYAyzcyhg==" ,
"cpu" : [
"arm64"
] ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
2026-01-19 15:11:47 +07:00
"optional" : true ,
"os" : [
"openharmony"
] ,
2026-01-09 14:09:25 +07:00
"engines" : {
2026-01-19 15:11:47 +07:00
"node" : "^20.19.0 || >=22.12.0"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/@oxc-parser/binding-wasm32-wasi" : {
"version" : "0.102.0" ,
"resolved" : "https://registry.npmjs.org/@oxc-parser/binding-wasm32-wasi/-/binding-wasm32-wasi-0.102.0.tgz" ,
"integrity" : "sha512-w6HRyArs1PBb9rDsQSHlooe31buUlUI2iY8sBzp62jZ1tmvaJo9EIVTQlRNDkwJmk9DF9uEyIJ82EkZcCZTs9A==" ,
"cpu" : [
"wasm32"
] ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
2026-01-19 15:11:47 +07:00
"optional" : true ,
2026-01-09 14:09:25 +07:00
"dependencies" : {
2026-01-19 15:11:47 +07:00
"@napi-rs/wasm-runtime" : "^1.1.0"
2026-01-09 14:09:25 +07:00
} ,
"engines" : {
2026-01-19 15:11:47 +07:00
"node" : ">=14.0.0"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/@oxc-parser/binding-win32-arm64-msvc" : {
"version" : "0.102.0" ,
"resolved" : "https://registry.npmjs.org/@oxc-parser/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-0.102.0.tgz" ,
"integrity" : "sha512-pqP5UuLiiFONQxqGiUFMdsfybaK1EOK4AXiPlvOvacLaatSEPObZGpyCkAcj9aZcvvNwYdeY9cxGM9IT3togaA==" ,
"cpu" : [
"arm64"
] ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
2026-01-19 15:11:47 +07:00
"optional" : true ,
"os" : [
"win32"
] ,
2026-01-13 10:46:40 +07:00
"engines" : {
2026-01-19 15:11:47 +07:00
"node" : "^20.19.0 || >=22.12.0"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/@oxc-parser/binding-win32-x64-msvc" : {
"version" : "0.102.0" ,
"resolved" : "https://registry.npmjs.org/@oxc-parser/binding-win32-x64-msvc/-/binding-win32-x64-msvc-0.102.0.tgz" ,
"integrity" : "sha512-ntMcL35wuLR1A145rLSmm7m7j8JBZGkROoB9Du0KFIFcfi/w1qk75BdCeiTl3HAKrreAnuhW3QOGs6mJhntowA==" ,
"cpu" : [
"x64"
] ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
2026-01-19 15:11:47 +07:00
"optional" : true ,
"os" : [
"win32"
] ,
2026-01-13 10:46:40 +07:00
"engines" : {
2026-01-19 15:11:47 +07:00
"node" : "^20.19.0 || >=22.12.0"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/@oxc-project/types" : {
"version" : "0.102.0" ,
"resolved" : "https://registry.npmjs.org/@oxc-project/types/-/types-0.102.0.tgz" ,
"integrity" : "sha512-8Skrw405g+/UJPKWJ1twIk3BIH2nXdiVlVNtYT23AXVwpsd79es4K+KYt06Fbnkc5BaTvk/COT2JuCLYdwnCdA==" ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
2026-01-13 10:46:40 +07:00
"funding" : {
2026-01-19 15:11:47 +07:00
"url" : "https://github.com/sponsors/Boshen"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/@oxc-transform/binding-android-arm64" : {
"version" : "0.102.0" ,
"resolved" : "https://registry.npmjs.org/@oxc-transform/binding-android-arm64/-/binding-android-arm64-0.102.0.tgz" ,
"integrity" : "sha512-JLBT7EiExsGmB6LuBBnm6qTfg0rLSxBU+F7xjqy6UXYpL7zhqelGJL7IAq6Pu5UYFT55zVlXXmgzLOXQfpQjXA==" ,
2026-01-13 10:46:40 +07:00
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"android"
2026-01-19 15:11:47 +07:00
] ,
"engines" : {
"node" : "^20.19.0 || >=22.12.0"
}
2026-01-13 10:46:40 +07:00
} ,
2026-01-19 15:11:47 +07:00
"node_modules/@oxc-transform/binding-darwin-arm64" : {
"version" : "0.102.0" ,
"resolved" : "https://registry.npmjs.org/@oxc-transform/binding-darwin-arm64/-/binding-darwin-arm64-0.102.0.tgz" ,
"integrity" : "sha512-xmsBCk/NwE0khy8h6wLEexiS5abCp1ZqJUNHsAovJdGgIW21oGwhiC3VYg1vNLbq+zEXwOHuphVuNEYfBwyNTw==" ,
2026-01-13 10:46:40 +07:00
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"darwin"
2026-01-19 15:11:47 +07:00
] ,
"engines" : {
"node" : "^20.19.0 || >=22.12.0"
}
2026-01-13 10:46:40 +07:00
} ,
2026-01-19 15:11:47 +07:00
"node_modules/@oxc-transform/binding-darwin-x64" : {
"version" : "0.102.0" ,
"resolved" : "https://registry.npmjs.org/@oxc-transform/binding-darwin-x64/-/binding-darwin-x64-0.102.0.tgz" ,
"integrity" : "sha512-EhBsiq8hSd5BRjlWACB9MxTUiZT2He1s1b3tRP8k3lB8ZTt6sXnDXIWhxRmmM0h//xe6IJ2HuMlbvjXPo/tATg==" ,
2026-01-13 10:46:40 +07:00
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"darwin"
2026-01-19 15:11:47 +07:00
] ,
"engines" : {
"node" : "^20.19.0 || >=22.12.0"
}
2026-01-13 10:46:40 +07:00
} ,
2026-01-19 15:11:47 +07:00
"node_modules/@oxc-transform/binding-freebsd-x64" : {
"version" : "0.102.0" ,
"resolved" : "https://registry.npmjs.org/@oxc-transform/binding-freebsd-x64/-/binding-freebsd-x64-0.102.0.tgz" ,
"integrity" : "sha512-eujvuYf0x7BFgKyFecbXUa2JBEXT4Ss6vmyrrhVdN07jaeJRiobaKAmeNXBkanoWL2KQLELJbSBgs1ykWYTkzg==" ,
2026-01-13 10:46:40 +07:00
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"freebsd"
2026-01-19 15:11:47 +07:00
] ,
"engines" : {
"node" : "^20.19.0 || >=22.12.0"
}
2026-01-13 10:46:40 +07:00
} ,
2026-01-19 15:11:47 +07:00
"node_modules/@oxc-transform/binding-linux-arm-gnueabihf" : {
"version" : "0.102.0" ,
"resolved" : "https://registry.npmjs.org/@oxc-transform/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-0.102.0.tgz" ,
"integrity" : "sha512-2x7Ro356PHBVp1SS/dOsHBSnrfs5MlPYwhdKg35t6qixt2bv1kzEH0tDmn4TNEbdjOirmvOXoCTEWUvh8A4f4Q==" ,
2026-01-13 10:46:40 +07:00
"cpu" : [
"arm"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
2026-01-19 15:11:47 +07:00
] ,
"engines" : {
"node" : "^20.19.0 || >=22.12.0"
}
2026-01-13 10:46:40 +07:00
} ,
2026-01-19 15:51:28 +07:00
"node_modules/@oxc-transform/binding-linux-arm-musleabihf" : {
"version" : "0.95.0" ,
"resolved" : "https://registry.npmjs.org/@oxc-transform/binding-linux-arm-musleabihf/-/binding-linux-arm-musleabihf-0.95.0.tgz" ,
"integrity" : "sha512-a59xPw84t6VwlvNEGcmuw3feGcKcWOC7uB8oePJ/BVSAV1yayLoB3k6JASwLTZ7N/PNPNUhcw1jDxowgAfBJfg==" ,
"cpu" : [
"arm"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : "^20.19.0 || >=22.12.0"
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/@oxc-transform/binding-linux-arm64-gnu" : {
"version" : "0.102.0" ,
"resolved" : "https://registry.npmjs.org/@oxc-transform/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-0.102.0.tgz" ,
"integrity" : "sha512-Rz/RbPvT4QwcHKIQ/cOt6Lwl4c7AhK2b6whZfyL6oJ7Uz8UiVl1BCwk8thedrB5h+FEykmaPHoriW1hmBev60g==" ,
2026-01-13 10:46:40 +07:00
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
2026-01-19 15:11:47 +07:00
] ,
"engines" : {
"node" : "^20.19.0 || >=22.12.0"
}
2026-01-13 10:46:40 +07:00
} ,
2026-01-19 15:11:47 +07:00
"node_modules/@oxc-transform/binding-linux-arm64-musl" : {
"version" : "0.102.0" ,
"resolved" : "https://registry.npmjs.org/@oxc-transform/binding-linux-arm64-musl/-/binding-linux-arm64-musl-0.102.0.tgz" ,
"integrity" : "sha512-I08iWABrN7zakn3wuNIBWY3hALQGsDLPQbZT1mXws7tyiQqJNGe49uS0/O50QhX3KXj+mbRGsmjVXLXGJE1CVQ==" ,
2026-01-13 10:46:40 +07:00
"cpu" : [
2026-01-19 15:11:47 +07:00
"arm64"
2026-01-13 10:46:40 +07:00
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
2026-01-19 15:11:47 +07:00
] ,
"engines" : {
"node" : "^20.19.0 || >=22.12.0"
}
2026-01-13 10:46:40 +07:00
} ,
2026-01-19 15:11:47 +07:00
"node_modules/@oxc-transform/binding-linux-riscv64-gnu" : {
"version" : "0.102.0" ,
"resolved" : "https://registry.npmjs.org/@oxc-transform/binding-linux-riscv64-gnu/-/binding-linux-riscv64-gnu-0.102.0.tgz" ,
"integrity" : "sha512-9+SYW1ARAF6Oj/82ayoqKRe8SI7O1qvzs3Y0kijvhIqAaaZWcFRjI5DToyWRAbnzTtHlMcSllZLXNYdmxBjFxA==" ,
2026-01-13 10:46:40 +07:00
"cpu" : [
"riscv64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
2026-01-19 15:11:47 +07:00
] ,
"engines" : {
"node" : "^20.19.0 || >=22.12.0"
}
2026-01-13 10:46:40 +07:00
} ,
2026-01-19 15:11:47 +07:00
"node_modules/@oxc-transform/binding-linux-s390x-gnu" : {
"version" : "0.102.0" ,
"resolved" : "https://registry.npmjs.org/@oxc-transform/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-0.102.0.tgz" ,
"integrity" : "sha512-HV9nTyQw0TTKYPu+gBhaJBioomiM9O4LcGXi+s5IylCGG6imP0/U13q/9xJnP267QFmiWWqnnSFcv0QAWCyh8A==" ,
2026-01-13 10:46:40 +07:00
"cpu" : [
2026-01-19 15:11:47 +07:00
"s390x"
2026-01-13 10:46:40 +07:00
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
2026-01-19 15:11:47 +07:00
] ,
"engines" : {
"node" : "^20.19.0 || >=22.12.0"
}
2026-01-13 10:46:40 +07:00
} ,
2026-01-19 15:11:47 +07:00
"node_modules/@oxc-transform/binding-linux-x64-gnu" : {
"version" : "0.102.0" ,
"resolved" : "https://registry.npmjs.org/@oxc-transform/binding-linux-x64-gnu/-/binding-linux-x64-gnu-0.102.0.tgz" ,
"integrity" : "sha512-4wcZ08mmdFk8OjsnglyeYGu5PW3TDh87AmcMOi7tZJ3cpJjfzwDfY27KTEUx6G880OpjAiF36OFSPwdKTKgp2g==" ,
2026-01-13 10:46:40 +07:00
"cpu" : [
2026-01-19 15:11:47 +07:00
"x64"
2026-01-13 10:46:40 +07:00
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
2026-01-19 15:11:47 +07:00
] ,
"engines" : {
"node" : "^20.19.0 || >=22.12.0"
}
2026-01-13 10:46:40 +07:00
} ,
2026-01-19 15:11:47 +07:00
"node_modules/@oxc-transform/binding-linux-x64-musl" : {
"version" : "0.102.0" ,
"resolved" : "https://registry.npmjs.org/@oxc-transform/binding-linux-x64-musl/-/binding-linux-x64-musl-0.102.0.tgz" ,
"integrity" : "sha512-rUHZSZBw0FUnUgOhL/Rs7xJz9KjH2eFur/0df6Lwq/isgJc/ggtBtFoZ+y4Fb8ON87a3Y2gS2LT7SEctX0XdPQ==" ,
2026-01-13 10:46:40 +07:00
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
2026-01-19 15:11:47 +07:00
] ,
"engines" : {
"node" : "^20.19.0 || >=22.12.0"
}
2026-01-13 10:46:40 +07:00
} ,
2026-01-19 15:11:47 +07:00
"node_modules/@oxc-transform/binding-openharmony-arm64" : {
"version" : "0.102.0" ,
"resolved" : "https://registry.npmjs.org/@oxc-transform/binding-openharmony-arm64/-/binding-openharmony-arm64-0.102.0.tgz" ,
"integrity" : "sha512-98y4tccTQ/pA+r2KA/MEJIZ7J8TNTJ4aCT4rX8kWK4pGOko2YsfY3Ru9DVHlLDwmVj7wP8Z4JNxdBrAXRvK+0g==" ,
2026-01-13 10:46:40 +07:00
"cpu" : [
2026-01-19 15:11:47 +07:00
"arm64"
2026-01-13 10:46:40 +07:00
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
2026-01-19 15:11:47 +07:00
"openharmony"
] ,
"engines" : {
"node" : "^20.19.0 || >=22.12.0"
}
2026-01-13 10:46:40 +07:00
} ,
2026-01-19 15:11:47 +07:00
"node_modules/@oxc-transform/binding-wasm32-wasi" : {
"version" : "0.102.0" ,
"resolved" : "https://registry.npmjs.org/@oxc-transform/binding-wasm32-wasi/-/binding-wasm32-wasi-0.102.0.tgz" ,
"integrity" : "sha512-M6myOXxHty3L2TJEB1NlJPtQm0c0LmivAxcGv/+DSDadOoB/UnOUbjM8W2Utlh5IYS9ARSOjqHtBiPYLWJ15XA==" ,
2026-01-13 10:46:40 +07:00
"cpu" : [
"wasm32"
] ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
2026-01-19 15:11:47 +07:00
"@napi-rs/wasm-runtime" : "^1.1.0"
2026-01-13 10:46:40 +07:00
} ,
"engines" : {
"node" : ">=14.0.0"
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/@oxc-transform/binding-win32-arm64-msvc" : {
"version" : "0.102.0" ,
"resolved" : "https://registry.npmjs.org/@oxc-transform/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-0.102.0.tgz" ,
"integrity" : "sha512-jzaA1lLiMXiJs4r7E0BHRxTPiwAkpoCfSNRr8npK/SqL4UQE4cSz3WDTX5wJWRrN2U+xqsDGefeYzH4reI8sgw==" ,
2026-01-13 10:46:40 +07:00
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"win32"
] ,
2026-01-19 15:11:47 +07:00
"engines" : {
"node" : "^20.19.0 || >=22.12.0"
}
2026-01-13 10:46:40 +07:00
} ,
2026-01-19 15:11:47 +07:00
"node_modules/@oxc-transform/binding-win32-x64-msvc" : {
"version" : "0.102.0" ,
"resolved" : "https://registry.npmjs.org/@oxc-transform/binding-win32-x64-msvc/-/binding-win32-x64-msvc-0.102.0.tgz" ,
"integrity" : "sha512-eYOm6mch+1cP9qlNkMdorfBFY8aEOxY/isqrreLmEWqF/hyXA0SbLKDigTbvh3JFKny/gXlHoCKckqfua4cwtg==" ,
2026-01-13 10:46:40 +07:00
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"win32"
2026-01-19 15:11:47 +07:00
] ,
2026-01-13 10:46:40 +07:00
"engines" : {
2026-01-19 15:11:47 +07:00
"node" : "^20.19.0 || >=22.12.0"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/@parcel/watcher" : {
2026-01-19 15:14:30 +07:00
"version" : "2.5.1" ,
"resolved" : "https://registry.npmjs.org/@parcel/watcher/-/watcher-2.5.1.tgz" ,
"integrity" : "sha512-dfUnCxiN9H4ap84DvD2ubjw+3vUNpstxa0TneY/Paat8a3R4uQZDLSvWjmznAY/DoahqTHl9V46HF/Zs3F29pg==" ,
2026-01-19 15:11:47 +07:00
"hasInstallScript" : true ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
"dependencies" : {
2026-01-19 15:14:30 +07:00
"detect-libc" : "^1.0.3" ,
2026-01-19 15:11:47 +07:00
"is-glob" : "^4.0.3" ,
2026-01-19 15:14:30 +07:00
"micromatch" : "^4.0.5" ,
"node-addon-api" : "^7.0.0"
2026-01-13 10:46:40 +07:00
} ,
"engines" : {
2026-01-19 15:11:47 +07:00
"node" : ">= 10.0.0"
2026-01-13 10:46:40 +07:00
} ,
2026-01-19 15:11:47 +07:00
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
} ,
"optionalDependencies" : {
2026-01-19 15:14:30 +07:00
"@parcel/watcher-android-arm64" : "2.5.1" ,
"@parcel/watcher-darwin-arm64" : "2.5.1" ,
"@parcel/watcher-darwin-x64" : "2.5.1" ,
"@parcel/watcher-freebsd-x64" : "2.5.1" ,
"@parcel/watcher-linux-arm-glibc" : "2.5.1" ,
"@parcel/watcher-linux-arm-musl" : "2.5.1" ,
"@parcel/watcher-linux-arm64-glibc" : "2.5.1" ,
"@parcel/watcher-linux-arm64-musl" : "2.5.1" ,
"@parcel/watcher-linux-x64-glibc" : "2.5.1" ,
"@parcel/watcher-linux-x64-musl" : "2.5.1" ,
"@parcel/watcher-win32-arm64" : "2.5.1" ,
"@parcel/watcher-win32-ia32" : "2.5.1" ,
"@parcel/watcher-win32-x64" : "2.5.1"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/@parcel/watcher-android-arm64" : {
2026-01-19 15:14:30 +07:00
"version" : "2.5.1" ,
"resolved" : "https://registry.npmjs.org/@parcel/watcher-android-arm64/-/watcher-android-arm64-2.5.1.tgz" ,
"integrity" : "sha512-KF8+j9nNbUN8vzOFDpRMsaKBHZ/mcjEjMToVMJOhTozkDonQFFrRcfdLWn6yWKCmJKmdVxSgHiYvTCef4/qcBA==" ,
2026-01-19 15:11:47 +07:00
"cpu" : [
"arm64"
] ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
2026-01-19 15:11:47 +07:00
"optional" : true ,
"os" : [
"android"
] ,
2026-01-13 10:46:40 +07:00
"engines" : {
2026-01-19 15:11:47 +07:00
"node" : ">= 10.0.0"
2026-01-13 10:46:40 +07:00
} ,
2026-01-19 15:11:47 +07:00
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/@parcel/watcher-darwin-arm64" : {
2026-01-19 15:14:30 +07:00
"version" : "2.5.1" ,
"resolved" : "https://registry.npmjs.org/@parcel/watcher-darwin-arm64/-/watcher-darwin-arm64-2.5.1.tgz" ,
"integrity" : "sha512-eAzPv5osDmZyBhou8PoF4i6RQXAfeKL9tjb3QzYuccXFMQU0ruIc/POh30ePnaOyD1UXdlKguHBmsTs53tVoPw==" ,
2026-01-19 15:11:47 +07:00
"cpu" : [
"arm64"
] ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
2026-01-19 15:11:47 +07:00
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
"node" : ">= 10.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/@parcel/watcher-darwin-x64" : {
2026-01-19 15:14:30 +07:00
"version" : "2.5.1" ,
"resolved" : "https://registry.npmjs.org/@parcel/watcher-darwin-x64/-/watcher-darwin-x64-2.5.1.tgz" ,
"integrity" : "sha512-1ZXDthrnNmwv10A0/3AJNZ9JGlzrF82i3gNQcWOzd7nJ8aj+ILyW1MTxVk35Db0u91oD5Nlk9MBiujMlwmeXZg==" ,
2026-01-19 15:11:47 +07:00
"cpu" : [
"x64"
] ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
2026-01-19 15:11:47 +07:00
"optional" : true ,
"os" : [
"darwin"
] ,
2026-01-13 10:46:40 +07:00
"engines" : {
2026-01-19 15:11:47 +07:00
"node" : ">= 10.0.0"
2026-01-13 10:46:40 +07:00
} ,
"funding" : {
2026-01-19 15:11:47 +07:00
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/@parcel/watcher-freebsd-x64" : {
2026-01-19 15:14:30 +07:00
"version" : "2.5.1" ,
"resolved" : "https://registry.npmjs.org/@parcel/watcher-freebsd-x64/-/watcher-freebsd-x64-2.5.1.tgz" ,
"integrity" : "sha512-SI4eljM7Flp9yPuKi8W0ird8TI/JK6CSxju3NojVI6BjHsTyK7zxA9urjVjEKJ5MBYC+bLmMcbAWlZ+rFkLpJQ==" ,
2026-01-19 15:11:47 +07:00
"cpu" : [
"x64"
] ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
2026-01-19 15:11:47 +07:00
"optional" : true ,
"os" : [
"freebsd"
] ,
2026-01-13 10:46:40 +07:00
"engines" : {
2026-01-19 15:11:47 +07:00
"node" : ">= 10.0.0"
2026-01-13 10:46:40 +07:00
} ,
"funding" : {
2026-01-19 15:11:47 +07:00
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/@parcel/watcher-linux-arm-glibc" : {
2026-01-19 15:14:30 +07:00
"version" : "2.5.1" ,
"resolved" : "https://registry.npmjs.org/@parcel/watcher-linux-arm-glibc/-/watcher-linux-arm-glibc-2.5.1.tgz" ,
"integrity" : "sha512-RCdZlEyTs8geyBkkcnPWvtXLY44BCeZKmGYRtSgtwwnHR4dxfHRG3gR99XdMEdQ7KeiDdasJwwvNSF5jKtDwdA==" ,
2026-01-19 15:11:47 +07:00
"cpu" : [
"arm"
] ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
2026-01-19 15:11:47 +07:00
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 10.0.0"
2026-01-13 10:46:40 +07:00
} ,
2026-01-19 15:11:47 +07:00
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/@parcel/watcher-linux-arm-musl" : {
2026-01-19 15:14:30 +07:00
"version" : "2.5.1" ,
"resolved" : "https://registry.npmjs.org/@parcel/watcher-linux-arm-musl/-/watcher-linux-arm-musl-2.5.1.tgz" ,
"integrity" : "sha512-6E+m/Mm1t1yhB8X412stiKFG3XykmgdIOqhjWj+VL8oHkKABfu/gjFj8DvLrYVHSBNC+/u5PeNrujiSQ1zwd1Q==" ,
2026-01-19 15:11:47 +07:00
"cpu" : [
"arm"
] ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
2026-01-19 15:11:47 +07:00
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 10.0.0"
2026-01-13 10:46:40 +07:00
} ,
"funding" : {
2026-01-19 15:11:47 +07:00
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/watcher-linux-arm64-glibc" : {
2026-01-19 15:14:30 +07:00
"version" : "2.5.1" ,
"resolved" : "https://registry.npmjs.org/@parcel/watcher-linux-arm64-glibc/-/watcher-linux-arm64-glibc-2.5.1.tgz" ,
"integrity" : "sha512-LrGp+f02yU3BN9A+DGuY3v3bmnFUggAITBGriZHUREfNEzZh/GO06FF5u2kx8x+GBEUYfyTGamol4j3m9ANe8w==" ,
2026-01-19 15:11:47 +07:00
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 10.0.0"
2026-01-13 10:46:40 +07:00
} ,
2026-01-19 15:11:47 +07:00
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/@parcel/watcher-linux-arm64-musl" : {
2026-01-19 15:14:30 +07:00
"version" : "2.5.1" ,
"resolved" : "https://registry.npmjs.org/@parcel/watcher-linux-arm64-musl/-/watcher-linux-arm64-musl-2.5.1.tgz" ,
"integrity" : "sha512-cFOjABi92pMYRXS7AcQv9/M1YuKRw8SZniCDw0ssQb/noPkRzA+HBDkwmyOJYp5wXcsTrhxO0zq1U11cK9jsFg==" ,
2026-01-19 15:11:47 +07:00
"cpu" : [
"arm64"
] ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
2026-01-19 15:11:47 +07:00
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 10.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/@parcel/watcher-linux-x64-glibc" : {
2026-01-19 15:14:30 +07:00
"version" : "2.5.1" ,
"resolved" : "https://registry.npmjs.org/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.5.1.tgz" ,
"integrity" : "sha512-GcESn8NZySmfwlTsIur+49yDqSny2IhPeZfXunQi48DMugKeZ7uy1FX83pO0X22sHntJ4Ub+9k34XQCX+oHt2A==" ,
2026-01-19 15:11:47 +07:00
"cpu" : [
"x64"
] ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
2026-01-19 15:11:47 +07:00
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 10.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/@parcel/watcher-linux-x64-musl" : {
2026-01-19 15:14:30 +07:00
"version" : "2.5.1" ,
"resolved" : "https://registry.npmjs.org/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.5.1.tgz" ,
"integrity" : "sha512-n0E2EQbatQ3bXhcH2D1XIAANAcTZkQICBPVaxMeaCVBtOpBZpWJuf7LwyWPSBDITb7In8mqQgJ7gH8CILCURXg==" ,
2026-01-19 15:11:47 +07:00
"cpu" : [
"x64"
] ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
2026-01-19 15:11:47 +07:00
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 10.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/@parcel/watcher-wasm" : {
2026-01-19 15:14:30 +07:00
"version" : "2.5.1" ,
"resolved" : "https://registry.npmjs.org/@parcel/watcher-wasm/-/watcher-wasm-2.5.1.tgz" ,
"integrity" : "sha512-RJxlQQLkaMMIuWRozy+z2vEqbaQlCuaCgVZIUCzQLYggY22LZbP5Y1+ia+FD724Ids9e+XIyOLXLrLgQSHIthw==" ,
2026-01-19 15:11:47 +07:00
"bundleDependencies" : [
"napi-wasm"
] ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
"dependencies" : {
2026-01-19 15:11:47 +07:00
"is-glob" : "^4.0.3" ,
2026-01-19 15:14:30 +07:00
"micromatch" : "^4.0.5" ,
"napi-wasm" : "^1.1.0"
2026-01-19 15:11:47 +07:00
} ,
"engines" : {
"node" : ">= 10.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/@parcel/watcher-wasm/node_modules/napi-wasm" : {
"version" : "1.1.0" ,
"inBundle" : true ,
2026-01-13 10:46:40 +07:00
"license" : "MIT"
} ,
2026-01-19 15:11:47 +07:00
"node_modules/@parcel/watcher-win32-arm64" : {
2026-01-19 15:14:30 +07:00
"version" : "2.5.1" ,
"resolved" : "https://registry.npmjs.org/@parcel/watcher-win32-arm64/-/watcher-win32-arm64-2.5.1.tgz" ,
"integrity" : "sha512-RFzklRvmc3PkjKjry3hLF9wD7ppR4AKcWNzH7kXR7GUe0Igb3Nz8fyPwtZCSquGrhU5HhUNDr/mKBqj7tqA2Vw==" ,
2026-01-19 15:11:47 +07:00
"cpu" : [
"arm64"
] ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
2026-01-19 15:11:47 +07:00
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">= 10.0.0"
2026-01-13 10:46:40 +07:00
} ,
2026-01-19 15:11:47 +07:00
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/@parcel/watcher-win32-ia32" : {
2026-01-19 15:14:30 +07:00
"version" : "2.5.1" ,
"resolved" : "https://registry.npmjs.org/@parcel/watcher-win32-ia32/-/watcher-win32-ia32-2.5.1.tgz" ,
"integrity" : "sha512-c2KkcVN+NJmuA7CGlaGD1qJh1cLfDnQsHjE89E60vUEMlqduHGCdCLJCID5geFVM0dOtA3ZiIO8BoEQmzQVfpQ==" ,
2026-01-19 15:11:47 +07:00
"cpu" : [
"ia32"
] ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
2026-01-19 15:11:47 +07:00
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">= 10.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
2026-01-13 10:46:40 +07:00
} ,
2026-01-19 15:11:47 +07:00
"node_modules/@parcel/watcher-win32-x64" : {
2026-01-19 15:14:30 +07:00
"version" : "2.5.1" ,
"resolved" : "https://registry.npmjs.org/@parcel/watcher-win32-x64/-/watcher-win32-x64-2.5.1.tgz" ,
"integrity" : "sha512-9lHBdJITeNR++EvSQVUcaZoWupyHfXe1jZvGZ06O/5MflPcuPLtEphScIBL+AiCWBO46tDSHzWyD0uDmmZqsgA==" ,
2026-01-19 15:11:47 +07:00
"cpu" : [
"x64"
] ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
2026-01-19 15:11:47 +07:00
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">= 10.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/@pkgjs/parseargs" : {
"version" : "0.11.0" ,
"resolved" : "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz" ,
"integrity" : "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==" ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
2026-01-19 15:11:47 +07:00
"optional" : true ,
"engines" : {
"node" : ">=14"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/@polka/url" : {
"version" : "1.0.0-next.29" ,
"resolved" : "https://registry.npmjs.org/@polka/url/-/url-1.0.0-next.29.tgz" ,
"integrity" : "sha512-wwQAWhWSuHaag8c4q/KN/vCoeOJYshAIvMQwD4GpSb3OiZklFfvAgmj0VCBBImRpuF/aFgIRzllXlVX93Jevww==" ,
"license" : "MIT"
} ,
"node_modules/@poppinss/colors" : {
"version" : "4.1.6" ,
"resolved" : "https://registry.npmjs.org/@poppinss/colors/-/colors-4.1.6.tgz" ,
"integrity" : "sha512-H9xkIdFswbS8n1d6vmRd8+c10t2Qe+rZITbbDHHkQixH5+2x1FDGmi/0K+WgWiqQFKPSlIYB7jlH6Kpfn6Fleg==" ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
"dependencies" : {
2026-01-19 15:11:47 +07:00
"kleur" : "^4.1.5"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/@poppinss/colors/node_modules/kleur" : {
"version" : "4.1.5" ,
"resolved" : "https://registry.npmjs.org/kleur/-/kleur-4.1.5.tgz" ,
"integrity" : "sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==" ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
2026-01-19 15:11:47 +07:00
"engines" : {
"node" : ">=6"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/@poppinss/dumper" : {
"version" : "0.6.5" ,
"resolved" : "https://registry.npmjs.org/@poppinss/dumper/-/dumper-0.6.5.tgz" ,
"integrity" : "sha512-NBdYIb90J7LfOI32dOewKI1r7wnkiH6m920puQ3qHUeZkxNkQiFnXVWoE6YtFSv6QOiPPf7ys6i+HWWecDz7sw==" ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
"dependencies" : {
2026-01-19 15:11:47 +07:00
"@poppinss/colors" : "^4.1.5" ,
"@sindresorhus/is" : "^7.0.2" ,
"supports-color" : "^10.0.0"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/@poppinss/dumper/node_modules/supports-color" : {
"version" : "10.2.2" ,
"resolved" : "https://registry.npmjs.org/supports-color/-/supports-color-10.2.2.tgz" ,
"integrity" : "sha512-SS+jx45GF1QjgEXQx4NJZV9ImqmO2NPz5FNsIHrsDjh2YsHnawpan7SNQ1o8NuhrbHZy9AZhIoCUiCeaW/C80g==" ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
2026-01-19 15:11:47 +07:00
"engines" : {
"node" : ">=18"
2026-01-13 10:46:40 +07:00
} ,
2026-01-19 15:11:47 +07:00
"funding" : {
"url" : "https://github.com/chalk/supports-color?sponsor=1"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/@poppinss/exception" : {
"version" : "1.2.3" ,
"resolved" : "https://registry.npmjs.org/@poppinss/exception/-/exception-1.2.3.tgz" ,
"integrity" : "sha512-dCED+QRChTVatE9ibtoaxc+WkdzOSjYTKi/+uacHWIsfodVfpsueo3+DKpgU5Px8qXjgmXkSvhXvSCz3fnP9lw==" ,
2026-01-13 10:46:40 +07:00
"license" : "MIT"
} ,
2026-01-19 15:11:47 +07:00
"node_modules/@quasar/extras" : {
"version" : "1.17.0" ,
"resolved" : "https://registry.npmjs.org/@quasar/extras/-/extras-1.17.0.tgz" ,
"integrity" : "sha512-KqAHdSJfIDauiR1nJ8rqHWT0diqD0QradZKoVIZJAilHAvgwyPIY7MbyR2z4RIMkUIMUSqBZcbshMpEw+9A30w==" ,
"license" : "MIT" ,
"peer" : true ,
"funding" : {
"type" : "github" ,
"url" : "https://donate.quasar.dev"
}
} ,
"node_modules/@rolldown/pluginutils" : {
"version" : "1.0.0-beta.53" ,
"resolved" : "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.53.tgz" ,
"integrity" : "sha512-vENRlFU4YbrwVqNDZ7fLvy+JR1CRkyr01jhSiDpE1u6py3OMzQfztQU2jxykW3ALNxO4kSlqIDeYyD0Y9RcQeQ==" ,
"license" : "MIT"
} ,
"node_modules/@rollup/plugin-alias" : {
2026-01-19 15:14:30 +07:00
"version" : "5.1.1" ,
"resolved" : "https://registry.npmjs.org/@rollup/plugin-alias/-/plugin-alias-5.1.1.tgz" ,
"integrity" : "sha512-PR9zDb+rOzkRb2VD+EuKB7UC41vU5DIwZ5qqCpk0KJudcWAyi8rvYOhS7+L5aZCspw1stTViLgN5v6FF1p5cgQ==" ,
2026-01-19 15:11:47 +07:00
"license" : "MIT" ,
2026-01-13 10:46:40 +07:00
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : ">=14.0.0"
2026-01-19 15:11:47 +07:00
} ,
"peerDependencies" : {
2026-01-19 15:14:30 +07:00
"rollup" : "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
2026-01-19 15:11:47 +07:00
} ,
"peerDependenciesMeta" : {
"rollup" : {
"optional" : true
}
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/@rollup/plugin-commonjs" : {
2026-01-19 15:14:30 +07:00
"version" : "28.0.9" ,
"resolved" : "https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-28.0.9.tgz" ,
"integrity" : "sha512-PIR4/OHZ79romx0BVVll/PkwWpJ7e5lsqFa3gFfcrFPWwLXLV39JVUzQV9RKjWerE7B845Hqjj9VYlQeieZ2dA==" ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
"dependencies" : {
2026-01-19 15:11:47 +07:00
"@rollup/pluginutils" : "^5.0.1" ,
"commondir" : "^1.0.1" ,
"estree-walker" : "^2.0.2" ,
"fdir" : "^6.2.0" ,
"is-reference" : "1.2.1" ,
"magic-string" : "^0.30.3" ,
"picomatch" : "^4.0.2"
2026-01-13 10:46:40 +07:00
} ,
"engines" : {
2026-01-19 15:11:47 +07:00
"node" : ">=16.0.0 || 14 >= 14.17"
} ,
"peerDependencies" : {
"rollup" : "^2.68.0||^3.0.0||^4.0.0"
} ,
"peerDependenciesMeta" : {
"rollup" : {
"optional" : true
}
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/@rollup/plugin-inject" : {
"version" : "5.0.5" ,
"resolved" : "https://registry.npmjs.org/@rollup/plugin-inject/-/plugin-inject-5.0.5.tgz" ,
"integrity" : "sha512-2+DEJbNBoPROPkgTDNe8/1YXWcqxbN5DTjASVIOx8HS+pITXushyNiBV56RB08zuptzz8gT3YfkqriTBVycepg==" ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
"dependencies" : {
2026-01-19 15:11:47 +07:00
"@rollup/pluginutils" : "^5.0.1" ,
"estree-walker" : "^2.0.2" ,
"magic-string" : "^0.30.3"
2026-01-13 10:46:40 +07:00
} ,
"engines" : {
2026-01-19 15:11:47 +07:00
"node" : ">=14.0.0"
} ,
"peerDependencies" : {
"rollup" : "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
} ,
"peerDependenciesMeta" : {
"rollup" : {
"optional" : true
}
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/@rollup/plugin-json" : {
"version" : "6.1.0" ,
"resolved" : "https://registry.npmjs.org/@rollup/plugin-json/-/plugin-json-6.1.0.tgz" ,
"integrity" : "sha512-EGI2te5ENk1coGeADSIwZ7G2Q8CJS2sF120T7jLw4xFw9n7wIOXHo+kIYRAoVpJAN+kmqZSoO3Fp4JtoNF4ReA==" ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
2026-01-19 15:11:47 +07:00
"dependencies" : {
"@rollup/pluginutils" : "^5.1.0"
} ,
2026-01-13 10:46:40 +07:00
"engines" : {
2026-01-19 15:11:47 +07:00
"node" : ">=14.0.0"
} ,
"peerDependencies" : {
"rollup" : "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
} ,
"peerDependenciesMeta" : {
"rollup" : {
"optional" : true
}
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/@rollup/plugin-node-resolve" : {
"version" : "16.0.3" ,
"resolved" : "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-16.0.3.tgz" ,
"integrity" : "sha512-lUYM3UBGuM93CnMPG1YocWu7X802BrNF3jW2zny5gQyLQgRFJhV1Sq0Zi74+dh/6NBx1DxFC4b4GXg9wUCG5Qg==" ,
"license" : "MIT" ,
"dependencies" : {
"@rollup/pluginutils" : "^5.0.1" ,
"@types/resolve" : "1.20.2" ,
"deepmerge" : "^4.2.2" ,
"is-module" : "^1.0.0" ,
"resolve" : "^1.22.1"
} ,
"engines" : {
"node" : ">=14.0.0"
} ,
"peerDependencies" : {
"rollup" : "^2.78.0||^3.0.0||^4.0.0"
} ,
"peerDependenciesMeta" : {
"rollup" : {
"optional" : true
}
}
} ,
"node_modules/@rollup/plugin-replace" : {
"version" : "6.0.3" ,
"resolved" : "https://registry.npmjs.org/@rollup/plugin-replace/-/plugin-replace-6.0.3.tgz" ,
"integrity" : "sha512-J4RZarRvQAm5IF0/LwUUg+obsm+xZhYnbMXmXROyoSE1ATJe3oXSb9L5MMppdxP2ylNSjv6zFBwKYjcKMucVfA==" ,
"license" : "MIT" ,
"dependencies" : {
"@rollup/pluginutils" : "^5.0.1" ,
"magic-string" : "^0.30.3"
} ,
"engines" : {
"node" : ">=14.0.0"
} ,
"peerDependencies" : {
"rollup" : "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
} ,
"peerDependenciesMeta" : {
"rollup" : {
"optional" : true
}
}
} ,
"node_modules/@rollup/plugin-terser" : {
"version" : "0.4.4" ,
"resolved" : "https://registry.npmjs.org/@rollup/plugin-terser/-/plugin-terser-0.4.4.tgz" ,
"integrity" : "sha512-XHeJC5Bgvs8LfukDwWZp7yeqin6ns8RTl2B9avbejt6tZqsqvVoWI7ZTQrcNsfKEDWBTnTxM8nMDkO2IFFbd0A==" ,
"license" : "MIT" ,
"dependencies" : {
"serialize-javascript" : "^6.0.1" ,
"smob" : "^1.0.0" ,
"terser" : "^5.17.4"
} ,
"engines" : {
"node" : ">=14.0.0"
} ,
"peerDependencies" : {
"rollup" : "^2.0.0||^3.0.0||^4.0.0"
} ,
"peerDependenciesMeta" : {
"rollup" : {
"optional" : true
}
}
} ,
2026-01-19 15:51:28 +07:00
"node_modules/@rollup/plugin-yaml" : {
"version" : "4.1.2" ,
"resolved" : "https://registry.npmjs.org/@rollup/plugin-yaml/-/plugin-yaml-4.1.2.tgz" ,
"integrity" : "sha512-RpupciIeZMUqhgFE97ba0s98mOFS7CWzN3EJNhJkqSv9XLlWYtwVdtE6cDw6ASOF/sZVFS7kRJXftaqM2Vakdw==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@rollup/pluginutils" : "^5.0.1" ,
"js-yaml" : "^4.1.0" ,
"tosource" : "^2.0.0-alpha.3"
} ,
"engines" : {
"node" : ">=14.0.0"
} ,
"peerDependencies" : {
"rollup" : "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
} ,
"peerDependenciesMeta" : {
"rollup" : {
"optional" : true
}
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/@rollup/pluginutils" : {
"version" : "5.3.0" ,
"resolved" : "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.3.0.tgz" ,
"integrity" : "sha512-5EdhGZtnu3V88ces7s53hhfK5KSASnJZv8Lulpc04cWO3REESroJXg73DFsOmgbU2BhwV0E20bu2IDZb3VKW4Q==" ,
"license" : "MIT" ,
"dependencies" : {
"@types/estree" : "^1.0.0" ,
"estree-walker" : "^2.0.2" ,
"picomatch" : "^4.0.2"
} ,
"engines" : {
"node" : ">=14.0.0"
} ,
"peerDependencies" : {
"rollup" : "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
} ,
"peerDependenciesMeta" : {
"rollup" : {
"optional" : true
}
}
} ,
"node_modules/@rollup/rollup-android-arm-eabi" : {
2026-01-19 15:14:30 +07:00
"version" : "4.54.0" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.54.0.tgz" ,
"integrity" : "sha512-OywsdRHrFvCdvsewAInDKCNyR3laPA2mc9bRYJ6LBp5IyvF3fvXbbNR0bSzHlZVFtn6E0xw2oZlyjg4rKCVcng==" ,
2026-01-19 15:11:47 +07:00
"cpu" : [
"arm"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"android"
]
} ,
"node_modules/@rollup/rollup-android-arm64" : {
2026-01-19 15:14:30 +07:00
"version" : "4.54.0" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.54.0.tgz" ,
"integrity" : "sha512-Skx39Uv+u7H224Af+bDgNinitlmHyQX1K/atIA32JP3JQw6hVODX5tkbi2zof/E69M1qH2UoN3Xdxgs90mmNYw==" ,
2026-01-19 15:11:47 +07:00
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"android"
]
} ,
"node_modules/@rollup/rollup-darwin-arm64" : {
2026-01-19 15:14:30 +07:00
"version" : "4.54.0" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.54.0.tgz" ,
"integrity" : "sha512-k43D4qta/+6Fq+nCDhhv9yP2HdeKeP56QrUUTW7E6PhZP1US6NDqpJj4MY0jBHlJivVJD5P8NxrjuobZBJTCRw==" ,
2026-01-19 15:11:47 +07:00
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"darwin"
]
} ,
"node_modules/@rollup/rollup-darwin-x64" : {
2026-01-19 15:14:30 +07:00
"version" : "4.54.0" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.54.0.tgz" ,
"integrity" : "sha512-cOo7biqwkpawslEfox5Vs8/qj83M/aZCSSNIWpVzfU2CYHa2G3P1UN5WF01RdTHSgCkri7XOlTdtk17BezlV3A==" ,
2026-01-19 15:11:47 +07:00
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"darwin"
]
} ,
"node_modules/@rollup/rollup-freebsd-arm64" : {
2026-01-19 15:14:30 +07:00
"version" : "4.54.0" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.54.0.tgz" ,
"integrity" : "sha512-miSvuFkmvFbgJ1BevMa4CPCFt5MPGw094knM64W9I0giUIMMmRYcGW/JWZDriaw/k1kOBtsWh1z6nIFV1vPNtA==" ,
2026-01-19 15:11:47 +07:00
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"freebsd"
]
} ,
"node_modules/@rollup/rollup-freebsd-x64" : {
2026-01-19 15:14:30 +07:00
"version" : "4.54.0" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.54.0.tgz" ,
"integrity" : "sha512-KGXIs55+b/ZfZsq9aR026tmr/+7tq6VG6MsnrvF4H8VhwflTIuYh+LFUlIsRdQSgrgmtM3fVATzEAj4hBQlaqQ==" ,
2026-01-19 15:11:47 +07:00
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"freebsd"
]
} ,
"node_modules/@rollup/rollup-linux-arm-gnueabihf" : {
2026-01-19 15:14:30 +07:00
"version" : "4.54.0" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.54.0.tgz" ,
"integrity" : "sha512-EHMUcDwhtdRGlXZsGSIuXSYwD5kOT9NVnx9sqzYiwAc91wfYOE1g1djOEDseZJKKqtHAHGwnGPQu3kytmfaXLQ==" ,
2026-01-19 15:11:47 +07:00
"cpu" : [
"arm"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@rollup/rollup-linux-arm-musleabihf" : {
2026-01-19 15:14:30 +07:00
"version" : "4.54.0" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.54.0.tgz" ,
"integrity" : "sha512-+pBrqEjaakN2ySv5RVrj/qLytYhPKEUwk+e3SFU5jTLHIcAtqh2rLrd/OkbNuHJpsBgxsD8ccJt5ga/SeG0JmA==" ,
2026-01-19 15:11:47 +07:00
"cpu" : [
"arm"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@rollup/rollup-linux-arm64-gnu" : {
2026-01-19 15:14:30 +07:00
"version" : "4.54.0" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.54.0.tgz" ,
"integrity" : "sha512-NSqc7rE9wuUaRBsBp5ckQ5CVz5aIRKCwsoa6WMF7G01sX3/qHUw/z4pv+D+ahL1EIKy6Enpcnz1RY8pf7bjwng==" ,
2026-01-19 15:11:47 +07:00
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@rollup/rollup-linux-arm64-musl" : {
2026-01-19 15:14:30 +07:00
"version" : "4.54.0" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.54.0.tgz" ,
"integrity" : "sha512-gr5vDbg3Bakga5kbdpqx81m2n9IX8M6gIMlQQIXiLTNeQW6CucvuInJ91EuCJ/JYvc+rcLLsDFcfAD1K7fMofg==" ,
2026-01-19 15:11:47 +07:00
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@rollup/rollup-linux-loong64-gnu" : {
2026-01-19 15:14:30 +07:00
"version" : "4.54.0" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.54.0.tgz" ,
"integrity" : "sha512-gsrtB1NA3ZYj2vq0Rzkylo9ylCtW/PhpLEivlgWe0bpgtX5+9j9EZa0wtZiCjgu6zmSeZWyI/e2YRX1URozpIw==" ,
2026-01-19 15:11:47 +07:00
"cpu" : [
"loong64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@rollup/rollup-linux-ppc64-gnu" : {
2026-01-19 15:14:30 +07:00
"version" : "4.54.0" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.54.0.tgz" ,
"integrity" : "sha512-y3qNOfTBStmFNq+t4s7Tmc9hW2ENtPg8FeUD/VShI7rKxNW7O4fFeaYbMsd3tpFlIg1Q8IapFgy7Q9i2BqeBvA==" ,
2026-01-19 15:11:47 +07:00
"cpu" : [
"ppc64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@rollup/rollup-linux-riscv64-gnu" : {
2026-01-19 15:14:30 +07:00
"version" : "4.54.0" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.54.0.tgz" ,
"integrity" : "sha512-89sepv7h2lIVPsFma8iwmccN7Yjjtgz0Rj/Ou6fEqg3HDhpCa+Et+YSufy27i6b0Wav69Qv4WBNl3Rs6pwhebQ==" ,
2026-01-19 15:11:47 +07:00
"cpu" : [
"riscv64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@rollup/rollup-linux-riscv64-musl" : {
2026-01-19 15:14:30 +07:00
"version" : "4.54.0" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.54.0.tgz" ,
"integrity" : "sha512-ZcU77ieh0M2Q8Ur7D5X7KvK+UxbXeDHwiOt/CPSBTI1fBmeDMivW0dPkdqkT4rOgDjrDDBUed9x4EgraIKoR2A==" ,
2026-01-19 15:11:47 +07:00
"cpu" : [
"riscv64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@rollup/rollup-linux-s390x-gnu" : {
2026-01-19 15:14:30 +07:00
"version" : "4.54.0" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.54.0.tgz" ,
"integrity" : "sha512-2AdWy5RdDF5+4YfG/YesGDDtbyJlC9LHmL6rZw6FurBJ5n4vFGupsOBGfwMRjBYH7qRQowT8D/U4LoSvVwOhSQ==" ,
2026-01-19 15:11:47 +07:00
"cpu" : [
"s390x"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@rollup/rollup-linux-x64-gnu" : {
2026-01-19 15:14:30 +07:00
"version" : "4.54.0" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.54.0.tgz" ,
"integrity" : "sha512-WGt5J8Ij/rvyqpFexxk3ffKqqbLf9AqrTBbWDk7ApGUzaIs6V+s2s84kAxklFwmMF/vBNGrVdYgbblCOFFezMQ==" ,
2026-01-19 15:11:47 +07:00
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@rollup/rollup-linux-x64-musl" : {
2026-01-19 15:14:30 +07:00
"version" : "4.54.0" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.54.0.tgz" ,
"integrity" : "sha512-JzQmb38ATzHjxlPHuTH6tE7ojnMKM2kYNzt44LO/jJi8BpceEC8QuXYA908n8r3CNuG/B3BV8VR3Hi1rYtmPiw==" ,
2026-01-19 15:11:47 +07:00
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@rollup/rollup-openharmony-arm64" : {
2026-01-19 15:14:30 +07:00
"version" : "4.54.0" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.54.0.tgz" ,
"integrity" : "sha512-huT3fd0iC7jigGh7n3q/+lfPcXxBi+om/Rs3yiFxjvSxbSB6aohDFXbWvlspaqjeOh+hx7DDHS+5Es5qRkWkZg==" ,
2026-01-19 15:11:47 +07:00
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"openharmony"
]
} ,
"node_modules/@rollup/rollup-win32-arm64-msvc" : {
2026-01-19 15:14:30 +07:00
"version" : "4.54.0" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.54.0.tgz" ,
"integrity" : "sha512-c2V0W1bsKIKfbLMBu/WGBz6Yci8nJ/ZJdheE0EwB73N3MvHYKiKGs3mVilX4Gs70eGeDaMqEob25Tw2Gb9Nqyw==" ,
2026-01-19 15:11:47 +07:00
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"win32"
]
} ,
"node_modules/@rollup/rollup-win32-ia32-msvc" : {
2026-01-19 15:14:30 +07:00
"version" : "4.54.0" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.54.0.tgz" ,
"integrity" : "sha512-woEHgqQqDCkAzrDhvDipnSirm5vxUXtSKDYTVpZG3nUdW/VVB5VdCYA2iReSj/u3yCZzXID4kuKG7OynPnB3WQ==" ,
2026-01-19 15:11:47 +07:00
"cpu" : [
"ia32"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"win32"
]
} ,
"node_modules/@rollup/rollup-win32-x64-gnu" : {
2026-01-19 15:14:30 +07:00
"version" : "4.54.0" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.54.0.tgz" ,
"integrity" : "sha512-dzAc53LOuFvHwbCEOS0rPbXp6SIhAf2txMP5p6mGyOXXw5mWY8NGGbPMPrs4P1WItkfApDathBj/NzMLUZ9rtQ==" ,
2026-01-19 15:11:47 +07:00
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"win32"
]
} ,
"node_modules/@rollup/rollup-win32-x64-msvc" : {
2026-01-19 15:14:30 +07:00
"version" : "4.54.0" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.54.0.tgz" ,
"integrity" : "sha512-hYT5d3YNdSh3mbCU1gwQyPgQd3T2ne0A3KG8KSBdav5TiBg6eInVmV+TeR5uHufiIgSFg0XsOWGW5/RhNcSvPg==" ,
2026-01-19 15:11:47 +07:00
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"win32"
]
} ,
"node_modules/@sindresorhus/base62" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/@sindresorhus/base62/-/base62-1.0.0.tgz" ,
"integrity" : "sha512-TeheYy0ILzBEI/CO55CP6zJCSdSWeRtGnHy8U8dWSUH4I68iqTsy7HkMktR4xakThc9jotkPQUXT4ITdbV7cHA==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/@sindresorhus/is" : {
"version" : "7.2.0" ,
"resolved" : "https://registry.npmjs.org/@sindresorhus/is/-/is-7.2.0.tgz" ,
"integrity" : "sha512-P1Cz1dWaFfR4IR+U13mqqiGsLFf1KbayybWwdd2vfctdV6hDpUkgCY0nKOLLTMSoRd/jJNjtbqzf13K8DCCXQw==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=18"
} ,
"funding" : {
"url" : "https://github.com/sindresorhus/is?sponsor=1"
}
} ,
"node_modules/@sindresorhus/merge-streams" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/@sindresorhus/merge-streams/-/merge-streams-4.0.0.tgz" ,
"integrity" : "sha512-tlqY9xq5ukxTUZBmoOp+m61cqwQD5pHJtFY3Mn8CA8ps6yghLH/Hw8UPdqg4OLmFW3IFlcXnQNmo/dh8HzXYIQ==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/@speed-highlight/core" : {
"version" : "1.2.14" ,
"resolved" : "https://registry.npmjs.org/@speed-highlight/core/-/core-1.2.14.tgz" ,
"integrity" : "sha512-G4ewlBNhUtlLvrJTb88d2mdy2KRijzs4UhnlrOSRT4bmjh/IqNElZa3zkrZ+TC47TwtlDWzVLFADljF1Ijp5hA==" ,
"license" : "CC0-1.0"
} ,
"node_modules/@stylistic/eslint-plugin" : {
"version" : "5.7.0" ,
"resolved" : "https://registry.npmjs.org/@stylistic/eslint-plugin/-/eslint-plugin-5.7.0.tgz" ,
"integrity" : "sha512-PsSugIf9ip1H/mWKj4bi/BlEoerxXAda9ByRFsYuwsmr6af9NxJL0AaiNXs8Le7R21QR5KMiD/KdxZZ71LjAxQ==" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true ,
"dependencies" : {
"@eslint-community/eslint-utils" : "^4.9.1" ,
"@typescript-eslint/types" : "^8.52.0" ,
"eslint-visitor-keys" : "^5.0.0" ,
"espree" : "^11.0.0" ,
"estraverse" : "^5.3.0" ,
"picomatch" : "^4.0.3"
} ,
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
} ,
"peerDependencies" : {
"eslint" : ">=9.0.0"
}
} ,
"node_modules/@tybys/wasm-util" : {
"version" : "0.10.1" ,
"resolved" : "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.10.1.tgz" ,
"integrity" : "sha512-9tTaPJLSiejZKx+Bmog4uSubteqTvFrVrURwkmHixBo0G4seD0zUxp98E1DzUBJxLQ3NPwXrGKDiVjwx/DpPsg==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"tslib" : "^2.4.0"
}
} ,
"node_modules/@types/estree" : {
"version" : "1.0.8" ,
"resolved" : "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz" ,
"integrity" : "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==" ,
"license" : "MIT"
} ,
"node_modules/@types/json-schema" : {
"version" : "7.0.15" ,
"resolved" : "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz" ,
"integrity" : "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==" ,
"devOptional" : true ,
"license" : "MIT"
} ,
"node_modules/@types/node" : {
2026-02-05 14:53:17 +07:00
"version" : "22.19.8" ,
"resolved" : "https://registry.npmjs.org/@types/node/-/node-22.19.8.tgz" ,
"integrity" : "sha512-ebO/Yl+EAvVe8DnMfi+iaAyIqYdK0q/q0y0rw82INWEKJOBe6b/P3YWE8NW7oOlF/nXFNrHwhARrN/hdgDkraA==" ,
2026-01-19 15:11:47 +07:00
"devOptional" : true ,
"license" : "MIT" ,
"peer" : true ,
"dependencies" : {
"undici-types" : "~6.21.0"
}
} ,
"node_modules/@types/parse-path" : {
"version" : "7.0.3" ,
"resolved" : "https://registry.npmjs.org/@types/parse-path/-/parse-path-7.0.3.tgz" ,
"integrity" : "sha512-LriObC2+KYZD3FzCrgWGv/qufdUy4eXrxcLgQMfYXgPbLIecKIsVBaQgUPmxSSLcjmYbDTQbMgr6qr6l/eb7Bg==" ,
"license" : "MIT"
} ,
"node_modules/@types/resolve" : {
"version" : "1.20.2" ,
"resolved" : "https://registry.npmjs.org/@types/resolve/-/resolve-1.20.2.tgz" ,
"integrity" : "sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==" ,
"license" : "MIT"
} ,
"node_modules/@typescript-eslint/eslint-plugin" : {
2026-01-19 15:14:30 +07:00
"version" : "8.52.0" ,
"resolved" : "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.52.0.tgz" ,
"integrity" : "sha512-okqtOgqu2qmZJ5iN4TWlgfF171dZmx2FzdOv2K/ixL2LZWDStL8+JgQerI2sa8eAEfoydG9+0V96m7V+P8yE1Q==" ,
2026-01-19 15:11:47 +07:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@eslint-community/regexpp" : "^4.12.2" ,
2026-01-19 15:14:30 +07:00
"@typescript-eslint/scope-manager" : "8.52.0" ,
"@typescript-eslint/type-utils" : "8.52.0" ,
"@typescript-eslint/utils" : "8.52.0" ,
"@typescript-eslint/visitor-keys" : "8.52.0" ,
2026-01-19 15:11:47 +07:00
"ignore" : "^7.0.5" ,
"natural-compare" : "^1.4.0" ,
"ts-api-utils" : "^2.4.0"
} ,
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
} ,
"peerDependencies" : {
2026-01-19 15:14:30 +07:00
"@typescript-eslint/parser" : "^8.52.0" ,
2026-01-19 15:11:47 +07:00
"eslint" : "^8.57.0 || ^9.0.0" ,
"typescript" : ">=4.8.4 <6.0.0"
}
} ,
"node_modules/@typescript-eslint/parser" : {
2026-01-19 15:14:30 +07:00
"version" : "8.52.0" ,
"resolved" : "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.52.0.tgz" ,
"integrity" : "sha512-iIACsx8pxRnguSYhHiMn2PvhvfpopO9FXHyn1mG5txZIsAaB6F0KwbFnUQN3KCiG3Jcuad/Cao2FAs1Wp7vAyg==" ,
2026-01-19 15:11:47 +07:00
"dev" : true ,
"license" : "MIT" ,
"peer" : true ,
"dependencies" : {
2026-01-19 15:14:30 +07:00
"@typescript-eslint/scope-manager" : "8.52.0" ,
"@typescript-eslint/types" : "8.52.0" ,
"@typescript-eslint/typescript-estree" : "8.52.0" ,
"@typescript-eslint/visitor-keys" : "8.52.0" ,
2026-01-19 15:11:47 +07:00
"debug" : "^4.4.3"
} ,
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
} ,
"peerDependencies" : {
"eslint" : "^8.57.0 || ^9.0.0" ,
"typescript" : ">=4.8.4 <6.0.0"
}
} ,
"node_modules/@typescript-eslint/project-service" : {
2026-01-19 15:14:30 +07:00
"version" : "8.52.0" ,
"resolved" : "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.52.0.tgz" ,
"integrity" : "sha512-xD0MfdSdEmeFa3OmVqonHi+Cciab96ls1UhIF/qX/O/gPu5KXD0bY9lu33jj04fjzrXHcuvjBcBC+D3SNSadaw==" ,
2026-01-19 15:11:47 +07:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
2026-01-19 15:14:30 +07:00
"@typescript-eslint/tsconfig-utils" : "^8.52.0" ,
"@typescript-eslint/types" : "^8.52.0" ,
2026-01-19 15:11:47 +07:00
"debug" : "^4.4.3"
} ,
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
} ,
"peerDependencies" : {
"typescript" : ">=4.8.4 <6.0.0"
}
} ,
"node_modules/@typescript-eslint/scope-manager" : {
2026-01-19 15:14:30 +07:00
"version" : "8.52.0" ,
"resolved" : "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.52.0.tgz" ,
"integrity" : "sha512-ixxqmmCcc1Nf8S0mS0TkJ/3LKcC8mruYJPOU6Ia2F/zUUR4pApW7LzrpU3JmtePbRUTes9bEqRc1Gg4iyRnDzA==" ,
2026-01-19 15:11:47 +07:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
2026-01-19 15:14:30 +07:00
"@typescript-eslint/types" : "8.52.0" ,
"@typescript-eslint/visitor-keys" : "8.52.0"
2026-01-19 15:11:47 +07:00
} ,
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
}
} ,
"node_modules/@typescript-eslint/tsconfig-utils" : {
2026-01-19 15:14:30 +07:00
"version" : "8.52.0" ,
"resolved" : "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.52.0.tgz" ,
"integrity" : "sha512-jl+8fzr/SdzdxWJznq5nvoI7qn2tNYV/ZBAEcaFMVXf+K6jmXvAFrgo/+5rxgnL152f//pDEAYAhhBAZGrVfwg==" ,
2026-01-19 15:11:47 +07:00
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
} ,
"peerDependencies" : {
"typescript" : ">=4.8.4 <6.0.0"
}
} ,
"node_modules/@typescript-eslint/type-utils" : {
2026-01-19 15:14:30 +07:00
"version" : "8.52.0" ,
"resolved" : "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.52.0.tgz" ,
"integrity" : "sha512-JD3wKBRWglYRQkAtsyGz1AewDu3mTc7NtRjR/ceTyGoPqmdS5oCdx/oZMWD5Zuqmo6/MpsYs0wp6axNt88/2EQ==" ,
2026-01-19 15:11:47 +07:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
2026-01-19 15:14:30 +07:00
"@typescript-eslint/types" : "8.52.0" ,
"@typescript-eslint/typescript-estree" : "8.52.0" ,
"@typescript-eslint/utils" : "8.52.0" ,
2026-01-19 15:11:47 +07:00
"debug" : "^4.4.3" ,
"ts-api-utils" : "^2.4.0"
} ,
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
} ,
"peerDependencies" : {
"eslint" : "^8.57.0 || ^9.0.0" ,
"typescript" : ">=4.8.4 <6.0.0"
}
} ,
"node_modules/@typescript-eslint/types" : {
2026-01-19 15:14:30 +07:00
"version" : "8.52.0" ,
"resolved" : "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.52.0.tgz" ,
"integrity" : "sha512-LWQV1V4q9V4cT4H5JCIx3481iIFxH1UkVk+ZkGGAV1ZGcjGI9IoFOfg3O6ywz8QqCDEp7Inlg6kovMofsNRaGg==" ,
2026-01-19 15:11:47 +07:00
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
}
} ,
"node_modules/@typescript-eslint/typescript-estree" : {
2026-01-19 15:14:30 +07:00
"version" : "8.52.0" ,
"resolved" : "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.52.0.tgz" ,
"integrity" : "sha512-XP3LClsCc0FsTK5/frGjolyADTh3QmsLp6nKd476xNI9CsSsLnmn4f0jrzNoAulmxlmNIpeXuHYeEQv61Q6qeQ==" ,
2026-01-19 15:11:47 +07:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
2026-01-19 15:14:30 +07:00
"@typescript-eslint/project-service" : "8.52.0" ,
"@typescript-eslint/tsconfig-utils" : "8.52.0" ,
"@typescript-eslint/types" : "8.52.0" ,
"@typescript-eslint/visitor-keys" : "8.52.0" ,
2026-01-19 15:11:47 +07:00
"debug" : "^4.4.3" ,
"minimatch" : "^9.0.5" ,
"semver" : "^7.7.3" ,
"tinyglobby" : "^0.2.15" ,
"ts-api-utils" : "^2.4.0"
} ,
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
} ,
"peerDependencies" : {
"typescript" : ">=4.8.4 <6.0.0"
}
} ,
"node_modules/@typescript-eslint/utils" : {
2026-01-19 15:14:30 +07:00
"version" : "8.52.0" ,
"resolved" : "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.52.0.tgz" ,
"integrity" : "sha512-wYndVMWkweqHpEpwPhwqE2lnD2DxC6WVLupU/DOt/0/v+/+iQbbzO3jOHjmBMnhu0DgLULvOaU4h4pwHYi2oRQ==" ,
2026-01-19 15:11:47 +07:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@eslint-community/eslint-utils" : "^4.9.1" ,
2026-01-19 15:14:30 +07:00
"@typescript-eslint/scope-manager" : "8.52.0" ,
"@typescript-eslint/types" : "8.52.0" ,
"@typescript-eslint/typescript-estree" : "8.52.0"
2026-01-19 15:11:47 +07:00
} ,
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
} ,
"peerDependencies" : {
"eslint" : "^8.57.0 || ^9.0.0" ,
"typescript" : ">=4.8.4 <6.0.0"
}
} ,
"node_modules/@typescript-eslint/visitor-keys" : {
2026-01-19 15:14:30 +07:00
"version" : "8.52.0" ,
"resolved" : "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.52.0.tgz" ,
"integrity" : "sha512-ink3/Zofus34nmBsPjow63FP5M7IGff0RKAgqR6+CFpdk22M7aLwC9gOcLGYqr7MczLPzZVERW9hRog3O4n1sQ==" ,
2026-01-19 15:11:47 +07:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
2026-01-19 15:14:30 +07:00
"@typescript-eslint/types" : "8.52.0" ,
2026-01-19 15:11:47 +07:00
"eslint-visitor-keys" : "^4.2.1"
} ,
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
}
} ,
"node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys" : {
"version" : "4.2.1" ,
"resolved" : "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz" ,
"integrity" : "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==" ,
"dev" : true ,
"license" : "Apache-2.0" ,
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
} ,
"funding" : {
"url" : "https://opencollective.com/eslint"
}
} ,
"node_modules/@unhead/vue" : {
2026-01-19 15:14:30 +07:00
"version" : "2.1.1" ,
"resolved" : "https://registry.npmjs.org/@unhead/vue/-/vue-2.1.1.tgz" ,
"integrity" : "sha512-WYa8ORhfv7lWDSoNpkMKhbW1Dbsux/3HqMcVkZS3xZ2/c/VrcChLj+IMadpCd1WNR0srITfRJhBYZ1i9hON5Qw==" ,
2026-01-19 15:11:47 +07:00
"license" : "MIT" ,
"dependencies" : {
2026-01-19 15:14:30 +07:00
"hookable" : "^5.5.3" ,
"unhead" : "2.1.1"
2026-01-19 15:11:47 +07:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/harlan-zw"
} ,
"peerDependencies" : {
"vue" : ">=3.5.18"
}
} ,
"node_modules/@unrs/resolver-binding-android-arm-eabi" : {
"version" : "1.11.1" ,
"resolved" : "https://registry.npmjs.org/@unrs/resolver-binding-android-arm-eabi/-/resolver-binding-android-arm-eabi-1.11.1.tgz" ,
"integrity" : "sha512-ppLRUgHVaGRWUx0R0Ut06Mjo9gBaBkg3v/8AxusGLhsIotbBLuRk51rAzqLC8gq6NyyAojEXglNjzf6R948DNw==" ,
"cpu" : [
"arm"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"android"
]
} ,
"node_modules/@unrs/resolver-binding-android-arm64" : {
"version" : "1.11.1" ,
"resolved" : "https://registry.npmjs.org/@unrs/resolver-binding-android-arm64/-/resolver-binding-android-arm64-1.11.1.tgz" ,
"integrity" : "sha512-lCxkVtb4wp1v+EoN+HjIG9cIIzPkX5OtM03pQYkG+U5O/wL53LC4QbIeazgiKqluGeVEeBlZahHalCaBvU1a2g==" ,
"cpu" : [
"arm64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"android"
]
} ,
"node_modules/@unrs/resolver-binding-darwin-arm64" : {
"version" : "1.11.1" ,
"resolved" : "https://registry.npmjs.org/@unrs/resolver-binding-darwin-arm64/-/resolver-binding-darwin-arm64-1.11.1.tgz" ,
"integrity" : "sha512-gPVA1UjRu1Y/IsB/dQEsp2V1pm44Of6+LWvbLc9SDk1c2KhhDRDBUkQCYVWe6f26uJb3fOK8saWMgtX8IrMk3g==" ,
"cpu" : [
"arm64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"darwin"
]
} ,
"node_modules/@unrs/resolver-binding-darwin-x64" : {
"version" : "1.11.1" ,
"resolved" : "https://registry.npmjs.org/@unrs/resolver-binding-darwin-x64/-/resolver-binding-darwin-x64-1.11.1.tgz" ,
"integrity" : "sha512-cFzP7rWKd3lZaCsDze07QX1SC24lO8mPty9vdP+YVa3MGdVgPmFc59317b2ioXtgCMKGiCLxJ4HQs62oz6GfRQ==" ,
"cpu" : [
"x64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"darwin"
]
} ,
"node_modules/@unrs/resolver-binding-freebsd-x64" : {
"version" : "1.11.1" ,
"resolved" : "https://registry.npmjs.org/@unrs/resolver-binding-freebsd-x64/-/resolver-binding-freebsd-x64-1.11.1.tgz" ,
"integrity" : "sha512-fqtGgak3zX4DCB6PFpsH5+Kmt/8CIi4Bry4rb1ho6Av2QHTREM+47y282Uqiu3ZRF5IQioJQ5qWRV6jduA+iGw==" ,
"cpu" : [
"x64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"freebsd"
]
} ,
"node_modules/@unrs/resolver-binding-linux-arm-gnueabihf" : {
"version" : "1.11.1" ,
"resolved" : "https://registry.npmjs.org/@unrs/resolver-binding-linux-arm-gnueabihf/-/resolver-binding-linux-arm-gnueabihf-1.11.1.tgz" ,
"integrity" : "sha512-u92mvlcYtp9MRKmP+ZvMmtPN34+/3lMHlyMj7wXJDeXxuM0Vgzz0+PPJNsro1m3IZPYChIkn944wW8TYgGKFHw==" ,
"cpu" : [
"arm"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@unrs/resolver-binding-linux-arm-musleabihf" : {
"version" : "1.11.1" ,
"resolved" : "https://registry.npmjs.org/@unrs/resolver-binding-linux-arm-musleabihf/-/resolver-binding-linux-arm-musleabihf-1.11.1.tgz" ,
"integrity" : "sha512-cINaoY2z7LVCrfHkIcmvj7osTOtm6VVT16b5oQdS4beibX2SYBwgYLmqhBjA1t51CarSaBuX5YNsWLjsqfW5Cw==" ,
"cpu" : [
"arm"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@unrs/resolver-binding-linux-arm64-gnu" : {
"version" : "1.11.1" ,
"resolved" : "https://registry.npmjs.org/@unrs/resolver-binding-linux-arm64-gnu/-/resolver-binding-linux-arm64-gnu-1.11.1.tgz" ,
"integrity" : "sha512-34gw7PjDGB9JgePJEmhEqBhWvCiiWCuXsL9hYphDF7crW7UgI05gyBAi6MF58uGcMOiOqSJ2ybEeCvHcq0BCmQ==" ,
"cpu" : [
"arm64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@unrs/resolver-binding-linux-arm64-musl" : {
"version" : "1.11.1" ,
"resolved" : "https://registry.npmjs.org/@unrs/resolver-binding-linux-arm64-musl/-/resolver-binding-linux-arm64-musl-1.11.1.tgz" ,
"integrity" : "sha512-RyMIx6Uf53hhOtJDIamSbTskA99sPHS96wxVE/bJtePJJtpdKGXO1wY90oRdXuYOGOTuqjT8ACccMc4K6QmT3w==" ,
"cpu" : [
"arm64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@unrs/resolver-binding-linux-ppc64-gnu" : {
"version" : "1.11.1" ,
"resolved" : "https://registry.npmjs.org/@unrs/resolver-binding-linux-ppc64-gnu/-/resolver-binding-linux-ppc64-gnu-1.11.1.tgz" ,
"integrity" : "sha512-D8Vae74A4/a+mZH0FbOkFJL9DSK2R6TFPC9M+jCWYia/q2einCubX10pecpDiTmkJVUH+y8K3BZClycD8nCShA==" ,
"cpu" : [
"ppc64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@unrs/resolver-binding-linux-riscv64-gnu" : {
"version" : "1.11.1" ,
"resolved" : "https://registry.npmjs.org/@unrs/resolver-binding-linux-riscv64-gnu/-/resolver-binding-linux-riscv64-gnu-1.11.1.tgz" ,
"integrity" : "sha512-frxL4OrzOWVVsOc96+V3aqTIQl1O2TjgExV4EKgRY09AJ9leZpEg8Ak9phadbuX0BA4k8U5qtvMSQQGGmaJqcQ==" ,
"cpu" : [
"riscv64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@unrs/resolver-binding-linux-riscv64-musl" : {
"version" : "1.11.1" ,
"resolved" : "https://registry.npmjs.org/@unrs/resolver-binding-linux-riscv64-musl/-/resolver-binding-linux-riscv64-musl-1.11.1.tgz" ,
"integrity" : "sha512-mJ5vuDaIZ+l/acv01sHoXfpnyrNKOk/3aDoEdLO/Xtn9HuZlDD6jKxHlkN8ZhWyLJsRBxfv9GYM2utQ1SChKew==" ,
"cpu" : [
"riscv64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@unrs/resolver-binding-linux-s390x-gnu" : {
"version" : "1.11.1" ,
"resolved" : "https://registry.npmjs.org/@unrs/resolver-binding-linux-s390x-gnu/-/resolver-binding-linux-s390x-gnu-1.11.1.tgz" ,
"integrity" : "sha512-kELo8ebBVtb9sA7rMe1Cph4QHreByhaZ2QEADd9NzIQsYNQpt9UkM9iqr2lhGr5afh885d/cB5QeTXSbZHTYPg==" ,
"cpu" : [
"s390x"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@unrs/resolver-binding-linux-x64-gnu" : {
"version" : "1.11.1" ,
"resolved" : "https://registry.npmjs.org/@unrs/resolver-binding-linux-x64-gnu/-/resolver-binding-linux-x64-gnu-1.11.1.tgz" ,
"integrity" : "sha512-C3ZAHugKgovV5YvAMsxhq0gtXuwESUKc5MhEtjBpLoHPLYM+iuwSj3lflFwK3DPm68660rZ7G8BMcwSro7hD5w==" ,
"cpu" : [
"x64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@unrs/resolver-binding-linux-x64-musl" : {
"version" : "1.11.1" ,
"resolved" : "https://registry.npmjs.org/@unrs/resolver-binding-linux-x64-musl/-/resolver-binding-linux-x64-musl-1.11.1.tgz" ,
"integrity" : "sha512-rV0YSoyhK2nZ4vEswT/QwqzqQXw5I6CjoaYMOX0TqBlWhojUf8P94mvI7nuJTeaCkkds3QE4+zS8Ko+GdXuZtA==" ,
"cpu" : [
"x64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@unrs/resolver-binding-wasm32-wasi" : {
"version" : "1.11.1" ,
"resolved" : "https://registry.npmjs.org/@unrs/resolver-binding-wasm32-wasi/-/resolver-binding-wasm32-wasi-1.11.1.tgz" ,
"integrity" : "sha512-5u4RkfxJm+Ng7IWgkzi3qrFOvLvQYnPBmjmZQ8+szTK/b31fQCnleNl1GgEt7nIsZRIf5PLhPwT0WM+q45x/UQ==" ,
"cpu" : [
"wasm32"
] ,
"dev" : true ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
2026-01-19 15:11:47 +07:00
"optional" : true ,
2026-01-13 10:46:40 +07:00
"dependencies" : {
2026-01-19 15:11:47 +07:00
"@napi-rs/wasm-runtime" : "^0.2.11"
2026-01-13 10:46:40 +07:00
} ,
"engines" : {
2026-01-19 15:11:47 +07:00
"node" : ">=14.0.0"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/@unrs/resolver-binding-wasm32-wasi/node_modules/@napi-rs/wasm-runtime" : {
"version" : "0.2.12" ,
"resolved" : "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-0.2.12.tgz" ,
"integrity" : "sha512-ZVWUcfwY4E/yPitQJl481FjFo3K22D6qF0DuFH6Y/nbnE11GY5uguDxZMGXPQ8WQ0128MXQD7TnfHyK4oWoIJQ==" ,
"dev" : true ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
2026-01-19 15:11:47 +07:00
"optional" : true ,
"dependencies" : {
"@emnapi/core" : "^1.4.3" ,
"@emnapi/runtime" : "^1.4.3" ,
"@tybys/wasm-util" : "^0.10.0"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/@unrs/resolver-binding-win32-arm64-msvc" : {
"version" : "1.11.1" ,
"resolved" : "https://registry.npmjs.org/@unrs/resolver-binding-win32-arm64-msvc/-/resolver-binding-win32-arm64-msvc-1.11.1.tgz" ,
"integrity" : "sha512-nRcz5Il4ln0kMhfL8S3hLkxI85BXs3o8EYoattsJNdsX4YUU89iOkVn7g0VHSRxFuVMdM4Q1jEpIId1Ihim/Uw==" ,
"cpu" : [
"arm64"
] ,
"dev" : true ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
2026-01-19 15:11:47 +07:00
"optional" : true ,
"os" : [
"win32"
]
2026-01-13 10:46:40 +07:00
} ,
2026-01-19 15:11:47 +07:00
"node_modules/@unrs/resolver-binding-win32-ia32-msvc" : {
"version" : "1.11.1" ,
"resolved" : "https://registry.npmjs.org/@unrs/resolver-binding-win32-ia32-msvc/-/resolver-binding-win32-ia32-msvc-1.11.1.tgz" ,
"integrity" : "sha512-DCEI6t5i1NmAZp6pFonpD5m7i6aFrpofcp4LA2i8IIq60Jyo28hamKBxNrZcyOwVOZkgsRp9O2sXWBWP8MnvIQ==" ,
"cpu" : [
"ia32"
] ,
"dev" : true ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
2026-01-19 15:11:47 +07:00
"optional" : true ,
"os" : [
"win32"
]
2026-01-13 10:46:40 +07:00
} ,
2026-01-19 15:11:47 +07:00
"node_modules/@unrs/resolver-binding-win32-x64-msvc" : {
"version" : "1.11.1" ,
"resolved" : "https://registry.npmjs.org/@unrs/resolver-binding-win32-x64-msvc/-/resolver-binding-win32-x64-msvc-1.11.1.tgz" ,
"integrity" : "sha512-lrW200hZdbfRtztbygyaq/6jP6AKE8qQN2KvPcJ+x7wiD038YtnYtZ82IMNJ69GJibV7bwL3y9FgK+5w/pYt6g==" ,
"cpu" : [
"x64"
] ,
"dev" : true ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
2026-01-19 15:11:47 +07:00
"optional" : true ,
"os" : [
"win32"
]
2026-01-13 10:46:40 +07:00
} ,
2026-01-19 15:11:47 +07:00
"node_modules/@vercel/nft" : {
2026-01-19 15:14:30 +07:00
"version" : "0.30.4" ,
"resolved" : "https://registry.npmjs.org/@vercel/nft/-/nft-0.30.4.tgz" ,
"integrity" : "sha512-wE6eAGSXScra60N2l6jWvNtVK0m+sh873CpfZW4KI2v8EHuUQp+mSEi4T+IcdPCSEDgCdAS/7bizbhQlkjzrSA==" ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
"dependencies" : {
2026-01-19 15:11:47 +07:00
"@mapbox/node-pre-gyp" : "^2.0.0" ,
"@rollup/pluginutils" : "^5.1.3" ,
"acorn" : "^8.6.0" ,
"acorn-import-attributes" : "^1.9.5" ,
"async-sema" : "^3.1.1" ,
"bindings" : "^1.4.0" ,
"estree-walker" : "2.0.2" ,
2026-01-19 15:14:30 +07:00
"glob" : "^10.5.0" ,
2026-01-19 15:11:47 +07:00
"graceful-fs" : "^4.2.9" ,
"node-gyp-build" : "^4.2.2" ,
"picomatch" : "^4.0.2" ,
"resolve-from" : "^5.0.0"
2026-01-13 10:46:40 +07:00
} ,
2026-01-19 15:11:47 +07:00
"bin" : {
"nft" : "out/cli.js"
2026-01-13 10:46:40 +07:00
} ,
2026-01-19 15:11:47 +07:00
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : ">=18"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/@vitejs/plugin-vue" : {
"version" : "6.0.3" ,
"resolved" : "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-6.0.3.tgz" ,
"integrity" : "sha512-TlGPkLFLVOY3T7fZrwdvKpjprR3s4fxRln0ORDo1VQ7HHyxJwTlrjKU3kpVWTlaAjIEuCTokmjkZnr8Tpc925w==" ,
"license" : "MIT" ,
2026-01-13 10:46:40 +07:00
"dependencies" : {
2026-01-19 15:11:47 +07:00
"@rolldown/pluginutils" : "1.0.0-beta.53"
2026-01-13 10:46:40 +07:00
} ,
"engines" : {
2026-01-19 15:11:47 +07:00
"node" : "^20.19.0 || >=22.12.0"
2026-01-13 10:46:40 +07:00
} ,
2026-01-19 15:11:47 +07:00
"peerDependencies" : {
"vite" : "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0" ,
"vue" : "^3.2.25"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/@vitejs/plugin-vue-jsx" : {
"version" : "5.1.3" ,
"resolved" : "https://registry.npmjs.org/@vitejs/plugin-vue-jsx/-/plugin-vue-jsx-5.1.3.tgz" ,
"integrity" : "sha512-I6Zr8cYVr5WHMW5gNOP09DNqW9rgO8RX73Wa6Czgq/0ndpTfJM4vfDChfOT1+3KtdrNqilNBtNlFwVeB02ZzGw==" ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
"dependencies" : {
2026-01-19 15:11:47 +07:00
"@babel/core" : "^7.28.5" ,
"@babel/plugin-syntax-typescript" : "^7.27.1" ,
"@babel/plugin-transform-typescript" : "^7.28.5" ,
"@rolldown/pluginutils" : "^1.0.0-beta.56" ,
"@vue/babel-plugin-jsx" : "^2.0.1"
2026-01-13 10:46:40 +07:00
} ,
"engines" : {
2026-01-19 15:11:47 +07:00
"node" : "^20.19.0 || >=22.12.0"
2026-01-13 10:46:40 +07:00
} ,
2026-01-19 15:11:47 +07:00
"peerDependencies" : {
"vite" : "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0" ,
"vue" : "^3.0.0"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/@vitejs/plugin-vue-jsx/node_modules/@rolldown/pluginutils" : {
2026-01-19 15:14:30 +07:00
"version" : "1.0.0-beta.58" ,
"resolved" : "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.58.tgz" ,
"integrity" : "sha512-qWhDs6yFGR5xDfdrwiSa3CWGIHxD597uGE/A9xGqytBjANvh4rLCTTkq7szhMV4+Ygh+PMS90KVJ8xWG/TkX4w==" ,
2026-01-19 15:11:47 +07:00
"license" : "MIT"
2026-01-13 10:46:40 +07:00
} ,
2026-01-19 15:11:47 +07:00
"node_modules/@volar/language-core" : {
"version" : "2.4.27" ,
"resolved" : "https://registry.npmjs.org/@volar/language-core/-/language-core-2.4.27.tgz" ,
"integrity" : "sha512-DjmjBWZ4tJKxfNC1F6HyYERNHPYS7L7OPFyCrestykNdUZMFYzI9WTyvwPcaNaHlrEUwESHYsfEw3isInncZxQ==" ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
2026-01-19 15:11:47 +07:00
"dependencies" : {
"@volar/source-map" : "2.4.27"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/@volar/source-map" : {
"version" : "2.4.27" ,
"resolved" : "https://registry.npmjs.org/@volar/source-map/-/source-map-2.4.27.tgz" ,
"integrity" : "sha512-ynlcBReMgOZj2i6po+qVswtDUeeBRCTgDurjMGShbm8WYZgJ0PA4RmtebBJ0BCYol1qPv3GQF6jK7C9qoVc7lg==" ,
2026-01-13 10:46:40 +07:00
"license" : "MIT"
} ,
2026-01-19 15:11:47 +07:00
"node_modules/@vue-macros/common" : {
"version" : "3.1.2" ,
"resolved" : "https://registry.npmjs.org/@vue-macros/common/-/common-3.1.2.tgz" ,
"integrity" : "sha512-h9t4ArDdniO9ekYHAD95t9AZcAbb19lEGK+26iAjUODOIJKmObDNBSe4+6ELQAA3vtYiFPPBtHh7+cQCKi3Dng==" ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
"dependencies" : {
2026-01-19 15:11:47 +07:00
"@vue/compiler-sfc" : "^3.5.22" ,
"ast-kit" : "^2.1.2" ,
"local-pkg" : "^1.1.2" ,
"magic-string-ast" : "^1.0.2" ,
"unplugin-utils" : "^0.3.0"
2026-01-13 10:46:40 +07:00
} ,
"engines" : {
"node" : ">=20.19.0"
} ,
"funding" : {
2026-01-19 15:11:47 +07:00
"url" : "https://github.com/sponsors/vue-macros"
} ,
"peerDependencies" : {
"vue" : "^2.7.0 || ^3.2.25"
} ,
"peerDependenciesMeta" : {
"vue" : {
"optional" : true
}
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/@vue-macros/common/node_modules/unplugin-utils" : {
"version" : "0.3.1" ,
"resolved" : "https://registry.npmjs.org/unplugin-utils/-/unplugin-utils-0.3.1.tgz" ,
"integrity" : "sha512-5lWVjgi6vuHhJ526bI4nlCOmkCIF3nnfXkCMDeMJrtdvxTs6ZFCM8oNufGTsDbKv/tJ/xj8RpvXjRuPBZJuJog==" ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
"dependencies" : {
2026-01-19 15:11:47 +07:00
"pathe" : "^2.0.3" ,
"picomatch" : "^4.0.3"
2026-01-13 10:46:40 +07:00
} ,
"engines" : {
"node" : ">=20.19.0"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sxzz"
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/@vue/babel-helper-vue-transform-on" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/@vue/babel-helper-vue-transform-on/-/babel-helper-vue-transform-on-2.0.1.tgz" ,
"integrity" : "sha512-uZ66EaFbnnZSYqYEyplWvn46GhZ1KuYSThdT68p+am7MgBNbQ3hphTL9L+xSIsWkdktwhPYLwPgVWqo96jDdRA==" ,
2026-01-13 10:46:40 +07:00
"license" : "MIT"
} ,
2026-01-19 15:11:47 +07:00
"node_modules/@vue/babel-plugin-jsx" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/@vue/babel-plugin-jsx/-/babel-plugin-jsx-2.0.1.tgz" ,
"integrity" : "sha512-a8CaLQjD/s4PVdhrLD/zT574ZNPnZBOY+IhdtKWRB4HRZ0I2tXBi5ne7d9eCfaYwp5gU5+4KIyFTV1W1YL9xZA==" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/helper-module-imports" : "^7.27.1" ,
"@babel/helper-plugin-utils" : "^7.27.1" ,
"@babel/plugin-syntax-jsx" : "^7.27.1" ,
"@babel/template" : "^7.27.2" ,
"@babel/traverse" : "^7.28.4" ,
"@babel/types" : "^7.28.4" ,
"@vue/babel-helper-vue-transform-on" : "2.0.1" ,
"@vue/babel-plugin-resolve-type" : "2.0.1" ,
"@vue/shared" : "^3.5.22"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
} ,
"peerDependenciesMeta" : {
"@babel/core" : {
"optional" : true
}
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/@vue/babel-plugin-resolve-type" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/@vue/babel-plugin-resolve-type/-/babel-plugin-resolve-type-2.0.1.tgz" ,
"integrity" : "sha512-ybwgIuRGRRBhOU37GImDoWQoz+TlSqap65qVI6iwg/J7FfLTLmMf97TS7xQH9I7Qtr/gp161kYVdhr1ZMraSYQ==" ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
"dependencies" : {
2026-01-19 15:11:47 +07:00
"@babel/code-frame" : "^7.27.1" ,
"@babel/helper-module-imports" : "^7.27.1" ,
"@babel/helper-plugin-utils" : "^7.27.1" ,
"@babel/parser" : "^7.28.4" ,
"@vue/compiler-sfc" : "^3.5.22"
2026-01-13 10:46:40 +07:00
} ,
2026-01-19 15:11:47 +07:00
"funding" : {
"url" : "https://github.com/sponsors/sxzz"
2026-01-13 10:46:40 +07:00
} ,
"peerDependencies" : {
2026-01-19 15:11:47 +07:00
"@babel/core" : "^7.0.0-0"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/@vue/compiler-core" : {
2026-01-19 15:14:30 +07:00
"version" : "3.5.26" ,
"resolved" : "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.5.26.tgz" ,
"integrity" : "sha512-vXyI5GMfuoBCnv5ucIT7jhHKl55Y477yxP6fc4eUswjP8FG3FFVFd41eNDArR+Uk3QKn2Z85NavjaxLxOC19/w==" ,
2026-01-19 15:11:47 +07:00
"license" : "MIT" ,
"dependencies" : {
"@babel/parser" : "^7.28.5" ,
2026-01-19 15:14:30 +07:00
"@vue/shared" : "3.5.26" ,
2026-01-19 15:11:47 +07:00
"entities" : "^7.0.0" ,
"estree-walker" : "^2.0.2" ,
"source-map-js" : "^1.2.1"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/@vue/compiler-dom" : {
2026-01-19 15:14:30 +07:00
"version" : "3.5.26" ,
"resolved" : "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.5.26.tgz" ,
"integrity" : "sha512-y1Tcd3eXs834QjswshSilCBnKGeQjQXB6PqFn/1nxcQw4pmG42G8lwz+FZPAZAby6gZeHSt/8LMPfZ4Rb+Bd/A==" ,
2026-01-19 15:11:47 +07:00
"license" : "MIT" ,
"dependencies" : {
2026-01-19 15:14:30 +07:00
"@vue/compiler-core" : "3.5.26" ,
"@vue/shared" : "3.5.26"
2026-01-19 15:11:47 +07:00
}
} ,
"node_modules/@vue/compiler-sfc" : {
2026-01-19 15:14:30 +07:00
"version" : "3.5.26" ,
"resolved" : "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.5.26.tgz" ,
"integrity" : "sha512-egp69qDTSEZcf4bGOSsprUr4xI73wfrY5oRs6GSgXFTiHrWj4Y3X5Ydtip9QMqiCMCPVwLglB9GBxXtTadJ3mA==" ,
2026-01-19 15:11:47 +07:00
"license" : "MIT" ,
"peer" : true ,
"dependencies" : {
"@babel/parser" : "^7.28.5" ,
2026-01-19 15:14:30 +07:00
"@vue/compiler-core" : "3.5.26" ,
"@vue/compiler-dom" : "3.5.26" ,
"@vue/compiler-ssr" : "3.5.26" ,
"@vue/shared" : "3.5.26" ,
2026-01-19 15:11:47 +07:00
"estree-walker" : "^2.0.2" ,
"magic-string" : "^0.30.21" ,
"postcss" : "^8.5.6" ,
"source-map-js" : "^1.2.1"
}
} ,
"node_modules/@vue/compiler-ssr" : {
2026-01-19 15:14:30 +07:00
"version" : "3.5.26" ,
"resolved" : "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.5.26.tgz" ,
"integrity" : "sha512-lZT9/Y0nSIRUPVvapFJEVDbEXruZh2IYHMk2zTtEgJSlP5gVOqeWXH54xDKAaFS4rTnDeDBQUYDtxKyoW9FwDw==" ,
2026-01-19 15:11:47 +07:00
"license" : "MIT" ,
"dependencies" : {
2026-01-19 15:14:30 +07:00
"@vue/compiler-dom" : "3.5.26" ,
"@vue/shared" : "3.5.26"
2026-01-19 15:11:47 +07:00
}
} ,
"node_modules/@vue/devtools-api" : {
"version" : "6.6.4" ,
"resolved" : "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-6.6.4.tgz" ,
"integrity" : "sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==" ,
2026-01-13 10:46:40 +07:00
"license" : "MIT"
} ,
2026-01-19 15:11:47 +07:00
"node_modules/@vue/devtools-core" : {
"version" : "8.0.5" ,
"resolved" : "https://registry.npmjs.org/@vue/devtools-core/-/devtools-core-8.0.5.tgz" ,
"integrity" : "sha512-dpCw8nl0GDBuiL9SaY0mtDxoGIEmU38w+TQiYEPOLhW03VDC0lfNMYXS/qhl4I0YlysGp04NLY4UNn6xgD0VIQ==" ,
"license" : "MIT" ,
"dependencies" : {
"@vue/devtools-kit" : "^8.0.5" ,
"@vue/devtools-shared" : "^8.0.5" ,
"mitt" : "^3.0.1" ,
"nanoid" : "^5.1.5" ,
"pathe" : "^2.0.3" ,
"vite-hot-client" : "^2.1.0"
2026-01-13 10:46:40 +07:00
} ,
2026-01-19 15:11:47 +07:00
"peerDependencies" : {
"vue" : "^3.0.0"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/@vue/devtools-kit" : {
"version" : "8.0.5" ,
"resolved" : "https://registry.npmjs.org/@vue/devtools-kit/-/devtools-kit-8.0.5.tgz" ,
"integrity" : "sha512-q2VV6x1U3KJMTQPUlRMyWEKVbcHuxhqJdSr6Jtjz5uAThAIrfJ6WVZdGZm5cuO63ZnSUz0RCsVwiUUb0mDV0Yg==" ,
"license" : "MIT" ,
"dependencies" : {
"@vue/devtools-shared" : "^8.0.5" ,
"birpc" : "^2.6.1" ,
"hookable" : "^5.5.3" ,
"mitt" : "^3.0.1" ,
"perfect-debounce" : "^2.0.0" ,
"speakingurl" : "^14.0.1" ,
"superjson" : "^2.2.2"
}
2026-01-13 10:46:40 +07:00
} ,
2026-01-19 15:11:47 +07:00
"node_modules/@vue/devtools-shared" : {
"version" : "8.0.5" ,
"resolved" : "https://registry.npmjs.org/@vue/devtools-shared/-/devtools-shared-8.0.5.tgz" ,
"integrity" : "sha512-bRLn6/spxpmgLk+iwOrR29KrYnJjG9DGpHGkDFG82UM21ZpJ39ztUT9OXX3g+usW7/b2z+h46I9ZiYyB07XMXg==" ,
"license" : "MIT" ,
"dependencies" : {
"rfdc" : "^1.4.1"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/@vue/language-core" : {
2026-01-19 15:14:30 +07:00
"version" : "3.2.1" ,
"resolved" : "https://registry.npmjs.org/@vue/language-core/-/language-core-3.2.1.tgz" ,
"integrity" : "sha512-g6oSenpnGMtpxHGAwKuu7HJJkNZpemK/zg3vZzZbJ6cnnXq1ssxuNrXSsAHYM3NvH8p4IkTw+NLmuxyeYz4r8A==" ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
2026-01-19 15:11:47 +07:00
"dependencies" : {
"@volar/language-core" : "2.4.27" ,
"@vue/compiler-dom" : "^3.5.0" ,
"@vue/shared" : "^3.5.0" ,
"alien-signals" : "^3.0.0" ,
"muggle-string" : "^0.4.1" ,
"path-browserify" : "^1.0.1" ,
"picomatch" : "^4.0.2"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/@vue/reactivity" : {
2026-01-19 15:14:30 +07:00
"version" : "3.5.26" ,
"resolved" : "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.5.26.tgz" ,
"integrity" : "sha512-9EnYB1/DIiUYYnzlnUBgwU32NNvLp/nhxLXeWRhHUEeWNTn1ECxX8aGO7RTXeX6PPcxe3LLuNBFoJbV4QZ+CFQ==" ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
"dependencies" : {
2026-01-19 15:14:30 +07:00
"@vue/shared" : "3.5.26"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/@vue/runtime-core" : {
2026-01-19 15:14:30 +07:00
"version" : "3.5.26" ,
"resolved" : "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.5.26.tgz" ,
"integrity" : "sha512-xJWM9KH1kd201w5DvMDOwDHYhrdPTrAatn56oB/LRG4plEQeZRQLw0Bpwih9KYoqmzaxF0OKSn6swzYi84e1/Q==" ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
2026-01-19 15:11:47 +07:00
"dependencies" : {
2026-01-19 15:14:30 +07:00
"@vue/reactivity" : "3.5.26" ,
"@vue/shared" : "3.5.26"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/@vue/runtime-dom" : {
2026-01-19 15:14:30 +07:00
"version" : "3.5.26" ,
"resolved" : "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.5.26.tgz" ,
"integrity" : "sha512-XLLd/+4sPC2ZkN/6+V4O4gjJu6kSDbHAChvsyWgm1oGbdSO3efvGYnm25yCjtFm/K7rrSDvSfPDgN1pHgS4VNQ==" ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
"dependencies" : {
2026-01-19 15:14:30 +07:00
"@vue/reactivity" : "3.5.26" ,
"@vue/runtime-core" : "3.5.26" ,
"@vue/shared" : "3.5.26" ,
2026-01-19 15:11:47 +07:00
"csstype" : "^3.2.3"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/@vue/server-renderer" : {
2026-01-19 15:14:30 +07:00
"version" : "3.5.26" ,
"resolved" : "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.5.26.tgz" ,
"integrity" : "sha512-TYKLXmrwWKSodyVuO1WAubucd+1XlLg4set0YoV+Hu8Lo79mp/YMwWV5mC5FgtsDxX3qo1ONrxFaTP1OQgy1uA==" ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
"dependencies" : {
2026-01-19 15:14:30 +07:00
"@vue/compiler-ssr" : "3.5.26" ,
"@vue/shared" : "3.5.26"
2026-01-13 10:46:40 +07:00
} ,
2026-01-19 15:11:47 +07:00
"peerDependencies" : {
2026-01-19 15:14:30 +07:00
"vue" : "3.5.26"
2026-01-19 15:11:47 +07:00
}
} ,
"node_modules/@vue/shared" : {
2026-01-19 15:14:30 +07:00
"version" : "3.5.26" ,
"resolved" : "https://registry.npmjs.org/@vue/shared/-/shared-3.5.26.tgz" ,
"integrity" : "sha512-7Z6/y3uFI5PRoKeorTOSXKcDj0MSasfNNltcslbFrPpcw6aXRUALq4IfJlaTRspiWIUOEZbrpM+iQGmCOiWe4A==" ,
2026-01-19 15:11:47 +07:00
"license" : "MIT"
} ,
"node_modules/abbrev" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/abbrev/-/abbrev-3.0.1.tgz" ,
"integrity" : "sha512-AO2ac6pjRB3SJmGJo+v5/aK6Omggp6fsLrs6wN9bd35ulu4cCwaAU9+7ZhXjeqHVkaHThLuzH0nZr0YpCDhygg==" ,
"license" : "ISC" ,
2026-01-13 10:46:40 +07:00
"engines" : {
2026-01-19 15:11:47 +07:00
"node" : "^18.17.0 || >=20.5.0"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/abort-controller" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz" ,
"integrity" : "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==" ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
"dependencies" : {
2026-01-19 15:11:47 +07:00
"event-target-shim" : "^5.0.0"
2026-01-13 10:46:40 +07:00
} ,
2026-01-19 15:11:47 +07:00
"engines" : {
"node" : ">=6.5"
}
} ,
"node_modules/accepts" : {
"version" : "1.3.8" ,
"resolved" : "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz" ,
"integrity" : "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==" ,
"license" : "MIT" ,
"dependencies" : {
"mime-types" : "~2.1.34" ,
"negotiator" : "0.6.3"
2026-01-13 10:46:40 +07:00
} ,
"engines" : {
2026-01-19 15:11:47 +07:00
"node" : ">= 0.6"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/accepts/node_modules/mime-db" : {
"version" : "1.52.0" ,
"resolved" : "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz" ,
"integrity" : "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.6"
}
} ,
"node_modules/accepts/node_modules/mime-types" : {
"version" : "2.1.35" ,
"resolved" : "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz" ,
"integrity" : "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==" ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
"dependencies" : {
2026-01-19 15:11:47 +07:00
"mime-db" : "1.52.0"
} ,
"engines" : {
"node" : ">= 0.6"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/acorn" : {
"version" : "8.15.0" ,
"resolved" : "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz" ,
"integrity" : "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==" ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
2026-01-19 15:11:47 +07:00
"peer" : true ,
"bin" : {
"acorn" : "bin/acorn"
} ,
2026-01-13 10:46:40 +07:00
"engines" : {
2026-01-19 15:11:47 +07:00
"node" : ">=0.4.0"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/acorn-import-attributes" : {
"version" : "1.9.5" ,
"resolved" : "https://registry.npmjs.org/acorn-import-attributes/-/acorn-import-attributes-1.9.5.tgz" ,
"integrity" : "sha512-n02Vykv5uA3eHGM/Z2dQrcD56kL8TyDb2p1+0P83PClMnC/nc+anbQRhIOWnSq4Ke/KvDPrY3C9hDtC/A3eHnQ==" ,
"license" : "MIT" ,
"peerDependencies" : {
"acorn" : "^8"
}
2026-01-13 10:46:40 +07:00
} ,
2026-01-19 15:11:47 +07:00
"node_modules/acorn-jsx" : {
"version" : "5.3.2" ,
"resolved" : "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz" ,
"integrity" : "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==" ,
"devOptional" : true ,
"license" : "MIT" ,
"peerDependencies" : {
"acorn" : "^6.0.0 || ^7.0.0 || ^8.0.0"
}
} ,
"node_modules/agent-base" : {
"version" : "7.1.4" ,
"resolved" : "https://registry.npmjs.org/agent-base/-/agent-base-7.1.4.tgz" ,
"integrity" : "sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==" ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
"engines" : {
2026-01-19 15:11:47 +07:00
"node" : ">= 14"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/ajv" : {
"version" : "6.12.6" ,
"resolved" : "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz" ,
"integrity" : "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==" ,
"devOptional" : true ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
"dependencies" : {
2026-01-19 15:11:47 +07:00
"fast-deep-equal" : "^3.1.1" ,
"fast-json-stable-stringify" : "^2.0.0" ,
"json-schema-traverse" : "^0.4.1" ,
"uri-js" : "^4.2.2"
2026-01-13 10:46:40 +07:00
} ,
"funding" : {
2026-01-19 15:11:47 +07:00
"type" : "github" ,
"url" : "https://github.com/sponsors/epoberezkin"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/alien-signals" : {
"version" : "3.1.2" ,
"resolved" : "https://registry.npmjs.org/alien-signals/-/alien-signals-3.1.2.tgz" ,
"integrity" : "sha512-d9dYqZTS90WLiU0I5c6DHj/HcKkF8ZyGN3G5x8wSbslulz70KOxaqCT0hQCo9KOyhVqzqGojvNdJXoTumZOtcw==" ,
"license" : "MIT"
} ,
"node_modules/ansi-regex" : {
2026-01-19 15:14:30 +07:00
"version" : "6.2.2" ,
"resolved" : "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz" ,
"integrity" : "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==" ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
2026-01-19 15:11:47 +07:00
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/chalk/ansi-regex?sponsor=1"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/ansi-styles" : {
"version" : "4.3.0" ,
"resolved" : "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz" ,
"integrity" : "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==" ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
2026-01-19 15:11:47 +07:00
"dependencies" : {
"color-convert" : "^2.0.1"
} ,
2026-01-13 10:46:40 +07:00
"engines" : {
"node" : ">=8"
2026-01-19 15:11:47 +07:00
} ,
"funding" : {
"url" : "https://github.com/chalk/ansi-styles?sponsor=1"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/ansis" : {
"version" : "4.2.0" ,
"resolved" : "https://registry.npmjs.org/ansis/-/ansis-4.2.0.tgz" ,
"integrity" : "sha512-HqZ5rWlFjGiV0tDm3UxxgNRqsOTniqoKZu0pIAfh7TZQMGuZK+hH0drySty0si0QXj1ieop4+SkSfPZBPPkHig==" ,
"license" : "ISC" ,
"engines" : {
"node" : ">=14"
}
} ,
"node_modules/any-promise" : {
"version" : "1.3.0" ,
"resolved" : "https://registry.npmjs.org/any-promise/-/any-promise-1.3.0.tgz" ,
"integrity" : "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==" ,
"license" : "MIT"
} ,
"node_modules/anymatch" : {
"version" : "3.1.3" ,
"resolved" : "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz" ,
"integrity" : "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==" ,
"license" : "ISC" ,
2026-01-13 10:46:40 +07:00
"dependencies" : {
2026-01-19 15:11:47 +07:00
"normalize-path" : "^3.0.0" ,
"picomatch" : "^2.0.4"
2026-01-13 10:46:40 +07:00
} ,
"engines" : {
2026-01-19 15:11:47 +07:00
"node" : ">= 8"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/anymatch/node_modules/picomatch" : {
"version" : "2.3.1" ,
"resolved" : "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz" ,
"integrity" : "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==" ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
"engines" : {
2026-01-19 15:11:47 +07:00
"node" : ">=8.6"
} ,
"funding" : {
"url" : "https://github.com/sponsors/jonschlinkert"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/archiver" : {
"version" : "7.0.1" ,
"resolved" : "https://registry.npmjs.org/archiver/-/archiver-7.0.1.tgz" ,
"integrity" : "sha512-ZcbTaIqJOfCc03QwD468Unz/5Ir8ATtvAHsK+FdXbDIbGfihqh9mrvdcYunQzqn4HrvWWaFyaxJhGZagaJJpPQ==" ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
"dependencies" : {
2026-01-19 15:11:47 +07:00
"archiver-utils" : "^5.0.2" ,
"async" : "^3.2.4" ,
"buffer-crc32" : "^1.0.0" ,
"readable-stream" : "^4.0.0" ,
"readdir-glob" : "^1.1.2" ,
"tar-stream" : "^3.0.0" ,
"zip-stream" : "^6.0.1"
2026-01-13 10:46:40 +07:00
} ,
"engines" : {
2026-01-19 15:11:47 +07:00
"node" : ">= 14"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/archiver-utils" : {
"version" : "5.0.2" ,
"resolved" : "https://registry.npmjs.org/archiver-utils/-/archiver-utils-5.0.2.tgz" ,
"integrity" : "sha512-wuLJMmIBQYCsGZgYLTy5FIB2pF6Lfb6cXMSF8Qywwk3t20zWnAi7zLcQFdKQmIB8wyZpY5ER38x08GbwtR2cLA==" ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
"dependencies" : {
2026-01-19 15:11:47 +07:00
"glob" : "^10.0.0" ,
"graceful-fs" : "^4.2.0" ,
"is-stream" : "^2.0.1" ,
"lazystream" : "^1.0.0" ,
"lodash" : "^4.17.15" ,
"normalize-path" : "^3.0.0" ,
"readable-stream" : "^4.0.0"
2026-01-13 10:46:40 +07:00
} ,
"engines" : {
2026-01-19 15:11:47 +07:00
"node" : ">= 14"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/archiver-utils/node_modules/is-stream" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz" ,
"integrity" : "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==" ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
"engines" : {
2026-01-19 15:11:47 +07:00
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/are-docs-informative" : {
"version" : "0.0.2" ,
"resolved" : "https://registry.npmjs.org/are-docs-informative/-/are-docs-informative-0.0.2.tgz" ,
"integrity" : "sha512-ixiS0nLNNG5jNQzgZJNoUpBKdo9yTYZMGJ+QgT2jmjR7G7+QHRCc4v6LQ3NgE7EBJq+o0ams3waJwkrlBom8Ig==" ,
"dev" : true ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
2026-01-19 15:11:47 +07:00
"engines" : {
"node" : ">=14"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/arg" : {
"version" : "5.0.2" ,
"resolved" : "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz" ,
"integrity" : "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==" ,
"license" : "MIT"
2026-01-13 10:46:40 +07:00
} ,
2026-01-19 15:11:47 +07:00
"node_modules/argparse" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz" ,
"integrity" : "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==" ,
"devOptional" : true ,
"license" : "Python-2.0"
} ,
"node_modules/ast-kit" : {
"version" : "2.2.0" ,
"resolved" : "https://registry.npmjs.org/ast-kit/-/ast-kit-2.2.0.tgz" ,
"integrity" : "sha512-m1Q/RaVOnTp9JxPX+F+Zn7IcLYMzM8kZofDImfsKZd8MbR+ikdOzTeztStWqfrqIxZnYWryyI9ePm3NGjnZgGw==" ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
"dependencies" : {
2026-01-19 15:11:47 +07:00
"@babel/parser" : "^7.28.5" ,
"pathe" : "^2.0.3"
2026-01-13 10:46:40 +07:00
} ,
"engines" : {
2026-01-19 15:11:47 +07:00
"node" : ">=20.19.0"
2026-01-13 10:46:40 +07:00
} ,
"funding" : {
2026-01-19 15:11:47 +07:00
"url" : "https://github.com/sponsors/sxzz"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/ast-walker-scope" : {
"version" : "0.8.3" ,
"resolved" : "https://registry.npmjs.org/ast-walker-scope/-/ast-walker-scope-0.8.3.tgz" ,
"integrity" : "sha512-cbdCP0PGOBq0ASG+sjnKIoYkWMKhhz+F/h9pRexUdX2Hd38+WOlBkRKlqkGOSm0YQpcFMQBJeK4WspUAkwsEdg==" ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
"dependencies" : {
2026-01-19 15:11:47 +07:00
"@babel/parser" : "^7.28.4" ,
"ast-kit" : "^2.1.3"
2026-01-13 10:46:40 +07:00
} ,
"engines" : {
2026-01-19 15:11:47 +07:00
"node" : ">=20.19.0"
2026-01-13 10:46:40 +07:00
} ,
"funding" : {
2026-01-19 15:11:47 +07:00
"url" : "https://github.com/sponsors/sxzz"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/async" : {
"version" : "3.2.6" ,
"resolved" : "https://registry.npmjs.org/async/-/async-3.2.6.tgz" ,
"integrity" : "sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==" ,
"license" : "MIT"
} ,
"node_modules/async-sema" : {
"version" : "3.1.1" ,
"resolved" : "https://registry.npmjs.org/async-sema/-/async-sema-3.1.1.tgz" ,
"integrity" : "sha512-tLRNUXati5MFePdAk8dw7Qt7DpxPB60ofAgn8WRhW6a2rcimZnYBP9oxHiv0OHy+Wz7kPMG+t4LGdt31+4EmGg==" ,
"license" : "MIT"
} ,
"node_modules/at-least-node" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz" ,
"integrity" : "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==" ,
"license" : "ISC" ,
2026-01-13 10:46:40 +07:00
"engines" : {
2026-01-19 15:11:47 +07:00
"node" : ">= 4.0.0"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/autoprefixer" : {
"version" : "10.4.23" ,
"resolved" : "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.23.tgz" ,
"integrity" : "sha512-YYTXSFulfwytnjAPlw8QHncHJmlvFKtczb8InXaAx9Q0LbfDnfEYDE55omerIJKihhmU61Ft+cAOSzQVaBUmeA==" ,
2026-01-13 10:46:40 +07:00
"funding" : [
2026-01-19 15:11:47 +07:00
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/postcss/"
} ,
{
"type" : "tidelift" ,
"url" : "https://tidelift.com/funding/github/npm/autoprefixer"
} ,
2026-01-13 10:46:40 +07:00
{
"type" : "github" ,
2026-01-19 15:11:47 +07:00
"url" : "https://github.com/sponsors/ai"
2026-01-13 10:46:40 +07:00
}
] ,
"license" : "MIT" ,
2026-01-19 15:11:47 +07:00
"dependencies" : {
"browserslist" : "^4.28.1" ,
"caniuse-lite" : "^1.0.30001760" ,
"fraction.js" : "^5.3.4" ,
"picocolors" : "^1.1.1" ,
"postcss-value-parser" : "^4.2.0"
} ,
"bin" : {
"autoprefixer" : "bin/autoprefixer"
} ,
2026-01-13 10:46:40 +07:00
"engines" : {
2026-01-19 15:11:47 +07:00
"node" : "^10 || ^12 || >=14"
} ,
"peerDependencies" : {
"postcss" : "^8.1.0"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/b4a" : {
"version" : "1.7.3" ,
"resolved" : "https://registry.npmjs.org/b4a/-/b4a-1.7.3.tgz" ,
"integrity" : "sha512-5Q2mfq2WfGuFp3uS//0s6baOJLMoVduPYVeNmDYxu5OUA1/cBfvr2RIS7vi62LdNj/urk1hfmj867I3qt6uZ7Q==" ,
"license" : "Apache-2.0" ,
"peerDependencies" : {
"react-native-b4a" : "*"
} ,
"peerDependenciesMeta" : {
"react-native-b4a" : {
"optional" : true
}
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/balanced-match" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz" ,
"integrity" : "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" ,
"license" : "MIT"
} ,
"node_modules/bare-events" : {
"version" : "2.8.2" ,
"resolved" : "https://registry.npmjs.org/bare-events/-/bare-events-2.8.2.tgz" ,
"integrity" : "sha512-riJjyv1/mHLIPX4RwiK+oW9/4c3TEUeORHKefKAKnZ5kyslbN+HXowtbaVEqt4IMUB7OXlfixcs6gsFeo/jhiQ==" ,
"license" : "Apache-2.0" ,
"peerDependencies" : {
"bare-abort-controller" : "*"
2026-01-13 10:46:40 +07:00
} ,
2026-01-19 15:11:47 +07:00
"peerDependenciesMeta" : {
"bare-abort-controller" : {
"optional" : true
}
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/base64-js" : {
"version" : "1.5.1" ,
"resolved" : "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz" ,
"integrity" : "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/feross"
} ,
{
"type" : "patreon" ,
"url" : "https://www.patreon.com/feross"
} ,
{
"type" : "consulting" ,
"url" : "https://feross.org/support"
}
] ,
"license" : "MIT"
} ,
"node_modules/baseline-browser-mapping" : {
2026-01-19 15:14:30 +07:00
"version" : "2.9.11" ,
"resolved" : "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.9.11.tgz" ,
"integrity" : "sha512-Sg0xJUNDU1sJNGdfGWhVHX0kkZ+HWcvmVymJbj6NSgZZmW/8S9Y2HQ5euytnIgakgxN6papOAWiwDo1ctFDcoQ==" ,
2026-01-19 15:11:47 +07:00
"license" : "Apache-2.0" ,
"bin" : {
"baseline-browser-mapping" : "dist/cli.js"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/binary-extensions" : {
"version" : "2.3.0" ,
"resolved" : "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz" ,
"integrity" : "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==" ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
"engines" : {
2026-01-19 15:11:47 +07:00
"node" : ">=8"
2026-01-13 10:46:40 +07:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/bindings" : {
"version" : "1.5.0" ,
"resolved" : "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz" ,
"integrity" : "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==" ,
"license" : "MIT" ,
2026-01-13 10:46:40 +07:00
"dependencies" : {
2026-01-19 15:11:47 +07:00
"file-uri-to-path" : "1.0.0"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/birpc" : {
"version" : "2.9.0" ,
"resolved" : "https://registry.npmjs.org/birpc/-/birpc-2.9.0.tgz" ,
"integrity" : "sha512-KrayHS5pBi69Xi9JmvoqrIgYGDkD6mcSe/i6YKi3w5kekCLzrX4+nawcXqrj2tIp50Kw/mT/s3p+GVK0A0sKxw==" ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
2026-01-19 15:11:47 +07:00
"funding" : {
"url" : "https://github.com/sponsors/antfu"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/boolbase" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz" ,
"integrity" : "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==" ,
"license" : "ISC"
2026-01-13 10:46:40 +07:00
} ,
2026-01-19 15:11:47 +07:00
"node_modules/brace-expansion" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz" ,
"integrity" : "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==" ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
"dependencies" : {
2026-01-19 15:11:47 +07:00
"balanced-match" : "^1.0.0"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/braces" : {
"version" : "3.0.3" ,
"resolved" : "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz" ,
"integrity" : "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==" ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
"dependencies" : {
2026-01-19 15:11:47 +07:00
"fill-range" : "^7.1.1"
2026-01-13 10:46:40 +07:00
} ,
"engines" : {
"node" : ">=8"
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/browserslist" : {
"version" : "4.28.1" ,
"resolved" : "https://registry.npmjs.org/browserslist/-/browserslist-4.28.1.tgz" ,
"integrity" : "sha512-ZC5Bd0LgJXgwGqUknZY/vkUQ04r8NXnJZ3yYi4vDmSiZmC/pdSN0NbNRPxZpbtO4uAfDUAFffO8IZoM3Gj8IkA==" ,
"funding" : [
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/browserslist"
} ,
{
"type" : "tidelift" ,
"url" : "https://tidelift.com/funding/github/npm/browserslist"
} ,
{
"type" : "github" ,
"url" : "https://github.com/sponsors/ai"
}
] ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
2026-01-19 15:11:47 +07:00
"peer" : true ,
2026-01-13 10:46:40 +07:00
"dependencies" : {
2026-01-19 15:11:47 +07:00
"baseline-browser-mapping" : "^2.9.0" ,
"caniuse-lite" : "^1.0.30001759" ,
"electron-to-chromium" : "^1.5.263" ,
"node-releases" : "^2.0.27" ,
"update-browserslist-db" : "^1.2.0"
2026-01-13 10:46:40 +07:00
} ,
2026-01-19 15:11:47 +07:00
"bin" : {
"browserslist" : "cli.js"
2026-01-13 10:46:40 +07:00
} ,
"engines" : {
2026-01-19 15:11:47 +07:00
"node" : "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/buffer" : {
"version" : "6.0.3" ,
"resolved" : "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz" ,
"integrity" : "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/feross"
} ,
{
"type" : "patreon" ,
"url" : "https://www.patreon.com/feross"
} ,
{
"type" : "consulting" ,
"url" : "https://feross.org/support"
}
] ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
2026-01-19 15:11:47 +07:00
"dependencies" : {
"base64-js" : "^1.3.1" ,
"ieee754" : "^1.2.1"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/buffer-crc32" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-1.0.0.tgz" ,
"integrity" : "sha512-Db1SbgBS/fg/392AblrMJk97KggmvYhr4pB5ZIMTWtaivCPMWLkmb7m21cJvpvgK+J3nsU2CmmixNBZx4vFj/w==" ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
"engines" : {
2026-01-19 15:11:47 +07:00
"node" : ">=8.0.0"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/buffer-from" : {
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz" ,
"integrity" : "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==" ,
2026-01-13 10:46:40 +07:00
"license" : "MIT"
} ,
2026-01-19 15:11:47 +07:00
"node_modules/builtin-modules" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/builtin-modules/-/builtin-modules-5.0.0.tgz" ,
"integrity" : "sha512-bkXY9WsVpY7CvMhKSR6pZilZu9Ln5WDrKVBUXf2S443etkmEO4V58heTecXcUIsNsi4Rx8JUO4NfX1IcQl4deg==" ,
2026-01-13 10:46:40 +07:00
"dev" : true ,
"license" : "MIT" ,
"engines" : {
2026-01-19 15:11:47 +07:00
"node" : ">=18.20"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/bundle-name" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmjs.org/bundle-name/-/bundle-name-4.1.0.tgz" ,
"integrity" : "sha512-tjwM5exMg6BGRI+kNmTntNsvdZS1X8BFYS6tnJ2hdH0kVxM6/eVZ2xy+FqStSWvYmtfFMDLIxurorHwDKfDz5Q==" ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
"dependencies" : {
2026-01-19 15:11:47 +07:00
"run-applescript" : "^7.0.0"
2026-01-13 10:46:40 +07:00
} ,
"engines" : {
2026-01-19 15:11:47 +07:00
"node" : ">=18"
2026-01-13 10:46:40 +07:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/c12" : {
"version" : "3.3.3" ,
"resolved" : "https://registry.npmjs.org/c12/-/c12-3.3.3.tgz" ,
"integrity" : "sha512-750hTRvgBy5kcMNPdh95Qo+XUBeGo8C7nsKSmedDmaQI+E0r82DwHeM6vBewDe4rGFbnxoa4V9pw+sPh5+Iz8Q==" ,
"license" : "MIT" ,
"dependencies" : {
"chokidar" : "^5.0.0" ,
"confbox" : "^0.2.2" ,
"defu" : "^6.1.4" ,
"dotenv" : "^17.2.3" ,
"exsolve" : "^1.0.8" ,
"giget" : "^2.0.0" ,
"jiti" : "^2.6.1" ,
"ohash" : "^2.0.11" ,
"pathe" : "^2.0.3" ,
"perfect-debounce" : "^2.0.0" ,
"pkg-types" : "^2.3.0" ,
"rc9" : "^2.1.2"
} ,
"peerDependencies" : {
"magicast" : "*"
} ,
"peerDependenciesMeta" : {
"magicast" : {
"optional" : true
}
}
2026-01-13 10:46:40 +07:00
} ,
2026-01-19 15:11:47 +07:00
"node_modules/cac" : {
"version" : "6.7.14" ,
"resolved" : "https://registry.npmjs.org/cac/-/cac-6.7.14.tgz" ,
"integrity" : "sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==" ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
2026-01-19 15:11:47 +07:00
"peer" : true ,
2026-01-13 10:46:40 +07:00
"engines" : {
2026-01-19 15:11:47 +07:00
"node" : ">=8"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/cache-content-type" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/cache-content-type/-/cache-content-type-1.0.1.tgz" ,
"integrity" : "sha512-IKufZ1o4Ut42YUrZSo8+qnMTrFuKkvyoLXUywKz9GJ5BrhOFGhLdkx9sG4KAnVvbY6kEcSFjLQul+DVmBm2bgA==" ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
"dependencies" : {
2026-01-19 15:11:47 +07:00
"mime-types" : "^2.1.18" ,
"ylru" : "^1.2.0"
2026-01-13 10:46:40 +07:00
} ,
"engines" : {
2026-01-19 15:11:47 +07:00
"node" : ">= 6.0.0"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/cache-content-type/node_modules/mime-db" : {
"version" : "1.52.0" ,
"resolved" : "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz" ,
"integrity" : "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==" ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.6"
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/cache-content-type/node_modules/mime-types" : {
"version" : "2.1.35" ,
"resolved" : "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz" ,
"integrity" : "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==" ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
"dependencies" : {
2026-01-19 15:11:47 +07:00
"mime-db" : "1.52.0"
2026-01-13 10:46:40 +07:00
} ,
"engines" : {
2026-01-19 15:11:47 +07:00
"node" : ">= 0.6"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/call-bind-apply-helpers" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz" ,
"integrity" : "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==" ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
"dependencies" : {
2026-01-19 15:11:47 +07:00
"es-errors" : "^1.3.0" ,
"function-bind" : "^1.1.2"
2026-01-13 10:46:40 +07:00
} ,
"engines" : {
2026-01-19 15:11:47 +07:00
"node" : ">= 0.4"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/call-bound" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz" ,
"integrity" : "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==" ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
"dependencies" : {
2026-01-19 15:11:47 +07:00
"call-bind-apply-helpers" : "^1.0.2" ,
"get-intrinsic" : "^1.3.0"
} ,
"engines" : {
"node" : ">= 0.4"
2026-01-13 10:46:40 +07:00
} ,
"funding" : {
2026-01-19 15:11:47 +07:00
"url" : "https://github.com/sponsors/ljharb"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/callsites" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz" ,
"integrity" : "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==" ,
"devOptional" : true ,
"license" : "MIT" ,
2026-01-13 10:46:40 +07:00
"engines" : {
2026-01-19 15:11:47 +07:00
"node" : ">=6"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/camelcase-css" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/camelcase-css/-/camelcase-css-2.0.1.tgz" ,
"integrity" : "sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==" ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
"engines" : {
2026-01-19 15:11:47 +07:00
"node" : ">= 6"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/caniuse-api" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/caniuse-api/-/caniuse-api-3.0.0.tgz" ,
"integrity" : "sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==" ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
2026-01-19 15:11:47 +07:00
"dependencies" : {
"browserslist" : "^4.0.0" ,
"caniuse-lite" : "^1.0.0" ,
"lodash.memoize" : "^4.1.2" ,
"lodash.uniq" : "^4.5.0"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/caniuse-lite" : {
2026-01-19 15:14:30 +07:00
"version" : "1.0.30001762" ,
"resolved" : "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001762.tgz" ,
"integrity" : "sha512-PxZwGNvH7Ak8WX5iXzoK1KPZttBXNPuaOvI2ZYU7NrlM+d9Ov+TUvlLOBNGzVXAntMSMMlJPd+jY6ovrVjSmUw==" ,
2026-01-19 15:11:47 +07:00
"funding" : [
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/browserslist"
} ,
{
"type" : "tidelift" ,
"url" : "https://tidelift.com/funding/github/npm/caniuse-lite"
} ,
{
"type" : "github" ,
"url" : "https://github.com/sponsors/ai"
}
] ,
"license" : "CC-BY-4.0"
} ,
"node_modules/chalk" : {
"version" : "4.1.2" ,
"resolved" : "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz" ,
"integrity" : "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==" ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
"dependencies" : {
2026-01-19 15:11:47 +07:00
"ansi-styles" : "^4.1.0" ,
"supports-color" : "^7.1.0"
2026-01-13 10:46:40 +07:00
} ,
"engines" : {
2026-01-19 15:11:47 +07:00
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/chalk/chalk?sponsor=1"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/change-case" : {
"version" : "5.4.4" ,
"resolved" : "https://registry.npmjs.org/change-case/-/change-case-5.4.4.tgz" ,
"integrity" : "sha512-HRQyTk2/YPEkt9TnUPbOpr64Uw3KOicFWPVBb+xiHvd6eBx/qPr9xqfBFDT8P2vWsvvz4jbEkfDe71W3VyNu2w==" ,
"dev" : true ,
"license" : "MIT"
2026-01-13 10:46:40 +07:00
} ,
2026-01-19 15:11:47 +07:00
"node_modules/chokidar" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/chokidar/-/chokidar-5.0.0.tgz" ,
"integrity" : "sha512-TQMmc3w+5AxjpL8iIiwebF73dRDF4fBIieAqGn9RGCWaEVwQ6Fb2cGe31Yns0RRIzii5goJ1Y7xbMwo1TxMplw==" ,
"license" : "MIT" ,
2026-01-13 10:46:40 +07:00
"dependencies" : {
2026-01-19 15:11:47 +07:00
"readdirp" : "^5.0.0"
2026-01-13 10:46:40 +07:00
} ,
"engines" : {
2026-01-19 15:11:47 +07:00
"node" : ">= 20.19.0"
} ,
"funding" : {
"url" : "https://paulmillr.com/funding/"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/chownr" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/chownr/-/chownr-3.0.0.tgz" ,
"integrity" : "sha512-+IxzY9BZOQd/XuYPRmrvEVjF/nqj5kgT4kEq7VofrDoM1MxoRjEWkrCC3EtLi59TVawxTAn+orJwFQcrqEN1+g==" ,
"license" : "BlueOak-1.0.0" ,
"engines" : {
"node" : ">=18"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/ci-info" : {
"version" : "4.3.1" ,
"resolved" : "https://registry.npmjs.org/ci-info/-/ci-info-4.3.1.tgz" ,
"integrity" : "sha512-Wdy2Igu8OcBpI2pZePZ5oWjPC38tmDVx5WKUXKwlLYkA0ozo85sLsLvkBbBn/sZaSCMFOGZJ14fvW9t5/d7kdA==" ,
"dev" : true ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/sibiraj-s"
}
] ,
"license" : "MIT" ,
2026-01-13 10:46:40 +07:00
"engines" : {
2026-01-19 15:11:47 +07:00
"node" : ">=8"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/citty" : {
"version" : "0.1.6" ,
"resolved" : "https://registry.npmjs.org/citty/-/citty-0.1.6.tgz" ,
"integrity" : "sha512-tskPPKEs8D2KPafUypv2gxwJP8h/OaJmC82QQGGDQcHvXX43xF2VDACcJVmZ0EuSxkpO9Kc4MlrA3q0+FG58AQ==" ,
"license" : "MIT" ,
"peer" : true ,
2026-01-13 10:46:40 +07:00
"dependencies" : {
2026-01-19 15:11:47 +07:00
"consola" : "^3.2.3"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/clean-regexp" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/clean-regexp/-/clean-regexp-1.0.0.tgz" ,
"integrity" : "sha512-GfisEZEJvzKrmGWkvfhgzcz/BllN1USeqD2V6tg14OAOgaCD2Z/PUEuxnAZ/nPvmaHRG7a8y77p1T/IRQ4D1Hw==" ,
"dev" : true ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
"dependencies" : {
2026-01-19 15:11:47 +07:00
"escape-string-regexp" : "^1.0.5"
2026-01-13 10:46:40 +07:00
} ,
"engines" : {
2026-01-19 15:11:47 +07:00
"node" : ">=4"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/clean-regexp/node_modules/escape-string-regexp" : {
"version" : "1.0.5" ,
"resolved" : "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz" ,
"integrity" : "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==" ,
"dev" : true ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
"engines" : {
2026-01-19 15:11:47 +07:00
"node" : ">=0.8.0"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/clipboardy" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/clipboardy/-/clipboardy-4.0.0.tgz" ,
"integrity" : "sha512-5mOlNS0mhX0707P2I0aZ2V/cmHUEO/fL7VFLqszkhUsxt7RwnmrInf/eEQKlf5GzvYeHIjT+Ov1HRfNmymlG0w==" ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
"dependencies" : {
2026-01-19 15:11:47 +07:00
"execa" : "^8.0.1" ,
"is-wsl" : "^3.1.0" ,
"is64bit" : "^2.0.0"
2026-01-13 10:46:40 +07:00
} ,
"engines" : {
2026-01-19 15:11:47 +07:00
"node" : ">=18"
2026-01-13 10:46:40 +07:00
} ,
"funding" : {
2026-01-19 15:11:47 +07:00
"url" : "https://github.com/sponsors/sindresorhus"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/cliui" : {
"version" : "8.0.1" ,
"resolved" : "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz" ,
"integrity" : "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==" ,
"license" : "ISC" ,
2026-01-13 10:46:40 +07:00
"dependencies" : {
2026-01-19 15:11:47 +07:00
"string-width" : "^4.2.0" ,
"strip-ansi" : "^6.0.1" ,
"wrap-ansi" : "^7.0.0"
2026-01-13 10:46:40 +07:00
} ,
"engines" : {
2026-01-19 15:11:47 +07:00
"node" : ">=12"
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/cliui/node_modules/ansi-regex" : {
"version" : "5.0.1" ,
"resolved" : "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz" ,
"integrity" : "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/cliui/node_modules/emoji-regex" : {
"version" : "8.0.0" ,
"resolved" : "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz" ,
"integrity" : "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" ,
"license" : "MIT"
} ,
"node_modules/cliui/node_modules/string-width" : {
"version" : "4.2.3" ,
"resolved" : "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz" ,
"integrity" : "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==" ,
"license" : "MIT" ,
"dependencies" : {
"emoji-regex" : "^8.0.0" ,
"is-fullwidth-code-point" : "^3.0.0" ,
"strip-ansi" : "^6.0.1"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/cliui/node_modules/strip-ansi" : {
"version" : "6.0.1" ,
"resolved" : "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz" ,
"integrity" : "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==" ,
"license" : "MIT" ,
"dependencies" : {
"ansi-regex" : "^5.0.1"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/cliui/node_modules/wrap-ansi" : {
"version" : "7.0.0" ,
"resolved" : "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz" ,
"integrity" : "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==" ,
"license" : "MIT" ,
"dependencies" : {
"ansi-styles" : "^4.0.0" ,
"string-width" : "^4.1.0" ,
"strip-ansi" : "^6.0.0"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/chalk/wrap-ansi?sponsor=1"
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/cluster-key-slot" : {
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/cluster-key-slot/-/cluster-key-slot-1.1.2.tgz" ,
"integrity" : "sha512-RMr0FhtfXemyinomL4hrWcYJxmX6deFdCxpJzhDttxgO1+bcCnkk+9drydLVDmAMG7NE6aN/fl4F7ucU/90gAA==" ,
"license" : "Apache-2.0" ,
"engines" : {
"node" : ">=0.10.0"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/co" : {
"version" : "4.6.0" ,
"resolved" : "https://registry.npmjs.org/co/-/co-4.6.0.tgz" ,
"integrity" : "sha512-QVb0dM5HvG+uaxitm8wONl7jltx8dqhfU33DcqtOZcLSVIKSDDLDi7+0LbAKiyI8hD9u42m2YxXSkMGWThaecQ==" ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
"engines" : {
2026-01-19 15:11:47 +07:00
"iojs" : ">= 1.0.0" ,
"node" : ">= 0.12.0"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/color-convert" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz" ,
"integrity" : "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==" ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
"dependencies" : {
2026-01-19 15:11:47 +07:00
"color-name" : "~1.1.4"
2026-01-13 10:46:40 +07:00
} ,
"engines" : {
2026-01-19 15:11:47 +07:00
"node" : ">=7.0.0"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/color-name" : {
"version" : "1.1.4" ,
"resolved" : "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz" ,
"integrity" : "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" ,
"license" : "MIT"
} ,
"node_modules/colord" : {
"version" : "2.9.3" ,
"resolved" : "https://registry.npmjs.org/colord/-/colord-2.9.3.tgz" ,
"integrity" : "sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw==" ,
"license" : "MIT"
} ,
"node_modules/comment-parser" : {
2026-01-19 15:14:30 +07:00
"version" : "1.4.1" ,
"resolved" : "https://registry.npmjs.org/comment-parser/-/comment-parser-1.4.1.tgz" ,
"integrity" : "sha512-buhp5kePrmda3vhc5B9t7pUQXAb2Tnd0qgpkIhPhkHXxJpiPJ11H0ZEU0oBpJ2QztSbzG/ZxMj/CHsYJqRHmyg==" ,
2026-01-19 15:11:47 +07:00
"dev" : true ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
"engines" : {
2026-01-19 15:11:47 +07:00
"node" : ">= 12.0.0"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/commondir" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz" ,
"integrity" : "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==" ,
"license" : "MIT"
2026-01-13 10:46:40 +07:00
} ,
2026-01-19 15:11:47 +07:00
"node_modules/compatx" : {
"version" : "0.2.0" ,
"resolved" : "https://registry.npmjs.org/compatx/-/compatx-0.2.0.tgz" ,
"integrity" : "sha512-6gLRNt4ygsi5NyMVhceOCFv14CIdDFN7fQjX1U4+47qVE/+kjPoXMK65KWK+dWxmFzMTuKazoQ9sch6pM0p5oA==" ,
2026-01-13 10:46:40 +07:00
"license" : "MIT"
} ,
2026-01-19 15:11:47 +07:00
"node_modules/compress-commons" : {
"version" : "6.0.2" ,
"resolved" : "https://registry.npmjs.org/compress-commons/-/compress-commons-6.0.2.tgz" ,
"integrity" : "sha512-6FqVXeETqWPoGcfzrXb37E50NP0LXT8kAMu5ooZayhWWdgEY4lBEEcbQNXtkuKQsGduxiIcI4gOTsxTmuq/bSg==" ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
2026-01-19 15:11:47 +07:00
"dependencies" : {
"crc-32" : "^1.2.0" ,
"crc32-stream" : "^6.0.0" ,
"is-stream" : "^2.0.1" ,
"normalize-path" : "^3.0.0" ,
"readable-stream" : "^4.0.0"
2026-01-13 10:46:40 +07:00
} ,
2026-01-19 15:11:47 +07:00
"engines" : {
"node" : ">= 14"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/compress-commons/node_modules/is-stream" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz" ,
"integrity" : "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==" ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
"engines" : {
2026-01-19 15:11:47 +07:00
"node" : ">=8"
2026-01-13 10:46:40 +07:00
} ,
2026-01-19 15:11:47 +07:00
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/concat-map" : {
"version" : "0.0.1" ,
"resolved" : "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz" ,
"integrity" : "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==" ,
2026-01-13 10:46:40 +07:00
"license" : "MIT"
} ,
2026-01-19 15:11:47 +07:00
"node_modules/confbox" : {
"version" : "0.2.2" ,
"resolved" : "https://registry.npmjs.org/confbox/-/confbox-0.2.2.tgz" ,
"integrity" : "sha512-1NB+BKqhtNipMsov4xI/NnhCKp9XG9NamYp5PVm9klAT0fsrNPjaFICsCFhNhwZJKNh7zB/3q8qXz0E9oaMNtQ==" ,
2026-01-13 10:46:40 +07:00
"license" : "MIT"
} ,
2026-01-19 15:11:47 +07:00
"node_modules/consola" : {
"version" : "3.4.2" ,
"resolved" : "https://registry.npmjs.org/consola/-/consola-3.4.2.tgz" ,
"integrity" : "sha512-5IKcdX0nnYavi6G7TtOhwkYzyjfJlatbjMjuLSfE2kYT5pMDOilZ4OvMhi637CcDICTmz3wARPoyhqyX1Y+XvA==" ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
"engines" : {
2026-01-19 15:11:47 +07:00
"node" : "^14.18.0 || >=16.10.0"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/content-disposition" : {
"version" : "0.5.4" ,
"resolved" : "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz" ,
"integrity" : "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==" ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
"dependencies" : {
2026-01-19 15:11:47 +07:00
"safe-buffer" : "5.2.1"
2026-01-13 10:46:40 +07:00
} ,
"engines" : {
2026-01-19 15:11:47 +07:00
"node" : ">= 0.6"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/content-type" : {
"version" : "1.0.5" ,
"resolved" : "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz" ,
"integrity" : "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==" ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
"engines" : {
2026-01-19 15:11:47 +07:00
"node" : ">= 0.6"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/convert-source-map" : {
2026-01-13 10:46:40 +07:00
"version" : "2.0.0" ,
2026-01-19 15:11:47 +07:00
"resolved" : "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz" ,
"integrity" : "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==" ,
2026-01-13 10:46:40 +07:00
"license" : "MIT"
} ,
2026-01-19 15:11:47 +07:00
"node_modules/cookie-es" : {
"version" : "1.2.2" ,
"resolved" : "https://registry.npmjs.org/cookie-es/-/cookie-es-1.2.2.tgz" ,
"integrity" : "sha512-+W7VmiVINB+ywl1HGXJXmrqkOhpKrIiVZV6tQuV54ZyQC7MMuBt81Vc336GMLoHBq5hV/F9eXgt5Mnx0Rha5Fg==" ,
2026-01-13 10:46:40 +07:00
"license" : "MIT"
} ,
2026-01-19 15:11:47 +07:00
"node_modules/cookies" : {
"version" : "0.9.1" ,
"resolved" : "https://registry.npmjs.org/cookies/-/cookies-0.9.1.tgz" ,
"integrity" : "sha512-TG2hpqe4ELx54QER/S3HQ9SRVnQnGBtKUz5bLQWtYAQ+o6GpgMs6sYUvaiJjVxb+UXwhRhAEP3m7LbsIZ77Hmw==" ,
"license" : "MIT" ,
"dependencies" : {
"depd" : "~2.0.0" ,
"keygrip" : "~1.1.0"
} ,
2026-01-13 10:46:40 +07:00
"engines" : {
2026-01-19 15:11:47 +07:00
"node" : ">= 0.8"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/copy-anything" : {
"version" : "4.0.5" ,
"resolved" : "https://registry.npmjs.org/copy-anything/-/copy-anything-4.0.5.tgz" ,
"integrity" : "sha512-7Vv6asjS4gMOuILabD3l739tsaxFQmC+a7pLZm02zyvs8p977bL3zEgq3yDk5rn9B0PbYgIv++jmHcuUab4RhA==" ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
2026-01-19 15:11:47 +07:00
"dependencies" : {
"is-what" : "^5.2.0"
} ,
2026-01-13 10:46:40 +07:00
"engines" : {
2026-01-19 15:11:47 +07:00
"node" : ">=18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/mesqueeb"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/copy-paste" : {
"version" : "2.2.0" ,
"resolved" : "https://registry.npmjs.org/copy-paste/-/copy-paste-2.2.0.tgz" ,
"integrity" : "sha512-jqSL4r9DSeiIvJZStLzY/sMLt9ToTM7RsK237lYOTG+KcbQJHGala3R1TUpa8h1p9adswVgIdV4qGbseVhL4lg==" ,
"dependencies" : {
"iconv-lite" : "^0.4.8"
}
2026-01-13 10:46:40 +07:00
} ,
2026-01-19 15:11:47 +07:00
"node_modules/core-js-compat" : {
"version" : "3.47.0" ,
"resolved" : "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.47.0.tgz" ,
"integrity" : "sha512-IGfuznZ/n7Kp9+nypamBhvwdwLsW6KC8IOaURw2doAK5e98AG3acVLdh0woOnEqCfUtS+Vu882JE4k/DAm3ItQ==" ,
"dev" : true ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
2026-01-19 15:11:47 +07:00
"dependencies" : {
"browserslist" : "^4.28.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/core-js"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/core-util-is" : {
2026-01-13 10:46:40 +07:00
"version" : "1.0.3" ,
2026-01-19 15:11:47 +07:00
"resolved" : "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz" ,
"integrity" : "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==" ,
"license" : "MIT"
} ,
"node_modules/crc-32" : {
"version" : "1.2.2" ,
"resolved" : "https://registry.npmjs.org/crc-32/-/crc-32-1.2.2.tgz" ,
"integrity" : "sha512-ROmzCKrTnOwybPcJApAA6WBWij23HVfGVNKqqrZpuyZOHqK2CwHSvpGuyt/UNNvaIjEd8X5IFGp4Mh+Ie1IHJQ==" ,
2026-01-13 10:46:40 +07:00
"license" : "Apache-2.0" ,
"bin" : {
2026-01-19 15:11:47 +07:00
"crc32" : "bin/crc32.njs"
2026-01-13 10:46:40 +07:00
} ,
"engines" : {
2026-01-19 15:11:47 +07:00
"node" : ">=0.8"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/crc32-stream" : {
"version" : "6.0.0" ,
"resolved" : "https://registry.npmjs.org/crc32-stream/-/crc32-stream-6.0.0.tgz" ,
"integrity" : "sha512-piICUB6ei4IlTv1+653yq5+KoqfBYmj9bw6LqXoOneTMDXk5nM1qt12mFW1caG3LlJXEKW1Bp0WggEmIfQB34g==" ,
"license" : "MIT" ,
"dependencies" : {
"crc-32" : "^1.2.0" ,
"readable-stream" : "^4.0.0"
} ,
2026-01-13 10:46:40 +07:00
"engines" : {
2026-01-19 15:11:47 +07:00
"node" : ">= 14"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/croner" : {
"version" : "9.1.0" ,
"resolved" : "https://registry.npmjs.org/croner/-/croner-9.1.0.tgz" ,
"integrity" : "sha512-p9nwwR4qyT5W996vBZhdvBCnMhicY5ytZkR4D1Xj0wuTDEiMnjwR57Q3RXYY/s0EpX6Ay3vgIcfaR+ewGHsi+g==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=18.0"
}
2026-01-13 10:46:40 +07:00
} ,
2026-01-19 15:11:47 +07:00
"node_modules/cross-spawn" : {
"version" : "7.0.6" ,
"resolved" : "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz" ,
"integrity" : "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==" ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
"dependencies" : {
2026-01-19 15:11:47 +07:00
"path-key" : "^3.1.0" ,
"shebang-command" : "^2.0.0" ,
"which" : "^2.0.1"
2026-01-13 10:46:40 +07:00
} ,
"engines" : {
2026-01-19 15:11:47 +07:00
"node" : ">= 8"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/cross-spawn/node_modules/isexe" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz" ,
"integrity" : "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==" ,
"license" : "ISC"
} ,
"node_modules/cross-spawn/node_modules/which" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/which/-/which-2.0.2.tgz" ,
"integrity" : "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==" ,
"license" : "ISC" ,
"dependencies" : {
"isexe" : "^2.0.0"
} ,
"bin" : {
"node-which" : "bin/node-which"
} ,
"engines" : {
"node" : ">= 8"
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/crossws" : {
"version" : "0.3.5" ,
"resolved" : "https://registry.npmjs.org/crossws/-/crossws-0.3.5.tgz" ,
"integrity" : "sha512-ojKiDvcmByhwa8YYqbQI/hg7MEU0NC03+pSdEq4ZUnZR9xXpwk7E43SMNGkn+JxJGPFtNvQ48+vV2p+P1ml5PA==" ,
"license" : "MIT" ,
2026-01-13 10:46:40 +07:00
"dependencies" : {
2026-01-19 15:11:47 +07:00
"uncrypto" : "^0.1.3"
}
} ,
"node_modules/css-declaration-sorter" : {
"version" : "7.3.1" ,
"resolved" : "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-7.3.1.tgz" ,
"integrity" : "sha512-gz6x+KkgNCjxq3Var03pRYLhyNfwhkKF1g/yoLgDNtFvVu0/fOLV9C8fFEZRjACp/XQLumjAYo7JVjzH3wLbxA==" ,
"license" : "ISC" ,
2026-01-13 10:46:40 +07:00
"engines" : {
2026-01-19 15:11:47 +07:00
"node" : "^14 || ^16 || >=18"
2026-01-13 10:46:40 +07:00
} ,
2026-01-19 15:11:47 +07:00
"peerDependencies" : {
"postcss" : "^8.0.9"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/css-select" : {
"version" : "5.2.2" ,
"resolved" : "https://registry.npmjs.org/css-select/-/css-select-5.2.2.tgz" ,
"integrity" : "sha512-TizTzUddG/xYLA3NXodFM0fSbNizXjOKhqiQQwvhlspadZokn1KDy0NZFS0wuEubIYAV5/c1/lAr0TaaFXEXzw==" ,
2026-01-13 10:46:40 +07:00
"license" : "BSD-2-Clause" ,
"dependencies" : {
2026-01-19 15:11:47 +07:00
"boolbase" : "^1.0.0" ,
"css-what" : "^6.1.0" ,
"domhandler" : "^5.0.2" ,
"domutils" : "^3.0.1" ,
"nth-check" : "^2.0.1"
2026-01-13 10:46:40 +07:00
} ,
"funding" : {
2026-01-19 15:11:47 +07:00
"url" : "https://github.com/sponsors/fb55"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/css-tree" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/css-tree/-/css-tree-3.1.0.tgz" ,
"integrity" : "sha512-0eW44TGN5SQXU1mWSkKwFstI/22X2bG1nYzZTYMAWjylYURhse752YgbE4Cx46AC+bAvI+/dYTPRk1LqSUnu6w==" ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
"dependencies" : {
2026-01-19 15:11:47 +07:00
"mdn-data" : "2.12.2" ,
"source-map-js" : "^1.0.1"
2026-01-13 10:46:40 +07:00
} ,
"engines" : {
2026-01-19 15:11:47 +07:00
"node" : "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/css-what" : {
"version" : "6.2.2" ,
"resolved" : "https://registry.npmjs.org/css-what/-/css-what-6.2.2.tgz" ,
"integrity" : "sha512-u/O3vwbptzhMs3L1fQE82ZSLHQQfto5gyZzwteVIEyeaY5Fc7R4dapF/BvRoSYFeqfBk4m0V1Vafq5Pjv25wvA==" ,
2026-01-13 10:46:40 +07:00
"license" : "BSD-2-Clause" ,
"engines" : {
2026-01-19 15:11:47 +07:00
"node" : ">= 6"
2026-01-13 10:46:40 +07:00
} ,
"funding" : {
2026-01-19 15:11:47 +07:00
"url" : "https://github.com/sponsors/fb55"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/cssesc" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz" ,
"integrity" : "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==" ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
2026-01-19 15:11:47 +07:00
"bin" : {
"cssesc" : "bin/cssesc"
2026-01-13 10:46:40 +07:00
} ,
"engines" : {
2026-01-19 15:11:47 +07:00
"node" : ">=4"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/cssnano" : {
"version" : "7.1.2" ,
"resolved" : "https://registry.npmjs.org/cssnano/-/cssnano-7.1.2.tgz" ,
"integrity" : "sha512-HYOPBsNvoiFeR1eghKD5C3ASm64v9YVyJB4Ivnl2gqKoQYvjjN/G0rztvKQq8OxocUtC6sjqY8jwYngIB4AByA==" ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
"dependencies" : {
2026-01-19 15:11:47 +07:00
"cssnano-preset-default" : "^7.0.10" ,
"lilconfig" : "^3.1.3"
2026-01-09 14:09:25 +07:00
} ,
2026-01-13 10:46:40 +07:00
"engines" : {
2026-01-19 15:11:47 +07:00
"node" : "^18.12.0 || ^20.9.0 || >=22.0"
2026-01-13 10:46:40 +07:00
} ,
"funding" : {
2026-01-19 15:11:47 +07:00
"type" : "opencollective" ,
"url" : "https://opencollective.com/cssnano"
} ,
"peerDependencies" : {
"postcss" : "^8.4.32"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/cssnano-preset-default" : {
"version" : "7.0.10" ,
"resolved" : "https://registry.npmjs.org/cssnano-preset-default/-/cssnano-preset-default-7.0.10.tgz" ,
"integrity" : "sha512-6ZBjW0Lf1K1Z+0OKUAUpEN62tSXmYChXWi2NAA0afxEVsj9a+MbcB1l5qel6BHJHmULai2fCGRthCeKSFbScpA==" ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
2026-01-19 15:11:47 +07:00
"dependencies" : {
"browserslist" : "^4.27.0" ,
"css-declaration-sorter" : "^7.2.0" ,
"cssnano-utils" : "^5.0.1" ,
"postcss-calc" : "^10.1.1" ,
"postcss-colormin" : "^7.0.5" ,
"postcss-convert-values" : "^7.0.8" ,
"postcss-discard-comments" : "^7.0.5" ,
"postcss-discard-duplicates" : "^7.0.2" ,
"postcss-discard-empty" : "^7.0.1" ,
"postcss-discard-overridden" : "^7.0.1" ,
"postcss-merge-longhand" : "^7.0.5" ,
"postcss-merge-rules" : "^7.0.7" ,
"postcss-minify-font-values" : "^7.0.1" ,
"postcss-minify-gradients" : "^7.0.1" ,
"postcss-minify-params" : "^7.0.5" ,
"postcss-minify-selectors" : "^7.0.5" ,
"postcss-normalize-charset" : "^7.0.1" ,
"postcss-normalize-display-values" : "^7.0.1" ,
"postcss-normalize-positions" : "^7.0.1" ,
"postcss-normalize-repeat-style" : "^7.0.1" ,
"postcss-normalize-string" : "^7.0.1" ,
"postcss-normalize-timing-functions" : "^7.0.1" ,
"postcss-normalize-unicode" : "^7.0.5" ,
"postcss-normalize-url" : "^7.0.1" ,
"postcss-normalize-whitespace" : "^7.0.1" ,
"postcss-ordered-values" : "^7.0.2" ,
"postcss-reduce-initial" : "^7.0.5" ,
"postcss-reduce-transforms" : "^7.0.1" ,
"postcss-svgo" : "^7.1.0" ,
"postcss-unique-selectors" : "^7.0.4"
} ,
2026-01-13 10:46:40 +07:00
"engines" : {
2026-01-19 15:11:47 +07:00
"node" : "^18.12.0 || ^20.9.0 || >=22.0"
} ,
"peerDependencies" : {
"postcss" : "^8.4.32"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/cssnano-utils" : {
"version" : "5.0.1" ,
"resolved" : "https://registry.npmjs.org/cssnano-utils/-/cssnano-utils-5.0.1.tgz" ,
"integrity" : "sha512-ZIP71eQgG9JwjVZsTPSqhc6GHgEr53uJ7tK5///VfyWj6Xp2DBmixWHqJgPno+PqATzn48pL42ww9x5SSGmhZg==" ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
2026-01-13 10:46:40 +07:00
"engines" : {
2026-01-19 15:11:47 +07:00
"node" : "^18.12.0 || ^20.9.0 || >=22.0"
} ,
"peerDependencies" : {
"postcss" : "^8.4.32"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/csso" : {
"version" : "5.0.5" ,
"resolved" : "https://registry.npmjs.org/csso/-/csso-5.0.5.tgz" ,
"integrity" : "sha512-0LrrStPOdJj+SPCCrGhzryycLjwcgUSHBtxNA8aIDxf0GLsRh1cKYhB00Gd1lDOS4yGH69+SNn13+TWbVHETFQ==" ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
"dependencies" : {
2026-01-19 15:11:47 +07:00
"css-tree" : "~2.2.0"
2026-01-13 10:46:40 +07:00
} ,
"engines" : {
2026-01-19 15:11:47 +07:00
"node" : "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0" ,
"npm" : ">=7.0.0"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/csso/node_modules/css-tree" : {
"version" : "2.2.1" ,
"resolved" : "https://registry.npmjs.org/css-tree/-/css-tree-2.2.1.tgz" ,
"integrity" : "sha512-OA0mILzGc1kCOCSJerOeqDxDQ4HOh+G8NbOJFOTgOCzpw7fCBubk0fEyxp8AgOL/jvLgYA/uV0cMbe43ElF1JA==" ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
2026-01-19 15:11:47 +07:00
"dependencies" : {
"mdn-data" : "2.0.28" ,
"source-map-js" : "^1.0.1"
2026-01-13 10:46:40 +07:00
} ,
"engines" : {
2026-01-19 15:11:47 +07:00
"node" : "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0" ,
"npm" : ">=7.0.0"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/csso/node_modules/mdn-data" : {
"version" : "2.0.28" ,
"resolved" : "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.28.tgz" ,
"integrity" : "sha512-aylIc7Z9y4yzHYAJNuESG3hfhC+0Ibp/MAMiaOZgNv4pmEdFyfZhhhny4MNiAfWdBQ1RQ2mfDWmM1x8SvGyp8g==" ,
"license" : "CC0-1.0"
2026-01-13 10:46:40 +07:00
} ,
2026-01-19 15:11:47 +07:00
"node_modules/csstype" : {
"version" : "3.2.3" ,
"resolved" : "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz" ,
"integrity" : "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==" ,
2026-01-13 10:46:40 +07:00
"license" : "MIT"
} ,
2026-01-19 15:11:47 +07:00
"node_modules/db0" : {
"version" : "0.3.4" ,
"resolved" : "https://registry.npmjs.org/db0/-/db0-0.3.4.tgz" ,
"integrity" : "sha512-RiXXi4WaNzPTHEOu8UPQKMooIbqOEyqA1t7Z6MsdxSCeb8iUC9ko3LcmsLmeUt2SM5bctfArZKkRQggKZz7JNw==" ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
2026-01-19 15:11:47 +07:00
"peerDependencies" : {
"@electric-sql/pglite" : "*" ,
"@libsql/client" : "*" ,
"better-sqlite3" : "*" ,
"drizzle-orm" : "*" ,
"mysql2" : "*" ,
"sqlite3" : "*"
2026-01-13 10:46:40 +07:00
} ,
2026-01-19 15:11:47 +07:00
"peerDependenciesMeta" : {
"@electric-sql/pglite" : {
"optional" : true
} ,
"@libsql/client" : {
"optional" : true
} ,
"better-sqlite3" : {
"optional" : true
} ,
"drizzle-orm" : {
"optional" : true
} ,
"mysql2" : {
"optional" : true
} ,
"sqlite3" : {
"optional" : true
}
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/debug" : {
"version" : "4.4.3" ,
"resolved" : "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz" ,
"integrity" : "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==" ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
"dependencies" : {
2026-01-19 15:11:47 +07:00
"ms" : "^2.1.3"
2026-01-13 10:46:40 +07:00
} ,
2026-01-19 15:11:47 +07:00
"engines" : {
"node" : ">=6.0"
2026-01-13 10:46:40 +07:00
} ,
"peerDependenciesMeta" : {
2026-01-19 15:11:47 +07:00
"supports-color" : {
2026-01-13 10:46:40 +07:00
"optional" : true
}
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/deep-equal" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/deep-equal/-/deep-equal-1.0.1.tgz" ,
"integrity" : "sha512-bHtC0iYvWhyaTzvV3CZgPeZQqCOBGyGsVV7v4eevpdkLHfiSrXUdBG+qAuSz4RI70sszvjQ1QSZ98An1yNwpSw==" ,
"license" : "MIT"
} ,
"node_modules/deep-is" : {
"version" : "0.1.4" ,
"resolved" : "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz" ,
"integrity" : "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==" ,
"devOptional" : true ,
"license" : "MIT"
} ,
"node_modules/deepmerge" : {
"version" : "4.3.1" ,
"resolved" : "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz" ,
"integrity" : "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==" ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
2026-01-19 15:11:47 +07:00
"engines" : {
"node" : ">=0.10.0"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/default-browser" : {
"version" : "5.4.0" ,
"resolved" : "https://registry.npmjs.org/default-browser/-/default-browser-5.4.0.tgz" ,
"integrity" : "sha512-XDuvSq38Hr1MdN47EDvYtx3U0MTqpCEn+F6ft8z2vYDzMrvQhVp0ui9oQdqW3MvK3vqUETglt1tVGgjLuJ5izg==" ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
"dependencies" : {
2026-01-19 15:11:47 +07:00
"bundle-name" : "^4.1.0" ,
"default-browser-id" : "^5.0.0"
} ,
"engines" : {
"node" : ">=18"
2026-01-09 14:09:25 +07:00
} ,
2026-01-13 10:46:40 +07:00
"funding" : {
2026-01-19 15:11:47 +07:00
"url" : "https://github.com/sponsors/sindresorhus"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/default-browser-id" : {
"version" : "5.0.1" ,
"resolved" : "https://registry.npmjs.org/default-browser-id/-/default-browser-id-5.0.1.tgz" ,
"integrity" : "sha512-x1VCxdX4t+8wVfd1so/9w+vQ4vx7lKd2Qp5tDRutErwmR85OgmfX7RlLRMWafRMY7hbEiXIbudNrjOAPa/hL8Q==" ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
"engines" : {
2026-01-19 15:11:47 +07:00
"node" : ">=18"
2026-01-13 10:46:40 +07:00
} ,
"funding" : {
2026-01-19 15:11:47 +07:00
"url" : "https://github.com/sponsors/sindresorhus"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/define-lazy-prop" : {
2026-01-13 10:46:40 +07:00
"version" : "2.0.0" ,
2026-01-19 15:11:47 +07:00
"resolved" : "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz" ,
"integrity" : "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==" ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
2026-01-19 15:11:47 +07:00
"engines" : {
"node" : ">=8"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/defu" : {
"version" : "6.1.4" ,
"resolved" : "https://registry.npmjs.org/defu/-/defu-6.1.4.tgz" ,
"integrity" : "sha512-mEQCMmwJu317oSz8CwdIOdwf3xMif1ttiM8LTufzc3g6kR+9Pe236twL8j3IYT1F7GfRgGcW6MWxzZjLIkuHIg==" ,
"license" : "MIT"
} ,
"node_modules/delegates" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz" ,
"integrity" : "sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==" ,
"license" : "MIT"
} ,
"node_modules/denque" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/denque/-/denque-2.1.0.tgz" ,
"integrity" : "sha512-HVQE3AAb/pxF8fQAoiqpvg9i3evqug3hoiwakOyZAwJm+6vZehbkYXZ0l4JxS+I3QxM97v5aaRNhj8v5oBhekw==" ,
"license" : "Apache-2.0" ,
"engines" : {
"node" : ">=0.10"
}
} ,
"node_modules/depd" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz" ,
"integrity" : "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==" ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
"engines" : {
2026-01-19 15:11:47 +07:00
"node" : ">= 0.8"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/destr" : {
"version" : "2.0.5" ,
"resolved" : "https://registry.npmjs.org/destr/-/destr-2.0.5.tgz" ,
"integrity" : "sha512-ugFTXCtDZunbzasqBxrK93Ik/DRYsO6S/fedkWEMKqt04xZ4csmnmwGDBAb07QWNaGMAmnTIemsYZCksjATwsA==" ,
"license" : "MIT"
} ,
"node_modules/destroy" : {
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz" ,
"integrity" : "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.8" ,
"npm" : "1.2.8000 || >= 1.4.16"
}
} ,
"node_modules/detect-libc" : {
2026-01-19 15:14:30 +07:00
"version" : "1.0.3" ,
"resolved" : "https://registry.npmjs.org/detect-libc/-/detect-libc-1.0.3.tgz" ,
"integrity" : "sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==" ,
2026-01-19 15:11:47 +07:00
"license" : "Apache-2.0" ,
2026-01-19 15:14:30 +07:00
"bin" : {
"detect-libc" : "bin/detect-libc.js"
} ,
2026-01-19 15:11:47 +07:00
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : ">=0.10"
2026-01-19 15:11:47 +07:00
}
} ,
"node_modules/devalue" : {
2026-01-19 15:14:30 +07:00
"version" : "5.6.1" ,
"resolved" : "https://registry.npmjs.org/devalue/-/devalue-5.6.1.tgz" ,
"integrity" : "sha512-jDwizj+IlEZBunHcOuuFVBnIMPAEHvTsJj0BcIp94xYguLRVBcXO853px/MyIJvbVzWdsGvrRweIUWJw8hBP7A==" ,
2026-01-19 15:11:47 +07:00
"license" : "MIT"
} ,
"node_modules/didyoumean" : {
"version" : "1.2.2" ,
"resolved" : "https://registry.npmjs.org/didyoumean/-/didyoumean-1.2.2.tgz" ,
"integrity" : "sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==" ,
"license" : "Apache-2.0"
} ,
"node_modules/diff" : {
2026-01-19 15:14:30 +07:00
"version" : "8.0.2" ,
"resolved" : "https://registry.npmjs.org/diff/-/diff-8.0.2.tgz" ,
"integrity" : "sha512-sSuxWU5j5SR9QQji/o2qMvqRNYRDOcBTgsJ/DeCf4iSN4gW+gNMXM7wFIP+fdXZxoNiAnHUTGjCr+TSWXdRDKg==" ,
2026-01-19 15:11:47 +07:00
"license" : "BSD-3-Clause" ,
"engines" : {
"node" : ">=0.3.1"
}
} ,
"node_modules/dlv" : {
"version" : "1.1.3" ,
"resolved" : "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz" ,
"integrity" : "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==" ,
"license" : "MIT"
} ,
"node_modules/dom-serializer" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/dom-serializer/-/dom-serializer-2.0.0.tgz" ,
"integrity" : "sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==" ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
2026-01-13 10:46:40 +07:00
"dependencies" : {
2026-01-19 15:11:47 +07:00
"domelementtype" : "^2.3.0" ,
"domhandler" : "^5.0.2" ,
"entities" : "^4.2.0"
2026-01-13 10:46:40 +07:00
} ,
2026-01-19 15:11:47 +07:00
"funding" : {
"url" : "https://github.com/cheeriojs/dom-serializer?sponsor=1"
}
} ,
"node_modules/dom-serializer/node_modules/entities" : {
"version" : "4.5.0" ,
"resolved" : "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz" ,
"integrity" : "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==" ,
"license" : "BSD-2-Clause" ,
2026-01-09 14:09:25 +07:00
"engines" : {
2026-01-19 15:11:47 +07:00
"node" : ">=0.12"
2026-01-13 10:46:40 +07:00
} ,
"funding" : {
2026-01-19 15:11:47 +07:00
"url" : "https://github.com/fb55/entities?sponsor=1"
}
} ,
"node_modules/domelementtype" : {
"version" : "2.3.0" ,
"resolved" : "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz" ,
"integrity" : "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/fb55"
}
] ,
"license" : "BSD-2-Clause"
} ,
"node_modules/domhandler" : {
"version" : "5.0.3" ,
"resolved" : "https://registry.npmjs.org/domhandler/-/domhandler-5.0.3.tgz" ,
"integrity" : "sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==" ,
"license" : "BSD-2-Clause" ,
"dependencies" : {
"domelementtype" : "^2.3.0"
2026-01-13 10:46:40 +07:00
} ,
2026-01-19 15:11:47 +07:00
"engines" : {
"node" : ">= 4"
} ,
"funding" : {
"url" : "https://github.com/fb55/domhandler?sponsor=1"
}
} ,
"node_modules/domutils" : {
"version" : "3.2.2" ,
"resolved" : "https://registry.npmjs.org/domutils/-/domutils-3.2.2.tgz" ,
"integrity" : "sha512-6kZKyUajlDuqlHKVX1w7gyslj9MPIXzIFiz/rGu35uC1wMi+kMhQwGhl4lt9unC9Vb9INnY9Z3/ZA3+FhASLaw==" ,
"license" : "BSD-2-Clause" ,
"dependencies" : {
"dom-serializer" : "^2.0.0" ,
"domelementtype" : "^2.3.0" ,
"domhandler" : "^5.0.3"
2026-01-13 10:46:40 +07:00
} ,
2026-01-19 15:11:47 +07:00
"funding" : {
"url" : "https://github.com/fb55/domutils?sponsor=1"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/dot-prop" : {
"version" : "10.1.0" ,
"resolved" : "https://registry.npmjs.org/dot-prop/-/dot-prop-10.1.0.tgz" ,
"integrity" : "sha512-MVUtAugQMOff5RnBy2d9N31iG0lNwg1qAoAOn7pOK5wf94WIaE3My2p3uwTQuvS2AcqchkcR3bHByjaM0mmi7Q==" ,
"license" : "MIT" ,
2026-01-09 14:09:25 +07:00
"dependencies" : {
2026-01-19 15:11:47 +07:00
"type-fest" : "^5.0.0"
2026-01-09 14:09:25 +07:00
} ,
"engines" : {
2026-01-19 15:11:47 +07:00
"node" : ">=20"
2026-01-09 14:09:25 +07:00
} ,
2026-01-19 15:11:47 +07:00
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/dotenv" : {
"version" : "17.2.3" ,
"resolved" : "https://registry.npmjs.org/dotenv/-/dotenv-17.2.3.tgz" ,
"integrity" : "sha512-JVUnt+DUIzu87TABbhPmNfVdBDt18BLOWjMUFJMSi/Qqg7NTYtabbvSNJGOJ7afbRuv9D/lngizHtP7QyLQ+9w==" ,
"license" : "BSD-2-Clause" ,
2026-01-09 14:09:25 +07:00
"engines" : {
2026-01-19 15:11:47 +07:00
"node" : ">=12"
2026-01-13 10:46:40 +07:00
} ,
"funding" : {
2026-01-19 15:11:47 +07:00
"url" : "https://dotenvx.com"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/dunder-proto" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz" ,
"integrity" : "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==" ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
2026-01-09 14:09:25 +07:00
"dependencies" : {
2026-01-19 15:11:47 +07:00
"call-bind-apply-helpers" : "^1.0.1" ,
"es-errors" : "^1.3.0" ,
"gopd" : "^1.2.0"
2026-01-09 14:09:25 +07:00
} ,
"engines" : {
2026-01-19 15:11:47 +07:00
"node" : ">= 0.4"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:11:47 +07:00
"node_modules/duplexer" : {
"version" : "0.1.2" ,
"resolved" : "https://registry.npmjs.org/duplexer/-/duplexer-0.1.2.tgz" ,
"integrity" : "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==" ,
"license" : "MIT"
} ,
"node_modules/eastasianwidth" : {
"version" : "0.2.0" ,
"resolved" : "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz" ,
"integrity" : "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==" ,
"license" : "MIT"
} ,
"node_modules/ee-first" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz" ,
"integrity" : "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==" ,
"license" : "MIT"
} ,
"node_modules/electron-to-chromium" : {
"version" : "1.5.267" ,
"resolved" : "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.267.tgz" ,
"integrity" : "sha512-0Drusm6MVRXSOJpGbaSVgcQsuB4hEkMpHXaVstcPmhu5LIedxs1xNK/nIxmQIU/RPC0+1/o0AVZfBTkTNJOdUw==" ,
"license" : "ISC"
} ,
"node_modules/emoji-regex" : {
2026-01-19 15:14:30 +07:00
"version" : "9.2.2" ,
"resolved" : "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz" ,
"integrity" : "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==" ,
2026-01-19 15:11:47 +07:00
"license" : "MIT"
} ,
"node_modules/encodeurl" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz" ,
"integrity" : "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==" ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
"engines" : {
2026-01-19 15:11:47 +07:00
"node" : ">= 0.8"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/enhanced-resolve" : {
"version" : "5.18.4" ,
"resolved" : "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.18.4.tgz" ,
"integrity" : "sha512-LgQMM4WXU3QI+SYgEc2liRgznaD5ojbmY3sb8LxyguVkIg5FxdpTkvk72te2R38/TGKxH634oLxXRGY6d7AP+Q==" ,
"license" : "MIT" ,
"dependencies" : {
"graceful-fs" : "^4.2.4" ,
"tapable" : "^2.2.0"
} ,
"engines" : {
"node" : ">=10.13.0"
}
} ,
"node_modules/entities" : {
"version" : "7.0.0" ,
"resolved" : "https://registry.npmjs.org/entities/-/entities-7.0.0.tgz" ,
"integrity" : "sha512-FDWG5cmEYf2Z00IkYRhbFrwIwvdFKH07uV8dvNy0omp/Qb1xcyCWp2UDtcwJF4QZZvk0sLudP6/hAu42TaqVhQ==" ,
"license" : "BSD-2-Clause" ,
"engines" : {
"node" : ">=0.12"
} ,
"funding" : {
"url" : "https://github.com/fb55/entities?sponsor=1"
}
} ,
"node_modules/error-stack-parser-es" : {
"version" : "1.0.5" ,
"resolved" : "https://registry.npmjs.org/error-stack-parser-es/-/error-stack-parser-es-1.0.5.tgz" ,
"integrity" : "sha512-5qucVt2XcuGMcEGgWI7i+yZpmpByQ8J1lHhcL7PwqCwu9FPP3VUXzT4ltHe5i2z9dePwEHcDVOAfSnHsOlCXRA==" ,
"license" : "MIT" ,
"funding" : {
"url" : "https://github.com/sponsors/antfu"
}
} ,
"node_modules/errx" : {
"version" : "0.1.0" ,
"resolved" : "https://registry.npmjs.org/errx/-/errx-0.1.0.tgz" ,
"integrity" : "sha512-fZmsRiDNv07K6s2KkKFTiD2aIvECa7++PKyD5NC32tpRw46qZA3sOz+aM+/V9V0GDHxVTKLziveV4JhzBHDp9Q==" ,
"license" : "MIT"
} ,
"node_modules/es-define-property" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz" ,
"integrity" : "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.4"
}
} ,
"node_modules/es-errors" : {
"version" : "1.3.0" ,
"resolved" : "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz" ,
"integrity" : "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.4"
}
} ,
"node_modules/es-module-lexer" : {
"version" : "1.7.0" ,
"resolved" : "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.7.0.tgz" ,
"integrity" : "sha512-jEQoCwk8hyb2AZziIOLhDqpm5+2ww5uIE6lkO/6jcOCusfk6LhMHpXXfBLXTZ7Ydyt0j4VoUQv6uGNYbdW+kBA==" ,
"license" : "MIT"
} ,
"node_modules/es-object-atoms" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz" ,
"integrity" : "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==" ,
"license" : "MIT" ,
"dependencies" : {
"es-errors" : "^1.3.0"
} ,
"engines" : {
"node" : ">= 0.4"
}
} ,
"node_modules/esbuild" : {
"version" : "0.27.2" ,
"resolved" : "https://registry.npmjs.org/esbuild/-/esbuild-0.27.2.tgz" ,
"integrity" : "sha512-HyNQImnsOC7X9PMNaCIeAm4ISCQXs5a5YasTXVliKv4uuBo1dKrG0A+uQS8M5eXjVMnLg3WgXaKvprHlFJQffw==" ,
"hasInstallScript" : true ,
"license" : "MIT" ,
"bin" : {
"esbuild" : "bin/esbuild"
} ,
"engines" : {
"node" : ">=18"
} ,
"optionalDependencies" : {
"@esbuild/aix-ppc64" : "0.27.2" ,
"@esbuild/android-arm" : "0.27.2" ,
"@esbuild/android-arm64" : "0.27.2" ,
"@esbuild/android-x64" : "0.27.2" ,
"@esbuild/darwin-arm64" : "0.27.2" ,
"@esbuild/darwin-x64" : "0.27.2" ,
"@esbuild/freebsd-arm64" : "0.27.2" ,
"@esbuild/freebsd-x64" : "0.27.2" ,
"@esbuild/linux-arm" : "0.27.2" ,
"@esbuild/linux-arm64" : "0.27.2" ,
"@esbuild/linux-ia32" : "0.27.2" ,
"@esbuild/linux-loong64" : "0.27.2" ,
"@esbuild/linux-mips64el" : "0.27.2" ,
"@esbuild/linux-ppc64" : "0.27.2" ,
"@esbuild/linux-riscv64" : "0.27.2" ,
"@esbuild/linux-s390x" : "0.27.2" ,
"@esbuild/linux-x64" : "0.27.2" ,
"@esbuild/netbsd-arm64" : "0.27.2" ,
"@esbuild/netbsd-x64" : "0.27.2" ,
"@esbuild/openbsd-arm64" : "0.27.2" ,
"@esbuild/openbsd-x64" : "0.27.2" ,
"@esbuild/openharmony-arm64" : "0.27.2" ,
"@esbuild/sunos-x64" : "0.27.2" ,
"@esbuild/win32-arm64" : "0.27.2" ,
"@esbuild/win32-ia32" : "0.27.2" ,
"@esbuild/win32-x64" : "0.27.2"
}
} ,
"node_modules/escalade" : {
"version" : "3.2.0" ,
"resolved" : "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz" ,
"integrity" : "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/escape-html" : {
"version" : "1.0.3" ,
"resolved" : "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz" ,
"integrity" : "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==" ,
"license" : "MIT"
} ,
"node_modules/escape-string-regexp" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz" ,
"integrity" : "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2026-01-19 15:51:28 +07:00
"node_modules/escodegen" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/escodegen/-/escodegen-2.1.0.tgz" ,
"integrity" : "sha512-2NlIDTwUWJN0mRPQOdtQBzbUHvdGY2P1VXSyU83Q3xKxM7WHX2Ql8dKq782Q9TgQUNOLEzEYu9bzLNj1q88I5w==" ,
"dev" : true ,
"license" : "BSD-2-Clause" ,
"dependencies" : {
"esprima" : "^4.0.1" ,
"estraverse" : "^5.2.0" ,
"esutils" : "^2.0.2"
} ,
"bin" : {
"escodegen" : "bin/escodegen.js" ,
"esgenerate" : "bin/esgenerate.js"
} ,
"engines" : {
"node" : ">=6.0"
} ,
"optionalDependencies" : {
"source-map" : "~0.6.1"
}
} ,
"node_modules/escodegen/node_modules/source-map" : {
"version" : "0.6.1" ,
"resolved" : "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz" ,
"integrity" : "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" ,
"dev" : true ,
"license" : "BSD-3-Clause" ,
"optional" : true ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/eslint" : {
"version" : "9.39.2" ,
"resolved" : "https://registry.npmjs.org/eslint/-/eslint-9.39.2.tgz" ,
"integrity" : "sha512-LEyamqS7W5HB3ujJyvi0HQK/dtVINZvd5mAAp9eT5S/ujByGjiZLCzPcHVzuXbpJDJF/cxwHlfceVUDZ2lnSTw==" ,
"devOptional" : true ,
"license" : "MIT" ,
"peer" : true ,
"dependencies" : {
"@eslint-community/eslint-utils" : "^4.8.0" ,
"@eslint-community/regexpp" : "^4.12.1" ,
"@eslint/config-array" : "^0.21.1" ,
"@eslint/config-helpers" : "^0.4.2" ,
"@eslint/core" : "^0.17.0" ,
"@eslint/eslintrc" : "^3.3.1" ,
"@eslint/js" : "9.39.2" ,
"@eslint/plugin-kit" : "^0.4.1" ,
"@humanfs/node" : "^0.16.6" ,
"@humanwhocodes/module-importer" : "^1.0.1" ,
"@humanwhocodes/retry" : "^0.4.2" ,
"@types/estree" : "^1.0.6" ,
"ajv" : "^6.12.4" ,
"chalk" : "^4.0.0" ,
"cross-spawn" : "^7.0.6" ,
"debug" : "^4.3.2" ,
"escape-string-regexp" : "^4.0.0" ,
"eslint-scope" : "^8.4.0" ,
"eslint-visitor-keys" : "^4.2.1" ,
"espree" : "^10.4.0" ,
"esquery" : "^1.5.0" ,
"esutils" : "^2.0.2" ,
"fast-deep-equal" : "^3.1.3" ,
"file-entry-cache" : "^8.0.0" ,
"find-up" : "^5.0.0" ,
"glob-parent" : "^6.0.2" ,
"ignore" : "^5.2.0" ,
"imurmurhash" : "^0.1.4" ,
"is-glob" : "^4.0.0" ,
"json-stable-stringify-without-jsonify" : "^1.0.1" ,
"lodash.merge" : "^4.6.2" ,
"minimatch" : "^3.1.2" ,
"natural-compare" : "^1.4.0" ,
"optionator" : "^0.9.3"
} ,
"bin" : {
"eslint" : "bin/eslint.js"
} ,
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
} ,
"funding" : {
"url" : "https://eslint.org/donate"
} ,
"peerDependencies" : {
"jiti" : "*"
} ,
"peerDependenciesMeta" : {
"jiti" : {
"optional" : true
}
}
} ,
"node_modules/eslint-config-flat-gitignore" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/eslint-config-flat-gitignore/-/eslint-config-flat-gitignore-2.1.0.tgz" ,
"integrity" : "sha512-cJzNJ7L+psWp5mXM7jBX+fjHtBvvh06RBlcweMhKD8jWqQw0G78hOW5tpVALGHGFPsBV+ot2H+pdDGJy6CV8pA==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@eslint/compat" : "^1.2.5"
} ,
"funding" : {
"url" : "https://github.com/sponsors/antfu"
} ,
"peerDependencies" : {
"eslint" : "^9.5.0"
}
} ,
"node_modules/eslint-flat-config-utils" : {
"version" : "2.1.4" ,
"resolved" : "https://registry.npmjs.org/eslint-flat-config-utils/-/eslint-flat-config-utils-2.1.4.tgz" ,
"integrity" : "sha512-bEnmU5gqzS+4O+id9vrbP43vByjF+8KOs+QuuV4OlqAuXmnRW2zfI/Rza1fQvdihQ5h4DUo0NqFAiViD4mSrzQ==" ,
"dev" : true ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
"dependencies" : {
2026-01-19 15:14:30 +07:00
"pathe" : "^2.0.3"
2026-01-13 10:46:40 +07:00
} ,
2026-01-19 15:14:30 +07:00
"funding" : {
"url" : "https://github.com/sponsors/antfu"
2026-01-19 15:11:47 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/eslint-import-context" : {
"version" : "0.1.9" ,
"resolved" : "https://registry.npmjs.org/eslint-import-context/-/eslint-import-context-0.1.9.tgz" ,
"integrity" : "sha512-K9Hb+yRaGAGUbwjhFNHvSmmkZs9+zbuoe3kFQ4V1wYjrepUFYM2dZAfNtjbbj3qsPfUfsA68Bx/ICWQMi+C8Eg==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"get-tsconfig" : "^4.10.1" ,
"stable-hash-x" : "^0.2.0"
} ,
2026-01-19 15:11:47 +07:00
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : "^12.20.0 || ^14.18.0 || >=16.0.0"
2026-01-09 14:09:25 +07:00
} ,
"funding" : {
2026-01-19 15:14:30 +07:00
"url" : "https://opencollective.com/eslint-import-context"
} ,
"peerDependencies" : {
"unrs-resolver" : "^1.0.0"
} ,
"peerDependenciesMeta" : {
"unrs-resolver" : {
"optional" : true
}
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/eslint-merge-processors" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/eslint-merge-processors/-/eslint-merge-processors-2.0.0.tgz" ,
"integrity" : "sha512-sUuhSf3IrJdGooquEUB5TNpGNpBoQccbnaLHsb1XkBLUPPqCNivCpY05ZcpCOiV9uHwO2yxXEWVczVclzMxYlA==" ,
"dev" : true ,
2026-01-19 15:11:47 +07:00
"license" : "MIT" ,
"funding" : {
"url" : "https://github.com/sponsors/antfu"
2026-01-19 15:14:30 +07:00
} ,
"peerDependencies" : {
"eslint" : "*"
2026-01-19 15:11:47 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/eslint-plugin-import-lite" : {
"version" : "0.3.1" ,
"resolved" : "https://registry.npmjs.org/eslint-plugin-import-lite/-/eslint-plugin-import-lite-0.3.1.tgz" ,
"integrity" : "sha512-9+EByHZatvWFn/lRsUja5pwah0U5lhOA6SXqTI/iIzoIJHMgmsHUHEaTlLzKU/ukyCRwKEU5E92aUURPgVWq0A==" ,
"dev" : true ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
} ,
"peerDependencies" : {
"eslint" : ">=9.0.0" ,
"typescript" : ">=4.5"
} ,
"peerDependenciesMeta" : {
"typescript" : {
"optional" : true
}
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/eslint-plugin-import-x" : {
"version" : "4.16.1" ,
"resolved" : "https://registry.npmjs.org/eslint-plugin-import-x/-/eslint-plugin-import-x-4.16.1.tgz" ,
"integrity" : "sha512-vPZZsiOKaBAIATpFE2uMI4w5IRwdv/FpQ+qZZMR4E+PeOcM4OeoEbqxRMnywdxP19TyB/3h6QBB0EWon7letSQ==" ,
"dev" : true ,
2026-01-19 15:11:47 +07:00
"license" : "MIT" ,
2026-01-19 15:14:30 +07:00
"dependencies" : {
"@typescript-eslint/types" : "^8.35.0" ,
"comment-parser" : "^1.4.1" ,
"debug" : "^4.4.1" ,
"eslint-import-context" : "^0.1.9" ,
"is-glob" : "^4.0.3" ,
"minimatch" : "^9.0.3 || ^10.0.1" ,
"semver" : "^7.7.2" ,
"stable-hash-x" : "^0.2.0" ,
"unrs-resolver" : "^1.9.2"
} ,
2026-01-19 15:11:47 +07:00
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
} ,
"funding" : {
"url" : "https://opencollective.com/eslint-plugin-import-x"
} ,
"peerDependencies" : {
"@typescript-eslint/utils" : "^8.0.0" ,
"eslint" : "^8.57.0 || ^9.0.0" ,
"eslint-import-resolver-node" : "*"
} ,
"peerDependenciesMeta" : {
"@typescript-eslint/utils" : {
"optional" : true
} ,
"eslint-import-resolver-node" : {
"optional" : true
}
2026-01-19 15:11:47 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/eslint-plugin-jsdoc" : {
"version" : "61.7.1" ,
"resolved" : "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-61.7.1.tgz" ,
"integrity" : "sha512-36DpldF95MlTX//n3/naULFVt8d1cV4jmSkx7ZKrE9ikkKHAgMLesuWp1SmwpVwAs5ndIM6abKd6PeOYZUgdWg==" ,
"dev" : true ,
"license" : "BSD-3-Clause" ,
2026-01-19 15:11:47 +07:00
"dependencies" : {
2026-01-19 15:14:30 +07:00
"@es-joy/jsdoccomment" : "~0.78.0" ,
"@es-joy/resolve.exports" : "1.2.0" ,
"are-docs-informative" : "^0.0.2" ,
"comment-parser" : "1.4.1" ,
"debug" : "^4.4.3" ,
"escape-string-regexp" : "^4.0.0" ,
"espree" : "^11.0.0" ,
"esquery" : "^1.7.0" ,
"html-entities" : "^2.6.0" ,
"object-deep-merge" : "^2.0.0" ,
"parse-imports-exports" : "^0.2.4" ,
"semver" : "^7.7.3" ,
"spdx-expression-parse" : "^4.0.0" ,
"to-valid-identifier" : "^1.0.0"
2026-01-09 14:09:25 +07:00
} ,
2026-01-19 15:11:47 +07:00
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : ">=20.11.0"
} ,
"peerDependencies" : {
"eslint" : "^7.0.0 || ^8.0.0 || ^9.0.0"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/eslint-plugin-jsdoc/node_modules/escape-string-regexp" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz" ,
"integrity" : "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==" ,
"dev" : true ,
2026-01-19 15:11:47 +07:00
"license" : "MIT" ,
2026-01-13 10:46:40 +07:00
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : ">=10"
2026-01-09 14:09:25 +07:00
} ,
2026-01-19 15:14:30 +07:00
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/eslint-plugin-regexp" : {
"version" : "2.10.0" ,
"resolved" : "https://registry.npmjs.org/eslint-plugin-regexp/-/eslint-plugin-regexp-2.10.0.tgz" ,
"integrity" : "sha512-ovzQT8ESVn5oOe5a7gIDPD5v9bCSjIFJu57sVPDqgPRXicQzOnYfFN21WoQBQF18vrhT5o7UMKFwJQVVjyJ0ng==" ,
"dev" : true ,
2026-01-19 15:11:47 +07:00
"license" : "MIT" ,
2026-01-19 15:14:30 +07:00
"dependencies" : {
"@eslint-community/eslint-utils" : "^4.2.0" ,
"@eslint-community/regexpp" : "^4.11.0" ,
"comment-parser" : "^1.4.0" ,
"jsdoc-type-pratt-parser" : "^4.0.0" ,
"refa" : "^0.12.1" ,
"regexp-ast-analysis" : "^0.7.1" ,
"scslre" : "^0.3.0"
} ,
2026-01-13 10:46:40 +07:00
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : "^18 || >=20"
} ,
"peerDependencies" : {
"eslint" : ">=8.44.0"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/eslint-plugin-regexp/node_modules/jsdoc-type-pratt-parser" : {
"version" : "4.8.0" ,
"resolved" : "https://registry.npmjs.org/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-4.8.0.tgz" ,
"integrity" : "sha512-iZ8Bdb84lWRuGHamRXFyML07r21pcwBrLkHEuHgEY5UbCouBwv7ECknDRKzsQIXMiqpPymqtIf8TC/shYKB5rw==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=12.0.0"
}
2026-01-13 10:46:40 +07:00
} ,
2026-01-19 15:14:30 +07:00
"node_modules/eslint-plugin-unicorn" : {
"version" : "62.0.0" ,
"resolved" : "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-62.0.0.tgz" ,
"integrity" : "sha512-HIlIkGLkvf29YEiS/ImuDZQbP12gWyx5i3C6XrRxMvVdqMroCI9qoVYCoIl17ChN+U89pn9sVwLxhIWj5nEc7g==" ,
"dev" : true ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
2026-01-19 15:14:30 +07:00
"dependencies" : {
"@babel/helper-validator-identifier" : "^7.28.5" ,
"@eslint-community/eslint-utils" : "^4.9.0" ,
"@eslint/plugin-kit" : "^0.4.0" ,
"change-case" : "^5.4.4" ,
"ci-info" : "^4.3.1" ,
"clean-regexp" : "^1.0.0" ,
"core-js-compat" : "^3.46.0" ,
"esquery" : "^1.6.0" ,
"find-up-simple" : "^1.0.1" ,
"globals" : "^16.4.0" ,
"indent-string" : "^5.0.0" ,
"is-builtin-module" : "^5.0.0" ,
"jsesc" : "^3.1.0" ,
"pluralize" : "^8.0.0" ,
"regexp-tree" : "^0.1.27" ,
"regjsparser" : "^0.13.0" ,
"semver" : "^7.7.3" ,
"strip-indent" : "^4.1.1"
} ,
2026-01-09 14:09:25 +07:00
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : "^20.10.0 || >=21.0.0"
2026-01-09 14:09:25 +07:00
} ,
"funding" : {
2026-01-19 15:14:30 +07:00
"url" : "https://github.com/sindresorhus/eslint-plugin-unicorn?sponsor=1"
2026-01-09 14:09:25 +07:00
} ,
2026-01-19 15:14:30 +07:00
"peerDependencies" : {
"eslint" : ">=9.38.0"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/eslint-plugin-vue" : {
"version" : "10.6.2" ,
"resolved" : "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-10.6.2.tgz" ,
"integrity" : "sha512-nA5yUs/B1KmKzvC42fyD0+l9Yd+LtEpVhWRbXuDj0e+ZURcTtyRbMDWUeJmTAh2wC6jC83raS63anNM2YT3NPw==" ,
2026-01-19 15:11:47 +07:00
"dev" : true ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
"dependencies" : {
2026-01-19 15:14:30 +07:00
"@eslint-community/eslint-utils" : "^4.4.0" ,
2026-01-19 15:11:47 +07:00
"natural-compare" : "^1.4.0" ,
2026-01-19 15:14:30 +07:00
"nth-check" : "^2.1.1" ,
"postcss-selector-parser" : "^7.1.0" ,
"semver" : "^7.6.3" ,
"xml-name-validator" : "^4.0.0"
2026-01-09 14:09:25 +07:00
} ,
"engines" : {
2026-01-19 15:11:47 +07:00
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
2026-01-09 14:09:25 +07:00
} ,
2026-01-19 15:11:47 +07:00
"peerDependencies" : {
2026-01-19 15:14:30 +07:00
"@stylistic/eslint-plugin" : "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0" ,
"@typescript-eslint/parser" : "^7.0.0 || ^8.0.0" ,
"eslint" : "^8.57.0 || ^9.0.0" ,
"vue-eslint-parser" : "^10.0.0"
2026-01-19 15:11:47 +07:00
} ,
"peerDependenciesMeta" : {
2026-01-19 15:14:30 +07:00
"@stylistic/eslint-plugin" : {
"optional" : true
} ,
"@typescript-eslint/parser" : {
2026-01-19 15:11:47 +07:00
"optional" : true
}
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/eslint-processor-vue-blocks" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/eslint-processor-vue-blocks/-/eslint-processor-vue-blocks-2.0.0.tgz" ,
"integrity" : "sha512-u4W0CJwGoWY3bjXAuFpc/b6eK3NQEI8MoeW7ritKj3G3z/WtHrKjkqf+wk8mPEy5rlMGS+k6AZYOw2XBoN/02Q==" ,
2026-01-19 15:11:47 +07:00
"dev" : true ,
"license" : "MIT" ,
"funding" : {
"url" : "https://github.com/sponsors/antfu"
} ,
"peerDependencies" : {
2026-01-19 15:14:30 +07:00
"@vue/compiler-sfc" : "^3.3.0" ,
"eslint" : ">=9.0.0"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/eslint-scope" : {
"version" : "8.4.0" ,
"resolved" : "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.4.0.tgz" ,
"integrity" : "sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==" ,
"devOptional" : true ,
"license" : "BSD-2-Clause" ,
2026-01-13 10:46:40 +07:00
"dependencies" : {
2026-01-19 15:14:30 +07:00
"esrecurse" : "^4.3.0" ,
"estraverse" : "^5.2.0"
} ,
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
2026-01-09 14:09:25 +07:00
} ,
2026-01-19 15:11:47 +07:00
"funding" : {
2026-01-19 15:14:30 +07:00
"url" : "https://opencollective.com/eslint"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/eslint-visitor-keys" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-5.0.0.tgz" ,
"integrity" : "sha512-A0XeIi7CXU7nPlfHS9loMYEKxUaONu/hTEzHTGba9Huu94Cq1hPivf+DE5erJozZOky0LfvXAyrV/tcswpLI0Q==" ,
2026-01-19 15:11:47 +07:00
"dev" : true ,
2026-01-19 15:14:30 +07:00
"license" : "Apache-2.0" ,
"engines" : {
"node" : "^20.19.0 || ^22.13.0 || >=24"
} ,
"funding" : {
"url" : "https://opencollective.com/eslint"
}
} ,
"node_modules/eslint/node_modules/brace-expansion" : {
"version" : "1.1.12" ,
"resolved" : "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz" ,
"integrity" : "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==" ,
"devOptional" : true ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
2026-01-19 15:11:47 +07:00
"dependencies" : {
2026-01-19 15:14:30 +07:00
"balanced-match" : "^1.0.0" ,
"concat-map" : "0.0.1"
}
} ,
"node_modules/eslint/node_modules/escape-string-regexp" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz" ,
"integrity" : "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==" ,
"devOptional" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=10"
2026-01-19 15:11:47 +07:00
} ,
2026-01-19 15:14:30 +07:00
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/eslint/node_modules/eslint-visitor-keys" : {
"version" : "4.2.1" ,
"resolved" : "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz" ,
"integrity" : "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==" ,
"devOptional" : true ,
"license" : "Apache-2.0" ,
2026-01-13 10:46:40 +07:00
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
2026-01-19 15:11:47 +07:00
} ,
"funding" : {
2026-01-19 15:14:30 +07:00
"url" : "https://opencollective.com/eslint"
}
} ,
"node_modules/eslint/node_modules/espree" : {
"version" : "10.4.0" ,
"resolved" : "https://registry.npmjs.org/espree/-/espree-10.4.0.tgz" ,
"integrity" : "sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==" ,
"devOptional" : true ,
"license" : "BSD-2-Clause" ,
"dependencies" : {
"acorn" : "^8.15.0" ,
"acorn-jsx" : "^5.3.2" ,
"eslint-visitor-keys" : "^4.2.1"
2026-01-19 15:11:47 +07:00
} ,
2026-01-19 15:14:30 +07:00
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
2026-01-19 15:11:47 +07:00
} ,
2026-01-19 15:14:30 +07:00
"funding" : {
"url" : "https://opencollective.com/eslint"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/eslint/node_modules/glob-parent" : {
"version" : "6.0.2" ,
"resolved" : "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz" ,
"integrity" : "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==" ,
"devOptional" : true ,
"license" : "ISC" ,
"dependencies" : {
"is-glob" : "^4.0.3"
2026-01-19 15:11:47 +07:00
} ,
2026-01-19 15:14:30 +07:00
"engines" : {
"node" : ">=10.13.0"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/eslint/node_modules/ignore" : {
"version" : "5.3.2" ,
"resolved" : "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz" ,
"integrity" : "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==" ,
"devOptional" : true ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
2026-01-13 10:46:40 +07:00
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : ">= 4"
}
} ,
"node_modules/eslint/node_modules/minimatch" : {
"version" : "3.1.2" ,
"resolved" : "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz" ,
"integrity" : "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==" ,
"devOptional" : true ,
"license" : "ISC" ,
"dependencies" : {
"brace-expansion" : "^1.1.7"
2026-01-19 15:11:47 +07:00
} ,
2026-01-19 15:14:30 +07:00
"engines" : {
"node" : "*"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/espree" : {
"version" : "11.0.0" ,
"resolved" : "https://registry.npmjs.org/espree/-/espree-11.0.0.tgz" ,
"integrity" : "sha512-+gMeWRrIh/NsG+3NaLeWHuyeyk70p2tbvZIWBYcqQ4/7Xvars6GYTZNhF1sIeLcc6Wb11He5ffz3hsHyXFrw5A==" ,
2026-01-19 15:11:47 +07:00
"dev" : true ,
2026-01-19 15:14:30 +07:00
"license" : "BSD-2-Clause" ,
2026-01-09 14:09:25 +07:00
"dependencies" : {
2026-01-19 15:14:30 +07:00
"acorn" : "^8.15.0" ,
"acorn-jsx" : "^5.3.2" ,
"eslint-visitor-keys" : "^5.0.0"
2026-01-09 14:09:25 +07:00
} ,
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : "^20.19.0 || ^22.13.0 || >=24"
2026-01-13 10:46:40 +07:00
} ,
"funding" : {
2026-01-19 15:14:30 +07:00
"url" : "https://opencollective.com/eslint"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:51:28 +07:00
"node_modules/esprima" : {
"version" : "4.0.1" ,
"resolved" : "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz" ,
"integrity" : "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==" ,
"dev" : true ,
"license" : "BSD-2-Clause" ,
"bin" : {
"esparse" : "bin/esparse.js" ,
"esvalidate" : "bin/esvalidate.js"
} ,
"engines" : {
"node" : ">=4"
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/esquery" : {
"version" : "1.7.0" ,
"resolved" : "https://registry.npmjs.org/esquery/-/esquery-1.7.0.tgz" ,
"integrity" : "sha512-Ap6G0WQwcU/LHsvLwON1fAQX9Zp0A2Y6Y/cJBl9r/JbW90Zyg4/zbG6zzKa2OTALELarYHmKu0GhpM5EO+7T0g==" ,
"devOptional" : true ,
2026-01-19 15:11:47 +07:00
"license" : "BSD-3-Clause" ,
2026-01-13 10:46:40 +07:00
"dependencies" : {
2026-01-19 15:14:30 +07:00
"estraverse" : "^5.1.0"
2026-01-19 15:11:47 +07:00
} ,
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : ">=0.10"
}
} ,
"node_modules/esrecurse" : {
"version" : "4.3.0" ,
"resolved" : "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz" ,
"integrity" : "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==" ,
"devOptional" : true ,
"license" : "BSD-2-Clause" ,
"dependencies" : {
"estraverse" : "^5.2.0"
2026-01-19 15:11:47 +07:00
} ,
2026-01-19 15:14:30 +07:00
"engines" : {
"node" : ">=4.0"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/estraverse" : {
"version" : "5.3.0" ,
"resolved" : "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz" ,
"integrity" : "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==" ,
"devOptional" : true ,
"license" : "BSD-2-Clause" ,
"engines" : {
"node" : ">=4.0"
}
} ,
"node_modules/estree-walker" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz" ,
"integrity" : "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==" ,
"license" : "MIT"
} ,
"node_modules/esutils" : {
"version" : "2.0.3" ,
"resolved" : "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz" ,
"integrity" : "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==" ,
"devOptional" : true ,
"license" : "BSD-2-Clause" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/etag" : {
"version" : "1.8.1" ,
"resolved" : "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz" ,
"integrity" : "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==" ,
2026-01-19 15:11:47 +07:00
"license" : "MIT" ,
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : ">= 0.6"
2026-01-19 15:11:47 +07:00
}
2026-01-13 10:46:40 +07:00
} ,
2026-01-19 15:14:30 +07:00
"node_modules/event-target-shim" : {
"version" : "5.0.1" ,
"resolved" : "https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.1.tgz" ,
"integrity" : "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/events" : {
"version" : "3.3.0" ,
"resolved" : "https://registry.npmjs.org/events/-/events-3.3.0.tgz" ,
"integrity" : "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==" ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
2026-01-19 15:14:30 +07:00
"engines" : {
"node" : ">=0.8.x"
}
} ,
"node_modules/events-universal" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/events-universal/-/events-universal-1.0.1.tgz" ,
"integrity" : "sha512-LUd5euvbMLpwOF8m6ivPCbhQeSiYVNb8Vs0fQ8QjXo0JTkEHpz8pxdQf0gStltaPpw0Cca8b39KxvK9cfKRiAw==" ,
"license" : "Apache-2.0" ,
2026-01-09 14:09:25 +07:00
"dependencies" : {
2026-01-19 15:14:30 +07:00
"bare-events" : "^2.7.0"
}
} ,
"node_modules/execa" : {
"version" : "8.0.1" ,
"resolved" : "https://registry.npmjs.org/execa/-/execa-8.0.1.tgz" ,
"integrity" : "sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==" ,
"license" : "MIT" ,
"dependencies" : {
"cross-spawn" : "^7.0.3" ,
"get-stream" : "^8.0.1" ,
"human-signals" : "^5.0.0" ,
"is-stream" : "^3.0.0" ,
"merge-stream" : "^2.0.0" ,
"npm-run-path" : "^5.1.0" ,
"onetime" : "^6.0.0" ,
"signal-exit" : "^4.1.0" ,
"strip-final-newline" : "^3.0.0"
2026-01-09 14:09:25 +07:00
} ,
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : ">=16.17"
2026-01-19 15:11:47 +07:00
} ,
2026-01-19 15:14:30 +07:00
"funding" : {
"url" : "https://github.com/sindresorhus/execa?sponsor=1"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/exsolve" : {
"version" : "1.0.8" ,
"resolved" : "https://registry.npmjs.org/exsolve/-/exsolve-1.0.8.tgz" ,
"integrity" : "sha512-LmDxfWXwcTArk8fUEnOfSZpHOJ6zOMUJKOtFLFqJLoKJetuQG874Uc7/Kki7zFLzYybmZhp1M7+98pfMqeX8yA==" ,
"license" : "MIT"
} ,
"node_modules/externality" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/externality/-/externality-1.0.2.tgz" ,
"integrity" : "sha512-LyExtJWKxtgVzmgtEHyQtLFpw1KFhQphF9nTG8TpAIVkiI/xQ3FJh75tRFLYl4hkn7BNIIdLJInuDAavX35pMw==" ,
2026-01-19 15:11:47 +07:00
"license" : "MIT" ,
2026-01-19 15:14:30 +07:00
"dependencies" : {
"enhanced-resolve" : "^5.14.1" ,
"mlly" : "^1.3.0" ,
"pathe" : "^1.1.1" ,
"ufo" : "^1.1.2"
2026-01-19 15:11:47 +07:00
}
2026-01-13 10:46:40 +07:00
} ,
2026-01-19 15:14:30 +07:00
"node_modules/externality/node_modules/pathe" : {
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/pathe/-/pathe-1.1.2.tgz" ,
"integrity" : "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==" ,
"license" : "MIT"
} ,
"node_modules/fast-deep-equal" : {
"version" : "3.1.3" ,
"resolved" : "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz" ,
"integrity" : "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==" ,
"devOptional" : true ,
"license" : "MIT"
} ,
"node_modules/fast-fifo" : {
"version" : "1.3.2" ,
"resolved" : "https://registry.npmjs.org/fast-fifo/-/fast-fifo-1.3.2.tgz" ,
"integrity" : "sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ==" ,
"license" : "MIT"
} ,
"node_modules/fast-glob" : {
"version" : "3.3.3" ,
"resolved" : "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz" ,
"integrity" : "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==" ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
2026-01-19 15:11:47 +07:00
"dependencies" : {
2026-01-19 15:14:30 +07:00
"@nodelib/fs.stat" : "^2.0.2" ,
"@nodelib/fs.walk" : "^1.2.3" ,
"glob-parent" : "^5.1.2" ,
"merge2" : "^1.3.0" ,
"micromatch" : "^4.0.8"
2026-01-19 15:11:47 +07:00
} ,
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : ">=8.6.0"
}
} ,
"node_modules/fast-json-stable-stringify" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz" ,
"integrity" : "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==" ,
"devOptional" : true ,
"license" : "MIT"
} ,
"node_modules/fast-levenshtein" : {
"version" : "2.0.6" ,
"resolved" : "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz" ,
"integrity" : "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==" ,
"devOptional" : true ,
"license" : "MIT"
} ,
"node_modules/fast-npm-meta" : {
"version" : "0.4.7" ,
"resolved" : "https://registry.npmjs.org/fast-npm-meta/-/fast-npm-meta-0.4.7.tgz" ,
"integrity" : "sha512-aZU3i3eRcSb2NCq8i6N6IlyiTyF6vqAqzBGl2NBF6ngNx/GIqfYbkLDIKZ4z4P0o/RmtsFnVqHwdrSm13o4tnQ==" ,
"license" : "MIT" ,
2026-01-13 10:46:40 +07:00
"funding" : {
2026-01-19 15:14:30 +07:00
"url" : "https://github.com/sponsors/antfu"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/fastq" : {
"version" : "1.20.1" ,
"resolved" : "https://registry.npmjs.org/fastq/-/fastq-1.20.1.tgz" ,
"integrity" : "sha512-GGToxJ/w1x32s/D2EKND7kTil4n8OVk/9mycTc4VDza13lOvpUZTGX3mFSCtV9ksdGBVzvsyAVLM6mHFThxXxw==" ,
"license" : "ISC" ,
2026-01-19 15:11:47 +07:00
"dependencies" : {
2026-01-19 15:14:30 +07:00
"reusify" : "^1.0.4"
}
} ,
"node_modules/fdir" : {
"version" : "6.5.0" ,
"resolved" : "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz" ,
"integrity" : "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==" ,
"license" : "MIT" ,
2026-01-13 10:46:40 +07:00
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : ">=12.0.0"
2026-01-09 14:09:25 +07:00
} ,
"peerDependencies" : {
2026-01-19 15:14:30 +07:00
"picomatch" : "^3 || ^4"
2026-01-09 14:09:25 +07:00
} ,
"peerDependenciesMeta" : {
2026-01-19 15:14:30 +07:00
"picomatch" : {
2026-01-09 14:09:25 +07:00
"optional" : true
}
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/file-entry-cache" : {
"version" : "8.0.0" ,
"resolved" : "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz" ,
"integrity" : "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==" ,
2026-01-19 15:11:47 +07:00
"devOptional" : true ,
2026-01-19 15:14:30 +07:00
"license" : "MIT" ,
2026-01-09 14:09:25 +07:00
"dependencies" : {
2026-01-19 15:14:30 +07:00
"flat-cache" : "^4.0.0"
2026-01-13 10:46:40 +07:00
} ,
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : ">=16.0.0"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/file-uri-to-path" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz" ,
"integrity" : "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==" ,
"license" : "MIT"
2026-01-09 14:09:25 +07:00
} ,
2026-01-19 15:14:30 +07:00
"node_modules/fill-range" : {
"version" : "7.1.1" ,
"resolved" : "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz" ,
"integrity" : "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==" ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
2026-01-19 15:11:47 +07:00
"dependencies" : {
2026-01-19 15:14:30 +07:00
"to-regex-range" : "^5.0.1"
2026-01-13 10:46:40 +07:00
} ,
2026-01-19 15:14:30 +07:00
"engines" : {
"node" : ">=8"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/find-up" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz" ,
"integrity" : "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==" ,
2026-01-13 10:46:40 +07:00
"devOptional" : true ,
2026-01-19 15:14:30 +07:00
"license" : "MIT" ,
2026-01-09 14:09:25 +07:00
"dependencies" : {
2026-01-19 15:14:30 +07:00
"locate-path" : "^6.0.0" ,
"path-exists" : "^4.0.0"
2026-01-13 10:46:40 +07:00
} ,
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : ">=10"
2026-01-19 15:11:47 +07:00
} ,
"funding" : {
2026-01-19 15:14:30 +07:00
"url" : "https://github.com/sponsors/sindresorhus"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/find-up-simple" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/find-up-simple/-/find-up-simple-1.0.1.tgz" ,
"integrity" : "sha512-afd4O7zpqHeRyg4PfDQsXmlDe2PfdHtJt6Akt8jOWaApLOZk5JXs6VMR29lz03pRe9mpykrRCYIYxaJYcfpncQ==" ,
"dev" : true ,
2026-01-19 15:11:47 +07:00
"license" : "MIT" ,
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : ">=18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2026-01-19 15:11:47 +07:00
}
2026-01-13 10:46:40 +07:00
} ,
2026-01-19 15:14:30 +07:00
"node_modules/flat-cache" : {
"version" : "4.0.1" ,
"resolved" : "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz" ,
"integrity" : "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==" ,
2026-01-19 15:11:47 +07:00
"devOptional" : true ,
2026-01-19 15:14:30 +07:00
"license" : "MIT" ,
2026-01-09 14:09:25 +07:00
"dependencies" : {
2026-01-19 15:14:30 +07:00
"flatted" : "^3.2.9" ,
"keyv" : "^4.5.4"
2026-01-09 14:09:25 +07:00
} ,
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : ">=16"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/flatted" : {
"version" : "3.3.3" ,
"resolved" : "https://registry.npmjs.org/flatted/-/flatted-3.3.3.tgz" ,
"integrity" : "sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==" ,
"devOptional" : true ,
"license" : "ISC"
} ,
"node_modules/foreground-child" : {
"version" : "3.3.1" ,
"resolved" : "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.1.tgz" ,
"integrity" : "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==" ,
"license" : "ISC" ,
2026-01-19 15:11:47 +07:00
"dependencies" : {
2026-01-19 15:14:30 +07:00
"cross-spawn" : "^7.0.6" ,
"signal-exit" : "^4.0.1"
2026-01-19 15:11:47 +07:00
} ,
2026-01-13 10:46:40 +07:00
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : ">=14"
2026-01-13 10:46:40 +07:00
} ,
"funding" : {
2026-01-19 15:14:30 +07:00
"url" : "https://github.com/sponsors/isaacs"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/fraction.js" : {
"version" : "5.3.4" ,
"resolved" : "https://registry.npmjs.org/fraction.js/-/fraction.js-5.3.4.tgz" ,
"integrity" : "sha512-1X1NTtiJphryn/uLQz3whtY6jK3fTqoE3ohKs0tT+Ujr1W59oopxmoEh7Lu5p6vBaPbgoM0bzveAW4Qi5RyWDQ==" ,
"license" : "MIT" ,
2026-01-13 10:46:40 +07:00
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : "*"
2026-01-09 14:09:25 +07:00
} ,
2026-01-19 15:14:30 +07:00
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/rawify"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/fresh" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/fresh/-/fresh-2.0.0.tgz" ,
"integrity" : "sha512-Rx/WycZ60HOaqLKAi6cHRKKI7zxWbJ31MhntmtwMoaTeF7XFH9hhBp8vITaMidfljRQ6eYWCKkaTK+ykVJHP2A==" ,
"license" : "MIT" ,
2026-01-13 10:46:40 +07:00
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : ">= 0.8"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/fs-extra" : {
"version" : "9.1.0" ,
"resolved" : "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz" ,
"integrity" : "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==" ,
"license" : "MIT" ,
"dependencies" : {
"at-least-node" : "^1.0.0" ,
"graceful-fs" : "^4.2.0" ,
"jsonfile" : "^6.0.1" ,
"universalify" : "^2.0.0"
} ,
2026-01-19 15:11:47 +07:00
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : ">=10"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/fs.realpath" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz" ,
"integrity" : "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==" ,
"license" : "ISC"
2026-01-19 15:11:47 +07:00
} ,
2026-01-19 15:14:30 +07:00
"node_modules/fsevents" : {
"version" : "2.3.3" ,
"resolved" : "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz" ,
"integrity" : "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==" ,
"hasInstallScript" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"darwin"
] ,
2026-01-09 14:09:25 +07:00
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : "^8.16.0 || ^10.6.0 || >=11.0.0"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/function-bind" : {
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz" ,
"integrity" : "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==" ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
2026-01-19 15:14:30 +07:00
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/fuse.js" : {
"version" : "7.1.0" ,
"resolved" : "https://registry.npmjs.org/fuse.js/-/fuse.js-7.1.0.tgz" ,
"integrity" : "sha512-trLf4SzuuUxfusZADLINj+dE8clK1frKdmqiJNb1Es75fmI5oY6X2mxLVUciLLjxqw/xr72Dhy+lER6dGd02FQ==" ,
"license" : "Apache-2.0" ,
2026-01-09 14:09:25 +07:00
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : ">=10"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/generator-function" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/generator-function/-/generator-function-2.0.1.tgz" ,
"integrity" : "sha512-SFdFmIJi+ybC0vjlHN0ZGVGHc3lgE0DxPAT0djjVg+kjOnSqclqmj0KQ7ykTOLP6YxoqOvuAODGdcHJn+43q3g==" ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : ">= 0.4"
2026-01-13 10:46:40 +07:00
}
2026-01-09 14:09:25 +07:00
} ,
2026-01-19 15:14:30 +07:00
"node_modules/gensync" : {
"version" : "1.0.0-beta.2" ,
"resolved" : "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz" ,
"integrity" : "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==" ,
2026-01-19 15:11:47 +07:00
"license" : "MIT" ,
2026-01-13 10:46:40 +07:00
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : ">=6.9.0"
2026-01-13 10:46:40 +07:00
}
2026-01-09 14:09:25 +07:00
} ,
2026-01-19 15:14:30 +07:00
"node_modules/get-caller-file" : {
"version" : "2.0.5" ,
"resolved" : "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz" ,
"integrity" : "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==" ,
"license" : "ISC" ,
"engines" : {
"node" : "6.* || 8.* || >= 10.*"
2026-01-19 15:11:47 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/get-intrinsic" : {
"version" : "1.3.0" ,
"resolved" : "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz" ,
"integrity" : "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==" ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
2026-01-13 10:46:40 +07:00
"dependencies" : {
2026-01-19 15:14:30 +07:00
"call-bind-apply-helpers" : "^1.0.2" ,
"es-define-property" : "^1.0.1" ,
"es-errors" : "^1.3.0" ,
"es-object-atoms" : "^1.1.1" ,
"function-bind" : "^1.1.2" ,
"get-proto" : "^1.0.1" ,
"gopd" : "^1.2.0" ,
"has-symbols" : "^1.1.0" ,
"hasown" : "^2.0.2" ,
"math-intrinsics" : "^1.1.0"
2026-01-13 10:46:40 +07:00
} ,
2026-01-09 14:09:25 +07:00
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : ">= 0.4"
2026-01-13 10:46:40 +07:00
} ,
"funding" : {
2026-01-19 15:14:30 +07:00
"url" : "https://github.com/sponsors/ljharb"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/get-port-please" : {
"version" : "3.2.0" ,
"resolved" : "https://registry.npmjs.org/get-port-please/-/get-port-please-3.2.0.tgz" ,
"integrity" : "sha512-I9QVvBw5U/hw3RmWpYKRumUeaDgxTPd401x364rLmWBJcOQ753eov1eTgzDqRG9bqFIfDc7gfzcQEWrUri3o1A==" ,
2026-01-19 15:11:47 +07:00
"license" : "MIT"
} ,
2026-01-19 15:14:30 +07:00
"node_modules/get-proto" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz" ,
"integrity" : "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==" ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
2026-01-13 10:46:40 +07:00
"dependencies" : {
2026-01-19 15:14:30 +07:00
"dunder-proto" : "^1.0.1" ,
"es-object-atoms" : "^1.0.0"
2026-01-09 14:09:25 +07:00
} ,
2026-01-19 15:11:47 +07:00
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : ">= 0.4"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/get-stream" : {
"version" : "8.0.1" ,
"resolved" : "https://registry.npmjs.org/get-stream/-/get-stream-8.0.1.tgz" ,
"integrity" : "sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==" ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
2026-01-19 15:14:30 +07:00
"engines" : {
"node" : ">=16"
} ,
2026-01-19 15:11:47 +07:00
"funding" : {
2026-01-19 15:14:30 +07:00
"url" : "https://github.com/sponsors/sindresorhus"
2026-01-19 15:11:47 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/get-tsconfig" : {
"version" : "4.13.0" ,
"resolved" : "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-4.13.0.tgz" ,
"integrity" : "sha512-1VKTZJCwBrvbd+Wn3AOgQP/2Av+TfTCOlE4AcRJE72W1ksZXbAx8PPBR9RzgTeSPzlPMHrbANMH3LbltH73wxQ==" ,
"dev" : true ,
"license" : "MIT" ,
2026-01-09 14:09:25 +07:00
"dependencies" : {
2026-01-19 15:14:30 +07:00
"resolve-pkg-maps" : "^1.0.0"
} ,
"funding" : {
"url" : "https://github.com/privatenumber/get-tsconfig?sponsor=1"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/giget" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/giget/-/giget-2.0.0.tgz" ,
"integrity" : "sha512-L5bGsVkxJbJgdnwyuheIunkGatUF/zssUoxxjACCseZYAVbaqdh9Tsmmlkl8vYan09H7sbvKt4pS8GqKLBrEzA==" ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
2026-01-19 15:14:30 +07:00
"dependencies" : {
"citty" : "^0.1.6" ,
"consola" : "^3.4.0" ,
"defu" : "^6.1.4" ,
"node-fetch-native" : "^1.6.6" ,
"nypm" : "^0.6.0" ,
"pathe" : "^2.0.3"
2026-01-19 15:11:47 +07:00
} ,
2026-01-19 15:14:30 +07:00
"bin" : {
"giget" : "dist/cli.mjs"
}
} ,
"node_modules/git-up" : {
"version" : "8.1.1" ,
"resolved" : "https://registry.npmjs.org/git-up/-/git-up-8.1.1.tgz" ,
"integrity" : "sha512-FDenSF3fVqBYSaJoYy1KSc2wosx0gCvKP+c+PRBht7cAaiCeQlBtfBDX9vgnNOHmdePlSFITVcn4pFfcgNvx3g==" ,
"license" : "MIT" ,
"dependencies" : {
"is-ssh" : "^1.4.0" ,
"parse-url" : "^9.2.0"
2026-01-13 10:46:40 +07:00
}
2026-01-09 14:09:25 +07:00
} ,
2026-01-19 15:14:30 +07:00
"node_modules/git-url-parse" : {
"version" : "16.1.0" ,
"resolved" : "https://registry.npmjs.org/git-url-parse/-/git-url-parse-16.1.0.tgz" ,
"integrity" : "sha512-cPLz4HuK86wClEW7iDdeAKcCVlWXmrLpb2L+G9goW0Z1dtpNS6BXXSOckUTlJT/LDQViE1QZKstNORzHsLnobw==" ,
2026-01-19 15:11:47 +07:00
"license" : "MIT" ,
2026-01-13 10:46:40 +07:00
"dependencies" : {
2026-01-19 15:14:30 +07:00
"git-up" : "^8.1.0"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/glob" : {
"version" : "10.5.0" ,
"resolved" : "https://registry.npmjs.org/glob/-/glob-10.5.0.tgz" ,
"integrity" : "sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==" ,
"license" : "ISC" ,
"dependencies" : {
"foreground-child" : "^3.1.0" ,
"jackspeak" : "^3.1.2" ,
"minimatch" : "^9.0.4" ,
"minipass" : "^7.1.2" ,
"package-json-from-dist" : "^1.0.0" ,
"path-scurry" : "^1.11.1"
} ,
"bin" : {
"glob" : "dist/esm/bin.mjs"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
2026-01-19 15:11:47 +07:00
} ,
2026-01-19 15:14:30 +07:00
"node_modules/glob-parent" : {
"version" : "5.1.2" ,
"resolved" : "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz" ,
"integrity" : "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==" ,
"license" : "ISC" ,
2026-01-13 10:46:40 +07:00
"dependencies" : {
2026-01-19 15:14:30 +07:00
"is-glob" : "^4.0.1"
2026-01-09 14:09:25 +07:00
} ,
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : ">= 6"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/global-directory" : {
"version" : "4.0.1" ,
"resolved" : "https://registry.npmjs.org/global-directory/-/global-directory-4.0.1.tgz" ,
"integrity" : "sha512-wHTUcDUoZ1H5/0iVqEudYW4/kAlN5cZ3j/bXn0Dpbizl9iaUVeWSHqiOjsgk6OW2bkLclbBjzewBz6weQ1zA2Q==" ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
"dependencies" : {
2026-01-19 15:14:30 +07:00
"ini" : "4.1.1"
2026-01-09 14:09:25 +07:00
} ,
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : ">=18"
2026-01-13 10:46:40 +07:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/globals" : {
"version" : "16.5.0" ,
"resolved" : "https://registry.npmjs.org/globals/-/globals-16.5.0.tgz" ,
"integrity" : "sha512-c/c15i26VrJ4IRt5Z89DnIzCGDn9EcebibhAOjw5ibqEHsE1wLUgkPn9RDmNcUKyU87GeaL633nyJ+pplFR2ZQ==" ,
2026-01-13 10:46:40 +07:00
"dev" : true ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
"engines" : {
2026-01-13 10:46:40 +07:00
"node" : ">=18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/globby" : {
"version" : "15.0.0" ,
"resolved" : "https://registry.npmjs.org/globby/-/globby-15.0.0.tgz" ,
"integrity" : "sha512-oB4vkQGqlMl682wL1IlWd02tXCbquGWM4voPEI85QmNKCaw8zGTm1f1rubFgkg3Eli2PtKlFgrnmUqasbQWlkw==" ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
"dependencies" : {
2026-01-19 15:14:30 +07:00
"@sindresorhus/merge-streams" : "^4.0.0" ,
"fast-glob" : "^3.3.3" ,
"ignore" : "^7.0.5" ,
"path-type" : "^6.0.0" ,
"slash" : "^5.1.0" ,
"unicorn-magic" : "^0.3.0"
2026-01-09 14:09:25 +07:00
} ,
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : ">=20"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/gopd" : {
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz" ,
"integrity" : "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/graceful-fs" : {
"version" : "4.2.11" ,
"resolved" : "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz" ,
"integrity" : "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==" ,
2026-01-09 14:09:25 +07:00
"license" : "ISC"
} ,
2026-01-19 15:14:30 +07:00
"node_modules/gzip-size" : {
"version" : "7.0.0" ,
"resolved" : "https://registry.npmjs.org/gzip-size/-/gzip-size-7.0.0.tgz" ,
"integrity" : "sha512-O1Ld7Dr+nqPnmGpdhzLmMTQ4vAsD+rHwMm1NLUmoUFFymBOMKxCCrtDxqdBRYXdeEPEi3SyoR4TizJLQrnKBNA==" ,
"license" : "MIT" ,
2026-01-09 14:09:25 +07:00
"dependencies" : {
2026-01-19 15:14:30 +07:00
"duplexer" : "^0.1.2"
2026-01-13 10:46:40 +07:00
} ,
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : "^12.20.0 || ^14.13.1 || >=16.0.0"
2026-01-09 14:09:25 +07:00
} ,
2026-01-13 10:46:40 +07:00
"funding" : {
2026-01-19 15:14:30 +07:00
"url" : "https://github.com/sponsors/sindresorhus"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/h3" : {
"version" : "1.15.4" ,
"resolved" : "https://registry.npmjs.org/h3/-/h3-1.15.4.tgz" ,
"integrity" : "sha512-z5cFQWDffyOe4vQ9xIqNfCZdV4p//vy6fBnr8Q1AWnVZ0teurKMG66rLj++TKwKPUP3u7iMUvrvKaEUiQw2QWQ==" ,
"license" : "MIT" ,
"dependencies" : {
"cookie-es" : "^1.2.2" ,
"crossws" : "^0.3.5" ,
"defu" : "^6.1.4" ,
"destr" : "^2.0.5" ,
"iron-webcrypto" : "^1.2.1" ,
"node-mock-http" : "^1.0.2" ,
"radix3" : "^1.1.2" ,
"ufo" : "^1.6.1" ,
"uncrypto" : "^0.1.3"
}
} ,
"node_modules/has-flag" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz" ,
"integrity" : "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : ">=8"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/has-symbols" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz" ,
"integrity" : "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==" ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/has-tostringtag" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz" ,
"integrity" : "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==" ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
"dependencies" : {
2026-01-19 15:14:30 +07:00
"has-symbols" : "^1.0.3"
2026-01-09 14:09:25 +07:00
} ,
2026-01-13 10:46:40 +07:00
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/hasown" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz" ,
"integrity" : "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==" ,
2026-01-19 15:11:47 +07:00
"license" : "MIT" ,
2026-01-19 15:14:30 +07:00
"dependencies" : {
"function-bind" : "^1.1.2"
} ,
2026-01-09 14:09:25 +07:00
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : ">= 0.4"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/hookable" : {
"version" : "5.5.3" ,
"resolved" : "https://registry.npmjs.org/hookable/-/hookable-5.5.3.tgz" ,
"integrity" : "sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ==" ,
"license" : "MIT"
2026-01-13 10:46:40 +07:00
} ,
2026-01-19 15:14:30 +07:00
"node_modules/html-entities" : {
"version" : "2.6.0" ,
"resolved" : "https://registry.npmjs.org/html-entities/-/html-entities-2.6.0.tgz" ,
"integrity" : "sha512-kig+rMn/QOVRvr7c86gQ8lWXq+Hkv6CbAH1hLu+RG338StTpE8Z0b44SDVaqVu7HGKf27frdmUYEs9hTUX/cLQ==" ,
"dev" : true ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/mdevils"
} ,
{
"type" : "patreon" ,
"url" : "https://patreon.com/mdevils"
}
] ,
"license" : "MIT"
} ,
"node_modules/http-assert" : {
"version" : "1.5.0" ,
"resolved" : "https://registry.npmjs.org/http-assert/-/http-assert-1.5.0.tgz" ,
"integrity" : "sha512-uPpH7OKX4H25hBmU6G1jWNaqJGpTXxey+YOUizJUAgu0AjLUeC8D73hTrhvDS5D+GJN1DN1+hhc/eF/wpxtp0w==" ,
"license" : "MIT" ,
"dependencies" : {
"deep-equal" : "~1.0.1" ,
"http-errors" : "~1.8.0"
} ,
2026-01-09 14:09:25 +07:00
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : ">= 0.8"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/http-assert/node_modules/depd" : {
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz" ,
"integrity" : "sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==" ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : ">= 0.6"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/http-assert/node_modules/http-errors" : {
"version" : "1.8.1" ,
"resolved" : "https://registry.npmjs.org/http-errors/-/http-errors-1.8.1.tgz" ,
"integrity" : "sha512-Kpk9Sm7NmI+RHhnj6OIWDI1d6fIoFAtFt9RLaTMRlg/8w49juAStsrBgp0Dp4OdxdVbRIeKhtCUvoi/RuAhO4g==" ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
2026-01-19 15:14:30 +07:00
"dependencies" : {
"depd" : "~1.1.2" ,
"inherits" : "2.0.4" ,
"setprototypeof" : "1.2.0" ,
"statuses" : ">= 1.5.0 < 2" ,
"toidentifier" : "1.0.1"
} ,
2026-01-09 14:09:25 +07:00
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : ">= 0.6"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/http-assert/node_modules/statuses" : {
"version" : "1.5.0" ,
"resolved" : "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz" ,
"integrity" : "sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==" ,
"license" : "MIT" ,
2026-01-13 10:46:40 +07:00
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : ">= 0.6"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/http-errors" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/http-errors/-/http-errors-2.0.1.tgz" ,
"integrity" : "sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==" ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
"dependencies" : {
2026-01-19 15:14:30 +07:00
"depd" : "~2.0.0" ,
"inherits" : "~2.0.4" ,
"setprototypeof" : "~1.2.0" ,
"statuses" : "~2.0.2" ,
"toidentifier" : "~1.0.1"
2026-01-09 14:09:25 +07:00
} ,
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : ">= 0.8"
2026-01-19 15:11:47 +07:00
} ,
"funding" : {
2026-01-19 15:14:30 +07:00
"type" : "opencollective" ,
"url" : "https://opencollective.com/express"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/http-shutdown" : {
"version" : "1.2.2" ,
"resolved" : "https://registry.npmjs.org/http-shutdown/-/http-shutdown-1.2.2.tgz" ,
"integrity" : "sha512-S9wWkJ/VSY9/k4qcjG318bqJNruzE4HySUhFYknwmu6LBP97KLLfwNf+n4V1BHurvFNkSKLFnK/RsuUnRTf9Vw==" ,
"license" : "MIT" ,
"engines" : {
"iojs" : ">= 1.0.0" ,
"node" : ">= 0.12.0"
}
2026-01-13 10:46:40 +07:00
} ,
2026-01-19 15:14:30 +07:00
"node_modules/https-proxy-agent" : {
"version" : "7.0.6" ,
"resolved" : "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz" ,
"integrity" : "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==" ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
2026-01-19 15:11:47 +07:00
"dependencies" : {
2026-01-19 15:14:30 +07:00
"agent-base" : "^7.1.2" ,
"debug" : "4"
2026-01-19 15:11:47 +07:00
} ,
2026-01-13 10:46:40 +07:00
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : ">= 14"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/httpxy" : {
"version" : "0.1.7" ,
"resolved" : "https://registry.npmjs.org/httpxy/-/httpxy-0.1.7.tgz" ,
"integrity" : "sha512-pXNx8gnANKAndgga5ahefxc++tJvNL87CXoRwxn1cJE2ZkWEojF3tNfQIEhZX/vfpt+wzeAzpUI4qkediX1MLQ==" ,
"license" : "MIT"
} ,
"node_modules/human-signals" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/human-signals/-/human-signals-5.0.0.tgz" ,
"integrity" : "sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==" ,
"license" : "Apache-2.0" ,
2026-01-09 14:09:25 +07:00
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : ">=16.17.0"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/iconv-lite" : {
"version" : "0.4.24" ,
"resolved" : "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz" ,
"integrity" : "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==" ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
2026-01-19 15:11:47 +07:00
"dependencies" : {
2026-01-19 15:14:30 +07:00
"safer-buffer" : ">= 2.1.2 < 3"
2026-01-19 15:11:47 +07:00
} ,
2026-01-19 15:14:30 +07:00
"engines" : {
"node" : ">=0.10.0"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/ieee754" : {
"version" : "1.2.1" ,
"resolved" : "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz" ,
"integrity" : "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/feross"
} ,
{
"type" : "patreon" ,
"url" : "https://www.patreon.com/feross"
} ,
{
"type" : "consulting" ,
"url" : "https://feross.org/support"
}
] ,
"license" : "BSD-3-Clause"
2026-01-13 10:46:40 +07:00
} ,
2026-01-19 15:14:30 +07:00
"node_modules/ignore" : {
"version" : "7.0.5" ,
"resolved" : "https://registry.npmjs.org/ignore/-/ignore-7.0.5.tgz" ,
"integrity" : "sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==" ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
2026-01-19 15:14:30 +07:00
"engines" : {
"node" : ">= 4"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/image-meta" : {
"version" : "0.2.2" ,
"resolved" : "https://registry.npmjs.org/image-meta/-/image-meta-0.2.2.tgz" ,
"integrity" : "sha512-3MOLanc3sb3LNGWQl1RlQlNWURE5g32aUphrDyFeCsxBTk08iE3VNe4CwsUZ0Qs1X+EfX0+r29Sxdpza4B+yRA==" ,
"license" : "MIT"
2026-01-09 14:09:25 +07:00
} ,
2026-01-19 15:14:30 +07:00
"node_modules/import-fresh" : {
"version" : "3.3.1" ,
"resolved" : "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.1.tgz" ,
"integrity" : "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==" ,
"devOptional" : true ,
"license" : "MIT" ,
2026-01-19 15:11:47 +07:00
"dependencies" : {
2026-01-19 15:14:30 +07:00
"parent-module" : "^1.0.0" ,
"resolve-from" : "^4.0.0"
2026-01-19 15:11:47 +07:00
} ,
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : ">=6"
2026-01-19 15:11:47 +07:00
} ,
"funding" : {
2026-01-19 15:14:30 +07:00
"url" : "https://github.com/sponsors/sindresorhus"
2026-01-19 15:11:47 +07:00
}
2026-01-09 14:09:25 +07:00
} ,
2026-01-19 15:14:30 +07:00
"node_modules/import-fresh/node_modules/resolve-from" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz" ,
"integrity" : "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==" ,
"devOptional" : true ,
"license" : "MIT" ,
2026-01-09 14:09:25 +07:00
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : ">=4"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/impound" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/impound/-/impound-1.0.0.tgz" ,
"integrity" : "sha512-8lAJ+1Arw2sMaZ9HE2ZmL5zOcMnt18s6+7Xqgq2aUVy4P1nlzAyPtzCDxsk51KVFwHEEdc6OWvUyqwHwhRYaug==" ,
"license" : "MIT" ,
2026-01-13 10:46:40 +07:00
"dependencies" : {
2026-01-19 15:14:30 +07:00
"exsolve" : "^1.0.5" ,
"mocked-exports" : "^0.1.1" ,
"pathe" : "^2.0.3" ,
"unplugin" : "^2.3.2" ,
"unplugin-utils" : "^0.2.4"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/imurmurhash" : {
"version" : "0.1.4" ,
"resolved" : "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz" ,
"integrity" : "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==" ,
"devOptional" : true ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
2026-01-19 15:11:47 +07:00
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : ">=0.8.19"
2026-01-13 10:46:40 +07:00
}
2026-01-09 14:09:25 +07:00
} ,
2026-01-19 15:14:30 +07:00
"node_modules/indent-string" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/indent-string/-/indent-string-5.0.0.tgz" ,
"integrity" : "sha512-m6FAo/spmsW2Ab2fU35JTYwtOKa2yAwXSwgjSv1TJzh4Mh7mC3lzAOVLBprb72XsTrgkEIsl7YrFNAiDiRhIGg==" ,
2026-01-19 15:11:47 +07:00
"dev" : true ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
2026-01-09 14:09:25 +07:00
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : ">=12"
2026-01-19 15:11:47 +07:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/inflight" : {
"version" : "1.0.6" ,
"resolved" : "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz" ,
"integrity" : "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==" ,
"deprecated" : "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful." ,
"license" : "ISC" ,
2026-01-13 10:46:40 +07:00
"dependencies" : {
2026-01-19 15:14:30 +07:00
"once" : "^1.3.0" ,
"wrappy" : "1"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/inherits" : {
"version" : "2.0.4" ,
"resolved" : "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz" ,
"integrity" : "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" ,
"license" : "ISC"
} ,
"node_modules/ini" : {
"version" : "4.1.1" ,
"resolved" : "https://registry.npmjs.org/ini/-/ini-4.1.1.tgz" ,
"integrity" : "sha512-QQnnxNyfvmHFIsj7gkPcYymR8Jdw/o7mp5ZFihxn6h8Ci6fh3Dx4E1gPjpQEpIuPo9XVNY/ZUwh4BPMjGyL01g==" ,
"license" : "ISC" ,
2026-01-13 10:46:40 +07:00
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : "^14.17.0 || ^16.13.0 || >=18.0.0"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/ioredis" : {
"version" : "5.8.2" ,
"resolved" : "https://registry.npmjs.org/ioredis/-/ioredis-5.8.2.tgz" ,
"integrity" : "sha512-C6uC+kleiIMmjViJINWk80sOQw5lEzse1ZmvD+S/s8p8CWapftSaC+kocGTx6xrbrJ4WmYQGC08ffHLr6ToR6Q==" ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
2026-01-19 15:11:47 +07:00
"dependencies" : {
2026-01-19 15:14:30 +07:00
"@ioredis/commands" : "1.4.0" ,
"cluster-key-slot" : "^1.1.0" ,
"debug" : "^4.3.4" ,
"denque" : "^2.1.0" ,
"lodash.defaults" : "^4.2.0" ,
"lodash.isarguments" : "^3.1.0" ,
"redis-errors" : "^1.2.0" ,
"redis-parser" : "^3.0.0" ,
"standard-as-callback" : "^2.1.0"
2026-01-13 10:46:40 +07:00
} ,
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : ">=12.22.0"
2026-01-09 14:09:25 +07:00
} ,
"funding" : {
2026-01-19 15:14:30 +07:00
"type" : "opencollective" ,
"url" : "https://opencollective.com/ioredis"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/iron-webcrypto" : {
"version" : "1.2.1" ,
"resolved" : "https://registry.npmjs.org/iron-webcrypto/-/iron-webcrypto-1.2.1.tgz" ,
"integrity" : "sha512-feOM6FaSr6rEABp/eDfVseKyTMDt+KGpeB35SkVn9Tyn0CqvVsY3EwI0v5i8nMHyJnzCIQf7nsy3p41TPkJZhg==" ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
2026-01-19 15:14:30 +07:00
"funding" : {
"url" : "https://github.com/sponsors/brc-dd"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/is-binary-path" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz" ,
"integrity" : "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==" ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
2026-01-19 15:14:30 +07:00
"dependencies" : {
"binary-extensions" : "^2.0.0"
} ,
2026-01-13 10:46:40 +07:00
"engines" : {
"node" : ">=8"
}
2026-01-09 14:09:25 +07:00
} ,
2026-01-19 15:14:30 +07:00
"node_modules/is-builtin-module" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/is-builtin-module/-/is-builtin-module-5.0.0.tgz" ,
"integrity" : "sha512-f4RqJKBUe5rQkJ2eJEJBXSticB3hGbN9j0yxxMQFqIW89Jp9WYFtzfTcRlstDKVUTRzSOTLKRfO9vIztenwtxA==" ,
"dev" : true ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
2026-01-19 15:14:30 +07:00
"dependencies" : {
"builtin-modules" : "^5.0.0"
} ,
2026-01-09 14:09:25 +07:00
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : ">=18.20"
2026-01-09 14:09:25 +07:00
} ,
"funding" : {
2026-01-19 15:14:30 +07:00
"url" : "https://github.com/sponsors/sindresorhus"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/is-core-module" : {
"version" : "2.16.1" ,
"resolved" : "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.1.tgz" ,
"integrity" : "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==" ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
2026-01-09 14:09:25 +07:00
"dependencies" : {
2026-01-19 15:14:30 +07:00
"hasown" : "^2.0.2"
2026-01-09 14:09:25 +07:00
} ,
2026-01-13 10:46:40 +07:00
"engines" : {
2026-01-19 15:11:47 +07:00
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/is-docker" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/is-docker/-/is-docker-3.0.0.tgz" ,
"integrity" : "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==" ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
2026-01-19 15:14:30 +07:00
"bin" : {
"is-docker" : "cli.js"
2026-01-09 14:09:25 +07:00
} ,
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : "^12.20.0 || ^14.13.1 || >=16.0.0"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/is-extglob" : {
"version" : "2.1.1" ,
"resolved" : "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz" ,
"integrity" : "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==" ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
2026-01-09 14:09:25 +07:00
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : ">=0.10.0"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/is-fullwidth-code-point" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz" ,
"integrity" : "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==" ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : ">=8"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/is-generator-function" : {
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.1.2.tgz" ,
"integrity" : "sha512-upqt1SkGkODW9tsGNG5mtXTXtECizwtS2kA161M+gJPc1xdb/Ax629af6YrTwcOeQHbewrPNlE5Dx7kzvXTizA==" ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
2026-01-19 15:11:47 +07:00
"dependencies" : {
2026-01-19 15:14:30 +07:00
"call-bound" : "^1.0.4" ,
"generator-function" : "^2.0.0" ,
"get-proto" : "^1.0.1" ,
"has-tostringtag" : "^1.0.2" ,
"safe-regex-test" : "^1.1.0"
2026-01-19 15:11:47 +07:00
} ,
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/is-glob" : {
"version" : "4.0.3" ,
"resolved" : "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz" ,
"integrity" : "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==" ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
"dependencies" : {
2026-01-19 15:14:30 +07:00
"is-extglob" : "^2.1.1"
} ,
"engines" : {
"node" : ">=0.10.0"
2026-01-13 10:46:40 +07:00
}
2026-01-09 14:09:25 +07:00
} ,
2026-01-19 15:14:30 +07:00
"node_modules/is-inside-container" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/is-inside-container/-/is-inside-container-1.0.0.tgz" ,
"integrity" : "sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==" ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
2026-01-19 15:14:30 +07:00
"dependencies" : {
"is-docker" : "^3.0.0"
} ,
"bin" : {
"is-inside-container" : "cli.js"
} ,
2026-01-19 15:11:47 +07:00
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : ">=14.16"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2026-01-13 10:46:40 +07:00
}
2026-01-09 14:09:25 +07:00
} ,
2026-01-19 15:14:30 +07:00
"node_modules/is-installed-globally" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/is-installed-globally/-/is-installed-globally-1.0.0.tgz" ,
"integrity" : "sha512-K55T22lfpQ63N4KEN57jZUAaAYqYHEe8veb/TycJRk9DdSCLLcovXz/mL6mOnhQaZsQGwPhuFopdQIlqGSEjiQ==" ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
2026-01-19 15:11:47 +07:00
"dependencies" : {
2026-01-19 15:14:30 +07:00
"global-directory" : "^4.0.1" ,
"is-path-inside" : "^4.0.0"
2026-01-09 14:09:25 +07:00
} ,
2026-01-19 15:11:47 +07:00
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : ">=18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/is-module" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/is-module/-/is-module-1.0.0.tgz" ,
"integrity" : "sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g==" ,
2026-01-19 15:11:47 +07:00
"license" : "MIT"
} ,
2026-01-19 15:14:30 +07:00
"node_modules/is-number" : {
"version" : "7.0.0" ,
"resolved" : "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz" ,
"integrity" : "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==" ,
"license" : "MIT" ,
2026-01-09 14:09:25 +07:00
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : ">=0.12.0"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/is-path-inside" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/is-path-inside/-/is-path-inside-4.0.0.tgz" ,
"integrity" : "sha512-lJJV/5dYS+RcL8uQdBDW9c9uWFLLBNRyFhnAKXw5tVqLlKZ4RMGZKv+YQ/IA3OhD+RpbJa1LLFM1FQPGyIXvOA==" ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/is-reference" : {
2026-01-19 15:11:47 +07:00
"version" : "1.2.1" ,
2026-01-19 15:14:30 +07:00
"resolved" : "https://registry.npmjs.org/is-reference/-/is-reference-1.2.1.tgz" ,
"integrity" : "sha512-U82MsXXiFIrjCK4otLT+o2NA2Cd2g5MLoOVXUZjIOhLurrRxpEXzI8O0KZHr3IjLvlAH1kTPYSuqer5T9ZVBKQ==" ,
2026-01-19 15:11:47 +07:00
"license" : "MIT" ,
2026-01-19 15:14:30 +07:00
"dependencies" : {
"@types/estree" : "*"
2026-01-19 15:11:47 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/is-regex" : {
"version" : "1.2.1" ,
"resolved" : "https://registry.npmjs.org/is-regex/-/is-regex-1.2.1.tgz" ,
"integrity" : "sha512-MjYsKHO5O7mCsmRGxWcLWheFqN9DJ/2TmngvjKXihe6efViPqc274+Fx/4fYj/r03+ESvBdTXK0V6tA3rgez1g==" ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
2026-01-13 10:46:40 +07:00
"dependencies" : {
2026-01-19 15:14:30 +07:00
"call-bound" : "^1.0.2" ,
"gopd" : "^1.2.0" ,
"has-tostringtag" : "^1.0.2" ,
"hasown" : "^2.0.2"
2026-01-13 10:46:40 +07:00
} ,
2026-01-09 14:09:25 +07:00
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : ">= 0.4"
2026-01-09 14:09:25 +07:00
} ,
"funding" : {
2026-01-19 15:14:30 +07:00
"url" : "https://github.com/sponsors/ljharb"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/is-ssh" : {
"version" : "1.4.1" ,
"resolved" : "https://registry.npmjs.org/is-ssh/-/is-ssh-1.4.1.tgz" ,
"integrity" : "sha512-JNeu1wQsHjyHgn9NcWTaXq6zWSR6hqE0++zhfZlkFBbScNkyvxCdeV8sRkSBaeLKxmbpR21brail63ACNxJ0Tg==" ,
2026-01-19 15:11:47 +07:00
"license" : "MIT" ,
"dependencies" : {
2026-01-19 15:14:30 +07:00
"protocols" : "^2.0.1"
2026-01-19 15:11:47 +07:00
}
2026-01-09 14:09:25 +07:00
} ,
2026-01-19 15:14:30 +07:00
"node_modules/is-stream" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/is-stream/-/is-stream-3.0.0.tgz" ,
"integrity" : "sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==" ,
2026-01-19 15:11:47 +07:00
"license" : "MIT" ,
2026-01-09 14:09:25 +07:00
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : "^12.20.0 || ^14.13.1 || >=16.0.0"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/is-what" : {
"version" : "5.5.0" ,
"resolved" : "https://registry.npmjs.org/is-what/-/is-what-5.5.0.tgz" ,
"integrity" : "sha512-oG7cgbmg5kLYae2N5IVd3jm2s+vldjxJzK1pcu9LfpGuQ93MQSzo0okvRna+7y5ifrD+20FE8FvjusyGaz14fw==" ,
2026-01-19 15:11:47 +07:00
"license" : "MIT" ,
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : ">=18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/mesqueeb"
}
} ,
"node_modules/is-wsl" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/is-wsl/-/is-wsl-3.1.0.tgz" ,
"integrity" : "sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==" ,
"license" : "MIT" ,
"dependencies" : {
"is-inside-container" : "^1.0.0"
} ,
"engines" : {
"node" : ">=16"
2026-01-13 10:46:40 +07:00
} ,
"funding" : {
2026-01-19 15:11:47 +07:00
"url" : "https://github.com/sponsors/sindresorhus"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/is64bit" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/is64bit/-/is64bit-2.0.0.tgz" ,
"integrity" : "sha512-jv+8jaWCl0g2lSBkNSVXdzfBA0npK1HGC2KtWM9FumFRoGS94g3NbCCLVnCYHLjp4GrW2KZeeSTMo5ddtznmGw==" ,
"license" : "MIT" ,
2026-01-19 15:11:47 +07:00
"dependencies" : {
2026-01-19 15:14:30 +07:00
"system-architecture" : "^0.1.0"
} ,
"engines" : {
"node" : ">=18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/isarray" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz" ,
"integrity" : "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==" ,
"license" : "MIT"
2026-01-09 14:09:25 +07:00
} ,
2026-01-19 15:14:30 +07:00
"node_modules/isexe" : {
"version" : "3.1.1" ,
"resolved" : "https://registry.npmjs.org/isexe/-/isexe-3.1.1.tgz" ,
"integrity" : "sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==" ,
2026-01-19 15:11:47 +07:00
"license" : "ISC" ,
2026-01-09 14:09:25 +07:00
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : ">=16"
}
} ,
"node_modules/jackspeak" : {
"version" : "3.4.3" ,
"resolved" : "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz" ,
"integrity" : "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==" ,
"license" : "BlueOak-1.0.0" ,
"dependencies" : {
"@isaacs/cliui" : "^8.0.2"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
} ,
"optionalDependencies" : {
"@pkgjs/parseargs" : "^0.11.0"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/jiti" : {
"version" : "2.6.1" ,
"resolved" : "https://registry.npmjs.org/jiti/-/jiti-2.6.1.tgz" ,
"integrity" : "sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==" ,
"license" : "MIT" ,
"peer" : true ,
"bin" : {
"jiti" : "lib/jiti-cli.mjs"
}
} ,
"node_modules/js-tokens" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz" ,
"integrity" : "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" ,
"license" : "MIT"
} ,
"node_modules/js-yaml" : {
"version" : "4.1.1" ,
"resolved" : "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz" ,
"integrity" : "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==" ,
"devOptional" : true ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
2026-01-19 15:11:47 +07:00
"dependencies" : {
2026-01-19 15:14:30 +07:00
"argparse" : "^2.0.1"
2026-01-19 15:11:47 +07:00
} ,
2026-01-19 15:14:30 +07:00
"bin" : {
"js-yaml" : "bin/js-yaml.js"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/jsdoc-type-pratt-parser" : {
"version" : "7.0.0" ,
"resolved" : "https://registry.npmjs.org/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-7.0.0.tgz" ,
"integrity" : "sha512-c7YbokssPOSHmqTbSAmTtnVgAVa/7lumWNYqomgd5KOMyPrRve2anx6lonfOsXEQacqF9FKVUj7bLg4vRSvdYA==" ,
"dev" : true ,
2026-01-19 15:11:47 +07:00
"license" : "MIT" ,
2026-01-19 15:14:30 +07:00
"engines" : {
"node" : ">=20.0.0"
2026-01-19 15:11:47 +07:00
}
2026-01-13 10:46:40 +07:00
} ,
2026-01-19 15:14:30 +07:00
"node_modules/jsesc" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz" ,
"integrity" : "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==" ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
2026-01-19 15:14:30 +07:00
"bin" : {
"jsesc" : "bin/jsesc"
2026-01-09 14:09:25 +07:00
} ,
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : ">=6"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/json-buffer" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz" ,
"integrity" : "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==" ,
"devOptional" : true ,
"license" : "MIT"
} ,
"node_modules/json-schema-traverse" : {
"version" : "0.4.1" ,
"resolved" : "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz" ,
"integrity" : "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==" ,
"devOptional" : true ,
"license" : "MIT"
} ,
"node_modules/json-stable-stringify-without-jsonify" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz" ,
"integrity" : "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==" ,
"devOptional" : true ,
"license" : "MIT"
} ,
"node_modules/json5" : {
"version" : "2.2.3" ,
"resolved" : "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz" ,
"integrity" : "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==" ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
2026-01-19 15:14:30 +07:00
"bin" : {
"json5" : "lib/cli.js"
2026-01-09 14:09:25 +07:00
} ,
2026-01-19 15:11:47 +07:00
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : ">=6"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:51:28 +07:00
"node_modules/jsonc-eslint-parser" : {
"version" : "2.4.2" ,
"resolved" : "https://registry.npmjs.org/jsonc-eslint-parser/-/jsonc-eslint-parser-2.4.2.tgz" ,
"integrity" : "sha512-1e4qoRgnn448pRuMvKGsFFymUCquZV0mpGgOyIKNgD3JVDTsVJyRBGH/Fm0tBb8WsWGgmB1mDe6/yJMQM37DUA==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"acorn" : "^8.5.0" ,
"eslint-visitor-keys" : "^3.0.0" ,
"espree" : "^9.0.0" ,
"semver" : "^7.3.5"
} ,
"engines" : {
"node" : "^12.22.0 || ^14.17.0 || >=16.0.0"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ota-meshi"
}
} ,
"node_modules/jsonc-eslint-parser/node_modules/eslint-visitor-keys" : {
"version" : "3.4.3" ,
"resolved" : "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz" ,
"integrity" : "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==" ,
"dev" : true ,
"license" : "Apache-2.0" ,
"engines" : {
"node" : "^12.22.0 || ^14.17.0 || >=16.0.0"
} ,
"funding" : {
"url" : "https://opencollective.com/eslint"
}
} ,
"node_modules/jsonc-eslint-parser/node_modules/espree" : {
"version" : "9.6.1" ,
"resolved" : "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz" ,
"integrity" : "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==" ,
"dev" : true ,
"license" : "BSD-2-Clause" ,
"dependencies" : {
"acorn" : "^8.9.0" ,
"acorn-jsx" : "^5.3.2" ,
"eslint-visitor-keys" : "^3.4.1"
} ,
"engines" : {
"node" : "^12.22.0 || ^14.17.0 || >=16.0.0"
} ,
"funding" : {
"url" : "https://opencollective.com/eslint"
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/jsonfile" : {
"version" : "6.2.0" ,
"resolved" : "https://registry.npmjs.org/jsonfile/-/jsonfile-6.2.0.tgz" ,
"integrity" : "sha512-FGuPw30AdOIUTRMC2OMRtQV+jkVj2cfPqSeWXv1NEAJ1qZ5zb1X6z1mFhbfOB/iy3ssJCD+3KuZ8r8C3uVFlAg==" ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
"dependencies" : {
2026-01-19 15:14:30 +07:00
"universalify" : "^2.0.0"
2026-01-19 15:11:47 +07:00
} ,
2026-01-19 15:14:30 +07:00
"optionalDependencies" : {
"graceful-fs" : "^4.1.6"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/keygrip" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/keygrip/-/keygrip-1.1.0.tgz" ,
"integrity" : "sha512-iYSchDJ+liQ8iwbSI2QqsQOvqv58eJCEanyJPJi+Khyu8smkcKSFUCbPwzFcL7YVtZ6eONjqRX/38caJ7QjRAQ==" ,
"deprecated" : "Package no longer supported. Contact Support at https://www.npmjs.com/support for more info." ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
2026-01-19 15:14:30 +07:00
"dependencies" : {
"tsscmp" : "1.0.6"
2026-01-19 15:11:47 +07:00
} ,
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : ">= 0.6"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/keyv" : {
"version" : "4.5.4" ,
"resolved" : "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz" ,
"integrity" : "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==" ,
"devOptional" : true ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
2026-01-19 15:14:30 +07:00
"dependencies" : {
"json-buffer" : "3.0.1"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/kleur" : {
"version" : "3.0.3" ,
"resolved" : "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz" ,
"integrity" : "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==" ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : ">=6"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/klona" : {
"version" : "2.0.6" ,
"resolved" : "https://registry.npmjs.org/klona/-/klona-2.0.6.tgz" ,
"integrity" : "sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA==" ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : ">= 8"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/knitwork" : {
"version" : "1.3.0" ,
"resolved" : "https://registry.npmjs.org/knitwork/-/knitwork-1.3.0.tgz" ,
"integrity" : "sha512-4LqMNoONzR43B1W0ek0fhXMsDNW/zxa1NdFAVMY+k28pgZLovR4G3PB5MrpTxCy1QaZCqNoiaKPr5w5qZHfSNw==" ,
"license" : "MIT"
} ,
"node_modules/koa" : {
"version" : "2.16.3" ,
"resolved" : "https://registry.npmjs.org/koa/-/koa-2.16.3.tgz" ,
"integrity" : "sha512-zPPuIt+ku1iCpFBRwseMcPYQ1cJL8l60rSmKeOuGfOXyE6YnTBmf2aEFNL2HQGrD0cPcLO/t+v9RTgC+fwEh/g==" ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
2026-01-13 10:46:40 +07:00
"dependencies" : {
2026-01-19 15:14:30 +07:00
"accepts" : "^1.3.5" ,
"cache-content-type" : "^1.0.0" ,
"content-disposition" : "~0.5.2" ,
"content-type" : "^1.0.4" ,
"cookies" : "~0.9.0" ,
"debug" : "^4.3.2" ,
"delegates" : "^1.0.0" ,
"depd" : "^2.0.0" ,
"destroy" : "^1.0.4" ,
"encodeurl" : "^1.0.2" ,
"escape-html" : "^1.0.3" ,
"fresh" : "~0.5.2" ,
"http-assert" : "^1.3.0" ,
"http-errors" : "^1.6.3" ,
"is-generator-function" : "^1.0.7" ,
"koa-compose" : "^4.1.0" ,
"koa-convert" : "^2.0.0" ,
"on-finished" : "^2.3.0" ,
"only" : "~0.0.2" ,
"parseurl" : "^1.3.2" ,
"statuses" : "^1.5.0" ,
"type-is" : "^1.6.16" ,
"vary" : "^1.1.2"
2026-01-13 10:46:40 +07:00
} ,
2026-01-09 14:09:25 +07:00
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : "^4.8.4 || ^6.10.1 || ^7.10.1 || >= 8.1.4"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/koa-compose" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmjs.org/koa-compose/-/koa-compose-4.1.0.tgz" ,
"integrity" : "sha512-8ODW8TrDuMYvXRwra/Kh7/rJo9BtOfPc6qO8eAfC80CnCvSjSl0bkRM24X6/XBBEyj0v1nRUQ1LyOy3dbqOWXw==" ,
"license" : "MIT"
} ,
"node_modules/koa-convert" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/koa-convert/-/koa-convert-2.0.0.tgz" ,
"integrity" : "sha512-asOvN6bFlSnxewce2e/DK3p4tltyfC4VM7ZwuTuepI7dEQVcvpyFuBcEARu1+Hxg8DIwytce2n7jrZtRlPrARA==" ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
2026-01-13 10:46:40 +07:00
"dependencies" : {
2026-01-19 15:14:30 +07:00
"co" : "^4.6.0" ,
"koa-compose" : "^4.1.0"
2026-01-13 10:46:40 +07:00
} ,
2026-01-09 14:09:25 +07:00
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : ">= 10"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/koa-send" : {
"version" : "5.0.1" ,
"resolved" : "https://registry.npmjs.org/koa-send/-/koa-send-5.0.1.tgz" ,
"integrity" : "sha512-tmcyQ/wXXuxpDxyNXv5yNNkdAMdFRqwtegBXUaowiQzUKqJehttS0x2j0eOZDQAyloAth5w6wwBImnFzkUz3pQ==" ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
2026-01-19 15:11:47 +07:00
"dependencies" : {
2026-01-19 15:14:30 +07:00
"debug" : "^4.1.1" ,
"http-errors" : "^1.7.3" ,
"resolve-path" : "^1.4.0"
2026-01-19 15:11:47 +07:00
} ,
2026-01-13 10:46:40 +07:00
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : ">= 8"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/koa-send/node_modules/depd" : {
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz" ,
"integrity" : "sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==" ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
2026-01-09 14:09:25 +07:00
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : ">= 0.6"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/koa-send/node_modules/http-errors" : {
"version" : "1.8.1" ,
"resolved" : "https://registry.npmjs.org/http-errors/-/http-errors-1.8.1.tgz" ,
"integrity" : "sha512-Kpk9Sm7NmI+RHhnj6OIWDI1d6fIoFAtFt9RLaTMRlg/8w49juAStsrBgp0Dp4OdxdVbRIeKhtCUvoi/RuAhO4g==" ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
2026-01-19 15:14:30 +07:00
"dependencies" : {
"depd" : "~1.1.2" ,
"inherits" : "2.0.4" ,
"setprototypeof" : "1.2.0" ,
"statuses" : ">= 1.5.0 < 2" ,
"toidentifier" : "1.0.1"
2026-01-19 15:11:47 +07:00
} ,
2026-01-19 15:14:30 +07:00
"engines" : {
"node" : ">= 0.6"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/koa-send/node_modules/statuses" : {
"version" : "1.5.0" ,
"resolved" : "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz" ,
"integrity" : "sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==" ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
2026-01-19 15:14:30 +07:00
"engines" : {
"node" : ">= 0.6"
2026-01-19 15:11:47 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/koa-static" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/koa-static/-/koa-static-5.0.0.tgz" ,
"integrity" : "sha512-UqyYyH5YEXaJrf9S8E23GoJFQZXkBVJ9zYYMPGz919MSX1KuvAcycIuS0ci150HCoPf4XQVhQ84Qf8xRPWxFaQ==" ,
2026-01-19 15:11:47 +07:00
"license" : "MIT" ,
"dependencies" : {
2026-01-19 15:14:30 +07:00
"debug" : "^3.1.0" ,
"koa-send" : "^5.0.0"
2026-01-13 10:46:40 +07:00
} ,
2026-01-09 14:09:25 +07:00
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : ">= 7.6.0"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/koa-static/node_modules/debug" : {
"version" : "3.2.7" ,
"resolved" : "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz" ,
"integrity" : "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==" ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
"dependencies" : {
2026-01-19 15:14:30 +07:00
"ms" : "^2.1.1"
2026-01-13 10:46:40 +07:00
}
2026-01-09 14:09:25 +07:00
} ,
2026-01-19 15:14:30 +07:00
"node_modules/koa/node_modules/encodeurl" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz" ,
"integrity" : "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==" ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : ">= 0.8"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/koa/node_modules/fresh" : {
"version" : "0.5.2" ,
"resolved" : "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz" ,
"integrity" : "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==" ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
2026-01-13 10:46:40 +07:00
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : ">= 0.6"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/koa/node_modules/http-errors" : {
"version" : "1.8.1" ,
"resolved" : "https://registry.npmjs.org/http-errors/-/http-errors-1.8.1.tgz" ,
"integrity" : "sha512-Kpk9Sm7NmI+RHhnj6OIWDI1d6fIoFAtFt9RLaTMRlg/8w49juAStsrBgp0Dp4OdxdVbRIeKhtCUvoi/RuAhO4g==" ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
"dependencies" : {
2026-01-19 15:14:30 +07:00
"depd" : "~1.1.2" ,
"inherits" : "2.0.4" ,
"setprototypeof" : "1.2.0" ,
"statuses" : ">= 1.5.0 < 2" ,
"toidentifier" : "1.0.1"
2026-01-13 10:46:40 +07:00
} ,
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : ">= 0.6"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/koa/node_modules/http-errors/node_modules/depd" : {
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz" ,
"integrity" : "sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==" ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
2026-01-13 10:46:40 +07:00
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : ">= 0.6"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/koa/node_modules/statuses" : {
"version" : "1.5.0" ,
"resolved" : "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz" ,
"integrity" : "sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==" ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
2026-01-19 15:14:30 +07:00
"engines" : {
"node" : ">= 0.6"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/launch-editor" : {
"version" : "2.12.0" ,
"resolved" : "https://registry.npmjs.org/launch-editor/-/launch-editor-2.12.0.tgz" ,
"integrity" : "sha512-giOHXoOtifjdHqUamwKq6c49GzBdLjvxrd2D+Q4V6uOHopJv7p9VJxikDsQ/CBXZbEITgUqSVHXLTG3VhPP1Dg==" ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
"dependencies" : {
2026-01-19 15:14:30 +07:00
"picocolors" : "^1.1.1" ,
"shell-quote" : "^1.8.3"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/lazystream" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/lazystream/-/lazystream-1.0.1.tgz" ,
"integrity" : "sha512-b94GiNHQNy6JNTrt5w6zNyffMrNkXZb3KTkCZJb2V1xaEGCk093vkZ2jk3tpaeP33/OiXC+WvK9AxUebnf5nbw==" ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
2026-01-19 15:14:30 +07:00
"dependencies" : {
"readable-stream" : "^2.0.5"
} ,
2026-01-13 10:46:40 +07:00
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : ">= 0.6.3"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/lazystream/node_modules/readable-stream" : {
"version" : "2.3.8" ,
"resolved" : "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz" ,
"integrity" : "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==" ,
2026-01-19 15:11:47 +07:00
"license" : "MIT" ,
2026-01-19 15:14:30 +07:00
"dependencies" : {
"core-util-is" : "~1.0.0" ,
"inherits" : "~2.0.3" ,
"isarray" : "~1.0.0" ,
"process-nextick-args" : "~2.0.0" ,
"safe-buffer" : "~5.1.1" ,
"string_decoder" : "~1.1.1" ,
"util-deprecate" : "~1.0.1"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/lazystream/node_modules/safe-buffer" : {
"version" : "5.1.2" ,
"resolved" : "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz" ,
"integrity" : "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" ,
2026-01-19 15:11:47 +07:00
"license" : "MIT"
} ,
2026-01-19 15:14:30 +07:00
"node_modules/lazystream/node_modules/string_decoder" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz" ,
"integrity" : "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==" ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
2026-01-19 15:14:30 +07:00
"dependencies" : {
"safe-buffer" : "~5.1.0"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/levn" : {
"version" : "0.4.1" ,
"resolved" : "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz" ,
"integrity" : "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==" ,
"devOptional" : true ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
"dependencies" : {
2026-01-19 15:14:30 +07:00
"prelude-ls" : "^1.2.1" ,
"type-check" : "~0.4.0"
2026-01-09 14:09:25 +07:00
} ,
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : ">= 0.8.0"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/lilconfig" : {
"version" : "3.1.3" ,
"resolved" : "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.3.tgz" ,
"integrity" : "sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==" ,
"license" : "MIT" ,
2026-01-19 15:11:47 +07:00
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : ">=14"
2026-01-19 15:11:47 +07:00
} ,
"funding" : {
2026-01-19 15:14:30 +07:00
"url" : "https://github.com/sponsors/antonk52"
2026-01-19 15:11:47 +07:00
}
2026-01-09 14:09:25 +07:00
} ,
2026-01-19 15:14:30 +07:00
"node_modules/lines-and-columns" : {
"version" : "1.2.4" ,
"resolved" : "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz" ,
"integrity" : "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==" ,
"license" : "MIT"
} ,
"node_modules/listhen" : {
"version" : "1.9.0" ,
"resolved" : "https://registry.npmjs.org/listhen/-/listhen-1.9.0.tgz" ,
"integrity" : "sha512-I8oW2+QL5KJo8zXNWX046M134WchxsXC7SawLPvRQpogCbkyQIaFxPE89A2HiwR7vAK2Dm2ERBAmyjTYGYEpBg==" ,
"license" : "MIT" ,
2026-01-13 10:46:40 +07:00
"dependencies" : {
2026-01-19 15:14:30 +07:00
"@parcel/watcher" : "^2.4.1" ,
"@parcel/watcher-wasm" : "^2.4.1" ,
"citty" : "^0.1.6" ,
"clipboardy" : "^4.0.0" ,
"consola" : "^3.2.3" ,
"crossws" : ">=0.2.0 <0.4.0" ,
"defu" : "^6.1.4" ,
"get-port-please" : "^3.1.2" ,
"h3" : "^1.12.0" ,
"http-shutdown" : "^1.2.2" ,
"jiti" : "^2.1.2" ,
"mlly" : "^1.7.1" ,
"node-forge" : "^1.3.1" ,
"pathe" : "^1.1.2" ,
"std-env" : "^3.7.0" ,
"ufo" : "^1.5.4" ,
"untun" : "^0.1.3" ,
"uqr" : "^0.1.2"
2026-01-19 15:11:47 +07:00
} ,
2026-01-19 15:14:30 +07:00
"bin" : {
"listen" : "bin/listhen.mjs" ,
"listhen" : "bin/listhen.mjs"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/listhen/node_modules/pathe" : {
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/pathe/-/pathe-1.1.2.tgz" ,
"integrity" : "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==" ,
"license" : "MIT"
} ,
"node_modules/local-pkg" : {
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/local-pkg/-/local-pkg-1.1.2.tgz" ,
"integrity" : "sha512-arhlxbFRmoQHl33a0Zkle/YWlmNwoyt6QNZEIJcqNbdrsix5Lvc4HyyI3EnwxTYlZYc32EbYrQ8SzEZ7dqgg9A==" ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
"dependencies" : {
2026-01-19 15:14:30 +07:00
"mlly" : "^1.7.4" ,
"pkg-types" : "^2.3.0" ,
"quansync" : "^0.2.11"
2026-01-19 15:11:47 +07:00
} ,
2026-01-19 15:14:30 +07:00
"engines" : {
"node" : ">=14"
} ,
"funding" : {
"url" : "https://github.com/sponsors/antfu"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/locate-path" : {
"version" : "6.0.0" ,
"resolved" : "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz" ,
"integrity" : "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==" ,
"devOptional" : true ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
"dependencies" : {
2026-01-19 15:14:30 +07:00
"p-locate" : "^5.0.0"
2026-01-19 15:11:47 +07:00
} ,
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2026-01-13 10:46:40 +07:00
}
2026-01-09 14:09:25 +07:00
} ,
2026-01-19 15:14:30 +07:00
"node_modules/lodash" : {
"version" : "4.17.21" ,
"resolved" : "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz" ,
"integrity" : "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" ,
"license" : "MIT"
} ,
"node_modules/lodash.defaults" : {
"version" : "4.2.0" ,
"resolved" : "https://registry.npmjs.org/lodash.defaults/-/lodash.defaults-4.2.0.tgz" ,
"integrity" : "sha512-qjxPLHd3r5DnsdGacqOMU6pb/avJzdh9tFX2ymgoZE27BmjXrNy/y4LoaiTeAb+O3gL8AfpJGtqfX/ae2leYYQ==" ,
"license" : "MIT"
} ,
"node_modules/lodash.isarguments" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/lodash.isarguments/-/lodash.isarguments-3.1.0.tgz" ,
"integrity" : "sha512-chi4NHZlZqZD18a0imDHnZPrDeBbTtVN7GXMwuGdRH9qotxAjYs3aVLKc7zNOG9eddR5Ksd8rvFEBc9SsggPpg==" ,
"license" : "MIT"
} ,
"node_modules/lodash.memoize" : {
"version" : "4.1.2" ,
"resolved" : "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz" ,
"integrity" : "sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==" ,
"license" : "MIT"
} ,
"node_modules/lodash.merge" : {
"version" : "4.6.2" ,
"resolved" : "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz" ,
"integrity" : "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==" ,
2026-01-19 15:11:47 +07:00
"devOptional" : true ,
2026-01-19 15:14:30 +07:00
"license" : "MIT"
} ,
"node_modules/lodash.uniq" : {
"version" : "4.5.0" ,
"resolved" : "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz" ,
"integrity" : "sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==" ,
"license" : "MIT"
} ,
"node_modules/lru-cache" : {
"version" : "5.1.1" ,
"resolved" : "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz" ,
"integrity" : "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==" ,
"license" : "ISC" ,
"dependencies" : {
"yallist" : "^3.0.2"
}
} ,
"node_modules/magic-regexp" : {
"version" : "0.10.0" ,
"resolved" : "https://registry.npmjs.org/magic-regexp/-/magic-regexp-0.10.0.tgz" ,
"integrity" : "sha512-Uly1Bu4lO1hwHUW0CQeSWuRtzCMNO00CmXtS8N6fyvB3B979GOEEeAkiTUDsmbYLAbvpUS/Kt5c4ibosAzVyVg==" ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
"dependencies" : {
2026-01-19 15:14:30 +07:00
"estree-walker" : "^3.0.3" ,
"magic-string" : "^0.30.12" ,
"mlly" : "^1.7.2" ,
"regexp-tree" : "^0.1.27" ,
"type-level-regexp" : "~0.1.17" ,
"ufo" : "^1.5.4" ,
"unplugin" : "^2.0.0"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/magic-regexp/node_modules/estree-walker" : {
2026-01-19 15:11:47 +07:00
"version" : "3.0.3" ,
2026-01-19 15:14:30 +07:00
"resolved" : "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz" ,
"integrity" : "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==" ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
2026-01-19 15:14:30 +07:00
"dependencies" : {
"@types/estree" : "^1.0.0"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/magic-string" : {
"version" : "0.30.21" ,
"resolved" : "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz" ,
"integrity" : "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==" ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
2026-01-19 15:14:30 +07:00
"dependencies" : {
"@jridgewell/sourcemap-codec" : "^1.5.5"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/magic-string-ast" : {
"version" : "1.0.3" ,
"resolved" : "https://registry.npmjs.org/magic-string-ast/-/magic-string-ast-1.0.3.tgz" ,
"integrity" : "sha512-CvkkH1i81zl7mmb94DsRiFeG9V2fR2JeuK8yDgS8oiZSFa++wWLEgZ5ufEOyLHbvSbD1gTRKv9NdX69Rnvr9JA==" ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
2026-01-19 15:11:47 +07:00
"dependencies" : {
2026-01-19 15:14:30 +07:00
"magic-string" : "^0.30.19"
2026-01-19 15:11:47 +07:00
} ,
2026-01-09 14:09:25 +07:00
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : ">=20.19.0"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sxzz"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/magicast" : {
"version" : "0.5.1" ,
"resolved" : "https://registry.npmjs.org/magicast/-/magicast-0.5.1.tgz" ,
"integrity" : "sha512-xrHS24IxaLrvuo613F719wvOIv9xPHFWQHuvGUBmPnCA/3MQxKI3b+r7n1jAoDHmsbC5bRhTZYR77invLAxVnw==" ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
2026-01-19 15:11:47 +07:00
"dependencies" : {
2026-01-19 15:14:30 +07:00
"@babel/parser" : "^7.28.5" ,
"@babel/types" : "^7.28.5" ,
"source-map-js" : "^1.2.1"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/math-intrinsics" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz" ,
"integrity" : "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==" ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : ">= 0.4"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/mdn-data" : {
"version" : "2.12.2" ,
"resolved" : "https://registry.npmjs.org/mdn-data/-/mdn-data-2.12.2.tgz" ,
"integrity" : "sha512-IEn+pegP1aManZuckezWCO+XZQDplx1366JoVhTpMpBB1sPey/SbveZQUosKiKiGYjg1wH4pMlNgXbCiYgihQA==" ,
"license" : "CC0-1.0"
} ,
"node_modules/media-typer" : {
"version" : "0.3.0" ,
"resolved" : "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz" ,
"integrity" : "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==" ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
"engines" : {
2026-01-13 10:46:40 +07:00
"node" : ">= 0.6"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/merge-stream" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz" ,
"integrity" : "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==" ,
"license" : "MIT"
} ,
"node_modules/merge2" : {
"version" : "1.4.1" ,
"resolved" : "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz" ,
"integrity" : "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==" ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : ">= 8"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/methods" : {
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz" ,
"integrity" : "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==" ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
"engines" : {
2026-01-19 15:11:47 +07:00
"node" : ">= 0.6"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/micromatch" : {
"version" : "4.0.8" ,
"resolved" : "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz" ,
"integrity" : "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==" ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
2026-01-19 15:11:47 +07:00
"dependencies" : {
2026-01-19 15:14:30 +07:00
"braces" : "^3.0.3" ,
"picomatch" : "^2.3.1"
2026-01-09 14:09:25 +07:00
} ,
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : ">=8.6"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/micromatch/node_modules/picomatch" : {
"version" : "2.3.1" ,
"resolved" : "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz" ,
"integrity" : "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==" ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
2026-01-19 15:14:30 +07:00
"engines" : {
"node" : ">=8.6"
} ,
"funding" : {
"url" : "https://github.com/sponsors/jonschlinkert"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/mime" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmjs.org/mime/-/mime-4.1.0.tgz" ,
"integrity" : "sha512-X5ju04+cAzsojXKes0B/S4tcYtFAJ6tTMuSPBEn9CPGlrWr8Fiw7qYeLT0XyH80HSoAoqWCaz+MWKh22P7G1cw==" ,
"funding" : [
"https://github.com/sponsors/broofa"
] ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
2026-01-19 15:14:30 +07:00
"bin" : {
"mime" : "bin/cli.js"
} ,
2026-01-09 14:09:25 +07:00
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : ">=16"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/mime-db" : {
"version" : "1.54.0" ,
"resolved" : "https://registry.npmjs.org/mime-db/-/mime-db-1.54.0.tgz" ,
"integrity" : "sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==" ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
"engines" : {
2026-01-19 15:11:47 +07:00
"node" : ">= 0.6"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/mime-types" : {
"version" : "3.0.2" ,
"resolved" : "https://registry.npmjs.org/mime-types/-/mime-types-3.0.2.tgz" ,
"integrity" : "sha512-Lbgzdk0h4juoQ9fCKXW4by0UJqj+nOOrI9MJ1sSj4nI8aI2eo1qmvQEie4VD1glsS250n15LsWsYtCugiStS5A==" ,
2026-01-19 15:11:47 +07:00
"license" : "MIT" ,
2026-01-09 14:09:25 +07:00
"dependencies" : {
2026-01-19 15:14:30 +07:00
"mime-db" : "^1.54.0"
2026-01-09 14:09:25 +07:00
} ,
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : ">=18"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/express"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/mimic-fn" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/mimic-fn/-/mimic-fn-4.0.0.tgz" ,
"integrity" : "sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==" ,
2026-01-19 15:11:47 +07:00
"license" : "MIT" ,
2026-01-13 10:46:40 +07:00
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/mimic-function" : {
"version" : "5.0.1" ,
"resolved" : "https://registry.npmjs.org/mimic-function/-/mimic-function-5.0.1.tgz" ,
"integrity" : "sha512-VP79XUPxV2CigYP3jWwAUFSku2aKqBH7uTAapFWCBqutsbmDo96KY5o8uh6U+/YSIn5OxJnXp73beVkpqMIGhA==" ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : ">=18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/minimatch" : {
"version" : "9.0.5" ,
"resolved" : "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz" ,
"integrity" : "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==" ,
"license" : "ISC" ,
2026-01-13 10:46:40 +07:00
"dependencies" : {
2026-01-19 15:14:30 +07:00
"brace-expansion" : "^2.0.1"
} ,
"engines" : {
"node" : ">=16 || 14 >=14.17"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/minipass" : {
"version" : "7.1.2" ,
"resolved" : "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz" ,
"integrity" : "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==" ,
"license" : "ISC" ,
2026-01-13 10:46:40 +07:00
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : ">=16 || 14 >=14.17"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/minizlib" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/minizlib/-/minizlib-3.1.0.tgz" ,
"integrity" : "sha512-KZxYo1BUkWD2TVFLr0MQoM8vUUigWD3LlD83a/75BqC+4qE0Hb1Vo5v1FgcfaNXvfXzr+5EhQ6ing/CaBijTlw==" ,
2026-01-19 15:11:47 +07:00
"license" : "MIT" ,
"dependencies" : {
2026-01-19 15:14:30 +07:00
"minipass" : "^7.1.2"
} ,
"engines" : {
"node" : ">= 18"
2026-01-19 15:11:47 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/mitt" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/mitt/-/mitt-3.0.1.tgz" ,
"integrity" : "sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==" ,
2026-01-13 10:46:40 +07:00
"license" : "MIT"
} ,
2026-01-19 15:14:30 +07:00
"node_modules/mlly" : {
"version" : "1.8.0" ,
"resolved" : "https://registry.npmjs.org/mlly/-/mlly-1.8.0.tgz" ,
"integrity" : "sha512-l8D9ODSRWLe2KHJSifWGwBqpTZXIXTeo8mlKjY+E2HAakaTeNpqAyBZ8GSqLzHgw4XmHmC8whvpjJNMbFZN7/g==" ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
2026-01-13 10:46:40 +07:00
"dependencies" : {
2026-01-19 15:14:30 +07:00
"acorn" : "^8.15.0" ,
"pathe" : "^2.0.3" ,
"pkg-types" : "^1.3.1" ,
"ufo" : "^1.6.1"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/mlly/node_modules/confbox" : {
"version" : "0.1.8" ,
"resolved" : "https://registry.npmjs.org/confbox/-/confbox-0.1.8.tgz" ,
"integrity" : "sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==" ,
"license" : "MIT"
} ,
"node_modules/mlly/node_modules/pkg-types" : {
"version" : "1.3.1" ,
"resolved" : "https://registry.npmjs.org/pkg-types/-/pkg-types-1.3.1.tgz" ,
"integrity" : "sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==" ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
2026-01-19 15:11:47 +07:00
"dependencies" : {
2026-01-19 15:14:30 +07:00
"confbox" : "^0.1.8" ,
"mlly" : "^1.7.4" ,
"pathe" : "^2.0.1"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/mocked-exports" : {
"version" : "0.1.1" ,
"resolved" : "https://registry.npmjs.org/mocked-exports/-/mocked-exports-0.1.1.tgz" ,
"integrity" : "sha512-aF7yRQr/Q0O2/4pIXm6PZ5G+jAd7QS4Yu8m+WEeEHGnbo+7mE36CbLSDQiXYV8bVL3NfmdeqPJct0tUlnjVSnA==" ,
"license" : "MIT"
} ,
"node_modules/mrmime" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/mrmime/-/mrmime-2.0.1.tgz" ,
"integrity" : "sha512-Y3wQdFg2Va6etvQ5I82yUhGdsKrcYox6p7FfL1LbK2J4V01F9TGlepTIhnK24t7koZibmg82KGglhA1XK5IsLQ==" ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : ">=10"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/ms" : {
"version" : "2.1.3" ,
"resolved" : "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz" ,
"integrity" : "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" ,
2026-01-13 10:46:40 +07:00
"license" : "MIT"
} ,
2026-01-19 15:14:30 +07:00
"node_modules/muggle-string" : {
"version" : "0.4.1" ,
"resolved" : "https://registry.npmjs.org/muggle-string/-/muggle-string-0.4.1.tgz" ,
"integrity" : "sha512-VNTrAak/KhO2i8dqqnqnAHOa3cYBwXEZe9h+D5h/1ZqFSTEFHdM65lR7RoIqq3tBBYavsOXV84NoHXZ0AkPyqQ==" ,
"license" : "MIT"
} ,
"node_modules/mz" : {
"version" : "2.7.0" ,
"resolved" : "https://registry.npmjs.org/mz/-/mz-2.7.0.tgz" ,
"integrity" : "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==" ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
2026-01-13 10:46:40 +07:00
"dependencies" : {
2026-01-19 15:14:30 +07:00
"any-promise" : "^1.0.0" ,
"object-assign" : "^4.0.1" ,
"thenify-all" : "^1.0.0"
2026-01-19 15:11:47 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/nanoid" : {
"version" : "5.1.6" ,
"resolved" : "https://registry.npmjs.org/nanoid/-/nanoid-5.1.6.tgz" ,
"integrity" : "sha512-c7+7RQ+dMB5dPwwCp4ee1/iV/q2P6aK1mTZcfr1BTuVlyW9hJYiMPybJCcnBlQtuSmTIWNeazm/zqNoZSSElBg==" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/ai"
}
] ,
2026-01-19 15:11:47 +07:00
"license" : "MIT" ,
2026-01-19 15:14:30 +07:00
"bin" : {
"nanoid" : "bin/nanoid.js"
2026-01-13 10:46:40 +07:00
} ,
2026-01-09 14:09:25 +07:00
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : "^18 || >=20"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/nanotar" : {
"version" : "0.2.0" ,
"resolved" : "https://registry.npmjs.org/nanotar/-/nanotar-0.2.0.tgz" ,
"integrity" : "sha512-9ca1h0Xjvo9bEkE4UOxgAzLV0jHKe6LMaxo37ND2DAhhAtd0j8pR1Wxz+/goMrZO8AEZTWCmyaOsFI/W5AdpCQ==" ,
"license" : "MIT"
} ,
"node_modules/napi-postinstall" : {
"version" : "0.3.4" ,
"resolved" : "https://registry.npmjs.org/napi-postinstall/-/napi-postinstall-0.3.4.tgz" ,
"integrity" : "sha512-PHI5f1O0EP5xJ9gQmFGMS6IZcrVvTjpXjz7Na41gTE7eE2hK11lg04CECCYEEjdc17EV4DO+fkGEtt7TpTaTiQ==" ,
"dev" : true ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
2026-01-19 15:14:30 +07:00
"bin" : {
"napi-postinstall" : "lib/cli.js"
2026-01-19 15:11:47 +07:00
} ,
2026-01-13 10:46:40 +07:00
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : "^12.20.0 || ^14.18.0 || >=16.0.0"
2026-01-19 15:11:47 +07:00
} ,
"funding" : {
2026-01-19 15:14:30 +07:00
"url" : "https://opencollective.com/napi-postinstall"
2026-01-19 15:11:47 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/natural-compare" : {
"version" : "1.4.0" ,
"resolved" : "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz" ,
"integrity" : "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==" ,
2026-01-19 15:11:47 +07:00
"devOptional" : true ,
"license" : "MIT"
} ,
2026-01-19 15:14:30 +07:00
"node_modules/negotiator" : {
"version" : "0.6.3" ,
"resolved" : "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz" ,
"integrity" : "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.6"
2026-01-19 15:11:47 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/nitropack" : {
"version" : "2.12.9" ,
"resolved" : "https://registry.npmjs.org/nitropack/-/nitropack-2.12.9.tgz" ,
"integrity" : "sha512-t6qqNBn2UDGMWogQuORjbL2UPevB8PvIPsPHmqvWpeGOlPr4P8Oc5oA8t3wFwGmaolM2M/s2SwT23nx9yARmOg==" ,
2026-01-19 15:11:47 +07:00
"license" : "MIT" ,
"dependencies" : {
2026-01-19 15:14:30 +07:00
"@cloudflare/kv-asset-handler" : "^0.4.0" ,
"@rollup/plugin-alias" : "^5.1.1" ,
"@rollup/plugin-commonjs" : "^28.0.9" ,
"@rollup/plugin-inject" : "^5.0.5" ,
"@rollup/plugin-json" : "^6.1.0" ,
"@rollup/plugin-node-resolve" : "^16.0.3" ,
"@rollup/plugin-replace" : "^6.0.2" ,
"@rollup/plugin-terser" : "^0.4.4" ,
"@vercel/nft" : "^0.30.3" ,
"archiver" : "^7.0.1" ,
"c12" : "^3.3.1" ,
"chokidar" : "^4.0.3" ,
"citty" : "^0.1.6" ,
"compatx" : "^0.2.0" ,
"confbox" : "^0.2.2" ,
"consola" : "^3.4.2" ,
"cookie-es" : "^2.0.0" ,
"croner" : "^9.1.0" ,
"crossws" : "^0.3.5" ,
"db0" : "^0.3.4" ,
"defu" : "^6.1.4" ,
"destr" : "^2.0.5" ,
"dot-prop" : "^10.1.0" ,
"esbuild" : "^0.25.11" ,
"escape-string-regexp" : "^5.0.0" ,
"etag" : "^1.8.1" ,
"exsolve" : "^1.0.7" ,
"globby" : "^15.0.0" ,
"gzip-size" : "^7.0.0" ,
"h3" : "^1.15.4" ,
"hookable" : "^5.5.3" ,
"httpxy" : "^0.1.7" ,
"ioredis" : "^5.8.2" ,
"jiti" : "^2.6.1" ,
"klona" : "^2.0.6" ,
"knitwork" : "^1.2.0" ,
"listhen" : "^1.9.0" ,
"magic-string" : "^0.30.21" ,
"magicast" : "^0.5.0" ,
"mime" : "^4.1.0" ,
"mlly" : "^1.8.0" ,
"node-fetch-native" : "^1.6.7" ,
"node-mock-http" : "^1.0.3" ,
"ofetch" : "^1.5.0" ,
"ohash" : "^2.0.11" ,
"pathe" : "^2.0.3" ,
"perfect-debounce" : "^2.0.0" ,
"pkg-types" : "^2.3.0" ,
"pretty-bytes" : "^7.1.0" ,
"radix3" : "^1.1.2" ,
"rollup" : "^4.52.5" ,
"rollup-plugin-visualizer" : "^6.0.5" ,
"scule" : "^1.3.0" ,
"semver" : "^7.7.3" ,
"serve-placeholder" : "^2.0.2" ,
"serve-static" : "^2.2.0" ,
"source-map" : "^0.7.6" ,
"std-env" : "^3.10.0" ,
"ufo" : "^1.6.1" ,
"ultrahtml" : "^1.6.0" ,
"uncrypto" : "^0.1.3" ,
"unctx" : "^2.4.1" ,
"unenv" : "^2.0.0-rc.23" ,
"unimport" : "^5.5.0" ,
"unplugin-utils" : "^0.3.1" ,
"unstorage" : "^1.17.1" ,
"untyped" : "^2.0.0" ,
"unwasm" : "^0.3.11" ,
"youch" : "^4.1.0-beta.11" ,
"youch-core" : "^0.3.3"
} ,
"bin" : {
"nitro" : "dist/cli/index.mjs" ,
"nitropack" : "dist/cli/index.mjs"
} ,
"engines" : {
"node" : "^20.19.0 || >=22.12.0"
} ,
"peerDependencies" : {
"xml2js" : "^0.6.2"
} ,
"peerDependenciesMeta" : {
"xml2js" : {
"optional" : true
}
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/nitropack/node_modules/@esbuild/aix-ppc64" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.25.12.tgz" ,
"integrity" : "sha512-Hhmwd6CInZ3dwpuGTF8fJG6yoWmsToE+vYgD4nytZVxcu1ulHpUQRAB1UJ8+N1Am3Mz4+xOByoQoSZf4D+CpkA==" ,
"cpu" : [
"ppc64"
] ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
2026-01-19 15:14:30 +07:00
"optional" : true ,
"os" : [
"aix"
] ,
"engines" : {
"node" : ">=18"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/nitropack/node_modules/@esbuild/android-arm" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.25.12.tgz" ,
"integrity" : "sha512-VJ+sKvNA/GE7Ccacc9Cha7bpS8nyzVv0jdVgwNDaR4gDMC/2TTRc33Ip8qrNYUcpkOHUT5OZ0bUcNNVZQ9RLlg==" ,
"cpu" : [
"arm"
] ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
2026-01-19 15:14:30 +07:00
"optional" : true ,
"os" : [
"android"
] ,
"engines" : {
"node" : ">=18"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/nitropack/node_modules/@esbuild/android-arm64" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.25.12.tgz" ,
"integrity" : "sha512-6AAmLG7zwD1Z159jCKPvAxZd4y/VTO0VkprYy+3N2FtJ8+BQWFXU+OxARIwA46c5tdD9SsKGZ/1ocqBS/gAKHg==" ,
"cpu" : [
"arm64"
] ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
2026-01-19 15:14:30 +07:00
"optional" : true ,
"os" : [
"android"
] ,
2026-01-13 10:46:40 +07:00
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : ">=18"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/nitropack/node_modules/@esbuild/android-x64" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.25.12.tgz" ,
"integrity" : "sha512-5jbb+2hhDHx5phYR2By8GTWEzn6I9UqR11Kwf22iKbNpYrsmRB18aX/9ivc5cabcUiAT/wM+YIZ6SG9QO6a8kg==" ,
"cpu" : [
"x64"
] ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
2026-01-19 15:14:30 +07:00
"optional" : true ,
"os" : [
"android"
] ,
"engines" : {
"node" : ">=18"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/nitropack/node_modules/@esbuild/darwin-arm64" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.25.12.tgz" ,
"integrity" : "sha512-N3zl+lxHCifgIlcMUP5016ESkeQjLj/959RxxNYIthIg+CQHInujFuXeWbWMgnTo4cp5XVHqFPmpyu9J65C1Yg==" ,
"cpu" : [
"arm64"
] ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
2026-01-19 15:14:30 +07:00
"optional" : true ,
"os" : [
"darwin"
] ,
2026-01-13 10:46:40 +07:00
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : ">=18"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/nitropack/node_modules/@esbuild/darwin-x64" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.25.12.tgz" ,
"integrity" : "sha512-HQ9ka4Kx21qHXwtlTUVbKJOAnmG1ipXhdWTmNXiPzPfWKpXqASVcWdnf2bnL73wgjNrFXAa3yYvBSd9pzfEIpA==" ,
"cpu" : [
"x64"
] ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
2026-01-19 15:14:30 +07:00
"optional" : true ,
"os" : [
"darwin"
] ,
2026-01-09 14:09:25 +07:00
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : ">=18"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/nitropack/node_modules/@esbuild/freebsd-arm64" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.12.tgz" ,
"integrity" : "sha512-gA0Bx759+7Jve03K1S0vkOu5Lg/85dou3EseOGUes8flVOGxbhDDh/iZaoek11Y8mtyKPGF3vP8XhnkDEAmzeg==" ,
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"freebsd"
] ,
"engines" : {
"node" : ">=18"
}
2026-01-19 15:11:47 +07:00
} ,
2026-01-19 15:14:30 +07:00
"node_modules/nitropack/node_modules/@esbuild/freebsd-x64" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.25.12.tgz" ,
"integrity" : "sha512-TGbO26Yw2xsHzxtbVFGEXBFH0FRAP7gtcPE7P5yP7wGy7cXK2oO7RyOhL5NLiqTlBh47XhmIUXuGciXEqYFfBQ==" ,
"cpu" : [
"x64"
] ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
2026-01-19 15:14:30 +07:00
"optional" : true ,
"os" : [
"freebsd"
] ,
2026-01-13 10:46:40 +07:00
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : ">=18"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/nitropack/node_modules/@esbuild/linux-arm" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.25.12.tgz" ,
"integrity" : "sha512-lPDGyC1JPDou8kGcywY0YILzWlhhnRjdof3UlcoqYmS9El818LLfJJc3PXXgZHrHCAKs/Z2SeZtDJr5MrkxtOw==" ,
"cpu" : [
"arm"
] ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
2026-01-19 15:14:30 +07:00
"optional" : true ,
"os" : [
"linux"
] ,
2026-01-13 10:46:40 +07:00
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : ">=18"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/nitropack/node_modules/@esbuild/linux-arm64" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.25.12.tgz" ,
"integrity" : "sha512-8bwX7a8FghIgrupcxb4aUmYDLp8pX06rGh5HqDT7bB+8Rdells6mHvrFHHW2JAOPZUbnjUpKTLg6ECyzvas2AQ==" ,
"cpu" : [
"arm64"
] ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
2026-01-19 15:14:30 +07:00
"optional" : true ,
"os" : [
"linux"
] ,
2026-01-13 10:46:40 +07:00
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : ">=18"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/nitropack/node_modules/@esbuild/linux-ia32" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.25.12.tgz" ,
"integrity" : "sha512-0y9KrdVnbMM2/vG8KfU0byhUN+EFCny9+8g202gYqSSVMonbsCfLjUO+rCci7pM0WBEtz+oK/PIwHkzxkyharA==" ,
"cpu" : [
"ia32"
] ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
2026-01-19 15:14:30 +07:00
"optional" : true ,
"os" : [
"linux"
] ,
2026-01-13 10:46:40 +07:00
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : ">=18"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/nitropack/node_modules/@esbuild/linux-loong64" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.25.12.tgz" ,
"integrity" : "sha512-h///Lr5a9rib/v1GGqXVGzjL4TMvVTv+s1DPoxQdz7l/AYv6LDSxdIwzxkrPW438oUXiDtwM10o9PmwS/6Z0Ng==" ,
"cpu" : [
"loong64"
2026-01-13 10:46:40 +07:00
] ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
2026-01-19 15:14:30 +07:00
"optional" : true ,
"os" : [
"linux"
] ,
2026-01-09 14:09:25 +07:00
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : ">=18"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/nitropack/node_modules/@esbuild/linux-mips64el" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.25.12.tgz" ,
"integrity" : "sha512-iyRrM1Pzy9GFMDLsXn1iHUm18nhKnNMWscjmp4+hpafcZjrr2WbT//d20xaGljXDBYHqRcl8HnxbX6uaA/eGVw==" ,
"cpu" : [
"mips64el"
] ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
2026-01-19 15:14:30 +07:00
"optional" : true ,
"os" : [
"linux"
] ,
2026-01-13 10:46:40 +07:00
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : ">=18"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/nitropack/node_modules/@esbuild/linux-ppc64" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.25.12.tgz" ,
"integrity" : "sha512-9meM/lRXxMi5PSUqEXRCtVjEZBGwB7P/D4yT8UG/mwIdze2aV4Vo6U5gD3+RsoHXKkHCfSxZKzmDssVlRj1QQA==" ,
"cpu" : [
"ppc64"
] ,
2026-01-19 15:11:47 +07:00
"license" : "MIT" ,
2026-01-19 15:14:30 +07:00
"optional" : true ,
"os" : [
"linux"
] ,
2026-01-13 10:46:40 +07:00
"engines" : {
"node" : ">=18"
}
2026-01-09 14:09:25 +07:00
} ,
2026-01-19 15:14:30 +07:00
"node_modules/nitropack/node_modules/@esbuild/linux-riscv64" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.25.12.tgz" ,
"integrity" : "sha512-Zr7KR4hgKUpWAwb1f3o5ygT04MzqVrGEGXGLnj15YQDJErYu/BGg+wmFlIDOdJp0PmB0lLvxFIOXZgFRrdjR0w==" ,
"cpu" : [
"riscv64"
] ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
2026-01-19 15:14:30 +07:00
"optional" : true ,
"os" : [
"linux"
] ,
2026-01-13 10:46:40 +07:00
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : ">=18"
2026-01-13 10:46:40 +07:00
}
2026-01-09 14:09:25 +07:00
} ,
2026-01-19 15:14:30 +07:00
"node_modules/nitropack/node_modules/@esbuild/linux-s390x" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.25.12.tgz" ,
"integrity" : "sha512-MsKncOcgTNvdtiISc/jZs/Zf8d0cl/t3gYWX8J9ubBnVOwlk65UIEEvgBORTiljloIWnBzLs4qhzPkJcitIzIg==" ,
"cpu" : [
"s390x"
] ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
2026-01-19 15:14:30 +07:00
"optional" : true ,
"os" : [
"linux"
] ,
2026-01-09 14:09:25 +07:00
"engines" : {
2026-01-13 10:46:40 +07:00
"node" : ">=18"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/nitropack/node_modules/@esbuild/linux-x64" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.25.12.tgz" ,
"integrity" : "sha512-uqZMTLr/zR/ed4jIGnwSLkaHmPjOjJvnm6TVVitAa08SLS9Z0VM8wIRx7gWbJB5/J54YuIMInDquWyYvQLZkgw==" ,
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
2026-01-09 14:09:25 +07:00
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : ">=18"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/nitropack/node_modules/@esbuild/netbsd-arm64" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.12.tgz" ,
"integrity" : "sha512-xXwcTq4GhRM7J9A8Gv5boanHhRa/Q9KLVmcyXHCTaM4wKfIpWkdXiMog/KsnxzJ0A1+nD+zoecuzqPmCRyBGjg==" ,
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"netbsd"
] ,
2026-01-09 14:09:25 +07:00
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : ">=18"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/nitropack/node_modules/@esbuild/netbsd-x64" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.25.12.tgz" ,
"integrity" : "sha512-Ld5pTlzPy3YwGec4OuHh1aCVCRvOXdH8DgRjfDy/oumVovmuSzWfnSJg+VtakB9Cm0gxNO9BzWkj6mtO1FMXkQ==" ,
"cpu" : [
"x64"
] ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
2026-01-19 15:14:30 +07:00
"optional" : true ,
"os" : [
"netbsd"
] ,
2026-01-09 14:09:25 +07:00
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : ">=18"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/nitropack/node_modules/@esbuild/openbsd-arm64" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.12.tgz" ,
"integrity" : "sha512-fF96T6KsBo/pkQI950FARU9apGNTSlZGsv1jZBAlcLL1MLjLNIWPBkj5NlSz8aAzYKg+eNqknrUJ24QBybeR5A==" ,
"cpu" : [
"arm64"
] ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
2026-01-19 15:14:30 +07:00
"optional" : true ,
"os" : [
"openbsd"
] ,
"engines" : {
"node" : ">=18"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/nitropack/node_modules/@esbuild/openbsd-x64" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.25.12.tgz" ,
"integrity" : "sha512-MZyXUkZHjQxUvzK7rN8DJ3SRmrVrke8ZyRusHlP+kuwqTcfWLyqMOE3sScPPyeIXN/mDJIfGXvcMqCgYKekoQw==" ,
"cpu" : [
"x64"
] ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
2026-01-19 15:14:30 +07:00
"optional" : true ,
"os" : [
"openbsd"
] ,
"engines" : {
"node" : ">=18"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/nitropack/node_modules/@esbuild/openharmony-arm64" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.25.12.tgz" ,
"integrity" : "sha512-rm0YWsqUSRrjncSXGA7Zv78Nbnw4XL6/dzr20cyrQf7ZmRcsovpcRBdhD43Nuk3y7XIoW2OxMVvwuRvk9XdASg==" ,
"cpu" : [
"arm64"
] ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
2026-01-19 15:14:30 +07:00
"optional" : true ,
"os" : [
"openharmony"
] ,
2026-01-09 14:09:25 +07:00
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : ">=18"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/nitropack/node_modules/@esbuild/sunos-x64" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.25.12.tgz" ,
"integrity" : "sha512-3wGSCDyuTHQUzt0nV7bocDy72r2lI33QL3gkDNGkod22EsYl04sMf0qLb8luNKTOmgF/eDEDP5BFNwoBKH441w==" ,
"cpu" : [
"x64"
] ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
2026-01-19 15:14:30 +07:00
"optional" : true ,
"os" : [
"sunos"
] ,
"engines" : {
"node" : ">=18"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/nitropack/node_modules/@esbuild/win32-arm64" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.25.12.tgz" ,
"integrity" : "sha512-rMmLrur64A7+DKlnSuwqUdRKyd3UE7oPJZmnljqEptesKM8wx9J8gx5u0+9Pq0fQQW8vqeKebwNXdfOyP+8Bsg==" ,
"cpu" : [
"arm64"
2026-01-13 10:46:40 +07:00
] ,
"license" : "MIT" ,
2026-01-19 15:14:30 +07:00
"optional" : true ,
"os" : [
"win32"
] ,
2026-01-09 14:09:25 +07:00
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : ">=18"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/nitropack/node_modules/@esbuild/win32-ia32" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.25.12.tgz" ,
"integrity" : "sha512-HkqnmmBoCbCwxUKKNPBixiWDGCpQGVsrQfJoVGYLPT41XWF8lHuE5N6WhVia2n4o5QK5M4tYr21827fNhi4byQ==" ,
"cpu" : [
"ia32"
] ,
2026-01-19 15:11:47 +07:00
"license" : "MIT" ,
2026-01-19 15:14:30 +07:00
"optional" : true ,
"os" : [
"win32"
] ,
2026-01-09 14:09:25 +07:00
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : ">=18"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/nitropack/node_modules/@esbuild/win32-x64" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.25.12.tgz" ,
"integrity" : "sha512-alJC0uCZpTFrSL0CCDjcgleBXPnCrEAhTBILpeAp7M/OFgoqtAetfBzX0xM00MUsVVPpVjlPuMbREqnZCXaTnA==" ,
"cpu" : [
"x64"
] ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
2026-01-19 15:14:30 +07:00
"optional" : true ,
"os" : [
"win32"
] ,
2026-01-13 10:46:40 +07:00
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : ">=18"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/nitropack/node_modules/chokidar" : {
"version" : "4.0.3" ,
"resolved" : "https://registry.npmjs.org/chokidar/-/chokidar-4.0.3.tgz" ,
"integrity" : "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==" ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
"dependencies" : {
2026-01-19 15:14:30 +07:00
"readdirp" : "^4.0.1"
2026-01-13 10:46:40 +07:00
} ,
2026-01-09 14:09:25 +07:00
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : ">= 14.16.0"
2026-01-19 15:11:47 +07:00
} ,
2026-01-19 15:14:30 +07:00
"funding" : {
"url" : "https://paulmillr.com/funding/"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-13 10:46:40 +07:00
"node_modules/nitropack/node_modules/cookie-es" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/cookie-es/-/cookie-es-2.0.0.tgz" ,
"integrity" : "sha512-RAj4E421UYRgqokKUmotqAwuplYw15qtdXfY+hGzgCJ/MBjCVZcSoHK/kH9kocfjRjcDME7IiDWR/1WX1TM2Pg==" ,
2026-01-09 14:09:25 +07:00
"license" : "MIT"
} ,
2026-01-19 15:14:30 +07:00
"node_modules/nitropack/node_modules/esbuild" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/esbuild/-/esbuild-0.25.12.tgz" ,
"integrity" : "sha512-bbPBYYrtZbkt6Os6FiTLCTFxvq4tt3JKall1vRwshA3fdVztsLAatFaZobhkBC8/BrPetoa0oksYoKXoG4ryJg==" ,
"hasInstallScript" : true ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
2026-01-19 15:14:30 +07:00
"bin" : {
"esbuild" : "bin/esbuild"
} ,
2026-01-09 14:09:25 +07:00
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : ">=18"
} ,
"optionalDependencies" : {
"@esbuild/aix-ppc64" : "0.25.12" ,
"@esbuild/android-arm" : "0.25.12" ,
"@esbuild/android-arm64" : "0.25.12" ,
"@esbuild/android-x64" : "0.25.12" ,
"@esbuild/darwin-arm64" : "0.25.12" ,
"@esbuild/darwin-x64" : "0.25.12" ,
"@esbuild/freebsd-arm64" : "0.25.12" ,
"@esbuild/freebsd-x64" : "0.25.12" ,
"@esbuild/linux-arm" : "0.25.12" ,
"@esbuild/linux-arm64" : "0.25.12" ,
"@esbuild/linux-ia32" : "0.25.12" ,
"@esbuild/linux-loong64" : "0.25.12" ,
"@esbuild/linux-mips64el" : "0.25.12" ,
"@esbuild/linux-ppc64" : "0.25.12" ,
"@esbuild/linux-riscv64" : "0.25.12" ,
"@esbuild/linux-s390x" : "0.25.12" ,
"@esbuild/linux-x64" : "0.25.12" ,
"@esbuild/netbsd-arm64" : "0.25.12" ,
"@esbuild/netbsd-x64" : "0.25.12" ,
"@esbuild/openbsd-arm64" : "0.25.12" ,
"@esbuild/openbsd-x64" : "0.25.12" ,
"@esbuild/openharmony-arm64" : "0.25.12" ,
"@esbuild/sunos-x64" : "0.25.12" ,
"@esbuild/win32-arm64" : "0.25.12" ,
"@esbuild/win32-ia32" : "0.25.12" ,
"@esbuild/win32-x64" : "0.25.12"
}
} ,
"node_modules/nitropack/node_modules/readdirp" : {
"version" : "4.1.2" ,
"resolved" : "https://registry.npmjs.org/readdirp/-/readdirp-4.1.2.tgz" ,
"integrity" : "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 14.18.0"
2026-01-09 14:09:25 +07:00
} ,
2026-01-13 10:46:40 +07:00
"funding" : {
2026-01-19 15:14:30 +07:00
"type" : "individual" ,
"url" : "https://paulmillr.com/funding/"
2026-01-09 14:09:25 +07:00
}
} ,
"node_modules/nitropack/node_modules/unplugin-utils" : {
"version" : "0.3.1" ,
"resolved" : "https://registry.npmjs.org/unplugin-utils/-/unplugin-utils-0.3.1.tgz" ,
"integrity" : "sha512-5lWVjgi6vuHhJ526bI4nlCOmkCIF3nnfXkCMDeMJrtdvxTs6ZFCM8oNufGTsDbKv/tJ/xj8RpvXjRuPBZJuJog==" ,
"license" : "MIT" ,
"dependencies" : {
"pathe" : "^2.0.3" ,
"picomatch" : "^4.0.3"
} ,
"engines" : {
"node" : ">=20.19.0"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sxzz"
}
} ,
"node_modules/node-addon-api" : {
"version" : "7.1.1" ,
"resolved" : "https://registry.npmjs.org/node-addon-api/-/node-addon-api-7.1.1.tgz" ,
"integrity" : "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==" ,
"license" : "MIT"
} ,
"node_modules/node-fetch" : {
"version" : "2.7.0" ,
"resolved" : "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz" ,
"integrity" : "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==" ,
"license" : "MIT" ,
"dependencies" : {
"whatwg-url" : "^5.0.0"
} ,
"engines" : {
"node" : "4.x || >=6.0.0"
} ,
"peerDependencies" : {
"encoding" : "^0.1.0"
} ,
"peerDependenciesMeta" : {
"encoding" : {
"optional" : true
}
}
} ,
"node_modules/node-fetch-native" : {
"version" : "1.6.7" ,
"resolved" : "https://registry.npmjs.org/node-fetch-native/-/node-fetch-native-1.6.7.tgz" ,
"integrity" : "sha512-g9yhqoedzIUm0nTnTqAQvueMPVOuIY16bqgAJJC8XOOubYFNwz6IER9qs0Gq2Xd0+CecCKFjtdDTMA4u4xG06Q==" ,
"license" : "MIT"
} ,
"node_modules/node-forge" : {
"version" : "1.3.3" ,
"resolved" : "https://registry.npmjs.org/node-forge/-/node-forge-1.3.3.tgz" ,
"integrity" : "sha512-rLvcdSyRCyouf6jcOIPe/BgwG/d7hKjzMKOas33/pHEr6gbq18IK9zV7DiPvzsz0oBJPme6qr6H6kGZuI9/DZg==" ,
"license" : "(BSD-3-Clause OR GPL-2.0)" ,
"engines" : {
"node" : ">= 6.13.0"
}
} ,
"node_modules/node-gyp-build" : {
"version" : "4.8.4" ,
"resolved" : "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.8.4.tgz" ,
"integrity" : "sha512-LA4ZjwlnUblHVgq0oBF3Jl/6h/Nvs5fzBLwdEF4nuxnFdsfajde4WfxtJr3CaiH+F6ewcIB/q4jQ4UzPyid+CQ==" ,
"license" : "MIT" ,
"bin" : {
"node-gyp-build" : "bin.js" ,
"node-gyp-build-optional" : "optional.js" ,
"node-gyp-build-test" : "build-test.js"
}
} ,
"node_modules/node-mock-http" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/node-mock-http/-/node-mock-http-1.0.4.tgz" ,
"integrity" : "sha512-8DY+kFsDkNXy1sJglUfuODx1/opAGJGyrTuFqEoN90oRc2Vk0ZbD4K2qmKXBBEhZQzdKHIVfEJpDU8Ak2NJEvQ==" ,
"license" : "MIT"
} ,
"node_modules/node-releases" : {
"version" : "2.0.27" ,
"resolved" : "https://registry.npmjs.org/node-releases/-/node-releases-2.0.27.tgz" ,
"integrity" : "sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==" ,
"license" : "MIT"
} ,
"node_modules/nopt" : {
"version" : "8.1.0" ,
"resolved" : "https://registry.npmjs.org/nopt/-/nopt-8.1.0.tgz" ,
"integrity" : "sha512-ieGu42u/Qsa4TFktmaKEwM6MQH0pOWnaB3htzh0JRtx84+Mebc0cbZYN5bC+6WTZ4+77xrL9Pn5m7CV6VIkV7A==" ,
"license" : "ISC" ,
"dependencies" : {
"abbrev" : "^3.0.0"
} ,
"bin" : {
"nopt" : "bin/nopt.js"
} ,
"engines" : {
"node" : "^18.17.0 || >=20.5.0"
}
} ,
"node_modules/normalize-path" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz" ,
"integrity" : "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/npm-run-path" : {
"version" : "5.3.0" ,
"resolved" : "https://registry.npmjs.org/npm-run-path/-/npm-run-path-5.3.0.tgz" ,
"integrity" : "sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==" ,
"license" : "MIT" ,
"dependencies" : {
"path-key" : "^4.0.0"
} ,
"engines" : {
"node" : "^12.20.0 || ^14.13.1 || >=16.0.0"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/npm-run-path/node_modules/path-key" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/path-key/-/path-key-4.0.0.tgz" ,
"integrity" : "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/nth-check" : {
"version" : "2.1.1" ,
"resolved" : "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz" ,
"integrity" : "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==" ,
"license" : "BSD-2-Clause" ,
"dependencies" : {
"boolbase" : "^1.0.0"
} ,
"funding" : {
"url" : "https://github.com/fb55/nth-check?sponsor=1"
}
} ,
"node_modules/nuxt" : {
2026-01-13 10:46:40 +07:00
"version" : "3.20.2" ,
"resolved" : "https://registry.npmjs.org/nuxt/-/nuxt-3.20.2.tgz" ,
"integrity" : "sha512-DoayekzYjYmGj7A5iI7crBiLRTq1K8U1DLgAR/vGADh1IQfOLagn5Klg1Jn1xxIyN8x0iiFDf3dGd2JWyiKBLA==" ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
"peer" : true ,
"dependencies" : {
"@dxup/nuxt" : "^0.2.2" ,
"@nuxt/cli" : "^3.31.1" ,
"@nuxt/devtools" : "^3.1.1" ,
2026-01-13 10:46:40 +07:00
"@nuxt/kit" : "3.20.2" ,
"@nuxt/nitro-server" : "3.20.2" ,
"@nuxt/schema" : "3.20.2" ,
2026-01-09 14:09:25 +07:00
"@nuxt/telemetry" : "^2.6.6" ,
2026-01-13 10:46:40 +07:00
"@nuxt/vite-builder" : "3.20.2" ,
2026-01-09 14:09:25 +07:00
"@unhead/vue" : "^2.0.19" ,
"@vue/shared" : "^3.5.25" ,
"c12" : "^3.3.2" ,
"chokidar" : "^5.0.0" ,
"compatx" : "^0.2.0" ,
"consola" : "^3.4.2" ,
"cookie-es" : "^2.0.0" ,
"defu" : "^6.1.4" ,
"destr" : "^2.0.5" ,
"devalue" : "^5.6.0" ,
"errx" : "^0.1.0" ,
"escape-string-regexp" : "^5.0.0" ,
"exsolve" : "^1.0.8" ,
"h3" : "^1.15.4" ,
"hookable" : "^5.5.3" ,
"ignore" : "^7.0.5" ,
"impound" : "^1.0.0" ,
"jiti" : "^2.6.1" ,
"klona" : "^2.0.6" ,
"knitwork" : "^1.3.0" ,
"magic-string" : "^0.30.21" ,
"mlly" : "^1.8.0" ,
"nanotar" : "^0.2.0" ,
"nypm" : "^0.6.2" ,
"ofetch" : "^1.5.1" ,
"ohash" : "^2.0.11" ,
"on-change" : "^6.0.1" ,
"oxc-minify" : "^0.102.0" ,
"oxc-parser" : "^0.102.0" ,
"oxc-transform" : "^0.102.0" ,
"oxc-walker" : "^0.6.0" ,
"pathe" : "^2.0.3" ,
"perfect-debounce" : "^2.0.0" ,
"pkg-types" : "^2.3.0" ,
"radix3" : "^1.1.2" ,
"scule" : "^1.3.0" ,
"semver" : "^7.7.3" ,
"std-env" : "^3.10.0" ,
"tinyglobby" : "^0.2.15" ,
"ufo" : "^1.6.1" ,
"ultrahtml" : "^1.6.0" ,
"uncrypto" : "^0.1.3" ,
"unctx" : "^2.4.1" ,
"unimport" : "^5.5.0" ,
"unplugin" : "^2.3.11" ,
"unplugin-vue-router" : "^0.19.0" ,
"untyped" : "^2.0.0" ,
"vue" : "^3.5.25" ,
"vue-router" : "^4.6.3"
} ,
"bin" : {
"nuxi" : "bin/nuxt.mjs" ,
"nuxt" : "bin/nuxt.mjs"
} ,
"engines" : {
"node" : "^20.19.0 || >=22.12.0"
} ,
"peerDependencies" : {
"@parcel/watcher" : "^2.1.0" ,
2026-01-13 10:46:40 +07:00
"@types/node" : "^18.0.0 || ^20.0.0 || >=22.0.0"
2026-01-09 14:09:25 +07:00
} ,
"peerDependenciesMeta" : {
"@parcel/watcher" : {
"optional" : true
} ,
"@types/node" : {
"optional" : true
}
}
} ,
2026-01-19 15:51:28 +07:00
"node_modules/nuxt-define" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/nuxt-define/-/nuxt-define-1.0.0.tgz" ,
"integrity" : "sha512-CYZ2WjU+KCyCDVzjYUM4eEpMF0rkPmkpiFrybTqqQCRpUbPt2h3snswWIpFPXTi+osRCY6Og0W/XLAQgDL4FfQ==" ,
"dev" : true ,
"license" : "MIT" ,
"funding" : {
"url" : "https://github.com/sponsors/bobbiegoede"
}
} ,
2026-01-13 10:46:40 +07:00
"node_modules/nuxt-quasar-ui" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/nuxt-quasar-ui/-/nuxt-quasar-ui-3.0.0.tgz" ,
"integrity" : "sha512-STM4HFt5c57swSR2EwScLGASy67lkV/UJmadkiSsvda4ejpRpAf3AmuwbiE0MWnrouMObDZ8U3CrQ/bTBgQDjA==" ,
"license" : "MIT" ,
"dependencies" : {
"@nuxt/kit" : "^4.2.1" ,
"defu" : "^6.1.4" ,
"magic-string" : "^0.30.21" ,
"mlly" : "^1.8.0" ,
"p-memoize" : "^8.0.0" ,
"semver" : "^7.7.3"
} ,
"peerDependencies" : {
"@quasar/extras" : "^1" ,
"quasar" : "^2.8.0"
}
} ,
"node_modules/nuxt-quasar-ui/node_modules/@nuxt/kit" : {
"version" : "4.2.2" ,
"resolved" : "https://registry.npmjs.org/@nuxt/kit/-/kit-4.2.2.tgz" ,
"integrity" : "sha512-ZAgYBrPz/yhVgDznBNdQj2vhmOp31haJbO0I0iah/P9atw+OHH7NJLUZ3PK+LOz/0fblKTN1XJVSi8YQ1TQ0KA==" ,
"license" : "MIT" ,
"dependencies" : {
"c12" : "^3.3.2" ,
"consola" : "^3.4.2" ,
"defu" : "^6.1.4" ,
"destr" : "^2.0.5" ,
"errx" : "^0.1.0" ,
"exsolve" : "^1.0.8" ,
"ignore" : "^7.0.5" ,
"jiti" : "^2.6.1" ,
"klona" : "^2.0.6" ,
"mlly" : "^1.8.0" ,
"ohash" : "^2.0.11" ,
"pathe" : "^2.0.3" ,
"pkg-types" : "^2.3.0" ,
"rc9" : "^2.1.2" ,
"scule" : "^1.3.0" ,
"semver" : "^7.7.3" ,
"tinyglobby" : "^0.2.15" ,
"ufo" : "^1.6.1" ,
"unctx" : "^2.4.1" ,
"untyped" : "^2.0.0"
} ,
"engines" : {
"node" : ">=18.12.0"
}
} ,
"node_modules/nuxt/node_modules/cookie-es" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/cookie-es/-/cookie-es-2.0.0.tgz" ,
"integrity" : "sha512-RAj4E421UYRgqokKUmotqAwuplYw15qtdXfY+hGzgCJ/MBjCVZcSoHK/kH9kocfjRjcDME7IiDWR/1WX1TM2Pg==" ,
"license" : "MIT"
} ,
2026-01-09 14:09:25 +07:00
"node_modules/nypm" : {
"version" : "0.6.2" ,
"resolved" : "https://registry.npmjs.org/nypm/-/nypm-0.6.2.tgz" ,
"integrity" : "sha512-7eM+hpOtrKrBDCh7Ypu2lJ9Z7PNZBdi/8AT3AX8xoCj43BBVHD0hPSTEvMtkMpfs8FCqBGhxB+uToIQimA111g==" ,
"license" : "MIT" ,
"dependencies" : {
"citty" : "^0.1.6" ,
"consola" : "^3.4.2" ,
"pathe" : "^2.0.3" ,
"pkg-types" : "^2.3.0" ,
"tinyexec" : "^1.0.1"
} ,
"bin" : {
"nypm" : "dist/cli.mjs"
} ,
"engines" : {
"node" : "^14.16.0 || >=16.10.0"
}
} ,
2026-01-13 10:46:40 +07:00
"node_modules/object-assign" : {
"version" : "4.1.1" ,
"resolved" : "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz" ,
"integrity" : "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/object-deep-merge" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/object-deep-merge/-/object-deep-merge-2.0.0.tgz" ,
"integrity" : "sha512-3DC3UMpeffLTHiuXSy/UG4NOIYTLlY9u3V82+djSCLYClWobZiS4ivYzpIUWrRY/nfsJ8cWsKyG3QfyLePmhvg==" ,
"dev" : true ,
"license" : "MIT"
} ,
"node_modules/object-hash" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz" ,
"integrity" : "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 6"
}
} ,
2026-01-09 14:09:25 +07:00
"node_modules/obug" : {
"version" : "2.1.1" ,
"resolved" : "https://registry.npmjs.org/obug/-/obug-2.1.1.tgz" ,
"integrity" : "sha512-uTqF9MuPraAQ+IsnPf366RG4cP9RtUi7MLO1N3KEc+wb0a6yKpeL0lmk2IB1jY5KHPAlTc6T/JRdC/YqxHNwkQ==" ,
"funding" : [
"https://github.com/sponsors/sxzz" ,
"https://opencollective.com/debug"
] ,
"license" : "MIT"
} ,
"node_modules/ofetch" : {
"version" : "1.5.1" ,
"resolved" : "https://registry.npmjs.org/ofetch/-/ofetch-1.5.1.tgz" ,
"integrity" : "sha512-2W4oUZlVaqAPAil6FUg/difl6YhqhUR7x2eZY4bQCko22UXg3hptq9KLQdqFClV+Wu85UX7hNtdGTngi/1BxcA==" ,
"license" : "MIT" ,
"dependencies" : {
"destr" : "^2.0.5" ,
"node-fetch-native" : "^1.6.7" ,
"ufo" : "^1.6.1"
}
} ,
"node_modules/ohash" : {
"version" : "2.0.11" ,
"resolved" : "https://registry.npmjs.org/ohash/-/ohash-2.0.11.tgz" ,
"integrity" : "sha512-RdR9FQrFwNBNXAr4GixM8YaRZRJ5PUWbKYbE5eOsrwAjJW0q2REGcf79oYPsLyskQCZG1PLN+S/K1V00joZAoQ==" ,
"license" : "MIT"
} ,
"node_modules/on-change" : {
"version" : "6.0.1" ,
"resolved" : "https://registry.npmjs.org/on-change/-/on-change-6.0.1.tgz" ,
"integrity" : "sha512-P7o0hkMahOhjb1niG28vLNAXsJrRcfpJvYWcTmPt/Tf4xedcF2PA1E9++N1tufY8/vIsaiJgHhjQp53hJCe+zw==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=20"
} ,
"funding" : {
"url" : "https://github.com/sindresorhus/on-change?sponsor=1"
}
} ,
"node_modules/on-finished" : {
"version" : "2.4.1" ,
"resolved" : "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz" ,
"integrity" : "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==" ,
"license" : "MIT" ,
"dependencies" : {
"ee-first" : "1.1.1"
} ,
"engines" : {
"node" : ">= 0.8"
}
} ,
2026-01-13 10:46:40 +07:00
"node_modules/once" : {
"version" : "1.4.0" ,
"resolved" : "https://registry.npmjs.org/once/-/once-1.4.0.tgz" ,
"integrity" : "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==" ,
"license" : "ISC" ,
"dependencies" : {
"wrappy" : "1"
}
} ,
2026-01-09 14:09:25 +07:00
"node_modules/onetime" : {
"version" : "6.0.0" ,
"resolved" : "https://registry.npmjs.org/onetime/-/onetime-6.0.0.tgz" ,
"integrity" : "sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==" ,
"license" : "MIT" ,
"dependencies" : {
"mimic-fn" : "^4.0.0"
} ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2026-01-13 10:46:40 +07:00
"node_modules/only" : {
"version" : "0.0.2" ,
"resolved" : "https://registry.npmjs.org/only/-/only-0.0.2.tgz" ,
"integrity" : "sha512-Fvw+Jemq5fjjyWz6CpKx6w9s7xxqo3+JCyM0WXWeCSOboZ8ABkyvP8ID4CZuChA/wxSx+XSJmdOm8rGVyJ1hdQ=="
} ,
2026-01-09 14:09:25 +07:00
"node_modules/open" : {
"version" : "8.4.2" ,
"resolved" : "https://registry.npmjs.org/open/-/open-8.4.2.tgz" ,
"integrity" : "sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==" ,
"license" : "MIT" ,
"dependencies" : {
"define-lazy-prop" : "^2.0.0" ,
"is-docker" : "^2.1.1" ,
"is-wsl" : "^2.2.0"
} ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/open/node_modules/is-docker" : {
"version" : "2.2.1" ,
"resolved" : "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz" ,
"integrity" : "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==" ,
"license" : "MIT" ,
"bin" : {
"is-docker" : "cli.js"
} ,
"engines" : {
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/open/node_modules/is-wsl" : {
"version" : "2.2.0" ,
"resolved" : "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz" ,
"integrity" : "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==" ,
"license" : "MIT" ,
"dependencies" : {
"is-docker" : "^2.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
2026-01-13 10:46:40 +07:00
"node_modules/optionator" : {
"version" : "0.9.4" ,
"resolved" : "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz" ,
"integrity" : "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==" ,
"devOptional" : true ,
"license" : "MIT" ,
"peer" : true ,
"dependencies" : {
"deep-is" : "^0.1.3" ,
"fast-levenshtein" : "^2.0.6" ,
"levn" : "^0.4.1" ,
"prelude-ls" : "^1.2.1" ,
"type-check" : "^0.4.0" ,
"word-wrap" : "^1.2.5"
} ,
"engines" : {
"node" : ">= 0.8.0"
}
} ,
2026-01-09 14:09:25 +07:00
"node_modules/oxc-minify" : {
"version" : "0.102.0" ,
"resolved" : "https://registry.npmjs.org/oxc-minify/-/oxc-minify-0.102.0.tgz" ,
"integrity" : "sha512-FphAHDyTCNepQbiQTSyWFMbNc9zdUmj1WBsoLwvZhWm7rEe/IeIKYKRhy75lWOjwFsi5/i4Qucq43hgs3n2Exw==" ,
"license" : "MIT" ,
"engines" : {
"node" : "^20.19.0 || >=22.12.0"
} ,
"funding" : {
"url" : "https://github.com/sponsors/Boshen"
} ,
"optionalDependencies" : {
"@oxc-minify/binding-android-arm64" : "0.102.0" ,
"@oxc-minify/binding-darwin-arm64" : "0.102.0" ,
"@oxc-minify/binding-darwin-x64" : "0.102.0" ,
"@oxc-minify/binding-freebsd-x64" : "0.102.0" ,
"@oxc-minify/binding-linux-arm-gnueabihf" : "0.102.0" ,
"@oxc-minify/binding-linux-arm64-gnu" : "0.102.0" ,
"@oxc-minify/binding-linux-arm64-musl" : "0.102.0" ,
"@oxc-minify/binding-linux-riscv64-gnu" : "0.102.0" ,
"@oxc-minify/binding-linux-s390x-gnu" : "0.102.0" ,
"@oxc-minify/binding-linux-x64-gnu" : "0.102.0" ,
"@oxc-minify/binding-linux-x64-musl" : "0.102.0" ,
"@oxc-minify/binding-openharmony-arm64" : "0.102.0" ,
"@oxc-minify/binding-wasm32-wasi" : "0.102.0" ,
"@oxc-minify/binding-win32-arm64-msvc" : "0.102.0" ,
"@oxc-minify/binding-win32-x64-msvc" : "0.102.0"
}
} ,
"node_modules/oxc-parser" : {
"version" : "0.102.0" ,
"resolved" : "https://registry.npmjs.org/oxc-parser/-/oxc-parser-0.102.0.tgz" ,
"integrity" : "sha512-xMiyHgr2FZsphQ12ZCsXRvSYzmKXCm1ejmyG4GDZIiKOmhyt5iKtWq0klOfFsEQ6jcgbwrUdwcCVYzr1F+h5og==" ,
"license" : "MIT" ,
"peer" : true ,
"dependencies" : {
"@oxc-project/types" : "^0.102.0"
} ,
"engines" : {
"node" : "^20.19.0 || >=22.12.0"
} ,
"funding" : {
"url" : "https://github.com/sponsors/Boshen"
} ,
"optionalDependencies" : {
"@oxc-parser/binding-android-arm64" : "0.102.0" ,
"@oxc-parser/binding-darwin-arm64" : "0.102.0" ,
"@oxc-parser/binding-darwin-x64" : "0.102.0" ,
"@oxc-parser/binding-freebsd-x64" : "0.102.0" ,
"@oxc-parser/binding-linux-arm-gnueabihf" : "0.102.0" ,
"@oxc-parser/binding-linux-arm64-gnu" : "0.102.0" ,
"@oxc-parser/binding-linux-arm64-musl" : "0.102.0" ,
"@oxc-parser/binding-linux-riscv64-gnu" : "0.102.0" ,
"@oxc-parser/binding-linux-s390x-gnu" : "0.102.0" ,
"@oxc-parser/binding-linux-x64-gnu" : "0.102.0" ,
"@oxc-parser/binding-linux-x64-musl" : "0.102.0" ,
"@oxc-parser/binding-openharmony-arm64" : "0.102.0" ,
"@oxc-parser/binding-wasm32-wasi" : "0.102.0" ,
"@oxc-parser/binding-win32-arm64-msvc" : "0.102.0" ,
"@oxc-parser/binding-win32-x64-msvc" : "0.102.0"
}
} ,
"node_modules/oxc-transform" : {
"version" : "0.102.0" ,
"resolved" : "https://registry.npmjs.org/oxc-transform/-/oxc-transform-0.102.0.tgz" ,
"integrity" : "sha512-MR5ohiBS6/kvxRpmUZ3LIDTTJBEC4xLAEZXfYr7vrA0eP7WHewQaNQPFDgT4Bee89TdmVQ5ZKrifGwxLjSyHHw==" ,
"license" : "MIT" ,
"engines" : {
"node" : "^20.19.0 || >=22.12.0"
} ,
"funding" : {
"url" : "https://github.com/sponsors/Boshen"
} ,
"optionalDependencies" : {
"@oxc-transform/binding-android-arm64" : "0.102.0" ,
"@oxc-transform/binding-darwin-arm64" : "0.102.0" ,
"@oxc-transform/binding-darwin-x64" : "0.102.0" ,
"@oxc-transform/binding-freebsd-x64" : "0.102.0" ,
"@oxc-transform/binding-linux-arm-gnueabihf" : "0.102.0" ,
"@oxc-transform/binding-linux-arm64-gnu" : "0.102.0" ,
"@oxc-transform/binding-linux-arm64-musl" : "0.102.0" ,
"@oxc-transform/binding-linux-riscv64-gnu" : "0.102.0" ,
"@oxc-transform/binding-linux-s390x-gnu" : "0.102.0" ,
"@oxc-transform/binding-linux-x64-gnu" : "0.102.0" ,
"@oxc-transform/binding-linux-x64-musl" : "0.102.0" ,
"@oxc-transform/binding-openharmony-arm64" : "0.102.0" ,
"@oxc-transform/binding-wasm32-wasi" : "0.102.0" ,
"@oxc-transform/binding-win32-arm64-msvc" : "0.102.0" ,
"@oxc-transform/binding-win32-x64-msvc" : "0.102.0"
}
} ,
"node_modules/oxc-walker" : {
"version" : "0.6.0" ,
"resolved" : "https://registry.npmjs.org/oxc-walker/-/oxc-walker-0.6.0.tgz" ,
"integrity" : "sha512-BA3hlxq5+Sgzp7TCQF52XDXCK5mwoIZuIuxv/+JuuTzOs2RXkLqWZgZ69d8pJDDjnL7wiREZTWHBzFp/UWH88Q==" ,
"license" : "MIT" ,
"dependencies" : {
"magic-regexp" : "^0.10.0"
} ,
"peerDependencies" : {
"oxc-parser" : ">=0.98.0"
}
} ,
2026-01-13 10:46:40 +07:00
"node_modules/p-limit" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz" ,
"integrity" : "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==" ,
"devOptional" : true ,
"license" : "MIT" ,
"dependencies" : {
"yocto-queue" : "^0.1.0"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/p-locate" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz" ,
"integrity" : "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==" ,
"devOptional" : true ,
"license" : "MIT" ,
"dependencies" : {
"p-limit" : "^3.0.2"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/p-memoize" : {
"version" : "8.0.0" ,
"resolved" : "https://registry.npmjs.org/p-memoize/-/p-memoize-8.0.0.tgz" ,
"integrity" : "sha512-jdZ10MCxavHoIHwJ5oweOtYy6ElPixEHaMkz0AuaEMovR1MRpVvYFzIEHRxgMEpXYzNpRVByFAniAzwmd1/uug==" ,
"license" : "MIT" ,
"dependencies" : {
"mimic-function" : "^5.0.1" ,
"type-fest" : "^4.41.0"
} ,
"engines" : {
"node" : ">=20"
} ,
"funding" : {
"url" : "https://github.com/sindresorhus/p-memoize?sponsor=1"
}
} ,
"node_modules/p-memoize/node_modules/type-fest" : {
"version" : "4.41.0" ,
"resolved" : "https://registry.npmjs.org/type-fest/-/type-fest-4.41.0.tgz" ,
"integrity" : "sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==" ,
"license" : "(MIT OR CC0-1.0)" ,
"engines" : {
"node" : ">=16"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2026-01-09 14:09:25 +07:00
"node_modules/package-json-from-dist" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz" ,
"integrity" : "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==" ,
"license" : "BlueOak-1.0.0"
} ,
"node_modules/package-manager-detector" : {
"version" : "1.6.0" ,
"resolved" : "https://registry.npmjs.org/package-manager-detector/-/package-manager-detector-1.6.0.tgz" ,
"integrity" : "sha512-61A5ThoTiDG/C8s8UMZwSorAGwMJ0ERVGj2OjoW5pAalsNOg15+iQiPzrLJ4jhZ1HJzmC2PIHT2oEiH3R5fzNA==" ,
"license" : "MIT"
} ,
2026-01-13 10:46:40 +07:00
"node_modules/parent-module" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz" ,
"integrity" : "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==" ,
"devOptional" : true ,
"license" : "MIT" ,
"dependencies" : {
"callsites" : "^3.0.0"
} ,
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/parse-imports-exports" : {
"version" : "0.2.4" ,
"resolved" : "https://registry.npmjs.org/parse-imports-exports/-/parse-imports-exports-0.2.4.tgz" ,
"integrity" : "sha512-4s6vd6dx1AotCx/RCI2m7t7GCh5bDRUtGNvRfHSP2wbBQdMi67pPe7mtzmgwcaQ8VKK/6IB7Glfyu3qdZJPybQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"parse-statements" : "1.0.11"
}
} ,
2026-01-09 14:09:25 +07:00
"node_modules/parse-path" : {
"version" : "7.1.0" ,
"resolved" : "https://registry.npmjs.org/parse-path/-/parse-path-7.1.0.tgz" ,
"integrity" : "sha512-EuCycjZtfPcjWk7KTksnJ5xPMvWGA/6i4zrLYhRG0hGvC3GPU/jGUj3Cy+ZR0v30duV3e23R95T1lE2+lsndSw==" ,
"license" : "MIT" ,
"dependencies" : {
"protocols" : "^2.0.0"
}
} ,
2026-01-13 10:46:40 +07:00
"node_modules/parse-statements" : {
"version" : "1.0.11" ,
"resolved" : "https://registry.npmjs.org/parse-statements/-/parse-statements-1.0.11.tgz" ,
"integrity" : "sha512-HlsyYdMBnbPQ9Jr/VgJ1YF4scnldvJpJxCVx6KgqPL4dxppsWrJHCIIxQXMJrqGnsRkNPATbeMJ8Yxu7JMsYcA==" ,
"dev" : true ,
"license" : "MIT"
} ,
2026-01-09 14:09:25 +07:00
"node_modules/parse-url" : {
"version" : "9.2.0" ,
"resolved" : "https://registry.npmjs.org/parse-url/-/parse-url-9.2.0.tgz" ,
"integrity" : "sha512-bCgsFI+GeGWPAvAiUv63ZorMeif3/U0zaXABGJbOWt5OH2KCaPHF6S+0ok4aqM9RuIPGyZdx9tR9l13PsW4AYQ==" ,
"license" : "MIT" ,
"dependencies" : {
"@types/parse-path" : "^7.0.0" ,
"parse-path" : "^7.0.0"
} ,
"engines" : {
"node" : ">=14.13.0"
}
} ,
"node_modules/parseurl" : {
"version" : "1.3.3" ,
"resolved" : "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz" ,
"integrity" : "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.8"
}
} ,
"node_modules/path-browserify" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/path-browserify/-/path-browserify-1.0.1.tgz" ,
"integrity" : "sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==" ,
"license" : "MIT"
} ,
2026-01-13 10:46:40 +07:00
"node_modules/path-exists" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz" ,
"integrity" : "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==" ,
"devOptional" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/path-is-absolute" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz" ,
"integrity" : "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
2026-01-09 14:09:25 +07:00
"node_modules/path-key" : {
"version" : "3.1.1" ,
"resolved" : "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz" ,
"integrity" : "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/path-parse" : {
"version" : "1.0.7" ,
"resolved" : "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz" ,
"integrity" : "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==" ,
"license" : "MIT"
} ,
"node_modules/path-scurry" : {
2026-01-19 15:14:30 +07:00
"version" : "1.11.1" ,
"resolved" : "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz" ,
"integrity" : "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==" ,
2026-01-09 14:09:25 +07:00
"license" : "BlueOak-1.0.0" ,
"dependencies" : {
2026-01-19 15:14:30 +07:00
"lru-cache" : "^10.2.0" ,
"minipass" : "^5.0.0 || ^6.0.2 || ^7.0.0"
2026-01-09 14:09:25 +07:00
} ,
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : ">=16 || 14 >=14.18"
2026-01-09 14:09:25 +07:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
"node_modules/path-scurry/node_modules/lru-cache" : {
2026-01-19 15:14:30 +07:00
"version" : "10.4.3" ,
"resolved" : "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz" ,
"integrity" : "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==" ,
"license" : "ISC"
2026-01-13 10:46:40 +07:00
} ,
"node_modules/path-to-regexp" : {
"version" : "6.3.0" ,
"resolved" : "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-6.3.0.tgz" ,
"integrity" : "sha512-Yhpw4T9C6hPpgPeA28us07OJeqZ5EzQTkbfwuhsUg0c237RomFoETJgmp2sa3F/41gfLE6G5cqcYwznmeEeOlQ==" ,
"license" : "MIT"
} ,
2026-01-19 15:14:30 +07:00
"node_modules/path-type" : {
"version" : "6.0.0" ,
"resolved" : "https://registry.npmjs.org/path-type/-/path-type-6.0.0.tgz" ,
"integrity" : "sha512-Vj7sf++t5pBD637NSfkxpHSMfWaeig5+DKWLhcqIYx6mWQz5hdJTGDVMQiJcw1ZYkhs7AazKDGpRVji1LJCZUQ==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2026-01-09 14:09:25 +07:00
"node_modules/pathe" : {
"version" : "2.0.3" ,
"resolved" : "https://registry.npmjs.org/pathe/-/pathe-2.0.3.tgz" ,
"integrity" : "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==" ,
"license" : "MIT"
} ,
"node_modules/perfect-debounce" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/perfect-debounce/-/perfect-debounce-2.0.0.tgz" ,
"integrity" : "sha512-fkEH/OBiKrqqI/yIgjR92lMfs2K8105zt/VT6+7eTjNwisrsh47CeIED9z58zI7DfKdH3uHAn25ziRZn3kgAow==" ,
"license" : "MIT"
} ,
"node_modules/picocolors" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz" ,
"integrity" : "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==" ,
"license" : "ISC"
} ,
"node_modules/picomatch" : {
"version" : "4.0.3" ,
"resolved" : "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz" ,
"integrity" : "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/sponsors/jonschlinkert"
}
} ,
2026-01-13 10:46:40 +07:00
"node_modules/pify" : {
"version" : "2.3.0" ,
"resolved" : "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz" ,
"integrity" : "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/pirates" : {
"version" : "4.0.7" ,
"resolved" : "https://registry.npmjs.org/pirates/-/pirates-4.0.7.tgz" ,
"integrity" : "sha512-TfySrs/5nm8fQJDcBDuUng3VOUKsd7S+zqvbOTiGXHfxX4wK31ard+hoNuvkicM/2YFzlpDgABOevKSsB4G/FA==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 6"
}
} ,
2026-01-09 14:09:25 +07:00
"node_modules/pkg-types" : {
"version" : "2.3.0" ,
"resolved" : "https://registry.npmjs.org/pkg-types/-/pkg-types-2.3.0.tgz" ,
"integrity" : "sha512-SIqCzDRg0s9npO5XQ3tNZioRY1uK06lA41ynBC1YmFTmnY6FjUjVt6s4LoADmwoig1qqD0oK8h1p/8mlMx8Oig==" ,
"license" : "MIT" ,
"dependencies" : {
"confbox" : "^0.2.2" ,
"exsolve" : "^1.0.7" ,
"pathe" : "^2.0.3"
}
} ,
2026-01-13 10:46:40 +07:00
"node_modules/pluralize" : {
"version" : "8.0.0" ,
"resolved" : "https://registry.npmjs.org/pluralize/-/pluralize-8.0.0.tgz" ,
"integrity" : "sha512-Nc3IT5yHzflTfbjgqWcCPpo7DaKy4FnpB0l/zCAW0Tc7jxAiuqSxHasntB3D7887LSrA93kDJ9IXovxJYxyLCA==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/portfinder" : {
"version" : "1.0.38" ,
"resolved" : "https://registry.npmjs.org/portfinder/-/portfinder-1.0.38.tgz" ,
"integrity" : "sha512-rEwq/ZHlJIKw++XtLAO8PPuOQA/zaPJOZJ37BVuN97nLpMJeuDVLVGRwbFoBgLudgdTMP2hdRJP++H+8QOA3vg==" ,
"license" : "MIT" ,
"dependencies" : {
"async" : "^3.2.6" ,
"debug" : "^4.3.6"
} ,
"engines" : {
"node" : ">= 10.12"
}
} ,
2026-01-09 14:09:25 +07:00
"node_modules/postcss" : {
"version" : "8.5.6" ,
"resolved" : "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz" ,
"integrity" : "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==" ,
"funding" : [
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/postcss/"
} ,
{
"type" : "tidelift" ,
"url" : "https://tidelift.com/funding/github/npm/postcss"
} ,
{
"type" : "github" ,
"url" : "https://github.com/sponsors/ai"
}
] ,
"license" : "MIT" ,
"peer" : true ,
"dependencies" : {
"nanoid" : "^3.3.11" ,
"picocolors" : "^1.1.1" ,
"source-map-js" : "^1.2.1"
} ,
"engines" : {
"node" : "^10 || ^12 || >=14"
}
} ,
"node_modules/postcss-calc" : {
"version" : "10.1.1" ,
"resolved" : "https://registry.npmjs.org/postcss-calc/-/postcss-calc-10.1.1.tgz" ,
"integrity" : "sha512-NYEsLHh8DgG/PRH2+G9BTuUdtf9ViS+vdoQ0YA5OQdGsfN4ztiwtDWNtBl9EKeqNMFnIu8IKZ0cLxEQ5r5KVMw==" ,
"license" : "MIT" ,
"dependencies" : {
"postcss-selector-parser" : "^7.0.0" ,
"postcss-value-parser" : "^4.2.0"
} ,
"engines" : {
"node" : "^18.12 || ^20.9 || >=22.0"
} ,
"peerDependencies" : {
"postcss" : "^8.4.38"
}
} ,
"node_modules/postcss-colormin" : {
"version" : "7.0.5" ,
"resolved" : "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-7.0.5.tgz" ,
"integrity" : "sha512-ekIBP/nwzRWhEMmIxHHbXHcMdzd1HIUzBECaj5KEdLz9DVP2HzT065sEhvOx1dkLjYW7jyD0CngThx6bpFi2fA==" ,
"license" : "MIT" ,
"dependencies" : {
"browserslist" : "^4.27.0" ,
"caniuse-api" : "^3.0.0" ,
"colord" : "^2.9.3" ,
"postcss-value-parser" : "^4.2.0"
} ,
"engines" : {
"node" : "^18.12.0 || ^20.9.0 || >=22.0"
} ,
"peerDependencies" : {
"postcss" : "^8.4.32"
}
} ,
"node_modules/postcss-convert-values" : {
"version" : "7.0.8" ,
"resolved" : "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-7.0.8.tgz" ,
"integrity" : "sha512-+XNKuPfkHTCEo499VzLMYn94TiL3r9YqRE3Ty+jP7UX4qjewUONey1t7CG21lrlTLN07GtGM8MqFVp86D4uKJg==" ,
"license" : "MIT" ,
"dependencies" : {
"browserslist" : "^4.27.0" ,
"postcss-value-parser" : "^4.2.0"
} ,
"engines" : {
"node" : "^18.12.0 || ^20.9.0 || >=22.0"
} ,
"peerDependencies" : {
"postcss" : "^8.4.32"
}
} ,
"node_modules/postcss-discard-comments" : {
"version" : "7.0.5" ,
"resolved" : "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-7.0.5.tgz" ,
"integrity" : "sha512-IR2Eja8WfYgN5n32vEGSctVQ1+JARfu4UH8M7bgGh1bC+xI/obsPJXaBpQF7MAByvgwZinhpHpdrmXtvVVlKcQ==" ,
"license" : "MIT" ,
"dependencies" : {
"postcss-selector-parser" : "^7.1.0"
} ,
"engines" : {
"node" : "^18.12.0 || ^20.9.0 || >=22.0"
} ,
"peerDependencies" : {
"postcss" : "^8.4.32"
}
} ,
"node_modules/postcss-discard-duplicates" : {
"version" : "7.0.2" ,
"resolved" : "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-7.0.2.tgz" ,
"integrity" : "sha512-eTonaQvPZ/3i1ASDHOKkYwAybiM45zFIc7KXils4mQmHLqIswXD9XNOKEVxtTFnsmwYzF66u4LMgSr0abDlh5w==" ,
"license" : "MIT" ,
"engines" : {
"node" : "^18.12.0 || ^20.9.0 || >=22.0"
} ,
"peerDependencies" : {
"postcss" : "^8.4.32"
}
} ,
"node_modules/postcss-discard-empty" : {
"version" : "7.0.1" ,
"resolved" : "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-7.0.1.tgz" ,
"integrity" : "sha512-cFrJKZvcg/uxB6Ijr4l6qmn3pXQBna9zyrPC+sK0zjbkDUZew+6xDltSF7OeB7rAtzaaMVYSdbod+sZOCWnMOg==" ,
"license" : "MIT" ,
2026-01-13 10:46:40 +07:00
"engines" : {
"node" : "^18.12.0 || ^20.9.0 || >=22.0"
} ,
"peerDependencies" : {
"postcss" : "^8.4.32"
}
} ,
"node_modules/postcss-discard-overridden" : {
"version" : "7.0.1" ,
"resolved" : "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-7.0.1.tgz" ,
"integrity" : "sha512-7c3MMjjSZ/qYrx3uc1940GSOzN1Iqjtlqe8uoSg+qdVPYyRb0TILSqqmtlSFuE4mTDECwsm397Ya7iXGzfF7lg==" ,
"license" : "MIT" ,
"engines" : {
"node" : "^18.12.0 || ^20.9.0 || >=22.0"
} ,
"peerDependencies" : {
"postcss" : "^8.4.32"
}
} ,
"node_modules/postcss-import" : {
"version" : "15.1.0" ,
"resolved" : "https://registry.npmjs.org/postcss-import/-/postcss-import-15.1.0.tgz" ,
"integrity" : "sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==" ,
"license" : "MIT" ,
"dependencies" : {
"postcss-value-parser" : "^4.0.0" ,
"read-cache" : "^1.0.0" ,
"resolve" : "^1.1.7"
} ,
"engines" : {
"node" : ">=14.0.0"
} ,
"peerDependencies" : {
"postcss" : "^8.0.0"
}
} ,
"node_modules/postcss-js" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmjs.org/postcss-js/-/postcss-js-4.1.0.tgz" ,
"integrity" : "sha512-oIAOTqgIo7q2EOwbhb8UalYePMvYoIeRY2YKntdpFQXNosSu3vLrniGgmH9OKs/qAkfoj5oB3le/7mINW1LCfw==" ,
"funding" : [
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/postcss/"
} ,
{
"type" : "github" ,
"url" : "https://github.com/sponsors/ai"
}
] ,
"license" : "MIT" ,
"dependencies" : {
"camelcase-css" : "^2.0.1"
} ,
"engines" : {
"node" : "^12 || ^14 || >= 16"
} ,
"peerDependencies" : {
"postcss" : "^8.4.21"
}
} ,
"node_modules/postcss-load-config" : {
"version" : "6.0.1" ,
"resolved" : "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-6.0.1.tgz" ,
"integrity" : "sha512-oPtTM4oerL+UXmx+93ytZVN82RrlY/wPUV8IeDxFrzIjXOLF1pN+EmKPLbubvKHT2HC20xXsCAH2Z+CKV6Oz/g==" ,
"funding" : [
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/postcss/"
} ,
{
"type" : "github" ,
"url" : "https://github.com/sponsors/ai"
}
] ,
"license" : "MIT" ,
"dependencies" : {
"lilconfig" : "^3.1.1"
2026-01-09 14:09:25 +07:00
} ,
"engines" : {
2026-01-13 10:46:40 +07:00
"node" : ">= 18"
2026-01-09 14:09:25 +07:00
} ,
"peerDependencies" : {
2026-01-13 10:46:40 +07:00
"jiti" : ">=1.21.0" ,
"postcss" : ">=8.0.9" ,
"tsx" : "^4.8.1" ,
"yaml" : "^2.4.2"
} ,
"peerDependenciesMeta" : {
"jiti" : {
"optional" : true
} ,
"postcss" : {
"optional" : true
} ,
"tsx" : {
"optional" : true
} ,
"yaml" : {
"optional" : true
}
2026-01-09 14:09:25 +07:00
}
} ,
"node_modules/postcss-merge-longhand" : {
"version" : "7.0.5" ,
"resolved" : "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-7.0.5.tgz" ,
"integrity" : "sha512-Kpu5v4Ys6QI59FxmxtNB/iHUVDn9Y9sYw66D6+SZoIk4QTz1prC4aYkhIESu+ieG1iylod1f8MILMs1Em3mmIw==" ,
"license" : "MIT" ,
"dependencies" : {
"postcss-value-parser" : "^4.2.0" ,
"stylehacks" : "^7.0.5"
} ,
"engines" : {
"node" : "^18.12.0 || ^20.9.0 || >=22.0"
} ,
"peerDependencies" : {
"postcss" : "^8.4.32"
}
} ,
"node_modules/postcss-merge-rules" : {
"version" : "7.0.7" ,
"resolved" : "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-7.0.7.tgz" ,
"integrity" : "sha512-njWJrd/Ms6XViwowaaCc+/vqhPG3SmXn725AGrnl+BgTuRPEacjiLEaGq16J6XirMJbtKkTwnt67SS+e2WGoew==" ,
"license" : "MIT" ,
"dependencies" : {
"browserslist" : "^4.27.0" ,
"caniuse-api" : "^3.0.0" ,
"cssnano-utils" : "^5.0.1" ,
"postcss-selector-parser" : "^7.1.0"
} ,
"engines" : {
"node" : "^18.12.0 || ^20.9.0 || >=22.0"
} ,
"peerDependencies" : {
"postcss" : "^8.4.32"
}
} ,
"node_modules/postcss-minify-font-values" : {
"version" : "7.0.1" ,
"resolved" : "https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-7.0.1.tgz" ,
"integrity" : "sha512-2m1uiuJeTplll+tq4ENOQSzB8LRnSUChBv7oSyFLsJRtUgAAJGP6LLz0/8lkinTgxrmJSPOEhgY1bMXOQ4ZXhQ==" ,
"license" : "MIT" ,
"dependencies" : {
"postcss-value-parser" : "^4.2.0"
} ,
"engines" : {
"node" : "^18.12.0 || ^20.9.0 || >=22.0"
} ,
"peerDependencies" : {
"postcss" : "^8.4.32"
}
} ,
"node_modules/postcss-minify-gradients" : {
"version" : "7.0.1" ,
"resolved" : "https://registry.npmjs.org/postcss-minify-gradients/-/postcss-minify-gradients-7.0.1.tgz" ,
"integrity" : "sha512-X9JjaysZJwlqNkJbUDgOclyG3jZEpAMOfof6PUZjPnPrePnPG62pS17CjdM32uT1Uq1jFvNSff9l7kNbmMSL2A==" ,
"license" : "MIT" ,
"dependencies" : {
"colord" : "^2.9.3" ,
"cssnano-utils" : "^5.0.1" ,
"postcss-value-parser" : "^4.2.0"
} ,
"engines" : {
"node" : "^18.12.0 || ^20.9.0 || >=22.0"
} ,
"peerDependencies" : {
"postcss" : "^8.4.32"
}
} ,
"node_modules/postcss-minify-params" : {
"version" : "7.0.5" ,
"resolved" : "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-7.0.5.tgz" ,
"integrity" : "sha512-FGK9ky02h6Ighn3UihsyeAH5XmLEE2MSGH5Tc4tXMFtEDx7B+zTG6hD/+/cT+fbF7PbYojsmmWjyTwFwW1JKQQ==" ,
"license" : "MIT" ,
"dependencies" : {
"browserslist" : "^4.27.0" ,
"cssnano-utils" : "^5.0.1" ,
"postcss-value-parser" : "^4.2.0"
} ,
"engines" : {
"node" : "^18.12.0 || ^20.9.0 || >=22.0"
} ,
"peerDependencies" : {
"postcss" : "^8.4.32"
}
} ,
"node_modules/postcss-minify-selectors" : {
"version" : "7.0.5" ,
"resolved" : "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-7.0.5.tgz" ,
"integrity" : "sha512-x2/IvofHcdIrAm9Q+p06ZD1h6FPcQ32WtCRVodJLDR+WMn8EVHI1kvLxZuGKz/9EY5nAmI6lIQIrpo4tBy5+ug==" ,
"license" : "MIT" ,
"dependencies" : {
"cssesc" : "^3.0.0" ,
"postcss-selector-parser" : "^7.1.0"
} ,
"engines" : {
"node" : "^18.12.0 || ^20.9.0 || >=22.0"
} ,
"peerDependencies" : {
"postcss" : "^8.4.32"
}
} ,
2026-01-13 10:46:40 +07:00
"node_modules/postcss-nested" : {
"version" : "6.2.0" ,
"resolved" : "https://registry.npmjs.org/postcss-nested/-/postcss-nested-6.2.0.tgz" ,
"integrity" : "sha512-HQbt28KulC5AJzG+cZtj9kvKB93CFCdLvog1WFLf1D+xmMvPGlBstkpTEZfK5+AN9hfJocyBFCNiqyS48bpgzQ==" ,
"funding" : [
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/postcss/"
} ,
{
"type" : "github" ,
"url" : "https://github.com/sponsors/ai"
}
] ,
"license" : "MIT" ,
"dependencies" : {
"postcss-selector-parser" : "^6.1.1"
} ,
"engines" : {
"node" : ">=12.0"
} ,
"peerDependencies" : {
"postcss" : "^8.2.14"
}
} ,
"node_modules/postcss-nested/node_modules/postcss-selector-parser" : {
"version" : "6.1.2" ,
"resolved" : "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz" ,
"integrity" : "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==" ,
"license" : "MIT" ,
"dependencies" : {
"cssesc" : "^3.0.0" ,
"util-deprecate" : "^1.0.2"
} ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/postcss-nesting" : {
"version" : "13.0.2" ,
"resolved" : "https://registry.npmjs.org/postcss-nesting/-/postcss-nesting-13.0.2.tgz" ,
"integrity" : "sha512-1YCI290TX+VP0U/K/aFxzHzQWHWURL+CtHMSbex1lCdpXD1SoR2sYuxDu5aNI9lPoXpKTCggFZiDJbwylU0LEQ==" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/csstools"
} ,
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/csstools"
}
] ,
"license" : "MIT-0" ,
"dependencies" : {
"@csstools/selector-resolve-nested" : "^3.1.0" ,
"@csstools/selector-specificity" : "^5.0.0" ,
"postcss-selector-parser" : "^7.0.0"
} ,
"engines" : {
"node" : ">=18"
} ,
"peerDependencies" : {
"postcss" : "^8.4"
}
} ,
2026-01-09 14:09:25 +07:00
"node_modules/postcss-normalize-charset" : {
"version" : "7.0.1" ,
"resolved" : "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-7.0.1.tgz" ,
"integrity" : "sha512-sn413ofhSQHlZFae//m9FTOfkmiZ+YQXsbosqOWRiVQncU2BA3daX3n0VF3cG6rGLSFVc5Di/yns0dFfh8NFgQ==" ,
"license" : "MIT" ,
"engines" : {
"node" : "^18.12.0 || ^20.9.0 || >=22.0"
} ,
"peerDependencies" : {
"postcss" : "^8.4.32"
}
} ,
"node_modules/postcss-normalize-display-values" : {
"version" : "7.0.1" ,
"resolved" : "https://registry.npmjs.org/postcss-normalize-display-values/-/postcss-normalize-display-values-7.0.1.tgz" ,
"integrity" : "sha512-E5nnB26XjSYz/mGITm6JgiDpAbVuAkzXwLzRZtts19jHDUBFxZ0BkXAehy0uimrOjYJbocby4FVswA/5noOxrQ==" ,
"license" : "MIT" ,
"dependencies" : {
"postcss-value-parser" : "^4.2.0"
} ,
"engines" : {
"node" : "^18.12.0 || ^20.9.0 || >=22.0"
} ,
"peerDependencies" : {
"postcss" : "^8.4.32"
}
} ,
"node_modules/postcss-normalize-positions" : {
"version" : "7.0.1" ,
"resolved" : "https://registry.npmjs.org/postcss-normalize-positions/-/postcss-normalize-positions-7.0.1.tgz" ,
"integrity" : "sha512-pB/SzrIP2l50ZIYu+yQZyMNmnAcwyYb9R1fVWPRxm4zcUFCY2ign7rcntGFuMXDdd9L2pPNUgoODDk91PzRZuQ==" ,
"license" : "MIT" ,
"dependencies" : {
"postcss-value-parser" : "^4.2.0"
} ,
"engines" : {
"node" : "^18.12.0 || ^20.9.0 || >=22.0"
} ,
"peerDependencies" : {
"postcss" : "^8.4.32"
}
} ,
"node_modules/postcss-normalize-repeat-style" : {
"version" : "7.0.1" ,
"resolved" : "https://registry.npmjs.org/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-7.0.1.tgz" ,
"integrity" : "sha512-NsSQJ8zj8TIDiF0ig44Byo3Jk9e4gNt9x2VIlJudnQQ5DhWAHJPF4Tr1ITwyHio2BUi/I6Iv0HRO7beHYOloYQ==" ,
"license" : "MIT" ,
"dependencies" : {
"postcss-value-parser" : "^4.2.0"
} ,
"engines" : {
"node" : "^18.12.0 || ^20.9.0 || >=22.0"
} ,
"peerDependencies" : {
"postcss" : "^8.4.32"
}
} ,
"node_modules/postcss-normalize-string" : {
"version" : "7.0.1" ,
"resolved" : "https://registry.npmjs.org/postcss-normalize-string/-/postcss-normalize-string-7.0.1.tgz" ,
"integrity" : "sha512-QByrI7hAhsoze992kpbMlJSbZ8FuCEc1OT9EFbZ6HldXNpsdpZr+YXC5di3UEv0+jeZlHbZcoCADgb7a+lPmmQ==" ,
"license" : "MIT" ,
"dependencies" : {
"postcss-value-parser" : "^4.2.0"
} ,
"engines" : {
"node" : "^18.12.0 || ^20.9.0 || >=22.0"
} ,
"peerDependencies" : {
"postcss" : "^8.4.32"
}
} ,
"node_modules/postcss-normalize-timing-functions" : {
"version" : "7.0.1" ,
"resolved" : "https://registry.npmjs.org/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-7.0.1.tgz" ,
"integrity" : "sha512-bHifyuuSNdKKsnNJ0s8fmfLMlvsQwYVxIoUBnowIVl2ZAdrkYQNGVB4RxjfpvkMjipqvbz0u7feBZybkl/6NJg==" ,
"license" : "MIT" ,
"dependencies" : {
"postcss-value-parser" : "^4.2.0"
} ,
"engines" : {
"node" : "^18.12.0 || ^20.9.0 || >=22.0"
} ,
"peerDependencies" : {
"postcss" : "^8.4.32"
}
} ,
"node_modules/postcss-normalize-unicode" : {
"version" : "7.0.5" ,
"resolved" : "https://registry.npmjs.org/postcss-normalize-unicode/-/postcss-normalize-unicode-7.0.5.tgz" ,
"integrity" : "sha512-X6BBwiRxVaFHrb2WyBMddIeB5HBjJcAaUHyhLrM2FsxSq5TFqcHSsK7Zu1otag+o0ZphQGJewGH1tAyrD0zX1Q==" ,
"license" : "MIT" ,
"dependencies" : {
"browserslist" : "^4.27.0" ,
"postcss-value-parser" : "^4.2.0"
} ,
"engines" : {
"node" : "^18.12.0 || ^20.9.0 || >=22.0"
} ,
"peerDependencies" : {
"postcss" : "^8.4.32"
}
} ,
"node_modules/postcss-normalize-url" : {
"version" : "7.0.1" ,
"resolved" : "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-7.0.1.tgz" ,
"integrity" : "sha512-sUcD2cWtyK1AOL/82Fwy1aIVm/wwj5SdZkgZ3QiUzSzQQofrbq15jWJ3BA7Z+yVRwamCjJgZJN0I9IS7c6tgeQ==" ,
"license" : "MIT" ,
"dependencies" : {
"postcss-value-parser" : "^4.2.0"
} ,
"engines" : {
"node" : "^18.12.0 || ^20.9.0 || >=22.0"
} ,
"peerDependencies" : {
"postcss" : "^8.4.32"
}
} ,
"node_modules/postcss-normalize-whitespace" : {
"version" : "7.0.1" ,
"resolved" : "https://registry.npmjs.org/postcss-normalize-whitespace/-/postcss-normalize-whitespace-7.0.1.tgz" ,
"integrity" : "sha512-vsbgFHMFQrJBJKrUFJNZ2pgBeBkC2IvvoHjz1to0/0Xk7sII24T0qFOiJzG6Fu3zJoq/0yI4rKWi7WhApW+EFA==" ,
"license" : "MIT" ,
"dependencies" : {
"postcss-value-parser" : "^4.2.0"
} ,
"engines" : {
"node" : "^18.12.0 || ^20.9.0 || >=22.0"
} ,
"peerDependencies" : {
"postcss" : "^8.4.32"
}
} ,
"node_modules/postcss-ordered-values" : {
"version" : "7.0.2" ,
"resolved" : "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-7.0.2.tgz" ,
"integrity" : "sha512-AMJjt1ECBffF7CEON/Y0rekRLS6KsePU6PRP08UqYW4UGFRnTXNrByUzYK1h8AC7UWTZdQ9O3Oq9kFIhm0SFEw==" ,
"license" : "MIT" ,
"dependencies" : {
"cssnano-utils" : "^5.0.1" ,
"postcss-value-parser" : "^4.2.0"
} ,
"engines" : {
"node" : "^18.12.0 || ^20.9.0 || >=22.0"
} ,
"peerDependencies" : {
"postcss" : "^8.4.32"
}
} ,
"node_modules/postcss-reduce-initial" : {
"version" : "7.0.5" ,
"resolved" : "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-7.0.5.tgz" ,
"integrity" : "sha512-RHagHLidG8hTZcnr4FpyMB2jtgd/OcyAazjMhoy5qmWJOx1uxKh4ntk0Pb46ajKM0rkf32lRH4C8c9qQiPR6IA==" ,
"license" : "MIT" ,
"dependencies" : {
"browserslist" : "^4.27.0" ,
"caniuse-api" : "^3.0.0"
} ,
"engines" : {
"node" : "^18.12.0 || ^20.9.0 || >=22.0"
} ,
"peerDependencies" : {
"postcss" : "^8.4.32"
}
} ,
"node_modules/postcss-reduce-transforms" : {
"version" : "7.0.1" ,
"resolved" : "https://registry.npmjs.org/postcss-reduce-transforms/-/postcss-reduce-transforms-7.0.1.tgz" ,
"integrity" : "sha512-MhyEbfrm+Mlp/36hvZ9mT9DaO7dbncU0CvWI8V93LRkY6IYlu38OPg3FObnuKTUxJ4qA8HpurdQOo5CyqqO76g==" ,
"license" : "MIT" ,
"dependencies" : {
"postcss-value-parser" : "^4.2.0"
} ,
"engines" : {
"node" : "^18.12.0 || ^20.9.0 || >=22.0"
} ,
"peerDependencies" : {
"postcss" : "^8.4.32"
}
} ,
"node_modules/postcss-selector-parser" : {
"version" : "7.1.1" ,
"resolved" : "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.1.tgz" ,
"integrity" : "sha512-orRsuYpJVw8LdAwqqLykBj9ecS5/cRHlI5+nvTo8LcCKmzDmqVORXtOIYEEQuL9D4BxtA1lm5isAqzQZCoQ6Eg==" ,
"license" : "MIT" ,
2026-01-13 10:46:40 +07:00
"peer" : true ,
2026-01-09 14:09:25 +07:00
"dependencies" : {
"cssesc" : "^3.0.0" ,
"util-deprecate" : "^1.0.2"
} ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/postcss-svgo" : {
"version" : "7.1.0" ,
"resolved" : "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-7.1.0.tgz" ,
"integrity" : "sha512-KnAlfmhtoLz6IuU3Sij2ycusNs4jPW+QoFE5kuuUOK8awR6tMxZQrs5Ey3BUz7nFCzT3eqyFgqkyrHiaU2xx3w==" ,
"license" : "MIT" ,
"dependencies" : {
"postcss-value-parser" : "^4.2.0" ,
"svgo" : "^4.0.0"
} ,
"engines" : {
"node" : "^18.12.0 || ^20.9.0 || >= 18"
} ,
"peerDependencies" : {
"postcss" : "^8.4.32"
}
} ,
"node_modules/postcss-unique-selectors" : {
"version" : "7.0.4" ,
"resolved" : "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-7.0.4.tgz" ,
"integrity" : "sha512-pmlZjsmEAG7cHd7uK3ZiNSW6otSZ13RHuZ/4cDN/bVglS5EpF2r2oxY99SuOHa8m7AWoBCelTS3JPpzsIs8skQ==" ,
"license" : "MIT" ,
"dependencies" : {
"postcss-selector-parser" : "^7.1.0"
} ,
"engines" : {
"node" : "^18.12.0 || ^20.9.0 || >=22.0"
} ,
"peerDependencies" : {
"postcss" : "^8.4.32"
}
} ,
"node_modules/postcss-value-parser" : {
"version" : "4.2.0" ,
"resolved" : "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz" ,
"integrity" : "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==" ,
"license" : "MIT"
} ,
"node_modules/postcss/node_modules/nanoid" : {
"version" : "3.3.11" ,
"resolved" : "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz" ,
"integrity" : "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/ai"
}
] ,
"license" : "MIT" ,
"bin" : {
"nanoid" : "bin/nanoid.cjs"
} ,
"engines" : {
"node" : "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
}
} ,
2026-01-13 10:46:40 +07:00
"node_modules/prelude-ls" : {
"version" : "1.2.1" ,
"resolved" : "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz" ,
"integrity" : "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==" ,
"devOptional" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.8.0"
}
} ,
2026-01-09 14:09:25 +07:00
"node_modules/pretty-bytes" : {
"version" : "7.1.0" ,
"resolved" : "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-7.1.0.tgz" ,
"integrity" : "sha512-nODzvTiYVRGRqAOvE84Vk5JDPyyxsVk0/fbA/bq7RqlnhksGpset09XTxbpvLTIjoaF7K8Z8DG8yHtKGTPSYRw==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=20"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/process" : {
"version" : "0.11.10" ,
"resolved" : "https://registry.npmjs.org/process/-/process-0.11.10.tgz" ,
"integrity" : "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.6.0"
}
} ,
"node_modules/process-nextick-args" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz" ,
"integrity" : "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==" ,
"license" : "MIT"
} ,
"node_modules/prompts" : {
"version" : "2.4.2" ,
"resolved" : "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz" ,
"integrity" : "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==" ,
"license" : "MIT" ,
"dependencies" : {
"kleur" : "^3.0.3" ,
"sisteransi" : "^1.0.5"
} ,
"engines" : {
"node" : ">= 6"
}
} ,
"node_modules/protocols" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/protocols/-/protocols-2.0.2.tgz" ,
"integrity" : "sha512-hHVTzba3wboROl0/aWRRG9dMytgH6ow//STBZh43l/wQgmMhYhOFi0EHWAPtoCz9IAUymsyP0TSBHkhgMEGNnQ==" ,
"license" : "MIT"
} ,
2026-01-13 10:46:40 +07:00
"node_modules/punycode" : {
"version" : "2.3.1" ,
"resolved" : "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz" ,
"integrity" : "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==" ,
"devOptional" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6"
}
} ,
2026-01-09 14:09:25 +07:00
"node_modules/quansync" : {
"version" : "0.2.11" ,
"resolved" : "https://registry.npmjs.org/quansync/-/quansync-0.2.11.tgz" ,
"integrity" : "sha512-AifT7QEbW9Nri4tAwR5M/uzpBuqfZf+zwaEM/QkzEjj7NBuFD2rBuy0K3dE+8wltbezDV7JMA0WfnCPYRSYbXA==" ,
"funding" : [
{
"type" : "individual" ,
"url" : "https://github.com/sponsors/antfu"
} ,
{
"type" : "individual" ,
"url" : "https://github.com/sponsors/sxzz"
}
] ,
"license" : "MIT"
} ,
2026-01-13 10:46:40 +07:00
"node_modules/quasar" : {
"version" : "2.18.6" ,
"resolved" : "https://registry.npmjs.org/quasar/-/quasar-2.18.6.tgz" ,
"integrity" : "sha512-ZlK+vJXOBPSFDCNQDBDNwSI+AHoqaFPxK8ve6mhsYLhMKWI5b8zsGY9VU1xYjngO2aBvU4fvGWXy4tTbzrBk8Q==" ,
"license" : "MIT" ,
"peer" : true ,
"engines" : {
"node" : ">= 10.18.1" ,
"npm" : ">= 6.13.4" ,
"yarn" : ">= 1.21.1"
} ,
"funding" : {
"type" : "github" ,
"url" : "https://donate.quasar.dev"
}
} ,
2026-01-09 14:09:25 +07:00
"node_modules/queue-microtask" : {
"version" : "1.2.3" ,
"resolved" : "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz" ,
"integrity" : "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/feross"
} ,
{
"type" : "patreon" ,
"url" : "https://www.patreon.com/feross"
} ,
{
"type" : "consulting" ,
"url" : "https://feross.org/support"
}
] ,
"license" : "MIT"
} ,
"node_modules/radix3" : {
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/radix3/-/radix3-1.1.2.tgz" ,
"integrity" : "sha512-b484I/7b8rDEdSDKckSSBA8knMpcdsXudlE/LNL639wFoHKwLbEkQFZHWEYwDC0wa0FKUcCY+GAF73Z7wxNVFA==" ,
"license" : "MIT"
} ,
"node_modules/randombytes" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz" ,
"integrity" : "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==" ,
"license" : "MIT" ,
"dependencies" : {
"safe-buffer" : "^5.1.0"
}
} ,
"node_modules/range-parser" : {
"version" : "1.2.1" ,
"resolved" : "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz" ,
"integrity" : "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.6"
}
} ,
"node_modules/rc9" : {
"version" : "2.1.2" ,
"resolved" : "https://registry.npmjs.org/rc9/-/rc9-2.1.2.tgz" ,
"integrity" : "sha512-btXCnMmRIBINM2LDZoEmOogIZU7Qe7zn4BpomSKZ/ykbLObuBdvG+mFq11DL6fjH1DRwHhrlgtYWG96bJiC7Cg==" ,
"license" : "MIT" ,
"dependencies" : {
"defu" : "^6.1.4" ,
"destr" : "^2.0.3"
}
} ,
2026-01-13 10:46:40 +07:00
"node_modules/read-cache" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz" ,
"integrity" : "sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==" ,
"license" : "MIT" ,
"dependencies" : {
"pify" : "^2.3.0"
}
} ,
2026-01-09 14:09:25 +07:00
"node_modules/readable-stream" : {
"version" : "4.7.0" ,
"resolved" : "https://registry.npmjs.org/readable-stream/-/readable-stream-4.7.0.tgz" ,
"integrity" : "sha512-oIGGmcpTLwPga8Bn6/Z75SVaH1z5dUut2ibSyAMVhmUggWpmDn2dapB0n7f8nwaSiRtepAsfJyfXIO5DCVAODg==" ,
"license" : "MIT" ,
"dependencies" : {
"abort-controller" : "^3.0.0" ,
"buffer" : "^6.0.3" ,
"events" : "^3.3.0" ,
"process" : "^0.11.10" ,
"string_decoder" : "^1.3.0"
} ,
"engines" : {
"node" : "^12.22.0 || ^14.17.0 || >=16.0.0"
}
} ,
"node_modules/readdir-glob" : {
"version" : "1.1.3" ,
"resolved" : "https://registry.npmjs.org/readdir-glob/-/readdir-glob-1.1.3.tgz" ,
"integrity" : "sha512-v05I2k7xN8zXvPD9N+z/uhXPaj0sUFCe2rcWZIpBsqxfP7xXFQ0tipAd/wjj1YxWyWtUS5IDJpOG82JKt2EAVA==" ,
"license" : "Apache-2.0" ,
"dependencies" : {
"minimatch" : "^5.1.0"
}
} ,
"node_modules/readdir-glob/node_modules/minimatch" : {
"version" : "5.1.6" ,
"resolved" : "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz" ,
"integrity" : "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==" ,
"license" : "ISC" ,
"dependencies" : {
"brace-expansion" : "^2.0.1"
} ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/readdirp" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/readdirp/-/readdirp-5.0.0.tgz" ,
"integrity" : "sha512-9u/XQ1pvrQtYyMpZe7DXKv2p5CNvyVwzUB6uhLAnQwHMSgKMBR62lc7AHljaeteeHXn11XTAaLLUVZYVZyuRBQ==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 20.19.0"
} ,
"funding" : {
"type" : "individual" ,
"url" : "https://paulmillr.com/funding/"
}
} ,
"node_modules/redis-errors" : {
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/redis-errors/-/redis-errors-1.2.0.tgz" ,
"integrity" : "sha512-1qny3OExCf0UvUV/5wpYKf2YwPcOqXzkwKKSmKHiE6ZMQs5heeE/c8eXK+PNllPvmjgAbfnsbpkGZWy8cBpn9w==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/redis-parser" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/redis-parser/-/redis-parser-3.0.0.tgz" ,
"integrity" : "sha512-DJnGAeenTdpMEH6uAJRK/uiyEIH9WVsUmoLwzudwGJUwZPp80PDBWPHXSAGNPwNvIXAbe7MSUB1zQFugFml66A==" ,
"license" : "MIT" ,
"dependencies" : {
"redis-errors" : "^1.0.0"
} ,
"engines" : {
"node" : ">=4"
}
} ,
2026-01-13 10:46:40 +07:00
"node_modules/refa" : {
"version" : "0.12.1" ,
"resolved" : "https://registry.npmjs.org/refa/-/refa-0.12.1.tgz" ,
"integrity" : "sha512-J8rn6v4DBb2nnFqkqwy6/NnTYMcgLA+sLr0iIO41qpv0n+ngb7ksag2tMRl0inb1bbO/esUwzW1vbJi7K0sI0g==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@eslint-community/regexpp" : "^4.8.0"
} ,
"engines" : {
"node" : "^12.0.0 || ^14.0.0 || >=16.0.0"
}
} ,
"node_modules/regexp-ast-analysis" : {
"version" : "0.7.1" ,
"resolved" : "https://registry.npmjs.org/regexp-ast-analysis/-/regexp-ast-analysis-0.7.1.tgz" ,
"integrity" : "sha512-sZuz1dYW/ZsfG17WSAG7eS85r5a0dDsvg+7BiiYR5o6lKCAtUrEwdmRmaGF6rwVj3LcmAeYkOWKEPlbPzN3Y3A==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@eslint-community/regexpp" : "^4.8.0" ,
"refa" : "^0.12.1"
} ,
"engines" : {
"node" : "^12.0.0 || ^14.0.0 || >=16.0.0"
}
} ,
2026-01-09 14:09:25 +07:00
"node_modules/regexp-tree" : {
"version" : "0.1.27" ,
"resolved" : "https://registry.npmjs.org/regexp-tree/-/regexp-tree-0.1.27.tgz" ,
"integrity" : "sha512-iETxpjK6YoRWJG5o6hXLwvjYAoW+FEZn9os0PD/b6AP6xQwsa/Y7lCVgIixBbUPMfhu+i2LtdeAqVTgGlQarfA==" ,
"license" : "MIT" ,
"bin" : {
"regexp-tree" : "bin/regexp-tree"
}
} ,
2026-01-13 10:46:40 +07:00
"node_modules/regjsparser" : {
"version" : "0.13.0" ,
"resolved" : "https://registry.npmjs.org/regjsparser/-/regjsparser-0.13.0.tgz" ,
"integrity" : "sha512-NZQZdC5wOE/H3UT28fVGL+ikOZcEzfMGk/c3iN9UGxzWHMa1op7274oyiUVrAG4B2EuFhus8SvkaYnhvW92p9Q==" ,
"dev" : true ,
"license" : "BSD-2-Clause" ,
"dependencies" : {
"jsesc" : "~3.1.0"
} ,
"bin" : {
"regjsparser" : "bin/parser"
}
} ,
"node_modules/replace-in-file" : {
"version" : "6.3.5" ,
"resolved" : "https://registry.npmjs.org/replace-in-file/-/replace-in-file-6.3.5.tgz" ,
"integrity" : "sha512-arB9d3ENdKva2fxRnSjwBEXfK1npgyci7ZZuwysgAp7ORjHSyxz6oqIjTEv8R0Ydl4Ll7uOAZXL4vbkhGIizCg==" ,
"license" : "MIT" ,
"dependencies" : {
"chalk" : "^4.1.2" ,
"glob" : "^7.2.0" ,
"yargs" : "^17.2.1"
} ,
"bin" : {
"replace-in-file" : "bin/cli.js"
} ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/replace-in-file/node_modules/brace-expansion" : {
"version" : "1.1.12" ,
"resolved" : "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz" ,
"integrity" : "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==" ,
"license" : "MIT" ,
"dependencies" : {
"balanced-match" : "^1.0.0" ,
"concat-map" : "0.0.1"
}
} ,
"node_modules/replace-in-file/node_modules/glob" : {
"version" : "7.2.3" ,
"resolved" : "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz" ,
"integrity" : "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==" ,
"deprecated" : "Glob versions prior to v9 are no longer supported" ,
"license" : "ISC" ,
"dependencies" : {
"fs.realpath" : "^1.0.0" ,
"inflight" : "^1.0.4" ,
"inherits" : "2" ,
"minimatch" : "^3.1.1" ,
"once" : "^1.3.0" ,
"path-is-absolute" : "^1.0.0"
} ,
"engines" : {
"node" : "*"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
"node_modules/replace-in-file/node_modules/minimatch" : {
"version" : "3.1.2" ,
"resolved" : "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz" ,
"integrity" : "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==" ,
"license" : "ISC" ,
"dependencies" : {
"brace-expansion" : "^1.1.7"
} ,
"engines" : {
"node" : "*"
}
} ,
2026-01-09 14:09:25 +07:00
"node_modules/require-directory" : {
"version" : "2.1.1" ,
"resolved" : "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz" ,
"integrity" : "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
2026-01-13 10:46:40 +07:00
"node_modules/reserved-identifiers" : {
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/reserved-identifiers/-/reserved-identifiers-1.2.0.tgz" ,
"integrity" : "sha512-yE7KUfFvaBFzGPs5H3Ops1RevfUEsDc5Iz65rOwWg4lE8HJSYtle77uul3+573457oHvBKuHYDl/xqUkKpEEdw==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2026-01-09 14:09:25 +07:00
"node_modules/resolve" : {
"version" : "1.22.11" ,
"resolved" : "https://registry.npmjs.org/resolve/-/resolve-1.22.11.tgz" ,
"integrity" : "sha512-RfqAvLnMl313r7c9oclB1HhUEAezcpLjz95wFH4LVuhk9JF/r22qmVP9AMmOU4vMX7Q8pN8jwNg/CSpdFnMjTQ==" ,
"license" : "MIT" ,
"dependencies" : {
"is-core-module" : "^2.16.1" ,
"path-parse" : "^1.0.7" ,
"supports-preserve-symlinks-flag" : "^1.0.0"
} ,
"bin" : {
"resolve" : "bin/resolve"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/resolve-from" : {
2026-01-19 15:14:30 +07:00
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz" ,
"integrity" : "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==" ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : ">=8"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-13 10:46:40 +07:00
"node_modules/resolve-path" : {
"version" : "1.4.0" ,
"resolved" : "https://registry.npmjs.org/resolve-path/-/resolve-path-1.4.0.tgz" ,
"integrity" : "sha512-i1xevIst/Qa+nA9olDxLWnLk8YZbi8R/7JPbCMcgyWaFR6bKWaexgJgEB5oc2PKMjYdrHynyz0NY+if+H98t1w==" ,
"license" : "MIT" ,
"dependencies" : {
"http-errors" : "~1.6.2" ,
"path-is-absolute" : "1.0.1"
} ,
"engines" : {
"node" : ">= 0.8"
}
} ,
"node_modules/resolve-path/node_modules/depd" : {
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz" ,
"integrity" : "sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.6"
}
} ,
"node_modules/resolve-path/node_modules/http-errors" : {
"version" : "1.6.3" ,
"resolved" : "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz" ,
"integrity" : "sha512-lks+lVC8dgGyh97jxvxeYTWQFvh4uw4yC12gVl63Cg30sjPX4wuGcdkICVXDAESr6OJGjqGA8Iz5mkeN6zlD7A==" ,
"license" : "MIT" ,
"dependencies" : {
"depd" : "~1.1.2" ,
"inherits" : "2.0.3" ,
"setprototypeof" : "1.1.0" ,
"statuses" : ">= 1.4.0 < 2"
} ,
"engines" : {
"node" : ">= 0.6"
}
} ,
"node_modules/resolve-path/node_modules/inherits" : {
"version" : "2.0.3" ,
"resolved" : "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz" ,
"integrity" : "sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==" ,
"license" : "ISC"
} ,
"node_modules/resolve-path/node_modules/setprototypeof" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.0.tgz" ,
"integrity" : "sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==" ,
"license" : "ISC"
} ,
"node_modules/resolve-path/node_modules/statuses" : {
"version" : "1.5.0" ,
"resolved" : "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz" ,
"integrity" : "sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.6"
}
} ,
"node_modules/resolve-pkg-maps" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/resolve-pkg-maps/-/resolve-pkg-maps-1.0.0.tgz" ,
"integrity" : "sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==" ,
"dev" : true ,
"license" : "MIT" ,
"funding" : {
"url" : "https://github.com/privatenumber/resolve-pkg-maps?sponsor=1"
}
} ,
2026-01-09 14:09:25 +07:00
"node_modules/reusify" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/reusify/-/reusify-1.1.0.tgz" ,
"integrity" : "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==" ,
"license" : "MIT" ,
"engines" : {
"iojs" : ">=1.0.0" ,
"node" : ">=0.10.0"
}
} ,
"node_modules/rfdc" : {
"version" : "1.4.1" ,
"resolved" : "https://registry.npmjs.org/rfdc/-/rfdc-1.4.1.tgz" ,
"integrity" : "sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==" ,
"license" : "MIT"
} ,
"node_modules/rollup" : {
2026-01-19 15:14:30 +07:00
"version" : "4.54.0" ,
"resolved" : "https://registry.npmjs.org/rollup/-/rollup-4.54.0.tgz" ,
"integrity" : "sha512-3nk8Y3a9Ea8szgKhinMlGMhGMw89mqule3KWczxhIzqudyHdCIOHw8WJlj/r329fACjKLEh13ZSk7oE22kyeIw==" ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
"peer" : true ,
"dependencies" : {
"@types/estree" : "1.0.8"
} ,
"bin" : {
"rollup" : "dist/bin/rollup"
} ,
"engines" : {
"node" : ">=18.0.0" ,
"npm" : ">=8.0.0"
} ,
"optionalDependencies" : {
2026-01-19 15:14:30 +07:00
"@rollup/rollup-android-arm-eabi" : "4.54.0" ,
"@rollup/rollup-android-arm64" : "4.54.0" ,
"@rollup/rollup-darwin-arm64" : "4.54.0" ,
"@rollup/rollup-darwin-x64" : "4.54.0" ,
"@rollup/rollup-freebsd-arm64" : "4.54.0" ,
"@rollup/rollup-freebsd-x64" : "4.54.0" ,
"@rollup/rollup-linux-arm-gnueabihf" : "4.54.0" ,
"@rollup/rollup-linux-arm-musleabihf" : "4.54.0" ,
"@rollup/rollup-linux-arm64-gnu" : "4.54.0" ,
"@rollup/rollup-linux-arm64-musl" : "4.54.0" ,
"@rollup/rollup-linux-loong64-gnu" : "4.54.0" ,
"@rollup/rollup-linux-ppc64-gnu" : "4.54.0" ,
"@rollup/rollup-linux-riscv64-gnu" : "4.54.0" ,
"@rollup/rollup-linux-riscv64-musl" : "4.54.0" ,
"@rollup/rollup-linux-s390x-gnu" : "4.54.0" ,
"@rollup/rollup-linux-x64-gnu" : "4.54.0" ,
"@rollup/rollup-linux-x64-musl" : "4.54.0" ,
"@rollup/rollup-openharmony-arm64" : "4.54.0" ,
"@rollup/rollup-win32-arm64-msvc" : "4.54.0" ,
"@rollup/rollup-win32-ia32-msvc" : "4.54.0" ,
"@rollup/rollup-win32-x64-gnu" : "4.54.0" ,
"@rollup/rollup-win32-x64-msvc" : "4.54.0" ,
2026-01-09 14:09:25 +07:00
"fsevents" : "~2.3.2"
}
} ,
"node_modules/rollup-plugin-visualizer" : {
"version" : "6.0.5" ,
"resolved" : "https://registry.npmjs.org/rollup-plugin-visualizer/-/rollup-plugin-visualizer-6.0.5.tgz" ,
"integrity" : "sha512-9+HlNgKCVbJDs8tVtjQ43US12eqaiHyyiLMdBwQ7vSZPiHMysGNo2E88TAp1si5wx8NAoYriI2A5kuKfIakmJg==" ,
"license" : "MIT" ,
"dependencies" : {
"open" : "^8.0.0" ,
"picomatch" : "^4.0.2" ,
"source-map" : "^0.7.4" ,
"yargs" : "^17.5.1"
} ,
"bin" : {
"rollup-plugin-visualizer" : "dist/bin/cli.js"
} ,
"engines" : {
"node" : ">=18"
} ,
"peerDependencies" : {
"rolldown" : "1.x || ^1.0.0-beta" ,
"rollup" : "2.x || 3.x || 4.x"
} ,
"peerDependenciesMeta" : {
"rolldown" : {
"optional" : true
} ,
"rollup" : {
"optional" : true
}
}
} ,
"node_modules/run-applescript" : {
"version" : "7.1.0" ,
"resolved" : "https://registry.npmjs.org/run-applescript/-/run-applescript-7.1.0.tgz" ,
"integrity" : "sha512-DPe5pVFaAsinSaV6QjQ6gdiedWDcRCbUuiQfQa2wmWV7+xC9bGulGI8+TdRmoFkAPaBXk8CrAbnlY2ISniJ47Q==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/run-parallel" : {
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz" ,
"integrity" : "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/feross"
} ,
{
"type" : "patreon" ,
"url" : "https://www.patreon.com/feross"
} ,
{
"type" : "consulting" ,
"url" : "https://feross.org/support"
}
] ,
"license" : "MIT" ,
"dependencies" : {
"queue-microtask" : "^1.2.2"
}
} ,
"node_modules/safe-buffer" : {
"version" : "5.2.1" ,
"resolved" : "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz" ,
"integrity" : "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/feross"
} ,
{
"type" : "patreon" ,
"url" : "https://www.patreon.com/feross"
} ,
{
"type" : "consulting" ,
"url" : "https://feross.org/support"
}
] ,
"license" : "MIT"
} ,
2026-01-13 10:46:40 +07:00
"node_modules/safe-regex-test" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.1.0.tgz" ,
"integrity" : "sha512-x/+Cz4YrimQxQccJf5mKEbIa1NzeCRNI5Ecl/ekmlYaampdNLPalVyIcCZNNH3MvmqBugV5TMYZXv0ljslUlaw==" ,
"license" : "MIT" ,
"dependencies" : {
"call-bound" : "^1.0.2" ,
"es-errors" : "^1.3.0" ,
"is-regex" : "^1.2.1"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2026-01-09 14:09:25 +07:00
"node_modules/safer-buffer" : {
"version" : "2.1.2" ,
"resolved" : "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz" ,
"integrity" : "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" ,
"license" : "MIT"
} ,
"node_modules/sax" : {
2026-01-19 15:14:30 +07:00
"version" : "1.4.3" ,
"resolved" : "https://registry.npmjs.org/sax/-/sax-1.4.3.tgz" ,
"integrity" : "sha512-yqYn1JhPczigF94DMS+shiDMjDowYO6y9+wB/4WgO0Y19jWYk0lQ4tuG5KI7kj4FTp1wxPj5IFfcrz/s1c3jjQ==" ,
"license" : "BlueOak-1.0.0"
2026-01-13 10:46:40 +07:00
} ,
"node_modules/scslre" : {
"version" : "0.3.0" ,
"resolved" : "https://registry.npmjs.org/scslre/-/scslre-0.3.0.tgz" ,
"integrity" : "sha512-3A6sD0WYP7+QrjbfNA2FN3FsOaGGFoekCVgTyypy53gPxhbkCIjtO6YWgdrfM+n/8sI8JeXZOIxsHjMTNxQ4nQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@eslint-community/regexpp" : "^4.8.0" ,
"refa" : "^0.12.0" ,
"regexp-ast-analysis" : "^0.7.0"
} ,
2026-01-09 14:09:25 +07:00
"engines" : {
2026-01-13 10:46:40 +07:00
"node" : "^14.0.0 || >=16.0.0"
2026-01-09 14:09:25 +07:00
}
} ,
"node_modules/scule" : {
"version" : "1.3.0" ,
"resolved" : "https://registry.npmjs.org/scule/-/scule-1.3.0.tgz" ,
"integrity" : "sha512-6FtHJEvt+pVMIB9IBY+IcCJ6Z5f1iQnytgyfKMhDKgmzYG+TeH/wx1y3l27rshSbLiSanrR9ffZDrEsmjlQF2g==" ,
"license" : "MIT"
} ,
"node_modules/semver" : {
"version" : "7.7.3" ,
"resolved" : "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz" ,
"integrity" : "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==" ,
"license" : "ISC" ,
"bin" : {
"semver" : "bin/semver.js"
} ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/send" : {
"version" : "1.2.1" ,
"resolved" : "https://registry.npmjs.org/send/-/send-1.2.1.tgz" ,
"integrity" : "sha512-1gnZf7DFcoIcajTjTwjwuDjzuz4PPcY2StKPlsGAQ1+YH20IRVrBaXSWmdjowTJ6u8Rc01PoYOGHXfP1mYcZNQ==" ,
"license" : "MIT" ,
"dependencies" : {
"debug" : "^4.4.3" ,
"encodeurl" : "^2.0.0" ,
"escape-html" : "^1.0.3" ,
"etag" : "^1.8.1" ,
"fresh" : "^2.0.0" ,
"http-errors" : "^2.0.1" ,
"mime-types" : "^3.0.2" ,
"ms" : "^2.1.3" ,
"on-finished" : "^2.4.1" ,
"range-parser" : "^1.2.1" ,
"statuses" : "^2.0.2"
} ,
"engines" : {
"node" : ">= 18"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/express"
}
} ,
"node_modules/serialize-javascript" : {
"version" : "6.0.2" ,
"resolved" : "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.2.tgz" ,
"integrity" : "sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==" ,
"license" : "BSD-3-Clause" ,
"dependencies" : {
"randombytes" : "^2.1.0"
}
} ,
"node_modules/seroval" : {
"version" : "1.4.2" ,
"resolved" : "https://registry.npmjs.org/seroval/-/seroval-1.4.2.tgz" ,
"integrity" : "sha512-N3HEHRCZYn3cQbsC4B5ldj9j+tHdf4JZoYPlcI4rRYu0Xy4qN8MQf1Z08EibzB0WpgRG5BGK08FTrmM66eSzKQ==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/serve-placeholder" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/serve-placeholder/-/serve-placeholder-2.0.2.tgz" ,
"integrity" : "sha512-/TMG8SboeiQbZJWRlfTCqMs2DD3SZgWp0kDQePz9yUuCnDfDh/92gf7/PxGhzXTKBIPASIHxFcZndoNbp6QOLQ==" ,
"license" : "MIT" ,
"dependencies" : {
"defu" : "^6.1.4"
}
} ,
"node_modules/serve-static" : {
"version" : "2.2.1" ,
"resolved" : "https://registry.npmjs.org/serve-static/-/serve-static-2.2.1.tgz" ,
"integrity" : "sha512-xRXBn0pPqQTVQiC8wyQrKs2MOlX24zQ0POGaj0kultvoOCstBQM5yvOhAVSUwOMjQtTvsPWoNCHfPGwaaQJhTw==" ,
"license" : "MIT" ,
"dependencies" : {
"encodeurl" : "^2.0.0" ,
"escape-html" : "^1.0.3" ,
"parseurl" : "^1.3.3" ,
"send" : "^1.2.0"
} ,
"engines" : {
"node" : ">= 18"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/express"
}
} ,
"node_modules/setprototypeof" : {
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz" ,
"integrity" : "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==" ,
"license" : "ISC"
} ,
"node_modules/shebang-command" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz" ,
"integrity" : "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==" ,
"license" : "MIT" ,
"dependencies" : {
"shebang-regex" : "^3.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/shebang-regex" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz" ,
"integrity" : "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/shell-quote" : {
"version" : "1.8.3" ,
"resolved" : "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.3.tgz" ,
"integrity" : "sha512-ObmnIF4hXNg1BqhnHmgbDETF8dLPCggZWBjkQfhZpbszZnYur5DUljTcCHii5LC3J5E0yeO/1LIMyH+UvHQgyw==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/signal-exit" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz" ,
"integrity" : "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==" ,
"license" : "ISC" ,
"engines" : {
"node" : ">=14"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
"node_modules/simple-git" : {
"version" : "3.30.0" ,
"resolved" : "https://registry.npmjs.org/simple-git/-/simple-git-3.30.0.tgz" ,
"integrity" : "sha512-q6lxyDsCmEal/MEGhP1aVyQ3oxnagGlBDOVSIB4XUVLl1iZh0Pah6ebC9V4xBap/RfgP2WlI8EKs0WS0rMEJHg==" ,
"license" : "MIT" ,
"dependencies" : {
"@kwsites/file-exists" : "^1.1.1" ,
"@kwsites/promise-deferred" : "^1.1.1" ,
"debug" : "^4.4.0"
} ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/steveukx/git-js?sponsor=1"
}
} ,
"node_modules/sirv" : {
"version" : "3.0.2" ,
"resolved" : "https://registry.npmjs.org/sirv/-/sirv-3.0.2.tgz" ,
"integrity" : "sha512-2wcC/oGxHis/BoHkkPwldgiPSYcpZK3JU28WoMVv55yHJgcZ8rlXvuG9iZggz+sU1d4bRgIGASwyWqjxu3FM0g==" ,
"license" : "MIT" ,
"dependencies" : {
"@polka/url" : "^1.0.0-next.24" ,
"mrmime" : "^2.0.0" ,
"totalist" : "^3.0.0"
} ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/sisteransi" : {
"version" : "1.0.5" ,
"resolved" : "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz" ,
"integrity" : "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==" ,
"license" : "MIT"
} ,
"node_modules/slash" : {
"version" : "5.1.0" ,
"resolved" : "https://registry.npmjs.org/slash/-/slash-5.1.0.tgz" ,
"integrity" : "sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=14.16"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/smob" : {
"version" : "1.5.0" ,
"resolved" : "https://registry.npmjs.org/smob/-/smob-1.5.0.tgz" ,
"integrity" : "sha512-g6T+p7QO8npa+/hNx9ohv1E5pVCmWrVCUzUXJyLdMmftX6ER0oiWY/w9knEonLpnOp6b6FenKnMfR8gqwWdwig==" ,
"license" : "MIT"
} ,
"node_modules/source-map" : {
"version" : "0.7.6" ,
"resolved" : "https://registry.npmjs.org/source-map/-/source-map-0.7.6.tgz" ,
"integrity" : "sha512-i5uvt8C3ikiWeNZSVZNWcfZPItFQOsYTUAOkcUPGd8DqDy1uOUikjt5dG+uRlwyvR108Fb9DOd4GvXfT0N2/uQ==" ,
"license" : "BSD-3-Clause" ,
"engines" : {
"node" : ">= 12"
}
} ,
"node_modules/source-map-js" : {
"version" : "1.2.1" ,
"resolved" : "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz" ,
"integrity" : "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==" ,
"license" : "BSD-3-Clause" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/source-map-support" : {
"version" : "0.5.21" ,
"resolved" : "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz" ,
"integrity" : "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==" ,
"license" : "MIT" ,
"dependencies" : {
"buffer-from" : "^1.0.0" ,
"source-map" : "^0.6.0"
}
} ,
"node_modules/source-map-support/node_modules/source-map" : {
"version" : "0.6.1" ,
"resolved" : "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz" ,
"integrity" : "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" ,
"license" : "BSD-3-Clause" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
2026-01-13 10:46:40 +07:00
"node_modules/spdx-exceptions" : {
"version" : "2.5.0" ,
"resolved" : "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.5.0.tgz" ,
"integrity" : "sha512-PiU42r+xO4UbUS1buo3LPJkjlO7430Xn5SVAhdpzzsPHsjbYVflnnFdATgabnLude+Cqu25p6N+g2lw/PFsa4w==" ,
"dev" : true ,
"license" : "CC-BY-3.0"
} ,
"node_modules/spdx-expression-parse" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-4.0.0.tgz" ,
"integrity" : "sha512-Clya5JIij/7C6bRR22+tnGXbc4VKlibKSVj2iHvVeX5iMW7s1SIQlqu699JkODJJIhh/pUu8L0/VLh8xflD+LQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"spdx-exceptions" : "^2.1.0" ,
"spdx-license-ids" : "^3.0.0"
}
} ,
"node_modules/spdx-license-ids" : {
"version" : "3.0.22" ,
"resolved" : "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.22.tgz" ,
"integrity" : "sha512-4PRT4nh1EImPbt2jASOKHX7PB7I+e4IWNLvkKFDxNhJlfjbYlleYQh285Z/3mPTHSAK/AvdMmw5BNNuYH8ShgQ==" ,
"dev" : true ,
"license" : "CC0-1.0"
} ,
2026-01-09 14:09:25 +07:00
"node_modules/speakingurl" : {
"version" : "14.0.1" ,
"resolved" : "https://registry.npmjs.org/speakingurl/-/speakingurl-14.0.1.tgz" ,
"integrity" : "sha512-1POYv7uv2gXoyGFpBCmpDVSNV74IfsWlDW216UPjbWufNf+bSU6GdbDsxdcxtfwb4xlI3yxzOTKClUosxARYrQ==" ,
"license" : "BSD-3-Clause" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/srvx" : {
2026-01-19 15:14:30 +07:00
"version" : "0.9.8" ,
"resolved" : "https://registry.npmjs.org/srvx/-/srvx-0.9.8.tgz" ,
"integrity" : "sha512-RZaxTKJEE/14HYn8COLuUOJAt0U55N9l1Xf6jj+T0GoA01EUH1Xz5JtSUOI+EHn+AEgPCVn7gk6jHJffrr06fQ==" ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
"bin" : {
"srvx" : "bin/srvx.mjs"
} ,
"engines" : {
"node" : ">=20.16.0"
}
} ,
2026-01-13 10:46:40 +07:00
"node_modules/stable-hash-x" : {
"version" : "0.2.0" ,
"resolved" : "https://registry.npmjs.org/stable-hash-x/-/stable-hash-x-0.2.0.tgz" ,
"integrity" : "sha512-o3yWv49B/o4QZk5ZcsALc6t0+eCelPc44zZsLtCQnZPDwFpDYSWcDnrv2TtMmMbQ7uKo3J0HTURCqckw23czNQ==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=12.0.0"
}
} ,
2026-01-09 14:09:25 +07:00
"node_modules/standard-as-callback" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/standard-as-callback/-/standard-as-callback-2.1.0.tgz" ,
"integrity" : "sha512-qoRRSyROncaz1z0mvYqIE4lCd9p2R90i6GxW3uZv5ucSu8tU7B5HXUP1gG8pVZsYNVaXjk8ClXHPttLyxAL48A==" ,
"license" : "MIT"
} ,
"node_modules/statuses" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/statuses/-/statuses-2.0.2.tgz" ,
"integrity" : "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.8"
}
} ,
"node_modules/std-env" : {
"version" : "3.10.0" ,
"resolved" : "https://registry.npmjs.org/std-env/-/std-env-3.10.0.tgz" ,
"integrity" : "sha512-5GS12FdOZNliM5mAOxFRg7Ir0pWz8MdpYm6AY6VPkGpbA7ZzmbzNcBJQ0GPvvyWgcY7QAhCgf9Uy89I03faLkg==" ,
"license" : "MIT"
} ,
"node_modules/streamx" : {
"version" : "2.23.0" ,
"resolved" : "https://registry.npmjs.org/streamx/-/streamx-2.23.0.tgz" ,
"integrity" : "sha512-kn+e44esVfn2Fa/O0CPFcex27fjIL6MkVae0Mm6q+E6f0hWv578YCERbv+4m02cjxvDsPKLnmxral/rR6lBMAg==" ,
"license" : "MIT" ,
"dependencies" : {
"events-universal" : "^1.0.0" ,
"fast-fifo" : "^1.3.2" ,
"text-decoder" : "^1.1.0"
}
} ,
"node_modules/string_decoder" : {
"version" : "1.3.0" ,
"resolved" : "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz" ,
"integrity" : "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==" ,
"license" : "MIT" ,
"dependencies" : {
"safe-buffer" : "~5.2.0"
}
} ,
"node_modules/string-width" : {
2026-01-19 15:14:30 +07:00
"version" : "5.1.2" ,
"resolved" : "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz" ,
"integrity" : "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==" ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
"dependencies" : {
2026-01-19 15:14:30 +07:00
"eastasianwidth" : "^0.2.0" ,
"emoji-regex" : "^9.2.2" ,
"strip-ansi" : "^7.0.1"
2026-01-13 10:46:40 +07:00
} ,
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2026-01-13 10:46:40 +07:00
}
} ,
"node_modules/string-width-cjs" : {
"name" : "string-width" ,
2026-01-09 14:09:25 +07:00
"version" : "4.2.3" ,
"resolved" : "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz" ,
"integrity" : "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==" ,
"license" : "MIT" ,
"dependencies" : {
"emoji-regex" : "^8.0.0" ,
"is-fullwidth-code-point" : "^3.0.0" ,
"strip-ansi" : "^6.0.1"
} ,
"engines" : {
"node" : ">=8"
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/string-width-cjs/node_modules/ansi-regex" : {
"version" : "5.0.1" ,
"resolved" : "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz" ,
"integrity" : "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/string-width-cjs/node_modules/emoji-regex" : {
"version" : "8.0.0" ,
"resolved" : "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz" ,
"integrity" : "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" ,
"license" : "MIT"
} ,
"node_modules/string-width-cjs/node_modules/strip-ansi" : {
2026-01-19 15:11:47 +07:00
"version" : "6.0.1" ,
"resolved" : "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz" ,
"integrity" : "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==" ,
2026-01-13 10:46:40 +07:00
"license" : "MIT" ,
"dependencies" : {
2026-01-19 15:14:30 +07:00
"ansi-regex" : "^5.0.1"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/strip-ansi" : {
"version" : "7.1.2" ,
"resolved" : "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz" ,
"integrity" : "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==" ,
"license" : "MIT" ,
"dependencies" : {
"ansi-regex" : "^6.0.1"
2026-01-13 10:46:40 +07:00
} ,
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/chalk/strip-ansi?sponsor=1"
2026-01-13 10:46:40 +07:00
}
} ,
2026-01-09 14:09:25 +07:00
"node_modules/strip-ansi-cjs" : {
"name" : "strip-ansi" ,
"version" : "6.0.1" ,
"resolved" : "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz" ,
"integrity" : "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==" ,
"license" : "MIT" ,
"dependencies" : {
"ansi-regex" : "^5.0.1"
} ,
"engines" : {
"node" : ">=8"
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/strip-ansi-cjs/node_modules/ansi-regex" : {
"version" : "5.0.1" ,
"resolved" : "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz" ,
"integrity" : "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
}
} ,
2026-01-09 14:09:25 +07:00
"node_modules/strip-final-newline" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-3.0.0.tgz" ,
"integrity" : "sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2026-01-13 10:46:40 +07:00
"node_modules/strip-indent" : {
"version" : "4.1.1" ,
"resolved" : "https://registry.npmjs.org/strip-indent/-/strip-indent-4.1.1.tgz" ,
"integrity" : "sha512-SlyRoSkdh1dYP0PzclLE7r0M9sgbFKKMFXpFRUMNuKhQSbC6VQIGzq3E0qsfvGJaUFJPGv6Ws1NZ/haTAjfbMA==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/strip-json-comments" : {
"version" : "3.1.1" ,
"resolved" : "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz" ,
"integrity" : "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==" ,
"devOptional" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2026-01-09 14:09:25 +07:00
"node_modules/strip-literal" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/strip-literal/-/strip-literal-3.1.0.tgz" ,
"integrity" : "sha512-8r3mkIM/2+PpjHoOtiAW8Rg3jJLHaV7xPwG+YRGrv6FP0wwk/toTpATxWYOW0BKdWwl82VT2tFYi5DlROa0Mxg==" ,
"license" : "MIT" ,
"dependencies" : {
"js-tokens" : "^9.0.1"
} ,
"funding" : {
"url" : "https://github.com/sponsors/antfu"
}
} ,
"node_modules/strip-literal/node_modules/js-tokens" : {
"version" : "9.0.1" ,
"resolved" : "https://registry.npmjs.org/js-tokens/-/js-tokens-9.0.1.tgz" ,
"integrity" : "sha512-mxa9E9ITFOt0ban3j6L5MpjwegGz6lBQmM1IJkWeBZGcMxto50+eWdjC/52xDbS2vy0k7vIMK0Fe2wfL9OQSpQ==" ,
"license" : "MIT"
} ,
"node_modules/structured-clone-es" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/structured-clone-es/-/structured-clone-es-1.0.0.tgz" ,
"integrity" : "sha512-FL8EeKFFyNQv5cMnXI31CIMCsFarSVI2bF0U0ImeNE3g/F1IvJQyqzOXxPBRXiwQfyBTlbNe88jh1jFW0O/jiQ==" ,
"license" : "ISC"
} ,
"node_modules/stylehacks" : {
"version" : "7.0.7" ,
"resolved" : "https://registry.npmjs.org/stylehacks/-/stylehacks-7.0.7.tgz" ,
"integrity" : "sha512-bJkD0JkEtbRrMFtwgpJyBbFIwfDDONQ1Ov3sDLZQP8HuJ73kBOyx66H4bOcAbVWmnfLdvQ0AJwXxOMkpujcO6g==" ,
"license" : "MIT" ,
"dependencies" : {
"browserslist" : "^4.27.0" ,
"postcss-selector-parser" : "^7.1.0"
} ,
"engines" : {
"node" : "^18.12.0 || ^20.9.0 || >=22.0"
} ,
"peerDependencies" : {
"postcss" : "^8.4.32"
}
} ,
2026-01-13 10:46:40 +07:00
"node_modules/sucrase" : {
"version" : "3.35.1" ,
"resolved" : "https://registry.npmjs.org/sucrase/-/sucrase-3.35.1.tgz" ,
"integrity" : "sha512-DhuTmvZWux4H1UOnWMB3sk0sbaCVOoQZjv8u1rDoTV0HTdGem9hkAZtl4JZy8P2z4Bg0nT+YMeOFyVr4zcG5Tw==" ,
"license" : "MIT" ,
"dependencies" : {
"@jridgewell/gen-mapping" : "^0.3.2" ,
"commander" : "^4.0.0" ,
"lines-and-columns" : "^1.1.6" ,
"mz" : "^2.7.0" ,
"pirates" : "^4.0.1" ,
"tinyglobby" : "^0.2.11" ,
"ts-interface-checker" : "^0.1.9"
} ,
"bin" : {
"sucrase" : "bin/sucrase" ,
"sucrase-node" : "bin/sucrase-node"
} ,
"engines" : {
"node" : ">=16 || 14 >=14.17"
}
} ,
"node_modules/sucrase/node_modules/commander" : {
"version" : "4.1.1" ,
"resolved" : "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz" ,
"integrity" : "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 6"
}
} ,
2026-01-09 14:09:25 +07:00
"node_modules/superjson" : {
"version" : "2.2.6" ,
"resolved" : "https://registry.npmjs.org/superjson/-/superjson-2.2.6.tgz" ,
"integrity" : "sha512-H+ue8Zo4vJmV2nRjpx86P35lzwDT3nItnIsocgumgr0hHMQ+ZGq5vrERg9kJBo5AWGmxZDhzDo+WVIJqkB0cGA==" ,
"license" : "MIT" ,
"dependencies" : {
"copy-anything" : "^4"
} ,
"engines" : {
"node" : ">=16"
}
} ,
"node_modules/supports-color" : {
2026-01-13 10:46:40 +07:00
"version" : "7.2.0" ,
"resolved" : "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz" ,
"integrity" : "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==" ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
2026-01-13 10:46:40 +07:00
"dependencies" : {
"has-flag" : "^4.0.0"
2026-01-09 14:09:25 +07:00
} ,
2026-01-13 10:46:40 +07:00
"engines" : {
"node" : ">=8"
2026-01-09 14:09:25 +07:00
}
} ,
"node_modules/supports-preserve-symlinks-flag" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz" ,
"integrity" : "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/svgo" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/svgo/-/svgo-4.0.0.tgz" ,
"integrity" : "sha512-VvrHQ+9uniE+Mvx3+C9IEe/lWasXCU0nXMY2kZeLrHNICuRiC8uMPyM14UEaMOFA5mhyQqEkB02VoQ16n3DLaw==" ,
"license" : "MIT" ,
"dependencies" : {
"commander" : "^11.1.0" ,
"css-select" : "^5.1.0" ,
"css-tree" : "^3.0.1" ,
"css-what" : "^6.1.0" ,
"csso" : "^5.0.5" ,
"picocolors" : "^1.1.1" ,
"sax" : "^1.4.1"
} ,
"bin" : {
"svgo" : "bin/svgo.js"
} ,
"engines" : {
"node" : ">=16"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/svgo"
}
} ,
2026-01-13 10:46:40 +07:00
"node_modules/svgo/node_modules/commander" : {
"version" : "11.1.0" ,
"resolved" : "https://registry.npmjs.org/commander/-/commander-11.1.0.tgz" ,
"integrity" : "sha512-yPVavfyCcRhmorC7rWlkHn15b4wDVgVmBA7kV4QVBsF7kv/9TKJAbAXVTxvTnwP8HHKjRCJDClKbciiYS7p0DQ==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=16"
}
} ,
2026-01-09 14:09:25 +07:00
"node_modules/system-architecture" : {
"version" : "0.1.0" ,
"resolved" : "https://registry.npmjs.org/system-architecture/-/system-architecture-0.1.0.tgz" ,
"integrity" : "sha512-ulAk51I9UVUyJgxlv9M6lFot2WP3e7t8Kz9+IS6D4rVba1tR9kON+Ey69f+1R4Q8cd45Lod6a4IcJIxnzGc/zA==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/tagged-tag" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/tagged-tag/-/tagged-tag-1.0.0.tgz" ,
"integrity" : "sha512-yEFYrVhod+hdNyx7g5Bnkkb0G6si8HJurOoOEgC8B/O0uXLHlaey/65KRv6cuWBNhBgHKAROVpc7QyYqE5gFng==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=20"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2026-01-13 10:46:40 +07:00
"node_modules/tailwind-config-viewer" : {
"version" : "2.0.4" ,
"resolved" : "https://registry.npmjs.org/tailwind-config-viewer/-/tailwind-config-viewer-2.0.4.tgz" ,
"integrity" : "sha512-icvcmdMmt9dphvas8wL40qttrHwAnW3QEN4ExJ2zICjwRsPj7gowd1cOceaWG3IfTuM/cTNGQcx+bsjMtmV+cw==" ,
"license" : "MIT" ,
"dependencies" : {
"@koa/router" : "^12.0.1" ,
"commander" : "^6.0.0" ,
"fs-extra" : "^9.0.1" ,
"koa" : "^2.14.2" ,
"koa-static" : "^5.0.0" ,
"open" : "^7.0.4" ,
"portfinder" : "^1.0.26" ,
"replace-in-file" : "^6.1.0"
} ,
"bin" : {
"tailwind-config-viewer" : "cli/index.js" ,
"tailwindcss-config-viewer" : "cli/index.js"
} ,
"engines" : {
"node" : ">=13"
} ,
"peerDependencies" : {
"tailwindcss" : "1 || 2 || 2.0.1-compat || 3"
}
} ,
"node_modules/tailwind-config-viewer/node_modules/commander" : {
"version" : "6.2.1" ,
"resolved" : "https://registry.npmjs.org/commander/-/commander-6.2.1.tgz" ,
"integrity" : "sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 6"
}
} ,
"node_modules/tailwind-config-viewer/node_modules/is-docker" : {
"version" : "2.2.1" ,
"resolved" : "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz" ,
"integrity" : "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==" ,
"license" : "MIT" ,
"bin" : {
"is-docker" : "cli.js"
} ,
"engines" : {
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/tailwind-config-viewer/node_modules/is-wsl" : {
"version" : "2.2.0" ,
"resolved" : "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz" ,
"integrity" : "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==" ,
"license" : "MIT" ,
"dependencies" : {
"is-docker" : "^2.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/tailwind-config-viewer/node_modules/open" : {
"version" : "7.4.2" ,
"resolved" : "https://registry.npmjs.org/open/-/open-7.4.2.tgz" ,
"integrity" : "sha512-MVHddDVweXZF3awtlAS+6pgKLlm/JgxZ90+/NBurBoQctVOOB/zDdVjcyPzQ+0laDGbsWgrRkflI65sQeOgT9Q==" ,
"license" : "MIT" ,
"dependencies" : {
"is-docker" : "^2.0.0" ,
"is-wsl" : "^2.1.1"
} ,
"engines" : {
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/tailwindcss" : {
"version" : "3.4.19" ,
"resolved" : "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.19.tgz" ,
"integrity" : "sha512-3ofp+LL8E+pK/JuPLPggVAIaEuhvIz4qNcf3nA1Xn2o/7fb7s/TYpHhwGDv1ZU3PkBluUVaF8PyCHcm48cKLWQ==" ,
"license" : "MIT" ,
"peer" : true ,
"dependencies" : {
"@alloc/quick-lru" : "^5.2.0" ,
"arg" : "^5.0.2" ,
"chokidar" : "^3.6.0" ,
"didyoumean" : "^1.2.2" ,
"dlv" : "^1.1.3" ,
"fast-glob" : "^3.3.2" ,
"glob-parent" : "^6.0.2" ,
"is-glob" : "^4.0.3" ,
"jiti" : "^1.21.7" ,
"lilconfig" : "^3.1.3" ,
"micromatch" : "^4.0.8" ,
"normalize-path" : "^3.0.0" ,
"object-hash" : "^3.0.0" ,
"picocolors" : "^1.1.1" ,
"postcss" : "^8.4.47" ,
"postcss-import" : "^15.1.0" ,
"postcss-js" : "^4.0.1" ,
"postcss-load-config" : "^4.0.2 || ^5.0 || ^6.0" ,
"postcss-nested" : "^6.2.0" ,
"postcss-selector-parser" : "^6.1.2" ,
"resolve" : "^1.22.8" ,
"sucrase" : "^3.35.0"
} ,
"bin" : {
"tailwind" : "lib/cli.js" ,
"tailwindcss" : "lib/cli.js"
} ,
"engines" : {
"node" : ">=14.0.0"
}
} ,
"node_modules/tailwindcss/node_modules/chokidar" : {
"version" : "3.6.0" ,
"resolved" : "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz" ,
"integrity" : "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==" ,
"license" : "MIT" ,
"dependencies" : {
"anymatch" : "~3.1.2" ,
"braces" : "~3.0.2" ,
"glob-parent" : "~5.1.2" ,
"is-binary-path" : "~2.1.0" ,
"is-glob" : "~4.0.1" ,
"normalize-path" : "~3.0.0" ,
"readdirp" : "~3.6.0"
} ,
"engines" : {
"node" : ">= 8.10.0"
} ,
"funding" : {
"url" : "https://paulmillr.com/funding/"
} ,
"optionalDependencies" : {
"fsevents" : "~2.3.2"
}
} ,
"node_modules/tailwindcss/node_modules/chokidar/node_modules/glob-parent" : {
"version" : "5.1.2" ,
"resolved" : "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz" ,
"integrity" : "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==" ,
"license" : "ISC" ,
"dependencies" : {
"is-glob" : "^4.0.1"
} ,
"engines" : {
"node" : ">= 6"
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/tailwindcss/node_modules/glob-parent" : {
"version" : "6.0.2" ,
"resolved" : "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz" ,
"integrity" : "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==" ,
"license" : "ISC" ,
"dependencies" : {
"is-glob" : "^4.0.3"
} ,
"engines" : {
"node" : ">=10.13.0"
}
} ,
2026-01-13 10:46:40 +07:00
"node_modules/tailwindcss/node_modules/jiti" : {
"version" : "1.21.7" ,
"resolved" : "https://registry.npmjs.org/jiti/-/jiti-1.21.7.tgz" ,
"integrity" : "sha512-/imKNG4EbWNrVjoNC/1H5/9GFy+tqjGBHCaSsN+P2RnPqjsLmv6UD3Ej+Kj8nBWaRAwyk7kK5ZUc+OEatnTR3A==" ,
"license" : "MIT" ,
"bin" : {
"jiti" : "bin/jiti.js"
}
} ,
"node_modules/tailwindcss/node_modules/picomatch" : {
"version" : "2.3.1" ,
"resolved" : "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz" ,
"integrity" : "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8.6"
} ,
"funding" : {
"url" : "https://github.com/sponsors/jonschlinkert"
}
} ,
"node_modules/tailwindcss/node_modules/postcss-selector-parser" : {
"version" : "6.1.2" ,
"resolved" : "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz" ,
"integrity" : "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==" ,
"license" : "MIT" ,
"dependencies" : {
"cssesc" : "^3.0.0" ,
"util-deprecate" : "^1.0.2"
} ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/tailwindcss/node_modules/readdirp" : {
"version" : "3.6.0" ,
"resolved" : "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz" ,
"integrity" : "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==" ,
"license" : "MIT" ,
"dependencies" : {
"picomatch" : "^2.2.1"
} ,
"engines" : {
"node" : ">=8.10.0"
}
} ,
"node_modules/tapable" : {
"version" : "2.3.0" ,
"resolved" : "https://registry.npmjs.org/tapable/-/tapable-2.3.0.tgz" ,
"integrity" : "sha512-g9ljZiwki/LfxmQADO3dEY1CbpmXT5Hm2fJ+QaGKwSXUylMybePR7/67YW7jOrrvjEgL1Fmz5kzyAjWVWLlucg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/webpack"
}
} ,
2026-01-09 14:09:25 +07:00
"node_modules/tar" : {
2026-01-19 15:14:30 +07:00
"version" : "7.5.2" ,
"resolved" : "https://registry.npmjs.org/tar/-/tar-7.5.2.tgz" ,
"integrity" : "sha512-7NyxrTE4Anh8km8iEy7o0QYPs+0JKBTj5ZaqHg6B39erLg0qYXN3BijtShwbsNSvQ+LN75+KV+C4QR/f6Gwnpg==" ,
2026-01-09 14:09:25 +07:00
"license" : "BlueOak-1.0.0" ,
"dependencies" : {
"@isaacs/fs-minipass" : "^4.0.0" ,
"chownr" : "^3.0.0" ,
"minipass" : "^7.1.2" ,
"minizlib" : "^3.1.0" ,
"yallist" : "^5.0.0"
} ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/tar-stream" : {
"version" : "3.1.7" ,
"resolved" : "https://registry.npmjs.org/tar-stream/-/tar-stream-3.1.7.tgz" ,
"integrity" : "sha512-qJj60CXt7IU1Ffyc3NJMjh6EkuCFej46zUqJ4J7pqYlThyd9bO0XBTmcOIhSzZJVWfsLks0+nle/j538YAW9RQ==" ,
"license" : "MIT" ,
"dependencies" : {
"b4a" : "^1.6.4" ,
"fast-fifo" : "^1.2.0" ,
"streamx" : "^2.15.0"
}
} ,
"node_modules/tar/node_modules/yallist" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/yallist/-/yallist-5.0.0.tgz" ,
"integrity" : "sha512-YgvUTfwqyc7UXVMrB+SImsVYSmTS8X/tSrtdNZMImM+n7+QTriRXyXim0mBrTXNeqzVF0KWGgHPeiyViFFrNDw==" ,
"license" : "BlueOak-1.0.0" ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/terser" : {
2026-01-19 15:14:30 +07:00
"version" : "5.44.1" ,
"resolved" : "https://registry.npmjs.org/terser/-/terser-5.44.1.tgz" ,
"integrity" : "sha512-t/R3R/n0MSwnnazuPpPNVO60LX0SKL45pyl9YlvxIdkH0Of7D5qM2EVe+yASRIlY5pZ73nclYJfNANGWPwFDZw==" ,
2026-01-09 14:09:25 +07:00
"license" : "BSD-2-Clause" ,
"dependencies" : {
"@jridgewell/source-map" : "^0.3.3" ,
"acorn" : "^8.15.0" ,
"commander" : "^2.20.0" ,
"source-map-support" : "~0.5.20"
} ,
"bin" : {
"terser" : "bin/terser"
} ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/terser/node_modules/commander" : {
"version" : "2.20.3" ,
"resolved" : "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz" ,
"integrity" : "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==" ,
"license" : "MIT"
} ,
"node_modules/text-decoder" : {
"version" : "1.2.3" ,
"resolved" : "https://registry.npmjs.org/text-decoder/-/text-decoder-1.2.3.tgz" ,
"integrity" : "sha512-3/o9z3X0X0fTupwsYvR03pJ/DjWuqqrfwBgTQzdWDiQSm9KitAyz/9WqsT2JQW7KV2m+bC2ol/zqpW37NHxLaA==" ,
"license" : "Apache-2.0" ,
"dependencies" : {
"b4a" : "^1.6.4"
}
} ,
2026-01-13 10:46:40 +07:00
"node_modules/thenify" : {
"version" : "3.3.1" ,
"resolved" : "https://registry.npmjs.org/thenify/-/thenify-3.3.1.tgz" ,
"integrity" : "sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==" ,
"license" : "MIT" ,
"dependencies" : {
"any-promise" : "^1.0.0"
}
} ,
"node_modules/thenify-all" : {
"version" : "1.6.0" ,
"resolved" : "https://registry.npmjs.org/thenify-all/-/thenify-all-1.6.0.tgz" ,
"integrity" : "sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==" ,
"license" : "MIT" ,
"dependencies" : {
"thenify" : ">= 3.1.0 < 4"
} ,
"engines" : {
"node" : ">=0.8"
}
} ,
2026-01-09 14:09:25 +07:00
"node_modules/tiny-invariant" : {
"version" : "1.3.3" ,
"resolved" : "https://registry.npmjs.org/tiny-invariant/-/tiny-invariant-1.3.3.tgz" ,
"integrity" : "sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg==" ,
"license" : "MIT"
} ,
"node_modules/tinyexec" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/tinyexec/-/tinyexec-1.0.2.tgz" ,
"integrity" : "sha512-W/KYk+NFhkmsYpuHq5JykngiOCnxeVL8v8dFnqxSD8qEEdRfXk1SDM6JzNqcERbcGYj9tMrDQBYV9cjgnunFIg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/tinyglobby" : {
"version" : "0.2.15" ,
"resolved" : "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.15.tgz" ,
"integrity" : "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==" ,
"license" : "MIT" ,
"dependencies" : {
"fdir" : "^6.5.0" ,
"picomatch" : "^4.0.3"
} ,
"engines" : {
"node" : ">=12.0.0"
} ,
"funding" : {
"url" : "https://github.com/sponsors/SuperchupuDev"
}
} ,
"node_modules/to-regex-range" : {
"version" : "5.0.1" ,
"resolved" : "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz" ,
"integrity" : "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==" ,
"license" : "MIT" ,
"dependencies" : {
"is-number" : "^7.0.0"
} ,
"engines" : {
"node" : ">=8.0"
}
} ,
2026-01-13 10:46:40 +07:00
"node_modules/to-valid-identifier" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/to-valid-identifier/-/to-valid-identifier-1.0.0.tgz" ,
"integrity" : "sha512-41wJyvKep3yT2tyPqX/4blcfybknGB4D+oETKLs7Q76UiPqRpUJK3hr1nxelyYO0PHKVzJwlu0aCeEAsGI6rpw==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@sindresorhus/base62" : "^1.0.0" ,
"reserved-identifiers" : "^1.0.0"
} ,
"engines" : {
"node" : ">=20"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2026-01-09 14:09:25 +07:00
"node_modules/toidentifier" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz" ,
"integrity" : "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=0.6"
}
} ,
2026-01-19 15:51:28 +07:00
"node_modules/tosource" : {
"version" : "2.0.0-alpha.3" ,
"resolved" : "https://registry.npmjs.org/tosource/-/tosource-2.0.0-alpha.3.tgz" ,
"integrity" : "sha512-KAB2lrSS48y91MzFPFuDg4hLbvDiyTjOVgaK7Erw+5AmZXNq4sFRVn8r6yxSLuNs15PaokrDRpS61ERY9uZOug==" ,
"dev" : true ,
"engines" : {
"node" : ">=10"
}
} ,
2026-01-09 14:09:25 +07:00
"node_modules/totalist" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/totalist/-/totalist-3.0.1.tgz" ,
"integrity" : "sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6"
}
} ,
2026-01-13 10:46:40 +07:00
"node_modules/tr46" : {
"version" : "0.0.3" ,
"resolved" : "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz" ,
"integrity" : "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==" ,
"license" : "MIT"
} ,
"node_modules/ts-api-utils" : {
"version" : "2.4.0" ,
"resolved" : "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.4.0.tgz" ,
"integrity" : "sha512-3TaVTaAv2gTiMB35i3FiGJaRfwb3Pyn/j3m/bfAvGe8FB7CF6u+LMYqYlDh7reQf7UNvoTvdfAqHGmPGOSsPmA==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=18.12"
} ,
"peerDependencies" : {
"typescript" : ">=4.8.4"
}
} ,
"node_modules/ts-interface-checker" : {
"version" : "0.1.13" ,
"resolved" : "https://registry.npmjs.org/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz" ,
"integrity" : "sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==" ,
"license" : "Apache-2.0"
2026-01-09 14:09:25 +07:00
} ,
"node_modules/tslib" : {
"version" : "2.8.1" ,
"resolved" : "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz" ,
"integrity" : "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==" ,
"license" : "0BSD" ,
"optional" : true
} ,
2026-01-13 10:46:40 +07:00
"node_modules/tsscmp" : {
"version" : "1.0.6" ,
"resolved" : "https://registry.npmjs.org/tsscmp/-/tsscmp-1.0.6.tgz" ,
"integrity" : "sha512-LxhtAkPDTkVCMQjt2h6eBVY28KCjikZqZfMcC15YBeNjkgUpdCfBu5HoiOTDu86v6smE8yOjyEktJ8hlbANHQA==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=0.6.x"
}
} ,
"node_modules/type-check" : {
"version" : "0.4.0" ,
"resolved" : "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz" ,
"integrity" : "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==" ,
"devOptional" : true ,
"license" : "MIT" ,
"dependencies" : {
"prelude-ls" : "^1.2.1"
} ,
"engines" : {
"node" : ">= 0.8.0"
}
} ,
2026-01-09 14:09:25 +07:00
"node_modules/type-fest" : {
2026-01-19 15:14:30 +07:00
"version" : "5.3.1" ,
"resolved" : "https://registry.npmjs.org/type-fest/-/type-fest-5.3.1.tgz" ,
"integrity" : "sha512-VCn+LMHbd4t6sF3wfU/+HKT63C9OoyrSIf4b+vtWHpt2U7/4InZG467YDNMFMR70DdHjAdpPWmw2lzRdg0Xqqg==" ,
2026-01-09 14:09:25 +07:00
"license" : "(MIT OR CC0-1.0)" ,
"dependencies" : {
"tagged-tag" : "^1.0.0"
} ,
"engines" : {
"node" : ">=20"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2026-01-13 10:46:40 +07:00
"node_modules/type-is" : {
"version" : "1.6.18" ,
"resolved" : "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz" ,
"integrity" : "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==" ,
"license" : "MIT" ,
"dependencies" : {
"media-typer" : "0.3.0" ,
"mime-types" : "~2.1.24"
} ,
"engines" : {
"node" : ">= 0.6"
}
} ,
"node_modules/type-is/node_modules/mime-db" : {
"version" : "1.52.0" ,
"resolved" : "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz" ,
"integrity" : "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.6"
}
} ,
"node_modules/type-is/node_modules/mime-types" : {
"version" : "2.1.35" ,
"resolved" : "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz" ,
"integrity" : "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==" ,
"license" : "MIT" ,
"dependencies" : {
"mime-db" : "1.52.0"
} ,
"engines" : {
"node" : ">= 0.6"
}
} ,
2026-01-09 14:09:25 +07:00
"node_modules/type-level-regexp" : {
"version" : "0.1.17" ,
"resolved" : "https://registry.npmjs.org/type-level-regexp/-/type-level-regexp-0.1.17.tgz" ,
"integrity" : "sha512-wTk4DH3cxwk196uGLK/E9pE45aLfeKJacKmcEgEOA/q5dnPGNxXt0cfYdFxb57L+sEpf1oJH4Dnx/pnRcku9jg==" ,
"license" : "MIT"
} ,
2026-01-13 10:46:40 +07:00
"node_modules/typescript" : {
"version" : "5.9.3" ,
"resolved" : "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz" ,
"integrity" : "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==" ,
"devOptional" : true ,
"license" : "Apache-2.0" ,
"peer" : true ,
"bin" : {
"tsc" : "bin/tsc" ,
"tsserver" : "bin/tsserver"
} ,
"engines" : {
"node" : ">=14.17"
}
} ,
2026-01-09 14:09:25 +07:00
"node_modules/ufo" : {
2026-01-19 15:14:30 +07:00
"version" : "1.6.1" ,
"resolved" : "https://registry.npmjs.org/ufo/-/ufo-1.6.1.tgz" ,
"integrity" : "sha512-9a4/uxlTWJ4+a5i0ooc1rU7C7YOw3wT+UGqdeNNHWnOF9qcMBgLRS+4IYUqbczewFx4mLEig6gawh7X6mFlEkA==" ,
2026-01-09 14:09:25 +07:00
"license" : "MIT"
} ,
"node_modules/ultrahtml" : {
"version" : "1.6.0" ,
"resolved" : "https://registry.npmjs.org/ultrahtml/-/ultrahtml-1.6.0.tgz" ,
"integrity" : "sha512-R9fBn90VTJrqqLDwyMph+HGne8eqY1iPfYhPzZrvKpIfwkWZbcYlfpsb8B9dTvBfpy1/hqAD7Wi8EKfP9e8zdw==" ,
"license" : "MIT"
} ,
"node_modules/uncrypto" : {
"version" : "0.1.3" ,
"resolved" : "https://registry.npmjs.org/uncrypto/-/uncrypto-0.1.3.tgz" ,
"integrity" : "sha512-Ql87qFHB3s/De2ClA9e0gsnS6zXG27SkTiSJwjCc9MebbfapQfuPzumMIUMi38ezPZVNFcHI9sUIepeQfw8J8Q==" ,
"license" : "MIT"
} ,
"node_modules/unctx" : {
"version" : "2.5.0" ,
"resolved" : "https://registry.npmjs.org/unctx/-/unctx-2.5.0.tgz" ,
"integrity" : "sha512-p+Rz9x0R7X+CYDkT+Xg8/GhpcShTlU8n+cf9OtOEf7zEQsNcCZO1dPKNRDqvUTaq+P32PMMkxWHwfrxkqfqAYg==" ,
"license" : "MIT" ,
"dependencies" : {
"acorn" : "^8.15.0" ,
"estree-walker" : "^3.0.3" ,
"magic-string" : "^0.30.21" ,
"unplugin" : "^2.3.11"
}
} ,
"node_modules/unctx/node_modules/estree-walker" : {
"version" : "3.0.3" ,
"resolved" : "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz" ,
"integrity" : "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==" ,
"license" : "MIT" ,
"dependencies" : {
"@types/estree" : "^1.0.0"
}
} ,
2026-01-13 10:46:40 +07:00
"node_modules/undici-types" : {
"version" : "6.21.0" ,
"resolved" : "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz" ,
"integrity" : "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==" ,
"devOptional" : true ,
"license" : "MIT"
} ,
2026-01-09 14:09:25 +07:00
"node_modules/unenv" : {
"version" : "2.0.0-rc.24" ,
"resolved" : "https://registry.npmjs.org/unenv/-/unenv-2.0.0-rc.24.tgz" ,
"integrity" : "sha512-i7qRCmY42zmCwnYlh9H2SvLEypEFGye5iRmEMKjcGi7zk9UquigRjFtTLz0TYqr0ZGLZhaMHl/foy1bZR+Cwlw==" ,
"license" : "MIT" ,
"dependencies" : {
"pathe" : "^2.0.3"
}
} ,
"node_modules/unhead" : {
2026-01-19 15:14:30 +07:00
"version" : "2.1.1" ,
"resolved" : "https://registry.npmjs.org/unhead/-/unhead-2.1.1.tgz" ,
"integrity" : "sha512-NOt8n2KybAOxSLfNXegAVai4SGU8bPKqWnqCzNAvnRH2i8mW+0bbFjN/L75LBgCSTiOjJSpANe5w2V34Grr7Cw==" ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
"dependencies" : {
2026-01-19 15:14:30 +07:00
"hookable" : "^5.5.3"
2026-01-09 14:09:25 +07:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/harlan-zw"
}
} ,
"node_modules/unicorn-magic" : {
2026-01-19 15:14:30 +07:00
"version" : "0.3.0" ,
"resolved" : "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.3.0.tgz" ,
"integrity" : "sha512-+QBBXBCvifc56fsbuxZQ6Sic3wqqc3WWaqxs58gvJrcOuN83HGTCwz3oS5phzU9LthRNE9VrJCFCLUgHeeFnfA==" ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : ">=18"
2026-01-09 14:09:25 +07:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/unimport" : {
"version" : "5.6.0" ,
"resolved" : "https://registry.npmjs.org/unimport/-/unimport-5.6.0.tgz" ,
"integrity" : "sha512-8rqAmtJV8o60x46kBAJKtHpJDJWkA2xcBqWKPI14MgUb05o1pnpnCnXSxedUXyeq7p8fR5g3pTo2BaswZ9lD9A==" ,
"license" : "MIT" ,
"dependencies" : {
"acorn" : "^8.15.0" ,
"escape-string-regexp" : "^5.0.0" ,
"estree-walker" : "^3.0.3" ,
"local-pkg" : "^1.1.2" ,
"magic-string" : "^0.30.21" ,
"mlly" : "^1.8.0" ,
"pathe" : "^2.0.3" ,
"picomatch" : "^4.0.3" ,
"pkg-types" : "^2.3.0" ,
"scule" : "^1.3.0" ,
"strip-literal" : "^3.1.0" ,
"tinyglobby" : "^0.2.15" ,
"unplugin" : "^2.3.11" ,
"unplugin-utils" : "^0.3.1"
} ,
"engines" : {
"node" : ">=18.12.0"
}
} ,
"node_modules/unimport/node_modules/estree-walker" : {
"version" : "3.0.3" ,
"resolved" : "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz" ,
"integrity" : "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==" ,
"license" : "MIT" ,
"dependencies" : {
"@types/estree" : "^1.0.0"
}
} ,
"node_modules/unimport/node_modules/unplugin-utils" : {
"version" : "0.3.1" ,
"resolved" : "https://registry.npmjs.org/unplugin-utils/-/unplugin-utils-0.3.1.tgz" ,
"integrity" : "sha512-5lWVjgi6vuHhJ526bI4nlCOmkCIF3nnfXkCMDeMJrtdvxTs6ZFCM8oNufGTsDbKv/tJ/xj8RpvXjRuPBZJuJog==" ,
"license" : "MIT" ,
"dependencies" : {
"pathe" : "^2.0.3" ,
"picomatch" : "^4.0.3"
} ,
"engines" : {
"node" : ">=20.19.0"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sxzz"
}
} ,
2026-01-13 10:46:40 +07:00
"node_modules/universalify" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz" ,
"integrity" : "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 10.0.0"
}
} ,
2026-01-09 14:09:25 +07:00
"node_modules/unplugin" : {
"version" : "2.3.11" ,
"resolved" : "https://registry.npmjs.org/unplugin/-/unplugin-2.3.11.tgz" ,
"integrity" : "sha512-5uKD0nqiYVzlmCRs01Fhs2BdkEgBS3SAVP6ndrBsuK42iC2+JHyxM05Rm9G8+5mkmRtzMZGY8Ct5+mliZxU/Ww==" ,
"license" : "MIT" ,
"dependencies" : {
"@jridgewell/remapping" : "^2.3.5" ,
"acorn" : "^8.15.0" ,
"picomatch" : "^4.0.3" ,
"webpack-virtual-modules" : "^0.6.2"
} ,
"engines" : {
"node" : ">=18.12.0"
}
} ,
"node_modules/unplugin-utils" : {
"version" : "0.2.5" ,
"resolved" : "https://registry.npmjs.org/unplugin-utils/-/unplugin-utils-0.2.5.tgz" ,
"integrity" : "sha512-gwXJnPRewT4rT7sBi/IvxKTjsms7jX7QIDLOClApuZwR49SXbrB1z2NLUZ+vDHyqCj/n58OzRRqaW+B8OZi8vg==" ,
"license" : "MIT" ,
"dependencies" : {
"pathe" : "^2.0.3" ,
"picomatch" : "^4.0.3"
} ,
"engines" : {
"node" : ">=18.12.0"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sxzz"
}
} ,
"node_modules/unplugin-vue-router" : {
"version" : "0.19.2" ,
"resolved" : "https://registry.npmjs.org/unplugin-vue-router/-/unplugin-vue-router-0.19.2.tgz" ,
"integrity" : "sha512-u5dgLBarxE5cyDK/hzJGfpCTLIAyiTXGlo85COuD4Nssj6G7NxS+i9mhCWz/1p/ud1eMwdcUbTXehQe41jYZUA==" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/generator" : "^7.28.5" ,
"@vue-macros/common" : "^3.1.1" ,
"@vue/language-core" : "^3.2.1" ,
"ast-walker-scope" : "^0.8.3" ,
"chokidar" : "^5.0.0" ,
"json5" : "^2.2.3" ,
"local-pkg" : "^1.1.2" ,
"magic-string" : "^0.30.21" ,
"mlly" : "^1.8.0" ,
"muggle-string" : "^0.4.1" ,
"pathe" : "^2.0.3" ,
"picomatch" : "^4.0.3" ,
"scule" : "^1.3.0" ,
"tinyglobby" : "^0.2.15" ,
"unplugin" : "^2.3.11" ,
"unplugin-utils" : "^0.3.1" ,
"yaml" : "^2.8.2"
} ,
"peerDependencies" : {
"@vue/compiler-sfc" : "^3.5.17" ,
"vue-router" : "^4.6.0"
} ,
"peerDependenciesMeta" : {
"vue-router" : {
"optional" : true
}
}
} ,
"node_modules/unplugin-vue-router/node_modules/unplugin-utils" : {
"version" : "0.3.1" ,
"resolved" : "https://registry.npmjs.org/unplugin-utils/-/unplugin-utils-0.3.1.tgz" ,
"integrity" : "sha512-5lWVjgi6vuHhJ526bI4nlCOmkCIF3nnfXkCMDeMJrtdvxTs6ZFCM8oNufGTsDbKv/tJ/xj8RpvXjRuPBZJuJog==" ,
"license" : "MIT" ,
"dependencies" : {
"pathe" : "^2.0.3" ,
"picomatch" : "^4.0.3"
} ,
"engines" : {
"node" : ">=20.19.0"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sxzz"
}
} ,
2026-01-13 10:46:40 +07:00
"node_modules/unrs-resolver" : {
"version" : "1.11.1" ,
"resolved" : "https://registry.npmjs.org/unrs-resolver/-/unrs-resolver-1.11.1.tgz" ,
"integrity" : "sha512-bSjt9pjaEBnNiGgc9rUiHGKv5l4/TGzDmYw3RhnkJGtLhbnnA/5qJj7x3dNDCRx/PJxu774LlH8lCOlB4hEfKg==" ,
"dev" : true ,
"hasInstallScript" : true ,
"license" : "MIT" ,
"peer" : true ,
"dependencies" : {
"napi-postinstall" : "^0.3.0"
} ,
"funding" : {
"url" : "https://opencollective.com/unrs-resolver"
} ,
"optionalDependencies" : {
"@unrs/resolver-binding-android-arm-eabi" : "1.11.1" ,
"@unrs/resolver-binding-android-arm64" : "1.11.1" ,
"@unrs/resolver-binding-darwin-arm64" : "1.11.1" ,
"@unrs/resolver-binding-darwin-x64" : "1.11.1" ,
"@unrs/resolver-binding-freebsd-x64" : "1.11.1" ,
"@unrs/resolver-binding-linux-arm-gnueabihf" : "1.11.1" ,
"@unrs/resolver-binding-linux-arm-musleabihf" : "1.11.1" ,
"@unrs/resolver-binding-linux-arm64-gnu" : "1.11.1" ,
"@unrs/resolver-binding-linux-arm64-musl" : "1.11.1" ,
"@unrs/resolver-binding-linux-ppc64-gnu" : "1.11.1" ,
"@unrs/resolver-binding-linux-riscv64-gnu" : "1.11.1" ,
"@unrs/resolver-binding-linux-riscv64-musl" : "1.11.1" ,
"@unrs/resolver-binding-linux-s390x-gnu" : "1.11.1" ,
"@unrs/resolver-binding-linux-x64-gnu" : "1.11.1" ,
"@unrs/resolver-binding-linux-x64-musl" : "1.11.1" ,
"@unrs/resolver-binding-wasm32-wasi" : "1.11.1" ,
"@unrs/resolver-binding-win32-arm64-msvc" : "1.11.1" ,
"@unrs/resolver-binding-win32-ia32-msvc" : "1.11.1" ,
"@unrs/resolver-binding-win32-x64-msvc" : "1.11.1"
}
} ,
2026-01-09 14:09:25 +07:00
"node_modules/unstorage" : {
2026-01-19 15:14:30 +07:00
"version" : "1.17.3" ,
"resolved" : "https://registry.npmjs.org/unstorage/-/unstorage-1.17.3.tgz" ,
"integrity" : "sha512-i+JYyy0DoKmQ3FximTHbGadmIYb8JEpq7lxUjnjeB702bCPum0vzo6oy5Mfu0lpqISw7hCyMW2yj4nWC8bqJ3Q==" ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
"dependencies" : {
"anymatch" : "^3.1.3" ,
2026-01-19 15:14:30 +07:00
"chokidar" : "^4.0.3" ,
2026-01-09 14:09:25 +07:00
"destr" : "^2.0.5" ,
2026-01-19 15:14:30 +07:00
"h3" : "^1.15.4" ,
"lru-cache" : "^10.4.3" ,
2026-01-09 14:09:25 +07:00
"node-fetch-native" : "^1.6.7" ,
"ofetch" : "^1.5.1" ,
2026-01-19 15:14:30 +07:00
"ufo" : "^1.6.1"
2026-01-09 14:09:25 +07:00
} ,
"peerDependencies" : {
"@azure/app-configuration" : "^1.8.0" ,
"@azure/cosmos" : "^4.2.0" ,
"@azure/data-tables" : "^13.3.0" ,
"@azure/identity" : "^4.6.0" ,
"@azure/keyvault-secrets" : "^4.9.0" ,
"@azure/storage-blob" : "^12.26.0" ,
2026-01-19 15:14:30 +07:00
"@capacitor/preferences" : "^6.0.3 || ^7.0.0" ,
2026-01-09 14:09:25 +07:00
"@deno/kv" : ">=0.9.0" ,
"@netlify/blobs" : "^6.5.0 || ^7.0.0 || ^8.1.0 || ^9.0.0 || ^10.0.0" ,
"@planetscale/database" : "^1.19.0" ,
"@upstash/redis" : "^1.34.3" ,
"@vercel/blob" : ">=0.27.1" ,
"@vercel/functions" : "^2.2.12 || ^3.0.0" ,
2026-01-19 15:14:30 +07:00
"@vercel/kv" : "^1.0.1" ,
2026-01-09 14:09:25 +07:00
"aws4fetch" : "^1.0.20" ,
"db0" : ">=0.2.1" ,
"idb-keyval" : "^6.2.1" ,
"ioredis" : "^5.4.2" ,
"uploadthing" : "^7.4.4"
} ,
"peerDependenciesMeta" : {
"@azure/app-configuration" : {
"optional" : true
} ,
"@azure/cosmos" : {
"optional" : true
} ,
"@azure/data-tables" : {
"optional" : true
} ,
"@azure/identity" : {
"optional" : true
} ,
"@azure/keyvault-secrets" : {
"optional" : true
} ,
"@azure/storage-blob" : {
"optional" : true
} ,
"@capacitor/preferences" : {
"optional" : true
} ,
"@deno/kv" : {
"optional" : true
} ,
"@netlify/blobs" : {
"optional" : true
} ,
"@planetscale/database" : {
"optional" : true
} ,
"@upstash/redis" : {
"optional" : true
} ,
"@vercel/blob" : {
"optional" : true
} ,
"@vercel/functions" : {
"optional" : true
} ,
"@vercel/kv" : {
"optional" : true
} ,
"aws4fetch" : {
"optional" : true
} ,
"db0" : {
"optional" : true
} ,
"idb-keyval" : {
"optional" : true
} ,
"ioredis" : {
"optional" : true
} ,
"uploadthing" : {
"optional" : true
}
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/unstorage/node_modules/chokidar" : {
"version" : "4.0.3" ,
"resolved" : "https://registry.npmjs.org/chokidar/-/chokidar-4.0.3.tgz" ,
"integrity" : "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==" ,
"license" : "MIT" ,
"dependencies" : {
"readdirp" : "^4.0.1"
} ,
"engines" : {
"node" : ">= 14.16.0"
} ,
"funding" : {
"url" : "https://paulmillr.com/funding/"
}
} ,
2026-01-09 14:09:25 +07:00
"node_modules/unstorage/node_modules/lru-cache" : {
2026-01-19 15:14:30 +07:00
"version" : "10.4.3" ,
"resolved" : "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz" ,
"integrity" : "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==" ,
"license" : "ISC"
} ,
"node_modules/unstorage/node_modules/readdirp" : {
"version" : "4.1.2" ,
"resolved" : "https://registry.npmjs.org/readdirp/-/readdirp-4.1.2.tgz" ,
"integrity" : "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==" ,
"license" : "MIT" ,
2026-01-09 14:09:25 +07:00
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : ">= 14.18.0"
} ,
"funding" : {
"type" : "individual" ,
"url" : "https://paulmillr.com/funding/"
2026-01-09 14:09:25 +07:00
}
} ,
"node_modules/untun" : {
"version" : "0.1.3" ,
"resolved" : "https://registry.npmjs.org/untun/-/untun-0.1.3.tgz" ,
"integrity" : "sha512-4luGP9LMYszMRZwsvyUd9MrxgEGZdZuZgpVQHEEX0lCYFESasVRvZd0EYpCkOIbJKHMuv0LskpXc/8Un+MJzEQ==" ,
"license" : "MIT" ,
"dependencies" : {
"citty" : "^0.1.5" ,
"consola" : "^3.2.3" ,
"pathe" : "^1.1.1"
} ,
"bin" : {
"untun" : "bin/untun.mjs"
}
} ,
"node_modules/untun/node_modules/pathe" : {
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/pathe/-/pathe-1.1.2.tgz" ,
"integrity" : "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==" ,
"license" : "MIT"
} ,
"node_modules/untyped" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/untyped/-/untyped-2.0.0.tgz" ,
"integrity" : "sha512-nwNCjxJTjNuLCgFr42fEak5OcLuB3ecca+9ksPFNvtfYSLpjf+iJqSIaSnIile6ZPbKYxI5k2AfXqeopGudK/g==" ,
"license" : "MIT" ,
"dependencies" : {
"citty" : "^0.1.6" ,
"defu" : "^6.1.4" ,
"jiti" : "^2.4.2" ,
"knitwork" : "^1.2.0" ,
"scule" : "^1.3.0"
} ,
"bin" : {
"untyped" : "dist/cli.mjs"
}
} ,
"node_modules/unwasm" : {
2026-01-19 15:14:30 +07:00
"version" : "0.3.11" ,
"resolved" : "https://registry.npmjs.org/unwasm/-/unwasm-0.3.11.tgz" ,
"integrity" : "sha512-Vhp5gb1tusSQw5of/g3Q697srYgMXvwMgXMjcG4ZNga02fDX9coxJ9fAb0Ci38hM2Hv/U1FXRPGgjP2BYqhNoQ==" ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
"dependencies" : {
2026-01-19 15:14:30 +07:00
"knitwork" : "^1.2.0" ,
"magic-string" : "^0.30.17" ,
"mlly" : "^1.7.4" ,
2026-01-09 14:09:25 +07:00
"pathe" : "^2.0.3" ,
2026-01-19 15:14:30 +07:00
"pkg-types" : "^2.2.0" ,
"unplugin" : "^2.3.6"
2026-01-09 14:09:25 +07:00
}
} ,
"node_modules/update-browserslist-db" : {
"version" : "1.2.3" ,
"resolved" : "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.2.3.tgz" ,
"integrity" : "sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==" ,
"funding" : [
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/browserslist"
} ,
{
"type" : "tidelift" ,
"url" : "https://tidelift.com/funding/github/npm/browserslist"
} ,
{
"type" : "github" ,
"url" : "https://github.com/sponsors/ai"
}
] ,
"license" : "MIT" ,
"dependencies" : {
"escalade" : "^3.2.0" ,
"picocolors" : "^1.1.1"
} ,
"bin" : {
"update-browserslist-db" : "cli.js"
} ,
"peerDependencies" : {
"browserslist" : ">= 4.21.0"
}
} ,
"node_modules/uqr" : {
"version" : "0.1.2" ,
"resolved" : "https://registry.npmjs.org/uqr/-/uqr-0.1.2.tgz" ,
"integrity" : "sha512-MJu7ypHq6QasgF5YRTjqscSzQp/W11zoUk6kvmlH+fmWEs63Y0Eib13hYFwAzagRJcVY8WVnlV+eBDUGMJ5IbA==" ,
"license" : "MIT"
} ,
2026-01-13 10:46:40 +07:00
"node_modules/uri-js" : {
"version" : "4.4.1" ,
"resolved" : "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz" ,
"integrity" : "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==" ,
"devOptional" : true ,
"license" : "BSD-2-Clause" ,
"dependencies" : {
"punycode" : "^2.1.0"
}
} ,
2026-01-09 14:09:25 +07:00
"node_modules/util-deprecate" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz" ,
"integrity" : "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" ,
"license" : "MIT"
} ,
2026-01-13 10:46:40 +07:00
"node_modules/vary" : {
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz" ,
"integrity" : "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.8"
}
} ,
2026-01-09 14:09:25 +07:00
"node_modules/vite" : {
2026-01-19 15:14:30 +07:00
"version" : "7.3.0" ,
"resolved" : "https://registry.npmjs.org/vite/-/vite-7.3.0.tgz" ,
"integrity" : "sha512-dZwN5L1VlUBewiP6H9s2+B3e3Jg96D0vzN+Ry73sOefebhYr9f94wwkMNN/9ouoU8pV1BqA1d1zGk8928cx0rg==" ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
"peer" : true ,
"dependencies" : {
"esbuild" : "^0.27.0" ,
"fdir" : "^6.5.0" ,
"picomatch" : "^4.0.3" ,
"postcss" : "^8.5.6" ,
"rollup" : "^4.43.0" ,
"tinyglobby" : "^0.2.15"
} ,
"bin" : {
"vite" : "bin/vite.js"
} ,
"engines" : {
"node" : "^20.19.0 || >=22.12.0"
} ,
"funding" : {
"url" : "https://github.com/vitejs/vite?sponsor=1"
} ,
"optionalDependencies" : {
"fsevents" : "~2.3.3"
} ,
"peerDependencies" : {
"@types/node" : "^20.19.0 || >=22.12.0" ,
"jiti" : ">=1.21.0" ,
"less" : "^4.0.0" ,
"lightningcss" : "^1.21.0" ,
"sass" : "^1.70.0" ,
"sass-embedded" : "^1.70.0" ,
"stylus" : ">=0.54.8" ,
"sugarss" : "^5.0.0" ,
"terser" : "^5.16.0" ,
"tsx" : "^4.8.1" ,
"yaml" : "^2.4.2"
} ,
"peerDependenciesMeta" : {
"@types/node" : {
"optional" : true
} ,
"jiti" : {
"optional" : true
} ,
"less" : {
"optional" : true
} ,
"lightningcss" : {
"optional" : true
} ,
"sass" : {
"optional" : true
} ,
"sass-embedded" : {
"optional" : true
} ,
"stylus" : {
"optional" : true
} ,
"sugarss" : {
"optional" : true
} ,
"terser" : {
"optional" : true
} ,
"tsx" : {
"optional" : true
} ,
"yaml" : {
"optional" : true
}
}
} ,
"node_modules/vite-dev-rpc" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/vite-dev-rpc/-/vite-dev-rpc-1.1.0.tgz" ,
"integrity" : "sha512-pKXZlgoXGoE8sEKiKJSng4hI1sQ4wi5YT24FCrwrLt6opmkjlqPPVmiPWWJn8M8byMxRGzp1CrFuqQs4M/Z39A==" ,
"license" : "MIT" ,
"dependencies" : {
"birpc" : "^2.4.0" ,
"vite-hot-client" : "^2.1.0"
} ,
"funding" : {
"url" : "https://github.com/sponsors/antfu"
} ,
"peerDependencies" : {
"vite" : "^2.9.0 || ^3.0.0-0 || ^4.0.0-0 || ^5.0.0-0 || ^6.0.1 || ^7.0.0-0"
}
} ,
"node_modules/vite-hot-client" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/vite-hot-client/-/vite-hot-client-2.1.0.tgz" ,
"integrity" : "sha512-7SpgZmU7R+dDnSmvXE1mfDtnHLHQSisdySVR7lO8ceAXvM0otZeuQQ6C8LrS5d/aYyP/QZ0hI0L+dIPrm4YlFQ==" ,
"license" : "MIT" ,
"funding" : {
"url" : "https://github.com/sponsors/antfu"
} ,
"peerDependencies" : {
"vite" : "^2.6.0 || ^3.0.0 || ^4.0.0 || ^5.0.0-0 || ^6.0.0-0 || ^7.0.0-0"
}
} ,
"node_modules/vite-node" : {
2026-01-19 15:14:30 +07:00
"version" : "5.2.0" ,
"resolved" : "https://registry.npmjs.org/vite-node/-/vite-node-5.2.0.tgz" ,
"integrity" : "sha512-7UT39YxUukIA97zWPXUGb0SGSiLexEGlavMwU3HDE6+d/HJhKLjLqu4eX2qv6SQiocdhKLRcusroDwXHQ6CnRQ==" ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
"dependencies" : {
"cac" : "^6.7.14" ,
2026-01-19 15:14:30 +07:00
"es-module-lexer" : "^1.7.0" ,
"obug" : "^2.0.0" ,
2026-01-09 14:09:25 +07:00
"pathe" : "^2.0.3" ,
2026-01-19 15:14:30 +07:00
"vite" : "^7.2.2"
2026-01-09 14:09:25 +07:00
} ,
"bin" : {
"vite-node" : "dist/cli.mjs"
} ,
"engines" : {
"node" : "^20.19.0 || >=22.12.0"
} ,
"funding" : {
"url" : "https://opencollective.com/antfu"
}
} ,
"node_modules/vite-plugin-checker" : {
"version" : "0.12.0" ,
"resolved" : "https://registry.npmjs.org/vite-plugin-checker/-/vite-plugin-checker-0.12.0.tgz" ,
"integrity" : "sha512-CmdZdDOGss7kdQwv73UyVgLPv0FVYe5czAgnmRX2oKljgEvSrODGuClaV3PDR2+3ou7N/OKGauDDBjy2MB07Rg==" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/code-frame" : "^7.27.1" ,
"chokidar" : "^4.0.3" ,
"npm-run-path" : "^6.0.0" ,
"picocolors" : "^1.1.1" ,
"picomatch" : "^4.0.3" ,
"tiny-invariant" : "^1.3.3" ,
"tinyglobby" : "^0.2.15" ,
"vscode-uri" : "^3.1.0"
} ,
"engines" : {
"node" : ">=16.11"
} ,
"peerDependencies" : {
"@biomejs/biome" : ">=1.7" ,
"eslint" : ">=9.39.1" ,
"meow" : "^13.2.0" ,
"optionator" : "^0.9.4" ,
"oxlint" : ">=1" ,
"stylelint" : ">=16" ,
"typescript" : "*" ,
"vite" : ">=5.4.21" ,
"vls" : "*" ,
"vti" : "*" ,
"vue-tsc" : "~2.2.10 || ^3.0.0"
} ,
"peerDependenciesMeta" : {
"@biomejs/biome" : {
"optional" : true
} ,
"eslint" : {
"optional" : true
} ,
"meow" : {
"optional" : true
} ,
"optionator" : {
"optional" : true
} ,
"oxlint" : {
"optional" : true
} ,
"stylelint" : {
"optional" : true
} ,
"typescript" : {
"optional" : true
} ,
"vls" : {
"optional" : true
} ,
"vti" : {
"optional" : true
} ,
"vue-tsc" : {
"optional" : true
}
}
} ,
"node_modules/vite-plugin-checker/node_modules/chokidar" : {
"version" : "4.0.3" ,
"resolved" : "https://registry.npmjs.org/chokidar/-/chokidar-4.0.3.tgz" ,
"integrity" : "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==" ,
"license" : "MIT" ,
"dependencies" : {
"readdirp" : "^4.0.1"
} ,
"engines" : {
"node" : ">= 14.16.0"
} ,
"funding" : {
"url" : "https://paulmillr.com/funding/"
}
} ,
"node_modules/vite-plugin-checker/node_modules/npm-run-path" : {
"version" : "6.0.0" ,
"resolved" : "https://registry.npmjs.org/npm-run-path/-/npm-run-path-6.0.0.tgz" ,
"integrity" : "sha512-9qny7Z9DsQU8Ou39ERsPU4OZQlSTP47ShQzuKZ6PRXpYLtIFgl/DEBYEXKlvcEa+9tHVcK8CF81Y2V72qaZhWA==" ,
"license" : "MIT" ,
"dependencies" : {
"path-key" : "^4.0.0" ,
"unicorn-magic" : "^0.3.0"
} ,
"engines" : {
"node" : ">=18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/vite-plugin-checker/node_modules/path-key" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/path-key/-/path-key-4.0.0.tgz" ,
"integrity" : "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/vite-plugin-checker/node_modules/readdirp" : {
"version" : "4.1.2" ,
"resolved" : "https://registry.npmjs.org/readdirp/-/readdirp-4.1.2.tgz" ,
"integrity" : "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 14.18.0"
} ,
"funding" : {
"type" : "individual" ,
"url" : "https://paulmillr.com/funding/"
}
} ,
"node_modules/vite-plugin-inspect" : {
"version" : "11.3.3" ,
"resolved" : "https://registry.npmjs.org/vite-plugin-inspect/-/vite-plugin-inspect-11.3.3.tgz" ,
"integrity" : "sha512-u2eV5La99oHoYPHE6UvbwgEqKKOQGz86wMg40CCosP6q8BkB6e5xPneZfYagK4ojPJSj5anHCrnvC20DpwVdRA==" ,
"license" : "MIT" ,
"dependencies" : {
"ansis" : "^4.1.0" ,
"debug" : "^4.4.1" ,
"error-stack-parser-es" : "^1.0.5" ,
"ohash" : "^2.0.11" ,
"open" : "^10.2.0" ,
"perfect-debounce" : "^2.0.0" ,
"sirv" : "^3.0.1" ,
"unplugin-utils" : "^0.3.0" ,
"vite-dev-rpc" : "^1.1.0"
} ,
"engines" : {
"node" : ">=14"
} ,
"funding" : {
"url" : "https://github.com/sponsors/antfu"
} ,
"peerDependencies" : {
"vite" : "^6.0.0 || ^7.0.0-0"
} ,
"peerDependenciesMeta" : {
"@nuxt/kit" : {
"optional" : true
}
}
} ,
"node_modules/vite-plugin-inspect/node_modules/define-lazy-prop" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-3.0.0.tgz" ,
"integrity" : "sha512-N+MeXYoqr3pOgn8xfyRPREN7gHakLYjhsHhWGT3fWAiL4IkAt0iDw14QiiEm2bE30c5XX5q0FtAA3CK5f9/BUg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/vite-plugin-inspect/node_modules/open" : {
"version" : "10.2.0" ,
"resolved" : "https://registry.npmjs.org/open/-/open-10.2.0.tgz" ,
"integrity" : "sha512-YgBpdJHPyQ2UE5x+hlSXcnejzAvD0b22U2OuAP+8OnlJT+PjWPxtgmGqKKc+RgTM63U9gN0YzrYc71R2WT/hTA==" ,
"license" : "MIT" ,
"dependencies" : {
"default-browser" : "^5.2.1" ,
"define-lazy-prop" : "^3.0.0" ,
"is-inside-container" : "^1.0.0" ,
"wsl-utils" : "^0.1.0"
} ,
"engines" : {
"node" : ">=18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/vite-plugin-inspect/node_modules/unplugin-utils" : {
"version" : "0.3.1" ,
"resolved" : "https://registry.npmjs.org/unplugin-utils/-/unplugin-utils-0.3.1.tgz" ,
"integrity" : "sha512-5lWVjgi6vuHhJ526bI4nlCOmkCIF3nnfXkCMDeMJrtdvxTs6ZFCM8oNufGTsDbKv/tJ/xj8RpvXjRuPBZJuJog==" ,
"license" : "MIT" ,
"dependencies" : {
"pathe" : "^2.0.3" ,
"picomatch" : "^4.0.3"
} ,
"engines" : {
"node" : ">=20.19.0"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sxzz"
}
} ,
"node_modules/vite-plugin-vue-tracer" : {
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/vite-plugin-vue-tracer/-/vite-plugin-vue-tracer-1.2.0.tgz" ,
"integrity" : "sha512-a9Z/TLpxwmoE9kIcv28wqQmiszM7ec4zgndXWEsVD/2lEZLRGzcg7ONXmplzGF/UP5W59QNtS809OdywwpUWQQ==" ,
"license" : "MIT" ,
"dependencies" : {
"estree-walker" : "^3.0.3" ,
"exsolve" : "^1.0.8" ,
"magic-string" : "^0.30.21" ,
"pathe" : "^2.0.3" ,
"source-map-js" : "^1.2.1"
} ,
"funding" : {
"url" : "https://github.com/sponsors/antfu"
} ,
"peerDependencies" : {
"vite" : "^6.0.0 || ^7.0.0" ,
"vue" : "^3.5.0"
}
} ,
"node_modules/vite-plugin-vue-tracer/node_modules/estree-walker" : {
"version" : "3.0.3" ,
"resolved" : "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz" ,
"integrity" : "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==" ,
"license" : "MIT" ,
"dependencies" : {
"@types/estree" : "^1.0.0"
}
} ,
"node_modules/vscode-uri" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/vscode-uri/-/vscode-uri-3.1.0.tgz" ,
"integrity" : "sha512-/BpdSx+yCQGnCvecbyXdxHDkuk55/G3xwnC0GqY4gmQ3j+A+g8kzzgB4Nk/SINjqn6+waqw3EgbVF2QKExkRxQ==" ,
"license" : "MIT"
} ,
"node_modules/vue" : {
2026-01-19 15:14:30 +07:00
"version" : "3.5.26" ,
"resolved" : "https://registry.npmjs.org/vue/-/vue-3.5.26.tgz" ,
"integrity" : "sha512-SJ/NTccVyAoNUJmkM9KUqPcYlY+u8OVL1X5EW9RIs3ch5H2uERxyyIUI4MRxVCSOiEcupX9xNGde1tL9ZKpimA==" ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
"peer" : true ,
"dependencies" : {
2026-01-19 15:14:30 +07:00
"@vue/compiler-dom" : "3.5.26" ,
"@vue/compiler-sfc" : "3.5.26" ,
"@vue/runtime-dom" : "3.5.26" ,
"@vue/server-renderer" : "3.5.26" ,
"@vue/shared" : "3.5.26"
2026-01-09 14:09:25 +07:00
} ,
"peerDependencies" : {
"typescript" : "*"
} ,
"peerDependenciesMeta" : {
"typescript" : {
"optional" : true
}
}
} ,
"node_modules/vue-bundle-renderer" : {
"version" : "2.2.0" ,
"resolved" : "https://registry.npmjs.org/vue-bundle-renderer/-/vue-bundle-renderer-2.2.0.tgz" ,
"integrity" : "sha512-sz/0WEdYH1KfaOm0XaBmRZOWgYTEvUDt6yPYaUzl4E52qzgWLlknaPPTTZmp6benaPTlQAI/hN1x3tAzZygycg==" ,
"license" : "MIT" ,
"dependencies" : {
"ufo" : "^1.6.1"
}
} ,
"node_modules/vue-devtools-stub" : {
"version" : "0.1.0" ,
"resolved" : "https://registry.npmjs.org/vue-devtools-stub/-/vue-devtools-stub-0.1.0.tgz" ,
"integrity" : "sha512-RutnB7X8c5hjq39NceArgXg28WZtZpGc3+J16ljMiYnFhKvd8hITxSWQSQ5bvldxMDU6gG5mkxl1MTQLXckVSQ==" ,
"license" : "MIT"
} ,
2026-01-13 10:46:40 +07:00
"node_modules/vue-eslint-parser" : {
"version" : "10.2.0" ,
"resolved" : "https://registry.npmjs.org/vue-eslint-parser/-/vue-eslint-parser-10.2.0.tgz" ,
"integrity" : "sha512-CydUvFOQKD928UzZhTp4pr2vWz1L+H99t7Pkln2QSPdvmURT0MoC4wUccfCnuEaihNsu9aYYyk+bep8rlfkUXw==" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true ,
"dependencies" : {
"debug" : "^4.4.0" ,
"eslint-scope" : "^8.2.0" ,
"eslint-visitor-keys" : "^4.2.0" ,
"espree" : "^10.3.0" ,
"esquery" : "^1.6.0" ,
"semver" : "^7.6.3"
} ,
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
} ,
"funding" : {
"url" : "https://github.com/sponsors/mysticatea"
} ,
"peerDependencies" : {
"eslint" : "^8.57.0 || ^9.0.0"
}
} ,
"node_modules/vue-eslint-parser/node_modules/eslint-visitor-keys" : {
"version" : "4.2.1" ,
"resolved" : "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz" ,
"integrity" : "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==" ,
"dev" : true ,
"license" : "Apache-2.0" ,
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
} ,
"funding" : {
"url" : "https://opencollective.com/eslint"
}
} ,
"node_modules/vue-eslint-parser/node_modules/espree" : {
"version" : "10.4.0" ,
"resolved" : "https://registry.npmjs.org/espree/-/espree-10.4.0.tgz" ,
"integrity" : "sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==" ,
"dev" : true ,
"license" : "BSD-2-Clause" ,
"dependencies" : {
"acorn" : "^8.15.0" ,
"acorn-jsx" : "^5.3.2" ,
"eslint-visitor-keys" : "^4.2.1"
} ,
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
} ,
"funding" : {
"url" : "https://opencollective.com/eslint"
}
} ,
2026-01-19 15:51:28 +07:00
"node_modules/vue-i18n" : {
"version" : "11.2.8" ,
"resolved" : "https://registry.npmjs.org/vue-i18n/-/vue-i18n-11.2.8.tgz" ,
"integrity" : "sha512-vJ123v/PXCZntd6Qj5Jumy7UBmIuE92VrtdX+AXr+1WzdBHojiBxnAxdfctUFL+/JIN+VQH4BhsfTtiGsvVObg==" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true ,
"dependencies" : {
"@intlify/core-base" : "11.2.8" ,
"@intlify/shared" : "11.2.8" ,
"@vue/devtools-api" : "^6.5.0"
} ,
"engines" : {
"node" : ">= 16"
} ,
"funding" : {
"url" : "https://github.com/sponsors/kazupon"
} ,
"peerDependencies" : {
"vue" : "^3.0.0"
}
} ,
2026-01-09 14:09:25 +07:00
"node_modules/vue-router" : {
"version" : "4.6.4" ,
"resolved" : "https://registry.npmjs.org/vue-router/-/vue-router-4.6.4.tgz" ,
"integrity" : "sha512-Hz9q5sa33Yhduglwz6g9skT8OBPii+4bFn88w6J+J4MfEo4KRRpmiNG/hHHkdbRFlLBOqxN8y8gf2Fb0MTUgVg==" ,
"license" : "MIT" ,
"peer" : true ,
"dependencies" : {
"@vue/devtools-api" : "^6.6.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/posva"
} ,
"peerDependencies" : {
"vue" : "^3.5.0"
}
} ,
"node_modules/webidl-conversions" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz" ,
"integrity" : "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==" ,
"license" : "BSD-2-Clause"
} ,
"node_modules/webpack-virtual-modules" : {
"version" : "0.6.2" ,
"resolved" : "https://registry.npmjs.org/webpack-virtual-modules/-/webpack-virtual-modules-0.6.2.tgz" ,
"integrity" : "sha512-66/V2i5hQanC51vBQKPH4aI8NMAcBW59FVBs+rC7eGHupMyfn34q7rZIE+ETlJ+XTevqfUhVVBgSUNSW2flEUQ==" ,
"license" : "MIT"
} ,
"node_modules/whatwg-url" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz" ,
"integrity" : "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==" ,
"license" : "MIT" ,
"dependencies" : {
"tr46" : "~0.0.3" ,
"webidl-conversions" : "^3.0.0"
}
} ,
"node_modules/which" : {
2026-01-19 15:14:30 +07:00
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/which/-/which-5.0.0.tgz" ,
"integrity" : "sha512-JEdGzHwwkrbWoGOlIHqQ5gtprKGOenpDHpxE9zVR1bWbOtYRyPPHMe9FaP6x61CmNaTThSkb0DAJte5jD+DmzQ==" ,
2026-01-09 14:09:25 +07:00
"license" : "ISC" ,
"dependencies" : {
2026-01-19 15:14:30 +07:00
"isexe" : "^3.1.1"
2026-01-09 14:09:25 +07:00
} ,
"bin" : {
2026-01-19 15:14:30 +07:00
"node-which" : "bin/which.js"
2026-01-09 14:09:25 +07:00
} ,
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : "^18.17.0 || >=20.5.0"
2026-01-09 14:09:25 +07:00
}
} ,
2026-01-13 10:46:40 +07:00
"node_modules/word-wrap" : {
"version" : "1.2.5" ,
"resolved" : "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz" ,
"integrity" : "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==" ,
"devOptional" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
2026-01-09 14:09:25 +07:00
"node_modules/wrap-ansi" : {
2026-01-19 15:14:30 +07:00
"version" : "8.1.0" ,
"resolved" : "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz" ,
"integrity" : "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==" ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
"dependencies" : {
2026-01-19 15:14:30 +07:00
"ansi-styles" : "^6.1.0" ,
"string-width" : "^5.0.1" ,
"strip-ansi" : "^7.0.1"
2026-01-09 14:09:25 +07:00
} ,
"engines" : {
2026-01-19 15:14:30 +07:00
"node" : ">=12"
2026-01-09 14:09:25 +07:00
} ,
"funding" : {
"url" : "https://github.com/chalk/wrap-ansi?sponsor=1"
}
} ,
"node_modules/wrap-ansi-cjs" : {
"name" : "wrap-ansi" ,
"version" : "7.0.0" ,
"resolved" : "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz" ,
"integrity" : "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==" ,
"license" : "MIT" ,
"dependencies" : {
"ansi-styles" : "^4.0.0" ,
"string-width" : "^4.1.0" ,
"strip-ansi" : "^6.0.0"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/chalk/wrap-ansi?sponsor=1"
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/wrap-ansi-cjs/node_modules/ansi-regex" : {
"version" : "5.0.1" ,
"resolved" : "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz" ,
"integrity" : "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/wrap-ansi-cjs/node_modules/emoji-regex" : {
"version" : "8.0.0" ,
"resolved" : "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz" ,
"integrity" : "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" ,
"license" : "MIT"
} ,
"node_modules/wrap-ansi-cjs/node_modules/string-width" : {
"version" : "4.2.3" ,
"resolved" : "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz" ,
"integrity" : "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==" ,
"license" : "MIT" ,
"dependencies" : {
"emoji-regex" : "^8.0.0" ,
"is-fullwidth-code-point" : "^3.0.0" ,
"strip-ansi" : "^6.0.1"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/wrap-ansi-cjs/node_modules/strip-ansi" : {
"version" : "6.0.1" ,
"resolved" : "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz" ,
"integrity" : "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==" ,
"license" : "MIT" ,
"dependencies" : {
"ansi-regex" : "^5.0.1"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/wrap-ansi/node_modules/ansi-styles" : {
"version" : "6.2.3" ,
"resolved" : "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.3.tgz" ,
"integrity" : "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/chalk/ansi-styles?sponsor=1"
}
} ,
2026-01-13 10:46:40 +07:00
"node_modules/wrappy" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz" ,
"integrity" : "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==" ,
"license" : "ISC"
} ,
2026-01-09 14:09:25 +07:00
"node_modules/ws" : {
2026-01-19 15:14:30 +07:00
"version" : "8.18.3" ,
"resolved" : "https://registry.npmjs.org/ws/-/ws-8.18.3.tgz" ,
"integrity" : "sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==" ,
2026-01-09 14:09:25 +07:00
"license" : "MIT" ,
"engines" : {
"node" : ">=10.0.0"
} ,
"peerDependencies" : {
"bufferutil" : "^4.0.1" ,
"utf-8-validate" : ">=5.0.2"
} ,
"peerDependenciesMeta" : {
"bufferutil" : {
"optional" : true
} ,
"utf-8-validate" : {
"optional" : true
}
}
} ,
"node_modules/wsl-utils" : {
"version" : "0.1.0" ,
"resolved" : "https://registry.npmjs.org/wsl-utils/-/wsl-utils-0.1.0.tgz" ,
"integrity" : "sha512-h3Fbisa2nKGPxCpm89Hk33lBLsnaGBvctQopaBSOW/uIs6FTe1ATyAnKFJrzVs9vpGdsTe73WF3V4lIsk4Gacw==" ,
"license" : "MIT" ,
"dependencies" : {
"is-wsl" : "^3.1.0"
} ,
"engines" : {
"node" : ">=18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2026-01-13 10:46:40 +07:00
"node_modules/xml-name-validator" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-4.0.0.tgz" ,
"integrity" : "sha512-ICP2e+jsHvAj2E2lIHxa5tjXRlKDJo4IdvPvCXbXQGdzSfmSpNVyIKMvoZHjDY9DP0zV17iI85o90vRFXNccRw==" ,
"dev" : true ,
"license" : "Apache-2.0" ,
"engines" : {
"node" : ">=12"
}
} ,
2026-01-09 14:09:25 +07:00
"node_modules/y18n" : {
"version" : "5.0.8" ,
"resolved" : "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz" ,
"integrity" : "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==" ,
"license" : "ISC" ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/yallist" : {
"version" : "3.1.1" ,
"resolved" : "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz" ,
"integrity" : "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==" ,
"license" : "ISC"
} ,
"node_modules/yaml" : {
"version" : "2.8.2" ,
"resolved" : "https://registry.npmjs.org/yaml/-/yaml-2.8.2.tgz" ,
"integrity" : "sha512-mplynKqc1C2hTVYxd0PU2xQAc22TI1vShAYGksCCfxbn/dFwnHTNi1bvYsBTkhdUNtGIf5xNOg938rrSSYvS9A==" ,
"license" : "ISC" ,
2026-01-13 10:46:40 +07:00
"peer" : true ,
2026-01-09 14:09:25 +07:00
"bin" : {
"yaml" : "bin.mjs"
} ,
"engines" : {
"node" : ">= 14.6"
} ,
"funding" : {
"url" : "https://github.com/sponsors/eemeli"
}
} ,
2026-01-19 15:51:28 +07:00
"node_modules/yaml-eslint-parser" : {
"version" : "1.3.2" ,
"resolved" : "https://registry.npmjs.org/yaml-eslint-parser/-/yaml-eslint-parser-1.3.2.tgz" ,
"integrity" : "sha512-odxVsHAkZYYglR30aPYRY4nUGJnoJ2y1ww2HDvZALo0BDETv9kWbi16J52eHs+PWRNmF4ub6nZqfVOeesOvntg==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"eslint-visitor-keys" : "^3.0.0" ,
"yaml" : "^2.0.0"
} ,
"engines" : {
"node" : "^14.17.0 || >=16.0.0"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ota-meshi"
}
} ,
"node_modules/yaml-eslint-parser/node_modules/eslint-visitor-keys" : {
"version" : "3.4.3" ,
"resolved" : "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz" ,
"integrity" : "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==" ,
"dev" : true ,
"license" : "Apache-2.0" ,
"engines" : {
"node" : "^12.22.0 || ^14.17.0 || >=16.0.0"
} ,
"funding" : {
"url" : "https://opencollective.com/eslint"
}
} ,
2026-01-09 14:09:25 +07:00
"node_modules/yargs" : {
"version" : "17.7.2" ,
"resolved" : "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz" ,
"integrity" : "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==" ,
"license" : "MIT" ,
"dependencies" : {
"cliui" : "^8.0.1" ,
"escalade" : "^3.1.1" ,
"get-caller-file" : "^2.0.5" ,
"require-directory" : "^2.1.1" ,
"string-width" : "^4.2.3" ,
"y18n" : "^5.0.5" ,
"yargs-parser" : "^21.1.1"
} ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/yargs-parser" : {
"version" : "21.1.1" ,
"resolved" : "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz" ,
"integrity" : "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==" ,
"license" : "ISC" ,
"engines" : {
"node" : ">=12"
}
} ,
2026-01-19 15:14:30 +07:00
"node_modules/yargs/node_modules/ansi-regex" : {
"version" : "5.0.1" ,
"resolved" : "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz" ,
"integrity" : "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/yargs/node_modules/emoji-regex" : {
"version" : "8.0.0" ,
"resolved" : "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz" ,
"integrity" : "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" ,
"license" : "MIT"
} ,
"node_modules/yargs/node_modules/string-width" : {
"version" : "4.2.3" ,
"resolved" : "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz" ,
"integrity" : "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==" ,
"license" : "MIT" ,
"dependencies" : {
"emoji-regex" : "^8.0.0" ,
"is-fullwidth-code-point" : "^3.0.0" ,
"strip-ansi" : "^6.0.1"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/yargs/node_modules/strip-ansi" : {
"version" : "6.0.1" ,
"resolved" : "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz" ,
"integrity" : "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==" ,
"license" : "MIT" ,
"dependencies" : {
"ansi-regex" : "^5.0.1"
} ,
"engines" : {
"node" : ">=8"
}
} ,
2026-01-13 10:46:40 +07:00
"node_modules/ylru" : {
"version" : "1.4.0" ,
"resolved" : "https://registry.npmjs.org/ylru/-/ylru-1.4.0.tgz" ,
"integrity" : "sha512-2OQsPNEmBCvXuFlIni/a+Rn+R2pHW9INm0BxXJ4hVDA8TirqMj+J/Rp9ItLatT/5pZqWwefVrTQcHpixsxnVlA==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 4.0.0"
}
} ,
"node_modules/yocto-queue" : {
"version" : "0.1.0" ,
"resolved" : "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz" ,
"integrity" : "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==" ,
"devOptional" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2026-01-09 14:09:25 +07:00
"node_modules/youch" : {
"version" : "4.1.0-beta.13" ,
"resolved" : "https://registry.npmjs.org/youch/-/youch-4.1.0-beta.13.tgz" ,
"integrity" : "sha512-3+AG1Xvt+R7M7PSDudhbfbwiyveW6B8PLBIwTyEC598biEYIjHhC89i6DBEvR0EZUjGY3uGSnC429HpIa2Z09g==" ,
"license" : "MIT" ,
"dependencies" : {
"@poppinss/colors" : "^4.1.5" ,
"@poppinss/dumper" : "^0.6.5" ,
"@speed-highlight/core" : "^1.2.9" ,
"cookie-es" : "^2.0.0" ,
"youch-core" : "^0.3.3"
}
} ,
"node_modules/youch-core" : {
"version" : "0.3.3" ,
"resolved" : "https://registry.npmjs.org/youch-core/-/youch-core-0.3.3.tgz" ,
"integrity" : "sha512-ho7XuGjLaJ2hWHoK8yFnsUGy2Y5uDpqSTq1FkHLK4/oqKtyUU1AFbOOxY4IpC9f0fTLjwYbslUz0Po5BpD1wrA==" ,
"license" : "MIT" ,
"dependencies" : {
"@poppinss/exception" : "^1.2.2" ,
"error-stack-parser-es" : "^1.0.5"
}
} ,
2026-01-13 10:46:40 +07:00
"node_modules/youch/node_modules/cookie-es" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/cookie-es/-/cookie-es-2.0.0.tgz" ,
"integrity" : "sha512-RAj4E421UYRgqokKUmotqAwuplYw15qtdXfY+hGzgCJ/MBjCVZcSoHK/kH9kocfjRjcDME7IiDWR/1WX1TM2Pg==" ,
"license" : "MIT"
} ,
2026-01-09 14:09:25 +07:00
"node_modules/zip-stream" : {
"version" : "6.0.1" ,
"resolved" : "https://registry.npmjs.org/zip-stream/-/zip-stream-6.0.1.tgz" ,
"integrity" : "sha512-zK7YHHz4ZXpW89AHXUPbQVGKI7uvkd3hzusTdotCg1UxyaVtg0zFJSTfW/Dq5f7OBBVnq6cZIaC8Ti4hb6dtCA==" ,
"license" : "MIT" ,
"dependencies" : {
"archiver-utils" : "^5.0.0" ,
"compress-commons" : "^6.0.2" ,
"readable-stream" : "^4.0.0"
} ,
"engines" : {
"node" : ">= 14"
}
}
}
}