diff --git a/client/.eslintrc.cjs b/client/.eslintrc.cjs new file mode 100644 index 0000000..3e212e1 --- /dev/null +++ b/client/.eslintrc.cjs @@ -0,0 +1,21 @@ +module.exports = { + root: true, + env: { browser: true, es2020: true }, + extends: [ + 'eslint:recommended', + 'plugin:react/recommended', + 'plugin:react/jsx-runtime', + 'plugin:react-hooks/recommended', + ], + ignorePatterns: ['dist', '.eslintrc.cjs'], + parserOptions: { ecmaVersion: 'latest', sourceType: 'module' }, + settings: { react: { version: '18.2' } }, + plugins: ['react-refresh'], + rules: { + 'react/jsx-no-target-blank': 'off', + 'react-refresh/only-export-components': [ + 'warn', + { allowConstantExport: true }, + ], + }, +} diff --git a/client/.gitignore b/client/.gitignore new file mode 100644 index 0000000..a547bf3 --- /dev/null +++ b/client/.gitignore @@ -0,0 +1,24 @@ +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* +lerna-debug.log* + +node_modules +dist +dist-ssr +*.local + +# Editor directories and files +.vscode/* +!.vscode/extensions.json +.idea +.DS_Store +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw? diff --git a/client/README.md b/client/README.md new file mode 100644 index 0000000..f768e33 --- /dev/null +++ b/client/README.md @@ -0,0 +1,8 @@ +# React + Vite + +This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules. + +Currently, two official plugins are available: + +- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh +- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh diff --git a/client/index.html b/client/index.html new file mode 100644 index 0000000..ba67d0c --- /dev/null +++ b/client/index.html @@ -0,0 +1,14 @@ + + + + + + + Vite + React + + +
+ + + + diff --git a/client/package-lock.json b/client/package-lock.json new file mode 100644 index 0000000..f045741 --- /dev/null +++ b/client/package-lock.json @@ -0,0 +1,5837 @@ +{ + "name": "client", + "version": "0.0.0", + "lockfileVersion": 3, + "requires": true, + "packages": { + "": { + "name": "client", + "version": "0.0.0", + "dependencies": { + "@reduxjs/toolkit": "^2.2.6", + "axios": "^1.7.2", + "bootstrap": "^3.4.1", + "react": "^18.3.1", + "react-bootstrap": "^2.10.4", + "react-dom": "^18.3.1", + "react-redux": "^9.1.2", + "react-router-dom": "^6.24.1", + "react-toastify": "^10.0.5" + }, + "devDependencies": { + "@types/react": "^18.3.3", + "@types/react-dom": "^18.3.0", + "@vitejs/plugin-react": "^4.3.1", + "autoprefixer": "^10.4.19", + "eslint": "^8.57.0", + "eslint-plugin-react": "^7.34.2", + "eslint-plugin-react-hooks": "^4.6.2", + "eslint-plugin-react-refresh": "^0.4.7", + "postcss": "^8.4.39", + "tailwindcss": "^3.4.4", + "vite": "^5.3.1" + } + }, + "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==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/@ampproject/remapping": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz", + "integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==", + "dev": true, + "dependencies": { + "@jridgewell/gen-mapping": "^0.3.5", + "@jridgewell/trace-mapping": "^0.3.24" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@babel/code-frame": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.7.tgz", + "integrity": "sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==", + "dev": true, + "dependencies": { + "@babel/highlight": "^7.24.7", + "picocolors": "^1.0.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/compat-data": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.24.7.tgz", + "integrity": "sha512-qJzAIcv03PyaWqxRgO4mSU3lihncDT296vnyuE2O8uA4w3UHWI4S3hgeZd1L8W1Bft40w9JxJ2b412iDUFFRhw==", + "dev": true, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/core": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.24.7.tgz", + "integrity": "sha512-nykK+LEK86ahTkX/3TgauT0ikKoNCfKHEaZYTUVupJdTLzGNvrblu4u6fa7DhZONAltdf8e662t/abY8idrd/g==", + "dev": true, + "dependencies": { + "@ampproject/remapping": "^2.2.0", + "@babel/code-frame": "^7.24.7", + "@babel/generator": "^7.24.7", + "@babel/helper-compilation-targets": "^7.24.7", + "@babel/helper-module-transforms": "^7.24.7", + "@babel/helpers": "^7.24.7", + "@babel/parser": "^7.24.7", + "@babel/template": "^7.24.7", + "@babel/traverse": "^7.24.7", + "@babel/types": "^7.24.7", + "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/generator": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.24.7.tgz", + "integrity": "sha512-oipXieGC3i45Y1A41t4tAqpnEZWgB/lC6Ehh6+rOviR5XWpTtMmLN+fGjz9vOiNRt0p6RtO6DtD0pdU3vpqdSA==", + "dev": true, + "dependencies": { + "@babel/types": "^7.24.7", + "@jridgewell/gen-mapping": "^0.3.5", + "@jridgewell/trace-mapping": "^0.3.25", + "jsesc": "^2.5.1" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-compilation-targets": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.24.7.tgz", + "integrity": "sha512-ctSdRHBi20qWOfy27RUb4Fhp07KSJ3sXcuSvTrXrc4aG8NSYDo1ici3Vhg9bg69y5bj0Mr1lh0aeEgTvc12rMg==", + "dev": true, + "dependencies": { + "@babel/compat-data": "^7.24.7", + "@babel/helper-validator-option": "^7.24.7", + "browserslist": "^4.22.2", + "lru-cache": "^5.1.1", + "semver": "^6.3.1" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-environment-visitor": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.24.7.tgz", + "integrity": "sha512-DoiN84+4Gnd0ncbBOM9AZENV4a5ZiL39HYMyZJGZ/AZEykHYdJw0wW3kdcsh9/Kn+BRXHLkkklZ51ecPKmI1CQ==", + "dev": true, + "dependencies": { + "@babel/types": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-function-name": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.24.7.tgz", + "integrity": "sha512-FyoJTsj/PEUWu1/TYRiXTIHc8lbw+TDYkZuoE43opPS5TrI7MyONBE1oNvfguEXAD9yhQRrVBnXdXzSLQl9XnA==", + "dev": true, + "dependencies": { + "@babel/template": "^7.24.7", + "@babel/types": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-hoist-variables": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.24.7.tgz", + "integrity": "sha512-MJJwhkoGy5c4ehfoRyrJ/owKeMl19U54h27YYftT0o2teQ3FJ3nQUf/I3LlJsX4l3qlw7WRXUmiyajvHXoTubQ==", + "dev": true, + "dependencies": { + "@babel/types": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-module-imports": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.24.7.tgz", + "integrity": "sha512-8AyH3C+74cgCVVXow/myrynrAGv+nTVg5vKu2nZph9x7RcRwzmh0VFallJuFTZ9mx6u4eSdXZfcOzSqTUm0HCA==", + "dev": true, + "dependencies": { + "@babel/traverse": "^7.24.7", + "@babel/types": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-module-transforms": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.24.7.tgz", + "integrity": "sha512-1fuJEwIrp+97rM4RWdO+qrRsZlAeL1lQJoPqtCYWv0NL115XM93hIH4CSRln2w52SqvmY5hqdtauB6QFCDiZNQ==", + "dev": true, + "dependencies": { + "@babel/helper-environment-visitor": "^7.24.7", + "@babel/helper-module-imports": "^7.24.7", + "@babel/helper-simple-access": "^7.24.7", + "@babel/helper-split-export-declaration": "^7.24.7", + "@babel/helper-validator-identifier": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/helper-plugin-utils": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.7.tgz", + "integrity": "sha512-Rq76wjt7yz9AAc1KnlRKNAi/dMSVWgDRx43FHoJEbcYU6xOWaE2dVPwcdTukJrjxS65GITyfbvEYHvkirZ6uEg==", + "dev": true, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-simple-access": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.24.7.tgz", + "integrity": "sha512-zBAIvbCMh5Ts+b86r/CjU+4XGYIs+R1j951gxI3KmmxBMhCg4oQMsv6ZXQ64XOm/cvzfU1FmoCyt6+owc5QMYg==", + "dev": true, + "dependencies": { + "@babel/traverse": "^7.24.7", + "@babel/types": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-split-export-declaration": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.7.tgz", + "integrity": "sha512-oy5V7pD+UvfkEATUKvIjvIAH/xCzfsFVw7ygW2SI6NClZzquT+mwdTfgfdbUiceh6iQO0CHtCPsyze/MZ2YbAA==", + "dev": true, + "dependencies": { + "@babel/types": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-string-parser": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.24.7.tgz", + "integrity": "sha512-7MbVt6xrwFQbunH2DNQsAP5sTGxfqQtErvBIvIMi6EQnbgUOuVYanvREcmFrOPhoXBrTtjhhP+lW+o5UfK+tDg==", + "dev": true, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-validator-identifier": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz", + "integrity": "sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==", + "dev": true, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-validator-option": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.24.7.tgz", + "integrity": "sha512-yy1/KvjhV/ZCL+SM7hBrvnZJ3ZuT9OuZgIJAGpPEToANvc3iM6iDvBnRjtElWibHU6n8/LPR/EjX9EtIEYO3pw==", + "dev": true, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helpers": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.24.7.tgz", + "integrity": "sha512-NlmJJtvcw72yRJRcnCmGvSi+3jDEg8qFu3z0AFoymmzLx5ERVWyzd9kVXr7Th9/8yIJi2Zc6av4Tqz3wFs8QWg==", + "dev": true, + "dependencies": { + "@babel/template": "^7.24.7", + "@babel/types": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/highlight": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.7.tgz", + "integrity": "sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==", + "dev": true, + "dependencies": { + "@babel/helper-validator-identifier": "^7.24.7", + "chalk": "^2.4.2", + "js-tokens": "^4.0.0", + "picocolors": "^1.0.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/parser": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.24.7.tgz", + "integrity": "sha512-9uUYRm6OqQrCqQdG1iCBwBPZgN8ciDBro2nIOFaiRz1/BCxaI7CNvQbDHvsArAC7Tw9Hda/B3U+6ui9u4HWXPw==", + "dev": true, + "bin": { + "parser": "bin/babel-parser.js" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@babel/plugin-transform-react-jsx-self": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.24.7.tgz", + "integrity": "sha512-fOPQYbGSgH0HUp4UJO4sMBFjY6DuWq+2i8rixyUMb3CdGixs/gccURvYOAhajBdKDoGajFr3mUq5rH3phtkGzw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-react-jsx-source": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.24.7.tgz", + "integrity": "sha512-J2z+MWzZHVOemyLweMqngXrgGC42jQ//R0KdxqkIz/OrbVIIlhFI3WigZ5fO+nwFvBlncr4MGapd8vTyc7RPNQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/runtime": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.24.7.tgz", + "integrity": "sha512-UwgBRMjJP+xv857DCngvqXI3Iq6J4v0wXmwc6sapg+zyhbwmQX67LUEFrkK5tbyJ30jGuG3ZvWpBiB9LCy1kWw==", + "dependencies": { + "regenerator-runtime": "^0.14.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/template": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.24.7.tgz", + "integrity": "sha512-jYqfPrU9JTF0PmPy1tLYHW4Mp4KlgxJD9l2nP9fD6yT/ICi554DmrWBAEYpIelzjHf1msDP3PxJIRt/nFNfBig==", + "dev": true, + "dependencies": { + "@babel/code-frame": "^7.24.7", + "@babel/parser": "^7.24.7", + "@babel/types": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/traverse": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.24.7.tgz", + "integrity": "sha512-yb65Ed5S/QAcewNPh0nZczy9JdYXkkAbIsEo+P7BE7yO3txAY30Y/oPa3QkQ5It3xVG2kpKMg9MsdxZaO31uKA==", + "dev": true, + "dependencies": { + "@babel/code-frame": "^7.24.7", + "@babel/generator": "^7.24.7", + "@babel/helper-environment-visitor": "^7.24.7", + "@babel/helper-function-name": "^7.24.7", + "@babel/helper-hoist-variables": "^7.24.7", + "@babel/helper-split-export-declaration": "^7.24.7", + "@babel/parser": "^7.24.7", + "@babel/types": "^7.24.7", + "debug": "^4.3.1", + "globals": "^11.1.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/types": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.24.7.tgz", + "integrity": "sha512-XEFXSlxiG5td2EJRe8vOmRbaXVgfcBlszKujvVmWIK/UpywWljQCfzAv3RQCGujWQ1RD4YYWEAqDXfuJiy8f5Q==", + "dev": true, + "dependencies": { + "@babel/helper-string-parser": "^7.24.7", + "@babel/helper-validator-identifier": "^7.24.7", + "to-fast-properties": "^2.0.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@esbuild/aix-ppc64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.21.5.tgz", + "integrity": "sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==", + "cpu": [ + "ppc64" + ], + "dev": true, + "optional": true, + "os": [ + "aix" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/android-arm": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.21.5.tgz", + "integrity": "sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==", + "cpu": [ + "arm" + ], + "dev": true, + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/android-arm64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.21.5.tgz", + "integrity": "sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/android-x64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.21.5.tgz", + "integrity": "sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/darwin-arm64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.21.5.tgz", + "integrity": "sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/darwin-x64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.21.5.tgz", + "integrity": "sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/freebsd-arm64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.21.5.tgz", + "integrity": "sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/freebsd-x64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.21.5.tgz", + "integrity": "sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-arm": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.21.5.tgz", + "integrity": "sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==", + "cpu": [ + "arm" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-arm64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.21.5.tgz", + "integrity": "sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-ia32": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.21.5.tgz", + "integrity": "sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==", + "cpu": [ + "ia32" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-loong64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.21.5.tgz", + "integrity": "sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==", + "cpu": [ + "loong64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-mips64el": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.21.5.tgz", + "integrity": "sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==", + "cpu": [ + "mips64el" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-ppc64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.21.5.tgz", + "integrity": "sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==", + "cpu": [ + "ppc64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-riscv64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.21.5.tgz", + "integrity": "sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==", + "cpu": [ + "riscv64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-s390x": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.21.5.tgz", + "integrity": "sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==", + "cpu": [ + "s390x" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-x64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.21.5.tgz", + "integrity": "sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/netbsd-x64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.21.5.tgz", + "integrity": "sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "netbsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/openbsd-x64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.21.5.tgz", + "integrity": "sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "openbsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/sunos-x64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.21.5.tgz", + "integrity": "sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "sunos" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/win32-arm64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.21.5.tgz", + "integrity": "sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/win32-ia32": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.21.5.tgz", + "integrity": "sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==", + "cpu": [ + "ia32" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/win32-x64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.21.5.tgz", + "integrity": "sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@eslint-community/eslint-utils": { + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz", + "integrity": "sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==", + "dev": true, + "dependencies": { + "eslint-visitor-keys": "^3.3.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "peerDependencies": { + "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0" + } + }, + "node_modules/@eslint-community/regexpp": { + "version": "4.11.0", + "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.11.0.tgz", + "integrity": "sha512-G/M/tIiMrTAxEWRfLfQJMmGNX28IxBg4PBz8XqQhqUHLFI6TL2htpIB1iQCj144V5ee/JaKyT9/WZ0MGZWfA7A==", + "dev": true, + "engines": { + "node": "^12.0.0 || ^14.0.0 || >=16.0.0" + } + }, + "node_modules/@eslint/eslintrc": { + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.4.tgz", + "integrity": "sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==", + "dev": true, + "dependencies": { + "ajv": "^6.12.4", + "debug": "^4.3.2", + "espree": "^9.6.0", + "globals": "^13.19.0", + "ignore": "^5.2.0", + "import-fresh": "^3.2.1", + "js-yaml": "^4.1.0", + "minimatch": "^3.1.2", + "strip-json-comments": "^3.1.1" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "node_modules/@eslint/eslintrc/node_modules/globals": { + "version": "13.24.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz", + "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==", + "dev": true, + "dependencies": { + "type-fest": "^0.20.2" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/@eslint/js": { + "version": "8.57.0", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.57.0.tgz", + "integrity": "sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==", + "dev": true, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + } + }, + "node_modules/@humanwhocodes/config-array": { + "version": "0.11.14", + "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.14.tgz", + "integrity": "sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==", + "deprecated": "Use @eslint/config-array instead", + "dev": true, + "dependencies": { + "@humanwhocodes/object-schema": "^2.0.2", + "debug": "^4.3.1", + "minimatch": "^3.0.5" + }, + "engines": { + "node": ">=10.10.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==", + "dev": true, + "engines": { + "node": ">=12.22" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/nzakas" + } + }, + "node_modules/@humanwhocodes/object-schema": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz", + "integrity": "sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==", + "deprecated": "Use @eslint/object-schema instead", + "dev": true + }, + "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==", + "dev": true, + "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/cliui/node_modules/ansi-regex": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz", + "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==", + "dev": true, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-regex?sponsor=1" + } + }, + "node_modules/@isaacs/cliui/node_modules/strip-ansi": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", + "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", + "dev": true, + "dependencies": { + "ansi-regex": "^6.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/strip-ansi?sponsor=1" + } + }, + "node_modules/@jridgewell/gen-mapping": { + "version": "0.3.5", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz", + "integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==", + "dev": true, + "dependencies": { + "@jridgewell/set-array": "^1.2.1", + "@jridgewell/sourcemap-codec": "^1.4.10", + "@jridgewell/trace-mapping": "^0.3.24" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "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==", + "dev": true, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/set-array": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz", + "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==", + "dev": true, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/sourcemap-codec": { + "version": "1.4.15", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz", + "integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==", + "dev": true + }, + "node_modules/@jridgewell/trace-mapping": { + "version": "0.3.25", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz", + "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==", + "dev": true, + "dependencies": { + "@jridgewell/resolve-uri": "^3.1.0", + "@jridgewell/sourcemap-codec": "^1.4.14" + } + }, + "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==", + "dev": true, + "dependencies": { + "@nodelib/fs.stat": "2.0.5", + "run-parallel": "^1.1.9" + }, + "engines": { + "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==", + "dev": true, + "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==", + "dev": true, + "dependencies": { + "@nodelib/fs.scandir": "2.1.5", + "fastq": "^1.6.0" + }, + "engines": { + "node": ">= 8" + } + }, + "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==", + "dev": true, + "optional": true, + "engines": { + "node": ">=14" + } + }, + "node_modules/@popperjs/core": { + "version": "2.11.8", + "resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.8.tgz", + "integrity": "sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/popperjs" + } + }, + "node_modules/@react-aria/ssr": { + "version": "3.9.4", + "resolved": "https://registry.npmjs.org/@react-aria/ssr/-/ssr-3.9.4.tgz", + "integrity": "sha512-4jmAigVq409qcJvQyuorsmBR4+9r3+JEC60wC+Y0MZV0HCtTmm8D9guYXlJMdx0SSkgj0hHAyFm/HvPNFofCoQ==", + "dependencies": { + "@swc/helpers": "^0.5.0" + }, + "engines": { + "node": ">= 12" + }, + "peerDependencies": { + "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0" + } + }, + "node_modules/@reduxjs/toolkit": { + "version": "2.2.6", + "resolved": "https://registry.npmjs.org/@reduxjs/toolkit/-/toolkit-2.2.6.tgz", + "integrity": "sha512-kH0r495c5z1t0g796eDQAkYbEQ3a1OLYN9o8jQQVZyKyw367pfRGS+qZLkHYvFHiUUdafpoSlQ2QYObIApjPWA==", + "dependencies": { + "immer": "^10.0.3", + "redux": "^5.0.1", + "redux-thunk": "^3.1.0", + "reselect": "^5.1.0" + }, + "peerDependencies": { + "react": "^16.9.0 || ^17.0.0 || ^18", + "react-redux": "^7.2.1 || ^8.1.3 || ^9.0.0" + }, + "peerDependenciesMeta": { + "react": { + "optional": true + }, + "react-redux": { + "optional": true + } + } + }, + "node_modules/@remix-run/router": { + "version": "1.17.1", + "resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.17.1.tgz", + "integrity": "sha512-mCOMec4BKd6BRGBZeSnGiIgwsbLGp3yhVqAD8H+PxiRNEHgDpZb8J1TnrSDlg97t0ySKMQJTHCWBCmBpSmkF6Q==", + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@restart/hooks": { + "version": "0.4.16", + "resolved": "https://registry.npmjs.org/@restart/hooks/-/hooks-0.4.16.tgz", + "integrity": "sha512-f7aCv7c+nU/3mF7NWLtVVr0Ra80RqsO89hO72r+Y/nvQr5+q0UFGkocElTH6MJApvReVh6JHUFYn2cw1WdHF3w==", + "dependencies": { + "dequal": "^2.0.3" + }, + "peerDependencies": { + "react": ">=16.8.0" + } + }, + "node_modules/@restart/ui": { + "version": "1.6.9", + "resolved": "https://registry.npmjs.org/@restart/ui/-/ui-1.6.9.tgz", + "integrity": "sha512-mUbygUsJcRurjZCt1f77gg4DpheD1D+Sc7J3JjAkysUj7t8m4EBJVOqWC9788Qtbc69cJ+HlJc6jBguKwS8Mcw==", + "dependencies": { + "@babel/runtime": "^7.21.0", + "@popperjs/core": "^2.11.6", + "@react-aria/ssr": "^3.5.0", + "@restart/hooks": "^0.4.9", + "@types/warning": "^3.0.0", + "dequal": "^2.0.3", + "dom-helpers": "^5.2.0", + "uncontrollable": "^8.0.1", + "warning": "^4.0.3" + }, + "peerDependencies": { + "react": ">=16.14.0", + "react-dom": ">=16.14.0" + } + }, + "node_modules/@restart/ui/node_modules/uncontrollable": { + "version": "8.0.4", + "resolved": "https://registry.npmjs.org/uncontrollable/-/uncontrollable-8.0.4.tgz", + "integrity": "sha512-ulRWYWHvscPFc0QQXvyJjY6LIXU56f0h8pQFvhxiKk5V1fcI8gp9Ht9leVAhrVjzqMw0BgjspBINx9r6oyJUvQ==", + "peerDependencies": { + "react": ">=16.14.0" + } + }, + "node_modules/@rollup/rollup-android-arm-eabi": { + "version": "4.18.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.18.1.tgz", + "integrity": "sha512-lncuC4aHicncmbORnx+dUaAgzee9cm/PbIqgWz1PpXuwc+sa1Ct83tnqUDy/GFKleLiN7ZIeytM6KJ4cAn1SxA==", + "cpu": [ + "arm" + ], + "dev": true, + "optional": true, + "os": [ + "android" + ] + }, + "node_modules/@rollup/rollup-android-arm64": { + "version": "4.18.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.18.1.tgz", + "integrity": "sha512-F/tkdw0WSs4ojqz5Ovrw5r9odqzFjb5LIgHdHZG65dFI1lWTWRVy32KDJLKRISHgJvqUeUhdIvy43fX41znyDg==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "android" + ] + }, + "node_modules/@rollup/rollup-darwin-arm64": { + "version": "4.18.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.18.1.tgz", + "integrity": "sha512-vk+ma8iC1ebje/ahpxpnrfVQJibTMyHdWpOGZ3JpQ7Mgn/3QNHmPq7YwjZbIE7km73dH5M1e6MRRsnEBW7v5CQ==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "darwin" + ] + }, + "node_modules/@rollup/rollup-darwin-x64": { + "version": "4.18.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.18.1.tgz", + "integrity": "sha512-IgpzXKauRe1Tafcej9STjSSuG0Ghu/xGYH+qG6JwsAUxXrnkvNHcq/NL6nz1+jzvWAnQkuAJ4uIwGB48K9OCGA==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "darwin" + ] + }, + "node_modules/@rollup/rollup-linux-arm-gnueabihf": { + "version": "4.18.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.18.1.tgz", + "integrity": "sha512-P9bSiAUnSSM7EmyRK+e5wgpqai86QOSv8BwvkGjLwYuOpaeomiZWifEos517CwbG+aZl1T4clSE1YqqH2JRs+g==", + "cpu": [ + "arm" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-arm-musleabihf": { + "version": "4.18.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.18.1.tgz", + "integrity": "sha512-5RnjpACoxtS+aWOI1dURKno11d7krfpGDEn19jI8BuWmSBbUC4ytIADfROM1FZrFhQPSoP+KEa3NlEScznBTyQ==", + "cpu": [ + "arm" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-arm64-gnu": { + "version": "4.18.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.18.1.tgz", + "integrity": "sha512-8mwmGD668m8WaGbthrEYZ9CBmPug2QPGWxhJxh/vCgBjro5o96gL04WLlg5BA233OCWLqERy4YUzX3bJGXaJgQ==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-arm64-musl": { + "version": "4.18.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.18.1.tgz", + "integrity": "sha512-dJX9u4r4bqInMGOAQoGYdwDP8lQiisWb9et+T84l2WXk41yEej8v2iGKodmdKimT8cTAYt0jFb+UEBxnPkbXEQ==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-powerpc64le-gnu": { + "version": "4.18.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.18.1.tgz", + "integrity": "sha512-V72cXdTl4EI0x6FNmho4D502sy7ed+LuVW6Ym8aI6DRQ9hQZdp5sj0a2usYOlqvFBNKQnLQGwmYnujo2HvjCxQ==", + "cpu": [ + "ppc64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-riscv64-gnu": { + "version": "4.18.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.18.1.tgz", + "integrity": "sha512-f+pJih7sxoKmbjghrM2RkWo2WHUW8UbfxIQiWo5yeCaCM0TveMEuAzKJte4QskBp1TIinpnRcxkquY+4WuY/tg==", + "cpu": [ + "riscv64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-s390x-gnu": { + "version": "4.18.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.18.1.tgz", + "integrity": "sha512-qb1hMMT3Fr/Qz1OKovCuUM11MUNLUuHeBC2DPPAWUYYUAOFWaxInaTwTQmc7Fl5La7DShTEpmYwgdt2hG+4TEg==", + "cpu": [ + "s390x" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-x64-gnu": { + "version": "4.18.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.18.1.tgz", + "integrity": "sha512-7O5u/p6oKUFYjRbZkL2FLbwsyoJAjyeXHCU3O4ndvzg2OFO2GinFPSJFGbiwFDaCFc+k7gs9CF243PwdPQFh5g==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-x64-musl": { + "version": "4.18.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.18.1.tgz", + "integrity": "sha512-pDLkYITdYrH/9Cv/Vlj8HppDuLMDUBmgsM0+N+xLtFd18aXgM9Nyqupb/Uw+HeidhfYg2lD6CXvz6CjoVOaKjQ==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-win32-arm64-msvc": { + "version": "4.18.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.18.1.tgz", + "integrity": "sha512-W2ZNI323O/8pJdBGil1oCauuCzmVd9lDmWBBqxYZcOqWD6aWqJtVBQ1dFrF4dYpZPks6F+xCZHfzG5hYlSHZ6g==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ] + }, + "node_modules/@rollup/rollup-win32-ia32-msvc": { + "version": "4.18.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.18.1.tgz", + "integrity": "sha512-ELfEX1/+eGZYMaCIbK4jqLxO1gyTSOIlZr6pbC4SRYFaSIDVKOnZNMdoZ+ON0mrFDp4+H5MhwNC1H/AhE3zQLg==", + "cpu": [ + "ia32" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ] + }, + "node_modules/@rollup/rollup-win32-x64-msvc": { + "version": "4.18.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.18.1.tgz", + "integrity": "sha512-yjk2MAkQmoaPYCSu35RLJ62+dz358nE83VfTePJRp8CG7aMg25mEJYpXFiD+NcevhX8LxD5OP5tktPXnXN7GDw==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ] + }, + "node_modules/@swc/helpers": { + "version": "0.5.11", + "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.11.tgz", + "integrity": "sha512-YNlnKRWF2sVojTpIyzwou9XoTNbzbzONwRhOoniEioF1AtaitTvVZblaQRrAzChWQ1bLYyYSWzM18y4WwgzJ+A==", + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@types/babel__core": { + "version": "7.20.5", + "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz", + "integrity": "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==", + "dev": true, + "dependencies": { + "@babel/parser": "^7.20.7", + "@babel/types": "^7.20.7", + "@types/babel__generator": "*", + "@types/babel__template": "*", + "@types/babel__traverse": "*" + } + }, + "node_modules/@types/babel__generator": { + "version": "7.6.8", + "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.8.tgz", + "integrity": "sha512-ASsj+tpEDsEiFr1arWrlN6V3mdfjRMZt6LtK/Vp/kreFLnr5QH5+DhvD5nINYZXzwJvXeGq+05iUXcAzVrqWtw==", + "dev": true, + "dependencies": { + "@babel/types": "^7.0.0" + } + }, + "node_modules/@types/babel__template": { + "version": "7.4.4", + "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.4.tgz", + "integrity": "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==", + "dev": true, + "dependencies": { + "@babel/parser": "^7.1.0", + "@babel/types": "^7.0.0" + } + }, + "node_modules/@types/babel__traverse": { + "version": "7.20.6", + "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.20.6.tgz", + "integrity": "sha512-r1bzfrm0tomOI8g1SzvCaQHo6Lcv6zu0EA+W2kHrt8dyrHQxGzBBL4kdkzIS+jBMV+EYcMAEAqXqYaLJq5rOZg==", + "dev": true, + "dependencies": { + "@babel/types": "^7.20.7" + } + }, + "node_modules/@types/estree": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz", + "integrity": "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==", + "dev": true + }, + "node_modules/@types/prop-types": { + "version": "15.7.12", + "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.12.tgz", + "integrity": "sha512-5zvhXYtRNRluoE/jAp4GVsSduVUzNWKkOZrCDBWYtE7biZywwdC2AcEzg+cSMLFRfVgeAFqpfNabiPjxFddV1Q==" + }, + "node_modules/@types/react": { + "version": "18.3.3", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.3.tgz", + "integrity": "sha512-hti/R0pS0q1/xx+TsI73XIqk26eBsISZ2R0wUijXIngRK9R/e7Xw/cXVxQK7R5JjW+SV4zGcn5hXjudkN/pLIw==", + "dependencies": { + "@types/prop-types": "*", + "csstype": "^3.0.2" + } + }, + "node_modules/@types/react-dom": { + "version": "18.3.0", + "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.3.0.tgz", + "integrity": "sha512-EhwApuTmMBmXuFOikhQLIBUn6uFg81SwLMOAUgodJF14SOBOCMdU04gDoYi0WOJJHD144TL32z4yDqCW3dnkQg==", + "dev": true, + "dependencies": { + "@types/react": "*" + } + }, + "node_modules/@types/react-transition-group": { + "version": "4.4.10", + "resolved": "https://registry.npmjs.org/@types/react-transition-group/-/react-transition-group-4.4.10.tgz", + "integrity": "sha512-hT/+s0VQs2ojCX823m60m5f0sL5idt9SO6Tj6Dg+rdphGPIeJbJ6CxvBYkgkGKrYeDjvIpKTR38UzmtHJOGW3Q==", + "dependencies": { + "@types/react": "*" + } + }, + "node_modules/@types/use-sync-external-store": { + "version": "0.0.3", + "resolved": "https://registry.npmjs.org/@types/use-sync-external-store/-/use-sync-external-store-0.0.3.tgz", + "integrity": "sha512-EwmlvuaxPNej9+T4v5AuBPJa2x2UOJVdjCtDHgcDqitUeOtjnJKJ+apYjVcAoBEMjKW1VVFGZLUb5+qqa09XFA==" + }, + "node_modules/@types/warning": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/warning/-/warning-3.0.3.tgz", + "integrity": "sha512-D1XC7WK8K+zZEveUPY+cf4+kgauk8N4eHr/XIHXGlGYkHLud6hK9lYfZk1ry1TNh798cZUCgb6MqGEG8DkJt6Q==" + }, + "node_modules/@ungap/structured-clone": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.2.0.tgz", + "integrity": "sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==", + "dev": true + }, + "node_modules/@vitejs/plugin-react": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-4.3.1.tgz", + "integrity": "sha512-m/V2syj5CuVnaxcUJOQRel/Wr31FFXRFlnOoq1TVtkCxsY5veGMTEmpWHndrhB2U8ScHtCQB1e+4hWYExQc6Lg==", + "dev": true, + "dependencies": { + "@babel/core": "^7.24.5", + "@babel/plugin-transform-react-jsx-self": "^7.24.5", + "@babel/plugin-transform-react-jsx-source": "^7.24.1", + "@types/babel__core": "^7.20.5", + "react-refresh": "^0.14.2" + }, + "engines": { + "node": "^14.18.0 || >=16.0.0" + }, + "peerDependencies": { + "vite": "^4.2.0 || ^5.0.0" + } + }, + "node_modules/acorn": { + "version": "8.12.1", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.12.1.tgz", + "integrity": "sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==", + "dev": true, + "bin": { + "acorn": "bin/acorn" + }, + "engines": { + "node": ">=0.4.0" + } + }, + "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==", + "dev": true, + "peerDependencies": { + "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" + } + }, + "node_modules/ajv": { + "version": "6.12.6", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", + "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", + "dev": true, + "dependencies": { + "fast-deep-equal": "^3.1.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" + } + }, + "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==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "dev": true, + "dependencies": { + "color-convert": "^1.9.0" + }, + "engines": { + "node": ">=4" + } + }, + "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==", + "dev": true + }, + "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==", + "dev": true, + "dependencies": { + "normalize-path": "^3.0.0", + "picomatch": "^2.0.4" + }, + "engines": { + "node": ">= 8" + } + }, + "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==", + "dev": true + }, + "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==", + "dev": true + }, + "node_modules/array-buffer-byte-length": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.1.tgz", + "integrity": "sha512-ahC5W1xgou+KTXix4sAO8Ki12Q+jf4i0+tmk3sC+zgcynshkHxzpXdImBehiUYKKKDwvfFiJl1tZt6ewscS1Mg==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.5", + "is-array-buffer": "^3.0.4" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/array-includes": { + "version": "3.1.8", + "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.8.tgz", + "integrity": "sha512-itaWrbYbqpGXkGhZPGUulwnhVf5Hpy1xiCFsGqyIGglbBxmG5vSjxQen3/WGOjPpNEv1RtBLKxbmVXm8HpJStQ==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.7", + "define-properties": "^1.2.1", + "es-abstract": "^1.23.2", + "es-object-atoms": "^1.0.0", + "get-intrinsic": "^1.2.4", + "is-string": "^1.0.7" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/array.prototype.findlast": { + "version": "1.2.5", + "resolved": "https://registry.npmjs.org/array.prototype.findlast/-/array.prototype.findlast-1.2.5.tgz", + "integrity": "sha512-CVvd6FHg1Z3POpBLxO6E6zr+rSKEQ9L6rZHAaY7lLfhKsWYUBBOuMs0e9o24oopj6H+geRCX0YJ+TJLBK2eHyQ==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.7", + "define-properties": "^1.2.1", + "es-abstract": "^1.23.2", + "es-errors": "^1.3.0", + "es-object-atoms": "^1.0.0", + "es-shim-unscopables": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/array.prototype.flat": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.2.tgz", + "integrity": "sha512-djYB+Zx2vLewY8RWlNCUdHjDXs2XOgm602S9E7P/UpHgfeHL00cRiIF+IN/G/aUJ7kGPb6yO/ErDI5V2s8iycA==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.2.0", + "es-abstract": "^1.22.1", + "es-shim-unscopables": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/array.prototype.flatmap": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.2.tgz", + "integrity": "sha512-Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.2.0", + "es-abstract": "^1.22.1", + "es-shim-unscopables": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/array.prototype.toreversed": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/array.prototype.toreversed/-/array.prototype.toreversed-1.1.2.tgz", + "integrity": "sha512-wwDCoT4Ck4Cz7sLtgUmzR5UV3YF5mFHUlbChCzZBQZ+0m2cl/DH3tKgvphv1nKgFsJ48oCSg6p91q2Vm0I/ZMA==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.2.0", + "es-abstract": "^1.22.1", + "es-shim-unscopables": "^1.0.0" + } + }, + "node_modules/array.prototype.tosorted": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/array.prototype.tosorted/-/array.prototype.tosorted-1.1.4.tgz", + "integrity": "sha512-p6Fx8B7b7ZhL/gmUsAy0D15WhvDccw3mnGNbZpi3pmeJdxtWsj2jEaI4Y6oo3XiHfzuSgPwKc04MYt6KgvC/wA==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.7", + "define-properties": "^1.2.1", + "es-abstract": "^1.23.3", + "es-errors": "^1.3.0", + "es-shim-unscopables": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/arraybuffer.prototype.slice": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.3.tgz", + "integrity": "sha512-bMxMKAjg13EBSVscxTaYA4mRc5t1UAXa2kXiGTNfZ079HIWXEkKmkgFrh/nJqamaLSrXO5H4WFFkPEaLJWbs3A==", + "dev": true, + "dependencies": { + "array-buffer-byte-length": "^1.0.1", + "call-bind": "^1.0.5", + "define-properties": "^1.2.1", + "es-abstract": "^1.22.3", + "es-errors": "^1.2.1", + "get-intrinsic": "^1.2.3", + "is-array-buffer": "^3.0.4", + "is-shared-array-buffer": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/asynckit": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", + "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==" + }, + "node_modules/autoprefixer": { + "version": "10.4.19", + "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.19.tgz", + "integrity": "sha512-BaENR2+zBZ8xXhM4pUaKUxlVdxZ0EZhjvbopwnXmxRUfqDmwSpC2lAi/QXvx7NRdPCo1WKEcEF6mV64si1z4Ew==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/autoprefixer" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "dependencies": { + "browserslist": "^4.23.0", + "caniuse-lite": "^1.0.30001599", + "fraction.js": "^4.3.7", + "normalize-range": "^0.1.2", + "picocolors": "^1.0.0", + "postcss-value-parser": "^4.2.0" + }, + "bin": { + "autoprefixer": "bin/autoprefixer" + }, + "engines": { + "node": "^10 || ^12 || >=14" + }, + "peerDependencies": { + "postcss": "^8.1.0" + } + }, + "node_modules/available-typed-arrays": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz", + "integrity": "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==", + "dev": true, + "dependencies": { + "possible-typed-array-names": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/axios": { + "version": "1.7.2", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.2.tgz", + "integrity": "sha512-2A8QhOMrbomlDuiLeK9XibIBzuHeRcqqNOHp0Cyp5EoJ1IFDh+XZH3A6BkXtv0K4gFGCI0Y4BM7B1wOEi0Rmgw==", + "dependencies": { + "follow-redirects": "^1.15.6", + "form-data": "^4.0.0", + "proxy-from-env": "^1.1.0" + } + }, + "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==", + "dev": true + }, + "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==", + "dev": true, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/bootstrap": { + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-3.4.1.tgz", + "integrity": "sha512-yN5oZVmRCwe5aKwzRj6736nSmKDX7pLYwsXiCj/EYmo16hODaBiT4En5btW/jhBF/seV+XMx3aYwukYC3A49DA==", + "engines": { + "node": ">=6" + } + }, + "node_modules/brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dev": true, + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "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==", + "dev": true, + "dependencies": { + "fill-range": "^7.1.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/browserslist": { + "version": "4.23.1", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.23.1.tgz", + "integrity": "sha512-TUfofFo/KsK/bWZ9TWQ5O26tsWW4Uhmt8IYklbnUa70udB6P2wA7w7o4PY4muaEPBQaAX+CEnmmIA41NVHtPVw==", + "dev": true, + "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" + } + ], + "dependencies": { + "caniuse-lite": "^1.0.30001629", + "electron-to-chromium": "^1.4.796", + "node-releases": "^2.0.14", + "update-browserslist-db": "^1.0.16" + }, + "bin": { + "browserslist": "cli.js" + }, + "engines": { + "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" + } + }, + "node_modules/call-bind": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.7.tgz", + "integrity": "sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==", + "dev": true, + "dependencies": { + "es-define-property": "^1.0.0", + "es-errors": "^1.3.0", + "function-bind": "^1.1.2", + "get-intrinsic": "^1.2.4", + "set-function-length": "^1.2.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/callsites": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", + "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "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==", + "dev": true, + "engines": { + "node": ">= 6" + } + }, + "node_modules/caniuse-lite": { + "version": "1.0.30001640", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001640.tgz", + "integrity": "sha512-lA4VMpW0PSUrFnkmVuEKBUovSWKhj7puyCg8StBChgu298N1AtuF1sKWEvfDuimSEDbhlb/KqPKC3fs1HbuQUA==", + "dev": true, + "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" + } + ] + }, + "node_modules/chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "dev": true, + "dependencies": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/chokidar": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz", + "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==", + "dev": true, + "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/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==", + "dev": true, + "dependencies": { + "is-glob": "^4.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/classnames": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/classnames/-/classnames-2.5.1.tgz", + "integrity": "sha512-saHYOzhIQs6wy2sVxTM6bUDsQO4F50V9RQ22qBpEdCW+I+/Wmke2HOl6lS6dTpdxVhb88/I6+Hs+438c3lfUow==" + }, + "node_modules/clsx": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz", + "integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==", + "engines": { + "node": ">=6" + } + }, + "node_modules/color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "dev": true, + "dependencies": { + "color-name": "1.1.3" + } + }, + "node_modules/color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", + "dev": true + }, + "node_modules/combined-stream": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", + "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", + "dependencies": { + "delayed-stream": "~1.0.0" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/commander": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz", + "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==", + "dev": true, + "engines": { + "node": ">= 6" + } + }, + "node_modules/concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", + "dev": true + }, + "node_modules/convert-source-map": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", + "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", + "dev": true + }, + "node_modules/cross-spawn": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", + "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", + "dev": true, + "dependencies": { + "path-key": "^3.1.0", + "shebang-command": "^2.0.0", + "which": "^2.0.1" + }, + "engines": { + "node": ">= 8" + } + }, + "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==", + "dev": true, + "bin": { + "cssesc": "bin/cssesc" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/csstype": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz", + "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==" + }, + "node_modules/data-view-buffer": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/data-view-buffer/-/data-view-buffer-1.0.1.tgz", + "integrity": "sha512-0lht7OugA5x3iJLOWFhWK/5ehONdprk0ISXqVFn/NFrDu+cuc8iADFrGQz5BnRK7LLU3JmkbXSxaqX+/mXYtUA==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.6", + "es-errors": "^1.3.0", + "is-data-view": "^1.0.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/data-view-byte-length": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/data-view-byte-length/-/data-view-byte-length-1.0.1.tgz", + "integrity": "sha512-4J7wRJD3ABAzr8wP+OcIcqq2dlUKp4DVflx++hs5h5ZKydWMI6/D/fAot+yh6g2tHh8fLFTvNOaVN357NvSrOQ==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.7", + "es-errors": "^1.3.0", + "is-data-view": "^1.0.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/data-view-byte-offset": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/data-view-byte-offset/-/data-view-byte-offset-1.0.0.tgz", + "integrity": "sha512-t/Ygsytq+R995EJ5PZlD4Cu56sWa8InXySaViRzw9apusqsOO2bQP+SbYzAhR0pFKoB+43lYy8rWban9JSuXnA==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.6", + "es-errors": "^1.3.0", + "is-data-view": "^1.0.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/debug": { + "version": "4.3.5", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.5.tgz", + "integrity": "sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg==", + "dev": true, + "dependencies": { + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "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==", + "dev": true + }, + "node_modules/define-data-property": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz", + "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==", + "dev": true, + "dependencies": { + "es-define-property": "^1.0.0", + "es-errors": "^1.3.0", + "gopd": "^1.0.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/define-properties": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz", + "integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==", + "dev": true, + "dependencies": { + "define-data-property": "^1.0.1", + "has-property-descriptors": "^1.0.0", + "object-keys": "^1.1.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/delayed-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", + "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==", + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/dequal": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz", + "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==", + "engines": { + "node": ">=6" + } + }, + "node_modules/didyoumean": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/didyoumean/-/didyoumean-1.2.2.tgz", + "integrity": "sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==", + "dev": true + }, + "node_modules/dlv": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz", + "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==", + "dev": true + }, + "node_modules/doctrine": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz", + "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==", + "dev": true, + "dependencies": { + "esutils": "^2.0.2" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/dom-helpers": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/dom-helpers/-/dom-helpers-5.2.1.tgz", + "integrity": "sha512-nRCa7CK3VTrM2NmGkIy4cbK7IZlgBE/PYMn55rrXefr5xXDP0LdtfPnblFDoVdcAfslJ7or6iqAUnx0CCGIWQA==", + "dependencies": { + "@babel/runtime": "^7.8.7", + "csstype": "^3.0.2" + } + }, + "node_modules/eastasianwidth": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz", + "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==", + "dev": true + }, + "node_modules/electron-to-chromium": { + "version": "1.4.820", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.820.tgz", + "integrity": "sha512-kK/4O/YunacfboFEk/BDf7VO1HoPmDudLTJAU9NmXIOSjsV7qVIX3OrI4REZo0VmdqhcpUcncQc6N8Q3aEXlHg==", + "dev": true + }, + "node_modules/emoji-regex": { + "version": "9.2.2", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz", + "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==", + "dev": true + }, + "node_modules/es-abstract": { + "version": "1.23.3", + "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.23.3.tgz", + "integrity": "sha512-e+HfNH61Bj1X9/jLc5v1owaLYuHdeHHSQlkhCBiTK8rBvKaULl/beGMxwrMXjpYrv4pz22BlY570vVePA2ho4A==", + "dev": true, + "dependencies": { + "array-buffer-byte-length": "^1.0.1", + "arraybuffer.prototype.slice": "^1.0.3", + "available-typed-arrays": "^1.0.7", + "call-bind": "^1.0.7", + "data-view-buffer": "^1.0.1", + "data-view-byte-length": "^1.0.1", + "data-view-byte-offset": "^1.0.0", + "es-define-property": "^1.0.0", + "es-errors": "^1.3.0", + "es-object-atoms": "^1.0.0", + "es-set-tostringtag": "^2.0.3", + "es-to-primitive": "^1.2.1", + "function.prototype.name": "^1.1.6", + "get-intrinsic": "^1.2.4", + "get-symbol-description": "^1.0.2", + "globalthis": "^1.0.3", + "gopd": "^1.0.1", + "has-property-descriptors": "^1.0.2", + "has-proto": "^1.0.3", + "has-symbols": "^1.0.3", + "hasown": "^2.0.2", + "internal-slot": "^1.0.7", + "is-array-buffer": "^3.0.4", + "is-callable": "^1.2.7", + "is-data-view": "^1.0.1", + "is-negative-zero": "^2.0.3", + "is-regex": "^1.1.4", + "is-shared-array-buffer": "^1.0.3", + "is-string": "^1.0.7", + "is-typed-array": "^1.1.13", + "is-weakref": "^1.0.2", + "object-inspect": "^1.13.1", + "object-keys": "^1.1.1", + "object.assign": "^4.1.5", + "regexp.prototype.flags": "^1.5.2", + "safe-array-concat": "^1.1.2", + "safe-regex-test": "^1.0.3", + "string.prototype.trim": "^1.2.9", + "string.prototype.trimend": "^1.0.8", + "string.prototype.trimstart": "^1.0.8", + "typed-array-buffer": "^1.0.2", + "typed-array-byte-length": "^1.0.1", + "typed-array-byte-offset": "^1.0.2", + "typed-array-length": "^1.0.6", + "unbox-primitive": "^1.0.2", + "which-typed-array": "^1.1.15" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/es-define-property": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.0.tgz", + "integrity": "sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==", + "dev": true, + "dependencies": { + "get-intrinsic": "^1.2.4" + }, + "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==", + "dev": true, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/es-iterator-helpers": { + "version": "1.0.19", + "resolved": "https://registry.npmjs.org/es-iterator-helpers/-/es-iterator-helpers-1.0.19.tgz", + "integrity": "sha512-zoMwbCcH5hwUkKJkT8kDIBZSz9I6mVG//+lDCinLCGov4+r7NIy0ld8o03M0cJxl2spVf6ESYVS6/gpIfq1FFw==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.7", + "define-properties": "^1.2.1", + "es-abstract": "^1.23.3", + "es-errors": "^1.3.0", + "es-set-tostringtag": "^2.0.3", + "function-bind": "^1.1.2", + "get-intrinsic": "^1.2.4", + "globalthis": "^1.0.3", + "has-property-descriptors": "^1.0.2", + "has-proto": "^1.0.3", + "has-symbols": "^1.0.3", + "internal-slot": "^1.0.7", + "iterator.prototype": "^1.1.2", + "safe-array-concat": "^1.1.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/es-object-atoms": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.0.0.tgz", + "integrity": "sha512-MZ4iQ6JwHOBQjahnjwaC1ZtIBH+2ohjamzAO3oaHcXYup7qxjF2fixyH+Q71voWHeOkI2q/TnJao/KfXYIZWbw==", + "dev": true, + "dependencies": { + "es-errors": "^1.3.0" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/es-set-tostringtag": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.0.3.tgz", + "integrity": "sha512-3T8uNMC3OQTHkFUsFq8r/BwAXLHvU/9O9mE0fBc/MY5iq/8H7ncvO947LmYA6ldWw9Uh8Yhf25zu6n7nML5QWQ==", + "dev": true, + "dependencies": { + "get-intrinsic": "^1.2.4", + "has-tostringtag": "^1.0.2", + "hasown": "^2.0.1" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/es-shim-unscopables": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.0.2.tgz", + "integrity": "sha512-J3yBRXCzDu4ULnQwxyToo/OjdMx6akgVC7K6few0a7F/0wLtmKKN7I73AH5T2836UuXRqN7Qg+IIUw/+YJksRw==", + "dev": true, + "dependencies": { + "hasown": "^2.0.0" + } + }, + "node_modules/es-to-primitive": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz", + "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==", + "dev": true, + "dependencies": { + "is-callable": "^1.1.4", + "is-date-object": "^1.0.1", + "is-symbol": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/esbuild": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.21.5.tgz", + "integrity": "sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==", + "dev": true, + "hasInstallScript": true, + "bin": { + "esbuild": "bin/esbuild" + }, + "engines": { + "node": ">=12" + }, + "optionalDependencies": { + "@esbuild/aix-ppc64": "0.21.5", + "@esbuild/android-arm": "0.21.5", + "@esbuild/android-arm64": "0.21.5", + "@esbuild/android-x64": "0.21.5", + "@esbuild/darwin-arm64": "0.21.5", + "@esbuild/darwin-x64": "0.21.5", + "@esbuild/freebsd-arm64": "0.21.5", + "@esbuild/freebsd-x64": "0.21.5", + "@esbuild/linux-arm": "0.21.5", + "@esbuild/linux-arm64": "0.21.5", + "@esbuild/linux-ia32": "0.21.5", + "@esbuild/linux-loong64": "0.21.5", + "@esbuild/linux-mips64el": "0.21.5", + "@esbuild/linux-ppc64": "0.21.5", + "@esbuild/linux-riscv64": "0.21.5", + "@esbuild/linux-s390x": "0.21.5", + "@esbuild/linux-x64": "0.21.5", + "@esbuild/netbsd-x64": "0.21.5", + "@esbuild/openbsd-x64": "0.21.5", + "@esbuild/sunos-x64": "0.21.5", + "@esbuild/win32-arm64": "0.21.5", + "@esbuild/win32-ia32": "0.21.5", + "@esbuild/win32-x64": "0.21.5" + } + }, + "node_modules/escalade": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.2.tgz", + "integrity": "sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "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, + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/eslint": { + "version": "8.57.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.57.0.tgz", + "integrity": "sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==", + "dev": true, + "dependencies": { + "@eslint-community/eslint-utils": "^4.2.0", + "@eslint-community/regexpp": "^4.6.1", + "@eslint/eslintrc": "^2.1.4", + "@eslint/js": "8.57.0", + "@humanwhocodes/config-array": "^0.11.14", + "@humanwhocodes/module-importer": "^1.0.1", + "@nodelib/fs.walk": "^1.2.8", + "@ungap/structured-clone": "^1.2.0", + "ajv": "^6.12.4", + "chalk": "^4.0.0", + "cross-spawn": "^7.0.2", + "debug": "^4.3.2", + "doctrine": "^3.0.0", + "escape-string-regexp": "^4.0.0", + "eslint-scope": "^7.2.2", + "eslint-visitor-keys": "^3.4.3", + "espree": "^9.6.1", + "esquery": "^1.4.2", + "esutils": "^2.0.2", + "fast-deep-equal": "^3.1.3", + "file-entry-cache": "^6.0.1", + "find-up": "^5.0.0", + "glob-parent": "^6.0.2", + "globals": "^13.19.0", + "graphemer": "^1.4.0", + "ignore": "^5.2.0", + "imurmurhash": "^0.1.4", + "is-glob": "^4.0.0", + "is-path-inside": "^3.0.3", + "js-yaml": "^4.1.0", + "json-stable-stringify-without-jsonify": "^1.0.1", + "levn": "^0.4.1", + "lodash.merge": "^4.6.2", + "minimatch": "^3.1.2", + "natural-compare": "^1.4.0", + "optionator": "^0.9.3", + "strip-ansi": "^6.0.1", + "text-table": "^0.2.0" + }, + "bin": { + "eslint": "bin/eslint.js" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "node_modules/eslint-plugin-react": { + "version": "7.34.3", + "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.34.3.tgz", + "integrity": "sha512-aoW4MV891jkUulwDApQbPYTVZmeuSyFrudpbTAQuj5Fv8VL+o6df2xIGpw8B0hPjAaih1/Fb0om9grCdyFYemA==", + "dev": true, + "dependencies": { + "array-includes": "^3.1.8", + "array.prototype.findlast": "^1.2.5", + "array.prototype.flatmap": "^1.3.2", + "array.prototype.toreversed": "^1.1.2", + "array.prototype.tosorted": "^1.1.4", + "doctrine": "^2.1.0", + "es-iterator-helpers": "^1.0.19", + "estraverse": "^5.3.0", + "jsx-ast-utils": "^2.4.1 || ^3.0.0", + "minimatch": "^3.1.2", + "object.entries": "^1.1.8", + "object.fromentries": "^2.0.8", + "object.hasown": "^1.1.4", + "object.values": "^1.2.0", + "prop-types": "^15.8.1", + "resolve": "^2.0.0-next.5", + "semver": "^6.3.1", + "string.prototype.matchall": "^4.0.11" + }, + "engines": { + "node": ">=4" + }, + "peerDependencies": { + "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8" + } + }, + "node_modules/eslint-plugin-react-hooks": { + "version": "4.6.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.2.tgz", + "integrity": "sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ==", + "dev": true, + "engines": { + "node": ">=10" + }, + "peerDependencies": { + "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0" + } + }, + "node_modules/eslint-plugin-react-refresh": { + "version": "0.4.7", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-refresh/-/eslint-plugin-react-refresh-0.4.7.tgz", + "integrity": "sha512-yrj+KInFmwuQS2UQcg1SF83ha1tuHC1jMQbRNyuWtlEzzKRDgAl7L4Yp4NlDUZTZNlWvHEzOtJhMi40R7JxcSw==", + "dev": true, + "peerDependencies": { + "eslint": ">=7" + } + }, + "node_modules/eslint-plugin-react/node_modules/doctrine": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz", + "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==", + "dev": true, + "dependencies": { + "esutils": "^2.0.2" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/eslint-scope": { + "version": "7.2.2", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz", + "integrity": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==", + "dev": true, + "dependencies": { + "esrecurse": "^4.3.0", + "estraverse": "^5.2.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "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, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "node_modules/eslint/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==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/eslint/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/eslint/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==", + "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/eslint/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==", + "dev": true + }, + "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==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/eslint/node_modules/globals": { + "version": "13.24.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz", + "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==", + "dev": true, + "dependencies": { + "type-fest": "^0.20.2" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/eslint/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==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/eslint/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "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, + "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" + } + }, + "node_modules/esquery": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.6.0.tgz", + "integrity": "sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==", + "dev": true, + "dependencies": { + "estraverse": "^5.1.0" + }, + "engines": { + "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==", + "dev": true, + "dependencies": { + "estraverse": "^5.2.0" + }, + "engines": { + "node": ">=4.0" + } + }, + "node_modules/estraverse": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", + "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", + "dev": true, + "engines": { + "node": ">=4.0" + } + }, + "node_modules/esutils": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", + "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "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==", + "dev": true + }, + "node_modules/fast-glob": { + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz", + "integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==", + "dev": true, + "dependencies": { + "@nodelib/fs.stat": "^2.0.2", + "@nodelib/fs.walk": "^1.2.3", + "glob-parent": "^5.1.2", + "merge2": "^1.3.0", + "micromatch": "^4.0.4" + }, + "engines": { + "node": ">=8.6.0" + } + }, + "node_modules/fast-glob/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==", + "dev": true, + "dependencies": { + "is-glob": "^4.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "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==", + "dev": true + }, + "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==", + "dev": true + }, + "node_modules/fastq": { + "version": "1.17.1", + "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.17.1.tgz", + "integrity": "sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==", + "dev": true, + "dependencies": { + "reusify": "^1.0.4" + } + }, + "node_modules/file-entry-cache": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz", + "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==", + "dev": true, + "dependencies": { + "flat-cache": "^3.0.4" + }, + "engines": { + "node": "^10.12.0 || >=12.0.0" + } + }, + "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==", + "dev": true, + "dependencies": { + "to-regex-range": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "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==", + "dev": true, + "dependencies": { + "locate-path": "^6.0.0", + "path-exists": "^4.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/flat-cache": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.2.0.tgz", + "integrity": "sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==", + "dev": true, + "dependencies": { + "flatted": "^3.2.9", + "keyv": "^4.5.3", + "rimraf": "^3.0.2" + }, + "engines": { + "node": "^10.12.0 || >=12.0.0" + } + }, + "node_modules/flatted": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.1.tgz", + "integrity": "sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==", + "dev": true + }, + "node_modules/follow-redirects": { + "version": "1.15.6", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.6.tgz", + "integrity": "sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==", + "funding": [ + { + "type": "individual", + "url": "https://github.com/sponsors/RubenVerborgh" + } + ], + "engines": { + "node": ">=4.0" + }, + "peerDependenciesMeta": { + "debug": { + "optional": true + } + } + }, + "node_modules/for-each": { + "version": "0.3.3", + "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.3.tgz", + "integrity": "sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==", + "dev": true, + "dependencies": { + "is-callable": "^1.1.3" + } + }, + "node_modules/foreground-child": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.2.1.tgz", + "integrity": "sha512-PXUUyLqrR2XCWICfv6ukppP96sdFwWbNEnfEMt7jNsISjMsvaLNinAHNDYyvkyU+SZG2BTSbT5NjG+vZslfGTA==", + "dev": true, + "dependencies": { + "cross-spawn": "^7.0.0", + "signal-exit": "^4.0.1" + }, + "engines": { + "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/form-data": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz", + "integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==", + "dependencies": { + "asynckit": "^0.4.0", + "combined-stream": "^1.0.8", + "mime-types": "^2.1.12" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/fraction.js": { + "version": "4.3.7", + "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.3.7.tgz", + "integrity": "sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==", + "dev": true, + "engines": { + "node": "*" + }, + "funding": { + "type": "patreon", + "url": "https://github.com/sponsors/rawify" + } + }, + "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==", + "dev": true + }, + "node_modules/fsevents": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", + "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", + "dev": true, + "hasInstallScript": true, + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": "^8.16.0 || ^10.6.0 || >=11.0.0" + } + }, + "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==", + "dev": true, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/function.prototype.name": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.6.tgz", + "integrity": "sha512-Z5kx79swU5P27WEayXM1tBi5Ze/lbIyiNgU3qyXUOf9b2rgXYyF9Dy9Cx+IQv/Lc8WCG6L82zwUPpSS9hGehIg==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.2.0", + "es-abstract": "^1.22.1", + "functions-have-names": "^1.2.3" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/functions-have-names": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz", + "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==", + "dev": true, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "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==", + "dev": true, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/get-intrinsic": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.4.tgz", + "integrity": "sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==", + "dev": true, + "dependencies": { + "es-errors": "^1.3.0", + "function-bind": "^1.1.2", + "has-proto": "^1.0.1", + "has-symbols": "^1.0.3", + "hasown": "^2.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/get-symbol-description": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.2.tgz", + "integrity": "sha512-g0QYk1dZBxGwk+Ngc+ltRH2IBp2f7zBkBMBJZCDerh6EhlhSR6+9irMCuT/09zD6qkarHUSn529sK/yL4S27mg==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.5", + "es-errors": "^1.3.0", + "get-intrinsic": "^1.2.4" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "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", + "dev": true, + "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/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==", + "dev": true, + "dependencies": { + "is-glob": "^4.0.3" + }, + "engines": { + "node": ">=10.13.0" + } + }, + "node_modules/globals": { + "version": "11.12.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", + "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/globalthis": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.4.tgz", + "integrity": "sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==", + "dev": true, + "dependencies": { + "define-properties": "^1.2.1", + "gopd": "^1.0.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/gopd": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz", + "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==", + "dev": true, + "dependencies": { + "get-intrinsic": "^1.1.3" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/graphemer": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz", + "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==", + "dev": true + }, + "node_modules/has-bigints": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.2.tgz", + "integrity": "sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==", + "dev": true, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/has-property-descriptors": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz", + "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==", + "dev": true, + "dependencies": { + "es-define-property": "^1.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/has-proto": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.3.tgz", + "integrity": "sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==", + "dev": true, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/has-symbols": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz", + "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==", + "dev": true, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "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==", + "dev": true, + "dependencies": { + "has-symbols": "^1.0.3" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/hasown": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", + "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==", + "dev": true, + "dependencies": { + "function-bind": "^1.1.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/ignore": { + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.1.tgz", + "integrity": "sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==", + "dev": true, + "engines": { + "node": ">= 4" + } + }, + "node_modules/immer": { + "version": "10.1.1", + "resolved": "https://registry.npmjs.org/immer/-/immer-10.1.1.tgz", + "integrity": "sha512-s2MPrmjovJcoMaHtx6K11Ra7oD05NT97w1IC5zpMkT6Atjr7H8LjaDd81iIxUYpMKSRRNMJE703M1Fhr/TctHw==", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/immer" + } + }, + "node_modules/import-fresh": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", + "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", + "dev": true, + "dependencies": { + "parent-module": "^1.0.0", + "resolve-from": "^4.0.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/imurmurhash": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", + "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==", + "dev": true, + "engines": { + "node": ">=0.8.19" + } + }, + "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.", + "dev": true, + "dependencies": { + "once": "^1.3.0", + "wrappy": "1" + } + }, + "node_modules/inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", + "dev": true + }, + "node_modules/internal-slot": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.7.tgz", + "integrity": "sha512-NGnrKwXzSms2qUUih/ILZ5JBqNTSa1+ZmP6flaIp6KmSElgE9qdndzS3cqjrDovwFdmwsGsLdeFgB6suw+1e9g==", + "dev": true, + "dependencies": { + "es-errors": "^1.3.0", + "hasown": "^2.0.0", + "side-channel": "^1.0.4" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/invariant": { + "version": "2.2.4", + "resolved": "https://registry.npmjs.org/invariant/-/invariant-2.2.4.tgz", + "integrity": "sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==", + "dependencies": { + "loose-envify": "^1.0.0" + } + }, + "node_modules/is-array-buffer": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.4.tgz", + "integrity": "sha512-wcjaerHw0ydZwfhiKbXJWLDY8A7yV7KhjQOpb83hGgGfId/aQa4TOvwyzn2PuswW2gPCYEL/nEAiSVpdOj1lXw==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "get-intrinsic": "^1.2.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-async-function": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-async-function/-/is-async-function-2.0.0.tgz", + "integrity": "sha512-Y1JXKrfykRJGdlDwdKlLpLyMIiWqWvuSd17TvZk68PLAOGOoF4Xyav1z0Xhoi+gCYjZVeC5SI+hYFOfvXmGRCA==", + "dev": true, + "dependencies": { + "has-tostringtag": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-bigint": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz", + "integrity": "sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==", + "dev": true, + "dependencies": { + "has-bigints": "^1.0.1" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "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==", + "dev": true, + "dependencies": { + "binary-extensions": "^2.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/is-boolean-object": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.2.tgz", + "integrity": "sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "has-tostringtag": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-callable": { + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz", + "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==", + "dev": true, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-core-module": { + "version": "2.14.0", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.14.0.tgz", + "integrity": "sha512-a5dFJih5ZLYlRtDc0dZWP7RiKr6xIKzmn/oAYCDvdLThadVgyJwlaoQPmRtMSpz+rk0OGAgIu+TcM9HUF0fk1A==", + "dev": true, + "dependencies": { + "hasown": "^2.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-data-view": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-data-view/-/is-data-view-1.0.1.tgz", + "integrity": "sha512-AHkaJrsUVW6wq6JS8y3JnM/GJF/9cf+k20+iDzlSaJrinEo5+7vRiteOSwBhHRiAyQATN1AmY4hwzxJKPmYf+w==", + "dev": true, + "dependencies": { + "is-typed-array": "^1.1.13" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-date-object": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz", + "integrity": "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==", + "dev": true, + "dependencies": { + "has-tostringtag": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-extglob": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", + "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-finalizationregistry": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-finalizationregistry/-/is-finalizationregistry-1.0.2.tgz", + "integrity": "sha512-0by5vtUJs8iFQb5TYUHHPudOR+qXYIMKtiUzvLIZITZUjknFmziyBJuLhVRc+Ds0dREFlskDNJKYIdIzu/9pfw==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "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==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/is-generator-function": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.0.10.tgz", + "integrity": "sha512-jsEjy9l3yiXEQ+PsXdmBwEPcOxaXWLspKdplFUVI9vq1iZgIekeC0L167qeu86czQaxed3q/Uzuw0swL0irL8A==", + "dev": true, + "dependencies": { + "has-tostringtag": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "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==", + "dev": true, + "dependencies": { + "is-extglob": "^2.1.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-map": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/is-map/-/is-map-2.0.3.tgz", + "integrity": "sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==", + "dev": true, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-negative-zero": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.3.tgz", + "integrity": "sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==", + "dev": true, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "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==", + "dev": true, + "engines": { + "node": ">=0.12.0" + } + }, + "node_modules/is-number-object": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.7.tgz", + "integrity": "sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==", + "dev": true, + "dependencies": { + "has-tostringtag": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-path-inside": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz", + "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/is-regex": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz", + "integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "has-tostringtag": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-set": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/is-set/-/is-set-2.0.3.tgz", + "integrity": "sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg==", + "dev": true, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-shared-array-buffer": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.3.tgz", + "integrity": "sha512-nA2hv5XIhLR3uVzDDfCIknerhx8XUKnstuOERPNNIinXG7v9u+ohXF67vxm4TPTEPU6lm61ZkwP3c9PCB97rhg==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.7" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-string": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz", + "integrity": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==", + "dev": true, + "dependencies": { + "has-tostringtag": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-symbol": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz", + "integrity": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==", + "dev": true, + "dependencies": { + "has-symbols": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-typed-array": { + "version": "1.1.13", + "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.13.tgz", + "integrity": "sha512-uZ25/bUAlUY5fR4OKT4rZQEBrzQWYV9ZJYGGsUmEJ6thodVJ1HX64ePQ6Z0qPWP+m+Uq6e9UugrE38jeYsDSMw==", + "dev": true, + "dependencies": { + "which-typed-array": "^1.1.14" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-weakmap": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.2.tgz", + "integrity": "sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==", + "dev": true, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-weakref": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz", + "integrity": "sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-weakset": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/is-weakset/-/is-weakset-2.0.3.tgz", + "integrity": "sha512-LvIm3/KWzS9oRFHugab7d+M/GcBXuXX5xZkzPmN+NxihdQlZUQ4dWuSV1xR/sq6upL1TJEDrfBgRepHFdBtSNQ==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.7", + "get-intrinsic": "^1.2.4" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/isarray": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz", + "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==", + "dev": true + }, + "node_modules/isexe": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", + "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", + "dev": true + }, + "node_modules/iterator.prototype": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/iterator.prototype/-/iterator.prototype-1.1.2.tgz", + "integrity": "sha512-DR33HMMr8EzwuRL8Y9D3u2BMj8+RqSE850jfGu59kS7tbmPLzGkZmVSfyCFSDxuZiEY6Rzt3T2NA/qU+NwVj1w==", + "dev": true, + "dependencies": { + "define-properties": "^1.2.1", + "get-intrinsic": "^1.2.1", + "has-symbols": "^1.0.3", + "reflect.getprototypeof": "^1.0.4", + "set-function-name": "^2.0.1" + } + }, + "node_modules/jackspeak": { + "version": "3.4.2", + "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.2.tgz", + "integrity": "sha512-qH3nOSj8q/8+Eg8LUPOq3C+6HWkpUioIjDsq1+D4zY91oZvpPttw8GwtF1nReRYKXl+1AORyFqtm2f5Q1SB6/Q==", + "dev": true, + "dependencies": { + "@isaacs/cliui": "^8.0.2" + }, + "engines": { + "node": "14 >=14.21 || 16 >=16.20 || >=18" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + }, + "optionalDependencies": { + "@pkgjs/parseargs": "^0.11.0" + } + }, + "node_modules/jiti": { + "version": "1.21.6", + "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.21.6.tgz", + "integrity": "sha512-2yTgeWTWzMWkHu6Jp9NKgePDaYHbntiwvYuuJLbbN9vl7DC9DvXKOB2BC3ZZ92D3cvV/aflH0osDfwpHepQ53w==", + "dev": true, + "bin": { + "jiti": "bin/jiti.js" + } + }, + "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==" + }, + "node_modules/js-yaml": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", + "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "dev": true, + "dependencies": { + "argparse": "^2.0.1" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" + } + }, + "node_modules/jsesc": { + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", + "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==", + "dev": true, + "bin": { + "jsesc": "bin/jsesc" + }, + "engines": { + "node": ">=4" + } + }, + "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==", + "dev": true + }, + "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==", + "dev": true + }, + "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==", + "dev": true + }, + "node_modules/json5": { + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", + "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", + "dev": true, + "bin": { + "json5": "lib/cli.js" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/jsx-ast-utils": { + "version": "3.3.5", + "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.5.tgz", + "integrity": "sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ==", + "dev": true, + "dependencies": { + "array-includes": "^3.1.6", + "array.prototype.flat": "^1.3.1", + "object.assign": "^4.1.4", + "object.values": "^1.1.6" + }, + "engines": { + "node": ">=4.0" + } + }, + "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==", + "dev": true, + "dependencies": { + "json-buffer": "3.0.1" + } + }, + "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==", + "dev": true, + "dependencies": { + "prelude-ls": "^1.2.1", + "type-check": "~0.4.0" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/lilconfig": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.1.0.tgz", + "integrity": "sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==", + "dev": true, + "engines": { + "node": ">=10" + } + }, + "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==", + "dev": true + }, + "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==", + "dev": true, + "dependencies": { + "p-locate": "^5.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "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==", + "dev": true + }, + "node_modules/loose-envify": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz", + "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==", + "dependencies": { + "js-tokens": "^3.0.0 || ^4.0.0" + }, + "bin": { + "loose-envify": "cli.js" + } + }, + "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==", + "dev": true, + "dependencies": { + "yallist": "^3.0.2" + } + }, + "node_modules/merge2": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", + "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", + "dev": true, + "engines": { + "node": ">= 8" + } + }, + "node_modules/micromatch": { + "version": "4.0.7", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.7.tgz", + "integrity": "sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==", + "dev": true, + "dependencies": { + "braces": "^3.0.3", + "picomatch": "^2.3.1" + }, + "engines": { + "node": ">=8.6" + } + }, + "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==", + "engines": { + "node": ">= 0.6" + } + }, + "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==", + "dependencies": { + "mime-db": "1.52.0" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "dev": true, + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, + "node_modules/minipass": { + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz", + "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==", + "dev": true, + "engines": { + "node": ">=16 || 14 >=14.17" + } + }, + "node_modules/ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", + "dev": true + }, + "node_modules/mz": { + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/mz/-/mz-2.7.0.tgz", + "integrity": "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==", + "dev": true, + "dependencies": { + "any-promise": "^1.0.0", + "object-assign": "^4.0.1", + "thenify-all": "^1.0.0" + } + }, + "node_modules/nanoid": { + "version": "3.3.7", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz", + "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "bin": { + "nanoid": "bin/nanoid.cjs" + }, + "engines": { + "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" + } + }, + "node_modules/natural-compare": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", + "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==", + "dev": true + }, + "node_modules/node-releases": { + "version": "2.0.14", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.14.tgz", + "integrity": "sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==", + "dev": true + }, + "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==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/normalize-range": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz", + "integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "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==", + "engines": { + "node": ">=0.10.0" + } + }, + "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==", + "dev": true, + "engines": { + "node": ">= 6" + } + }, + "node_modules/object-inspect": { + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.2.tgz", + "integrity": "sha512-IRZSRuzJiynemAXPYtPe5BoI/RESNYR7TYm50MC5Mqbd3Jmw5y790sErYw3V6SryFJD64b74qQQs9wn5Bg/k3g==", + "dev": true, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/object-keys": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", + "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==", + "dev": true, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/object.assign": { + "version": "4.1.5", + "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.5.tgz", + "integrity": "sha512-byy+U7gp+FVwmyzKPYhW2h5l3crpmGsxl7X2s8y43IgxvG4g3QZ6CffDtsNQy1WsmZpQbO+ybo0AlW7TY6DcBQ==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.5", + "define-properties": "^1.2.1", + "has-symbols": "^1.0.3", + "object-keys": "^1.1.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/object.entries": { + "version": "1.1.8", + "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.8.tgz", + "integrity": "sha512-cmopxi8VwRIAw/fkijJohSfpef5PdN0pMQJN6VC/ZKvn0LIknWD8KtgY6KlQdEc4tIjcQ3HxSMmnvtzIscdaYQ==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.7", + "define-properties": "^1.2.1", + "es-object-atoms": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/object.fromentries": { + "version": "2.0.8", + "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.8.tgz", + "integrity": "sha512-k6E21FzySsSK5a21KRADBd/NGneRegFO5pLHfdQLpRDETUNJueLXs3WCzyQ3tFRDYgbq3KHGXfTbi2bs8WQ6rQ==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.7", + "define-properties": "^1.2.1", + "es-abstract": "^1.23.2", + "es-object-atoms": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/object.hasown": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/object.hasown/-/object.hasown-1.1.4.tgz", + "integrity": "sha512-FZ9LZt9/RHzGySlBARE3VF+gE26TxR38SdmqOqliuTnl9wrKulaQs+4dee1V+Io8VfxqzAfHu6YuRgUy8OHoTg==", + "dev": true, + "dependencies": { + "define-properties": "^1.2.1", + "es-abstract": "^1.23.2", + "es-object-atoms": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/object.values": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.2.0.tgz", + "integrity": "sha512-yBYjY9QX2hnRmZHAjG/f13MzmBzxzYgQhFrke06TTyKY5zSTEqkOeukBzIdVA3j3ulu8Qa3MbVFShV7T2RmGtQ==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.7", + "define-properties": "^1.2.1", + "es-object-atoms": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "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==", + "dev": true, + "dependencies": { + "wrappy": "1" + } + }, + "node_modules/optionator": { + "version": "0.9.4", + "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz", + "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==", + "dev": 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" + } + }, + "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==", + "dev": true, + "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==", + "dev": true, + "dependencies": { + "p-limit": "^3.0.2" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/package-json-from-dist": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.0.tgz", + "integrity": "sha512-dATvCeZN/8wQsGywez1mzHtTlP22H8OEfPrVMLNr4/eGa+ijtLn/6M5f0dY8UKNrC2O9UCU6SSoG3qRKnt7STw==", + "dev": true + }, + "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==", + "dev": true, + "dependencies": { + "callsites": "^3.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "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==", + "dev": true, + "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==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "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==", + "dev": true, + "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==", + "dev": true + }, + "node_modules/path-scurry": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz", + "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==", + "dev": true, + "dependencies": { + "lru-cache": "^10.2.0", + "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0" + }, + "engines": { + "node": ">=16 || 14 >=14.18" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/path-scurry/node_modules/lru-cache": { + "version": "10.4.2", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.2.tgz", + "integrity": "sha512-voV4dDrdVZVNz84n39LFKDaRzfwhdzJ7akpyXfTMxCgRUp07U3lcJUXRlhTKP17rgt09sUzLi5iCitpEAr+6ug==", + "dev": true, + "engines": { + "node": "14 || 16 || 18 || 20 || >=22" + } + }, + "node_modules/picocolors": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.1.tgz", + "integrity": "sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==", + "dev": true + }, + "node_modules/picomatch": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", + "dev": true, + "engines": { + "node": ">=8.6" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, + "node_modules/pify": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", + "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/pirates": { + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.6.tgz", + "integrity": "sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==", + "dev": true, + "engines": { + "node": ">= 6" + } + }, + "node_modules/possible-typed-array-names": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.0.0.tgz", + "integrity": "sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q==", + "dev": true, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/postcss": { + "version": "8.4.39", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.39.tgz", + "integrity": "sha512-0vzE+lAiG7hZl1/9I8yzKLx3aR9Xbof3fBHKunvMfOCYAtMhrsnccJY2iTURb9EZd5+pLuiNV9/c/GZJOHsgIw==", + "dev": true, + "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" + } + ], + "dependencies": { + "nanoid": "^3.3.7", + "picocolors": "^1.0.1", + "source-map-js": "^1.2.0" + }, + "engines": { + "node": "^10 || ^12 || >=14" + } + }, + "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==", + "dev": true, + "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-import/node_modules/resolve": { + "version": "1.22.8", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz", + "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==", + "dev": true, + "dependencies": { + "is-core-module": "^2.13.0", + "path-parse": "^1.0.7", + "supports-preserve-symlinks-flag": "^1.0.0" + }, + "bin": { + "resolve": "bin/resolve" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/postcss-js": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/postcss-js/-/postcss-js-4.0.1.tgz", + "integrity": "sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==", + "dev": true, + "dependencies": { + "camelcase-css": "^2.0.1" + }, + "engines": { + "node": "^12 || ^14 || >= 16" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + "peerDependencies": { + "postcss": "^8.4.21" + } + }, + "node_modules/postcss-load-config": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-4.0.2.tgz", + "integrity": "sha512-bSVhyJGL00wMVoPUzAVAnbEoWyqRxkjv64tUl427SKnPrENtq6hJwUojroMz2VB+Q1edmi4IfrAPpami5VVgMQ==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "dependencies": { + "lilconfig": "^3.0.0", + "yaml": "^2.3.4" + }, + "engines": { + "node": ">= 14" + }, + "peerDependencies": { + "postcss": ">=8.0.9", + "ts-node": ">=9.0.0" + }, + "peerDependenciesMeta": { + "postcss": { + "optional": true + }, + "ts-node": { + "optional": true + } + } + }, + "node_modules/postcss-load-config/node_modules/lilconfig": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.2.tgz", + "integrity": "sha512-eop+wDAvpItUys0FWkHIKeC9ybYrTGbU41U5K7+bttZZeohvnY7M9dZ5kB21GNWiFT2q1OoPTvncPCgSOVO5ow==", + "dev": true, + "engines": { + "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/antonk52" + } + }, + "node_modules/postcss-nested": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-6.0.1.tgz", + "integrity": "sha512-mEp4xPMi5bSWiMbsgoPfcP74lsWLHkQbZc3sY+jWYd65CUwXrUaTp0fmNpa01ZcETKlIgUdFN/MpS2xZtqL9dQ==", + "dev": true, + "dependencies": { + "postcss-selector-parser": "^6.0.11" + }, + "engines": { + "node": ">=12.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + "peerDependencies": { + "postcss": "^8.2.14" + } + }, + "node_modules/postcss-selector-parser": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.0.tgz", + "integrity": "sha512-UMz42UD0UY0EApS0ZL9o1XnLhSTtvvvLe5Dc2H2O56fvRZi+KulDyf5ctDhhtYJBGKStV2FL1fy6253cmLgqVQ==", + "dev": true, + "dependencies": { + "cssesc": "^3.0.0", + "util-deprecate": "^1.0.2" + }, + "engines": { + "node": ">=4" + } + }, + "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==", + "dev": true + }, + "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==", + "dev": true, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/prop-types": { + "version": "15.8.1", + "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz", + "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==", + "dependencies": { + "loose-envify": "^1.4.0", + "object-assign": "^4.1.1", + "react-is": "^16.13.1" + } + }, + "node_modules/prop-types-extra": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/prop-types-extra/-/prop-types-extra-1.1.1.tgz", + "integrity": "sha512-59+AHNnHYCdiC+vMwY52WmvP5dM3QLeoumYuEyceQDi9aEhtwN9zIQ2ZNo25sMyXnbh32h+P1ezDsUpUH3JAew==", + "dependencies": { + "react-is": "^16.3.2", + "warning": "^4.0.0" + }, + "peerDependencies": { + "react": ">=0.14.0" + } + }, + "node_modules/proxy-from-env": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz", + "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==" + }, + "node_modules/punycode": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz", + "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "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==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] + }, + "node_modules/react": { + "version": "18.3.1", + "resolved": "https://registry.npmjs.org/react/-/react-18.3.1.tgz", + "integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==", + "dependencies": { + "loose-envify": "^1.1.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/react-bootstrap": { + "version": "2.10.4", + "resolved": "https://registry.npmjs.org/react-bootstrap/-/react-bootstrap-2.10.4.tgz", + "integrity": "sha512-W3398nBM2CBfmGP2evneEO3ZZwEMPtHs72q++eNw60uDGDAdiGn0f9yNys91eo7/y8CTF5Ke1C0QO8JFVPU40Q==", + "dependencies": { + "@babel/runtime": "^7.24.7", + "@restart/hooks": "^0.4.9", + "@restart/ui": "^1.6.9", + "@types/react-transition-group": "^4.4.6", + "classnames": "^2.3.2", + "dom-helpers": "^5.2.1", + "invariant": "^2.2.4", + "prop-types": "^15.8.1", + "prop-types-extra": "^1.1.0", + "react-transition-group": "^4.4.5", + "uncontrollable": "^7.2.1", + "warning": "^4.0.3" + }, + "peerDependencies": { + "@types/react": ">=16.14.8", + "react": ">=16.14.0", + "react-dom": ">=16.14.0" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, + "node_modules/react-dom": { + "version": "18.3.1", + "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.3.1.tgz", + "integrity": "sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==", + "dependencies": { + "loose-envify": "^1.1.0", + "scheduler": "^0.23.2" + }, + "peerDependencies": { + "react": "^18.3.1" + } + }, + "node_modules/react-is": { + "version": "16.13.1", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", + "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==" + }, + "node_modules/react-lifecycles-compat": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz", + "integrity": "sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA==" + }, + "node_modules/react-redux": { + "version": "9.1.2", + "resolved": "https://registry.npmjs.org/react-redux/-/react-redux-9.1.2.tgz", + "integrity": "sha512-0OA4dhM1W48l3uzmv6B7TXPCGmokUU4p1M44DGN2/D9a1FjVPukVjER1PcPX97jIg6aUeLq1XJo1IpfbgULn0w==", + "dependencies": { + "@types/use-sync-external-store": "^0.0.3", + "use-sync-external-store": "^1.0.0" + }, + "peerDependencies": { + "@types/react": "^18.2.25", + "react": "^18.0", + "redux": "^5.0.0" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + }, + "redux": { + "optional": true + } + } + }, + "node_modules/react-refresh": { + "version": "0.14.2", + "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.14.2.tgz", + "integrity": "sha512-jCvmsr+1IUSMUyzOkRcvnVbX3ZYC6g9TDrDbFuFmRDq7PD4yaGbLKNQL6k2jnArV8hjYxh7hVhAZB6s9HDGpZA==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/react-router": { + "version": "6.24.1", + "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.24.1.tgz", + "integrity": "sha512-PTXFXGK2pyXpHzVo3rR9H7ip4lSPZZc0bHG5CARmj65fTT6qG7sTngmb6lcYu1gf3y/8KxORoy9yn59pGpCnpg==", + "dependencies": { + "@remix-run/router": "1.17.1" + }, + "engines": { + "node": ">=14.0.0" + }, + "peerDependencies": { + "react": ">=16.8" + } + }, + "node_modules/react-router-dom": { + "version": "6.24.1", + "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.24.1.tgz", + "integrity": "sha512-U19KtXqooqw967Vw0Qcn5cOvrX5Ejo9ORmOtJMzYWtCT4/WOfFLIZGGsVLxcd9UkBO0mSTZtXqhZBsWlHr7+Sg==", + "dependencies": { + "@remix-run/router": "1.17.1", + "react-router": "6.24.1" + }, + "engines": { + "node": ">=14.0.0" + }, + "peerDependencies": { + "react": ">=16.8", + "react-dom": ">=16.8" + } + }, + "node_modules/react-toastify": { + "version": "10.0.5", + "resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-10.0.5.tgz", + "integrity": "sha512-mNKt2jBXJg4O7pSdbNUfDdTsK9FIdikfsIE/yUCxbAEXl4HMyJaivrVFcn3Elvt5xvCQYhUZm+hqTIu1UXM3Pw==", + "dependencies": { + "clsx": "^2.1.0" + }, + "peerDependencies": { + "react": ">=18", + "react-dom": ">=18" + } + }, + "node_modules/react-transition-group": { + "version": "4.4.5", + "resolved": "https://registry.npmjs.org/react-transition-group/-/react-transition-group-4.4.5.tgz", + "integrity": "sha512-pZcd1MCJoiKiBR2NRxeCRg13uCXbydPnmB4EOeRrY7480qNWO8IIgQG6zlDkm6uRMsURXPuKq0GWtiM59a5Q6g==", + "dependencies": { + "@babel/runtime": "^7.5.5", + "dom-helpers": "^5.0.1", + "loose-envify": "^1.4.0", + "prop-types": "^15.6.2" + }, + "peerDependencies": { + "react": ">=16.6.0", + "react-dom": ">=16.6.0" + } + }, + "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==", + "dev": true, + "dependencies": { + "pify": "^2.3.0" + } + }, + "node_modules/readdirp": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", + "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", + "dev": true, + "dependencies": { + "picomatch": "^2.2.1" + }, + "engines": { + "node": ">=8.10.0" + } + }, + "node_modules/redux": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/redux/-/redux-5.0.1.tgz", + "integrity": "sha512-M9/ELqF6fy8FwmkpnF0S3YKOqMyoWJ4+CS5Efg2ct3oY9daQvd/Pc71FpGZsVsbl3Cpb+IIcjBDUnnyBdQbq4w==" + }, + "node_modules/redux-thunk": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/redux-thunk/-/redux-thunk-3.1.0.tgz", + "integrity": "sha512-NW2r5T6ksUKXCabzhL9z+h206HQw/NJkcLm1GPImRQ8IzfXwRGqjVhKJGauHirT0DAuyy6hjdnMZaRoAcy0Klw==", + "peerDependencies": { + "redux": "^5.0.0" + } + }, + "node_modules/reflect.getprototypeof": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/reflect.getprototypeof/-/reflect.getprototypeof-1.0.6.tgz", + "integrity": "sha512-fmfw4XgoDke3kdI6h4xcUz1dG8uaiv5q9gcEwLS4Pnth2kxT+GZ7YehS1JTMGBQmtV7Y4GFGbs2re2NqhdozUg==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.7", + "define-properties": "^1.2.1", + "es-abstract": "^1.23.1", + "es-errors": "^1.3.0", + "get-intrinsic": "^1.2.4", + "globalthis": "^1.0.3", + "which-builtin-type": "^1.1.3" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/regenerator-runtime": { + "version": "0.14.1", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz", + "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==" + }, + "node_modules/regexp.prototype.flags": { + "version": "1.5.2", + "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.2.tgz", + "integrity": "sha512-NcDiDkTLuPR+++OCKB0nWafEmhg/Da8aUPLPMQbK+bxKKCm1/S5he+AqYa4PlMCVBalb4/yxIRub6qkEx5yJbw==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.6", + "define-properties": "^1.2.1", + "es-errors": "^1.3.0", + "set-function-name": "^2.0.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/reselect": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/reselect/-/reselect-5.1.1.tgz", + "integrity": "sha512-K/BG6eIky/SBpzfHZv/dd+9JBFiS4SWV7FIujVyJRux6e45+73RaUHXLmIR1f7WOMaQ0U1km6qwklRQxpJJY0w==" + }, + "node_modules/resolve": { + "version": "2.0.0-next.5", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.5.tgz", + "integrity": "sha512-U7WjGVG9sH8tvjW5SmGbQuui75FiyjAX72HX15DwBBwF9dNiQZRQAg9nnPhYy+TUnE0+VcrttuvNI8oSxZcocA==", + "dev": true, + "dependencies": { + "is-core-module": "^2.13.0", + "path-parse": "^1.0.7", + "supports-preserve-symlinks-flag": "^1.0.0" + }, + "bin": { + "resolve": "bin/resolve" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "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==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/reusify": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", + "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", + "dev": true, + "engines": { + "iojs": ">=1.0.0", + "node": ">=0.10.0" + } + }, + "node_modules/rimraf": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", + "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", + "deprecated": "Rimraf versions prior to v4 are no longer supported", + "dev": true, + "dependencies": { + "glob": "^7.1.3" + }, + "bin": { + "rimraf": "bin.js" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/rollup": { + "version": "4.18.1", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.18.1.tgz", + "integrity": "sha512-Elx2UT8lzxxOXMpy5HWQGZqkrQOtrVDDa/bm9l10+U4rQnVzbL/LgZ4NOM1MPIDyHk69W4InuYDF5dzRh4Kw1A==", + "dev": true, + "dependencies": { + "@types/estree": "1.0.5" + }, + "bin": { + "rollup": "dist/bin/rollup" + }, + "engines": { + "node": ">=18.0.0", + "npm": ">=8.0.0" + }, + "optionalDependencies": { + "@rollup/rollup-android-arm-eabi": "4.18.1", + "@rollup/rollup-android-arm64": "4.18.1", + "@rollup/rollup-darwin-arm64": "4.18.1", + "@rollup/rollup-darwin-x64": "4.18.1", + "@rollup/rollup-linux-arm-gnueabihf": "4.18.1", + "@rollup/rollup-linux-arm-musleabihf": "4.18.1", + "@rollup/rollup-linux-arm64-gnu": "4.18.1", + "@rollup/rollup-linux-arm64-musl": "4.18.1", + "@rollup/rollup-linux-powerpc64le-gnu": "4.18.1", + "@rollup/rollup-linux-riscv64-gnu": "4.18.1", + "@rollup/rollup-linux-s390x-gnu": "4.18.1", + "@rollup/rollup-linux-x64-gnu": "4.18.1", + "@rollup/rollup-linux-x64-musl": "4.18.1", + "@rollup/rollup-win32-arm64-msvc": "4.18.1", + "@rollup/rollup-win32-ia32-msvc": "4.18.1", + "@rollup/rollup-win32-x64-msvc": "4.18.1", + "fsevents": "~2.3.2" + } + }, + "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==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "dependencies": { + "queue-microtask": "^1.2.2" + } + }, + "node_modules/safe-array-concat": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.1.2.tgz", + "integrity": "sha512-vj6RsCsWBCf19jIeHEfkRMw8DPiBb+DMXklQ/1SGDHOMlHdPUkZXFQ2YdplS23zESTijAcurb1aSgJA3AgMu1Q==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.7", + "get-intrinsic": "^1.2.4", + "has-symbols": "^1.0.3", + "isarray": "^2.0.5" + }, + "engines": { + "node": ">=0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/safe-regex-test": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.0.3.tgz", + "integrity": "sha512-CdASjNJPvRa7roO6Ra/gLYBTzYzzPyyBXxIMdGW3USQLyjWEls2RgW5UBTXaQVp+OrpeCK3bLem8smtmheoRuw==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.6", + "es-errors": "^1.3.0", + "is-regex": "^1.1.4" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/scheduler": { + "version": "0.23.2", + "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.2.tgz", + "integrity": "sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==", + "dependencies": { + "loose-envify": "^1.1.0" + } + }, + "node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "dev": true, + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/set-function-length": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz", + "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==", + "dev": true, + "dependencies": { + "define-data-property": "^1.1.4", + "es-errors": "^1.3.0", + "function-bind": "^1.1.2", + "get-intrinsic": "^1.2.4", + "gopd": "^1.0.1", + "has-property-descriptors": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/set-function-name": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/set-function-name/-/set-function-name-2.0.2.tgz", + "integrity": "sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==", + "dev": true, + "dependencies": { + "define-data-property": "^1.1.4", + "es-errors": "^1.3.0", + "functions-have-names": "^1.2.3", + "has-property-descriptors": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "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==", + "dev": true, + "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==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/side-channel": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.6.tgz", + "integrity": "sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.7", + "es-errors": "^1.3.0", + "get-intrinsic": "^1.2.4", + "object-inspect": "^1.13.1" + }, + "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==", + "dev": true, + "engines": { + "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/source-map-js": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.0.tgz", + "integrity": "sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/string-width": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz", + "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==", + "dev": true, + "dependencies": { + "eastasianwidth": "^0.2.0", + "emoji-regex": "^9.2.2", + "strip-ansi": "^7.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/string-width-cjs": { + "name": "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==", + "dev": true, + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, + "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==", + "dev": true + }, + "node_modules/string-width/node_modules/ansi-regex": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz", + "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==", + "dev": true, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-regex?sponsor=1" + } + }, + "node_modules/string-width/node_modules/strip-ansi": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", + "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", + "dev": true, + "dependencies": { + "ansi-regex": "^6.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/strip-ansi?sponsor=1" + } + }, + "node_modules/string.prototype.matchall": { + "version": "4.0.11", + "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.11.tgz", + "integrity": "sha512-NUdh0aDavY2og7IbBPenWqR9exH+E26Sv8e0/eTe1tltDGZL+GtBkDAnnyBtmekfK6/Dq3MkcGtzXFEd1LQrtg==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.7", + "define-properties": "^1.2.1", + "es-abstract": "^1.23.2", + "es-errors": "^1.3.0", + "es-object-atoms": "^1.0.0", + "get-intrinsic": "^1.2.4", + "gopd": "^1.0.1", + "has-symbols": "^1.0.3", + "internal-slot": "^1.0.7", + "regexp.prototype.flags": "^1.5.2", + "set-function-name": "^2.0.2", + "side-channel": "^1.0.6" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/string.prototype.trim": { + "version": "1.2.9", + "resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.9.tgz", + "integrity": "sha512-klHuCNxiMZ8MlsOihJhJEBJAiMVqU3Z2nEXWfWnIqjN0gEFS9J9+IxKozWWtQGcgoa1WUZzLjKPTr4ZHNFTFxw==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.7", + "define-properties": "^1.2.1", + "es-abstract": "^1.23.0", + "es-object-atoms": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/string.prototype.trimend": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.8.tgz", + "integrity": "sha512-p73uL5VCHCO2BZZ6krwwQE3kCzM7NKmis8S//xEC6fQonchbum4eP6kR4DLEjQFO3Wnj3Fuo8NM0kOSjVdHjZQ==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.7", + "define-properties": "^1.2.1", + "es-object-atoms": "^1.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/string.prototype.trimstart": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.8.tgz", + "integrity": "sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.7", + "define-properties": "^1.2.1", + "es-object-atoms": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "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==", + "dev": true, + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "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==", + "dev": true, + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "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==", + "dev": true, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/sucrase": { + "version": "3.35.0", + "resolved": "https://registry.npmjs.org/sucrase/-/sucrase-3.35.0.tgz", + "integrity": "sha512-8EbVDiu9iN/nESwxeSxDKe0dunta1GOlHufmSSXxMD2z2/tMZpDMpvXQGsc+ajGo8y2uYUmixaSRUc/QPoQ0GA==", + "dev": true, + "dependencies": { + "@jridgewell/gen-mapping": "^0.3.2", + "commander": "^4.0.0", + "glob": "^10.3.10", + "lines-and-columns": "^1.1.6", + "mz": "^2.7.0", + "pirates": "^4.0.1", + "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/brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "dev": true, + "dependencies": { + "balanced-match": "^1.0.0" + } + }, + "node_modules/sucrase/node_modules/glob": { + "version": "10.4.5", + "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz", + "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==", + "dev": true, + "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" + } + }, + "node_modules/sucrase/node_modules/minimatch": { + "version": "9.0.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", + "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", + "dev": true, + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "dev": true, + "dependencies": { + "has-flag": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "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==", + "dev": true, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/tailwindcss": { + "version": "3.4.4", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.4.tgz", + "integrity": "sha512-ZoyXOdJjISB7/BcLTR6SEsLgKtDStYyYZVLsUtWChO4Ps20CBad7lfJKVDiejocV4ME1hLmyY0WJE3hSDcmQ2A==", + "dev": true, + "dependencies": { + "@alloc/quick-lru": "^5.2.0", + "arg": "^5.0.2", + "chokidar": "^3.5.3", + "didyoumean": "^1.2.2", + "dlv": "^1.1.3", + "fast-glob": "^3.3.0", + "glob-parent": "^6.0.2", + "is-glob": "^4.0.3", + "jiti": "^1.21.0", + "lilconfig": "^2.1.0", + "micromatch": "^4.0.5", + "normalize-path": "^3.0.0", + "object-hash": "^3.0.0", + "picocolors": "^1.0.0", + "postcss": "^8.4.23", + "postcss-import": "^15.1.0", + "postcss-js": "^4.0.1", + "postcss-load-config": "^4.0.1", + "postcss-nested": "^6.0.1", + "postcss-selector-parser": "^6.0.11", + "resolve": "^1.22.2", + "sucrase": "^3.32.0" + }, + "bin": { + "tailwind": "lib/cli.js", + "tailwindcss": "lib/cli.js" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/tailwindcss/node_modules/resolve": { + "version": "1.22.8", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz", + "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==", + "dev": true, + "dependencies": { + "is-core-module": "^2.13.0", + "path-parse": "^1.0.7", + "supports-preserve-symlinks-flag": "^1.0.0" + }, + "bin": { + "resolve": "bin/resolve" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/text-table": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", + "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==", + "dev": true + }, + "node_modules/thenify": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/thenify/-/thenify-3.3.1.tgz", + "integrity": "sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==", + "dev": true, + "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==", + "dev": true, + "dependencies": { + "thenify": ">= 3.1.0 < 4" + }, + "engines": { + "node": ">=0.8" + } + }, + "node_modules/to-fast-properties": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", + "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "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==", + "dev": true, + "dependencies": { + "is-number": "^7.0.0" + }, + "engines": { + "node": ">=8.0" + } + }, + "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==", + "dev": true + }, + "node_modules/tslib": { + "version": "2.6.3", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.3.tgz", + "integrity": "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==" + }, + "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==", + "dev": true, + "dependencies": { + "prelude-ls": "^1.2.1" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/type-fest": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", + "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/typed-array-buffer": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.2.tgz", + "integrity": "sha512-gEymJYKZtKXzzBzM4jqa9w6Q1Jjm7x2d+sh19AdsD4wqnMPDYyvwpsIc2Q/835kHuo3BEQ7CjelGhfTsoBb2MQ==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.7", + "es-errors": "^1.3.0", + "is-typed-array": "^1.1.13" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/typed-array-byte-length": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/typed-array-byte-length/-/typed-array-byte-length-1.0.1.tgz", + "integrity": "sha512-3iMJ9q0ao7WE9tWcaYKIptkNBuOIcZCCT0d4MRvuuH88fEoEH62IuQe0OtraD3ebQEoTRk8XCBoknUNc1Y67pw==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.7", + "for-each": "^0.3.3", + "gopd": "^1.0.1", + "has-proto": "^1.0.3", + "is-typed-array": "^1.1.13" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/typed-array-byte-offset": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/typed-array-byte-offset/-/typed-array-byte-offset-1.0.2.tgz", + "integrity": "sha512-Ous0vodHa56FviZucS2E63zkgtgrACj7omjwd/8lTEMEPFFyjfixMZ1ZXenpgCFBBt4EC1J2XsyVS2gkG0eTFA==", + "dev": true, + "dependencies": { + "available-typed-arrays": "^1.0.7", + "call-bind": "^1.0.7", + "for-each": "^0.3.3", + "gopd": "^1.0.1", + "has-proto": "^1.0.3", + "is-typed-array": "^1.1.13" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/typed-array-length": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.6.tgz", + "integrity": "sha512-/OxDN6OtAk5KBpGb28T+HZc2M+ADtvRxXrKKbUwtsLgdoxgX13hyy7ek6bFRl5+aBs2yZzB0c4CnQfAtVypW/g==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.7", + "for-each": "^0.3.3", + "gopd": "^1.0.1", + "has-proto": "^1.0.3", + "is-typed-array": "^1.1.13", + "possible-typed-array-names": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/unbox-primitive": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.2.tgz", + "integrity": "sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "has-bigints": "^1.0.2", + "has-symbols": "^1.0.3", + "which-boxed-primitive": "^1.0.2" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/uncontrollable": { + "version": "7.2.1", + "resolved": "https://registry.npmjs.org/uncontrollable/-/uncontrollable-7.2.1.tgz", + "integrity": "sha512-svtcfoTADIB0nT9nltgjujTi7BzVmwjZClOmskKu/E8FW9BXzg9os8OLr4f8Dlnk0rYWJIWr4wv9eKUXiQvQwQ==", + "dependencies": { + "@babel/runtime": "^7.6.3", + "@types/react": ">=16.9.11", + "invariant": "^2.2.4", + "react-lifecycles-compat": "^3.0.4" + }, + "peerDependencies": { + "react": ">=15.0.0" + } + }, + "node_modules/update-browserslist-db": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.0.tgz", + "integrity": "sha512-EdRAaAyk2cUE1wOf2DkEhzxqOQvFOoRJFNS6NeyJ01Gp2beMRpBAINjM2iDXE3KCuKhwnvHIQCJm6ThL2Z+HzQ==", + "dev": true, + "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" + } + ], + "dependencies": { + "escalade": "^3.1.2", + "picocolors": "^1.0.1" + }, + "bin": { + "update-browserslist-db": "cli.js" + }, + "peerDependencies": { + "browserslist": ">= 4.21.0" + } + }, + "node_modules/uri-js": { + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", + "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", + "dev": true, + "dependencies": { + "punycode": "^2.1.0" + } + }, + "node_modules/use-sync-external-store": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/use-sync-external-store/-/use-sync-external-store-1.2.2.tgz", + "integrity": "sha512-PElTlVMwpblvbNqQ82d2n6RjStvdSoNe9FG28kNfz3WiXilJm4DdNkEzRhCZuIDwY8U08WVihhGR5iRqAwfDiw==", + "peerDependencies": { + "react": "^16.8.0 || ^17.0.0 || ^18.0.0" + } + }, + "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==", + "dev": true + }, + "node_modules/vite": { + "version": "5.3.3", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.3.3.tgz", + "integrity": "sha512-NPQdeCU0Dv2z5fu+ULotpuq5yfCS1BzKUIPhNbP3YBfAMGJXbt2nS+sbTFu+qchaqWTD+H3JK++nRwr6XIcp6A==", + "dev": true, + "dependencies": { + "esbuild": "^0.21.3", + "postcss": "^8.4.39", + "rollup": "^4.13.0" + }, + "bin": { + "vite": "bin/vite.js" + }, + "engines": { + "node": "^18.0.0 || >=20.0.0" + }, + "funding": { + "url": "https://github.com/vitejs/vite?sponsor=1" + }, + "optionalDependencies": { + "fsevents": "~2.3.3" + }, + "peerDependencies": { + "@types/node": "^18.0.0 || >=20.0.0", + "less": "*", + "lightningcss": "^1.21.0", + "sass": "*", + "stylus": "*", + "sugarss": "*", + "terser": "^5.4.0" + }, + "peerDependenciesMeta": { + "@types/node": { + "optional": true + }, + "less": { + "optional": true + }, + "lightningcss": { + "optional": true + }, + "sass": { + "optional": true + }, + "stylus": { + "optional": true + }, + "sugarss": { + "optional": true + }, + "terser": { + "optional": true + } + } + }, + "node_modules/warning": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/warning/-/warning-4.0.3.tgz", + "integrity": "sha512-rpJyN222KWIvHJ/F53XSZv0Zl/accqHR8et1kpaMTD/fLCRxtV8iX8czMzY7sVZupTI3zcUTg8eycS2kNF9l6w==", + "dependencies": { + "loose-envify": "^1.0.0" + } + }, + "node_modules/which": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", + "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", + "dev": true, + "dependencies": { + "isexe": "^2.0.0" + }, + "bin": { + "node-which": "bin/node-which" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/which-boxed-primitive": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz", + "integrity": "sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==", + "dev": true, + "dependencies": { + "is-bigint": "^1.0.1", + "is-boolean-object": "^1.1.0", + "is-number-object": "^1.0.4", + "is-string": "^1.0.5", + "is-symbol": "^1.0.3" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/which-builtin-type": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/which-builtin-type/-/which-builtin-type-1.1.3.tgz", + "integrity": "sha512-YmjsSMDBYsM1CaFiayOVT06+KJeXf0o5M/CAd4o1lTadFAtacTUM49zoYxr/oroopFDfhvN6iEcBxUyc3gvKmw==", + "dev": true, + "dependencies": { + "function.prototype.name": "^1.1.5", + "has-tostringtag": "^1.0.0", + "is-async-function": "^2.0.0", + "is-date-object": "^1.0.5", + "is-finalizationregistry": "^1.0.2", + "is-generator-function": "^1.0.10", + "is-regex": "^1.1.4", + "is-weakref": "^1.0.2", + "isarray": "^2.0.5", + "which-boxed-primitive": "^1.0.2", + "which-collection": "^1.0.1", + "which-typed-array": "^1.1.9" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/which-collection": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/which-collection/-/which-collection-1.0.2.tgz", + "integrity": "sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw==", + "dev": true, + "dependencies": { + "is-map": "^2.0.3", + "is-set": "^2.0.3", + "is-weakmap": "^2.0.2", + "is-weakset": "^2.0.3" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/which-typed-array": { + "version": "1.1.15", + "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.15.tgz", + "integrity": "sha512-oV0jmFtUky6CXfkqehVvBP/LSWJ2sy4vWMioiENyJLePrBO/yKyV9OyJySfAKosh+RYkIl5zJCNZ8/4JncrpdA==", + "dev": true, + "dependencies": { + "available-typed-arrays": "^1.0.7", + "call-bind": "^1.0.7", + "for-each": "^0.3.3", + "gopd": "^1.0.1", + "has-tostringtag": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/word-wrap": { + "version": "1.2.5", + "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz", + "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/wrap-ansi": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz", + "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==", + "dev": true, + "dependencies": { + "ansi-styles": "^6.1.0", + "string-width": "^5.0.1", + "strip-ansi": "^7.0.1" + }, + "engines": { + "node": ">=12" + }, + "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==", + "dev": true, + "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" + } + }, + "node_modules/wrap-ansi-cjs/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==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/wrap-ansi-cjs/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==", + "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/wrap-ansi-cjs/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==", + "dev": true + }, + "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==", + "dev": true + }, + "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==", + "dev": true, + "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/node_modules/ansi-regex": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz", + "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==", + "dev": true, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-regex?sponsor=1" + } + }, + "node_modules/wrap-ansi/node_modules/ansi-styles": { + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", + "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==", + "dev": true, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/wrap-ansi/node_modules/strip-ansi": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", + "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", + "dev": true, + "dependencies": { + "ansi-regex": "^6.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/strip-ansi?sponsor=1" + } + }, + "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==", + "dev": true + }, + "node_modules/yallist": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", + "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", + "dev": true + }, + "node_modules/yaml": { + "version": "2.4.5", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.4.5.tgz", + "integrity": "sha512-aBx2bnqDzVOyNKfsysjA2ms5ZlnjSAW2eG3/L5G/CSujfjLJTJsEw1bGw8kCf04KodQWk1pxlGnZ56CRxiawmg==", + "dev": true, + "bin": { + "yaml": "bin.mjs" + }, + "engines": { + "node": ">= 14" + } + }, + "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==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + } + } +} diff --git a/client/package.json b/client/package.json new file mode 100644 index 0000000..ae60214 --- /dev/null +++ b/client/package.json @@ -0,0 +1,36 @@ +{ + "name": "client", + "private": true, + "version": "0.0.0", + "type": "module", + "scripts": { + "dev": "vite", + "build": "vite build", + "lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0", + "preview": "vite preview" + }, + "dependencies": { + "@reduxjs/toolkit": "^2.2.6", + "axios": "^1.7.2", + "bootstrap": "^3.4.1", + "react": "^18.3.1", + "react-bootstrap": "^2.10.4", + "react-dom": "^18.3.1", + "react-redux": "^9.1.2", + "react-router-dom": "^6.24.1", + "react-toastify": "^10.0.5" + }, + "devDependencies": { + "@types/react": "^18.3.3", + "@types/react-dom": "^18.3.0", + "@vitejs/plugin-react": "^4.3.1", + "autoprefixer": "^10.4.19", + "eslint": "^8.57.0", + "eslint-plugin-react": "^7.34.2", + "eslint-plugin-react-hooks": "^4.6.2", + "eslint-plugin-react-refresh": "^0.4.7", + "postcss": "^8.4.39", + "tailwindcss": "^3.4.4", + "vite": "^5.3.1" + } +} diff --git a/client/postcss.config.js b/client/postcss.config.js new file mode 100644 index 0000000..2e7af2b --- /dev/null +++ b/client/postcss.config.js @@ -0,0 +1,6 @@ +export default { + plugins: { + tailwindcss: {}, + autoprefixer: {}, + }, +} diff --git a/client/public/vite.svg b/client/public/vite.svg new file mode 100644 index 0000000..e7b8dfb --- /dev/null +++ b/client/public/vite.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/src/assets/react.svg b/client/src/assets/react.svg new file mode 100644 index 0000000..6c87de9 --- /dev/null +++ b/client/src/assets/react.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/src/components/navbar.jsx b/client/src/components/navbar.jsx new file mode 100644 index 0000000..525c118 --- /dev/null +++ b/client/src/components/navbar.jsx @@ -0,0 +1,105 @@ +import { Link } from "react-router-dom"; +import { useDispatch } from 'react-redux'; +import { useNavigate } from "react-router-dom"; + +function Navbar() { + const dispatch = useDispatch(); + const navigate = useNavigate() + + + const handleLogout = () => { + localStorage.removeItem("accessToken"); + navigate(`/login`) + }; + + return ( + + ); +} + +export default Navbar; \ No newline at end of file diff --git a/client/src/components/pagination.jsx b/client/src/components/pagination.jsx new file mode 100644 index 0000000..d9d689a --- /dev/null +++ b/client/src/components/pagination.jsx @@ -0,0 +1,32 @@ +import React from 'react'; + +const Pagination = ({ youtubersPerPage, totalYoutubers, currentPage, setCurrentPage }) => { + const pageNumbers = []; + + for (let i = 1; i <= Math.ceil(totalYoutubers / youtubersPerPage); i++) { + pageNumbers.push(i); + } + + return ( + + ); +}; + +export default Pagination; \ No newline at end of file diff --git a/client/src/features/channels/channelSlice.js b/client/src/features/channels/channelSlice.js new file mode 100644 index 0000000..5e025fd --- /dev/null +++ b/client/src/features/channels/channelSlice.js @@ -0,0 +1,121 @@ +import { createSlice } from '@reduxjs/toolkit' +import axios from 'axios' + +const initialState = { + loading: false, + channels: [], + channel: {}, + showAddModal: false, + showEditModal: false, + maxPage: 0, + page: 1, + orderBy: "" +} + +export const channelSlice = createSlice({ + name: "movie", + initialState: initialState, + reducers: { + setLoading: (state, { payload }) => { + state.loading = payload + }, + + setChannels: (state, { payload }) => { + state.channels = payload + }, + setChannel: (state, { payload }) => { + state.channel = payload + }, + setAddModal: (state, { payload }) => { + state.showAddModal = payload + }, + setEditModal: (state, { payload }) => { + state.showEditModal = payload + }, + setMaxPage: (state, { payload }) => { + state.maxPage = payload + }, + setPage: (state, { payload }) => { + state.page = payload + }, + setOrderBy: (state, { payload }) => { + state.orderBy = payload + }, + setNextPage: (state) => { + if (state.page < state.maxPage){ + state.page += 1 + } + + }, + setPreviousPage: (state) => { + if (state.page > 1){ + state.page -= 1 + } + + }, + } +}) + +export const { setLoading, setChannels, setChannel, setAddModal, setEditModal, setMaxPage, setPage, setOrderBy, setNextPage, setPreviousPage } = channelSlice.actions + +export default channelSlice.reducer + +export const fetchChannels = (search, orderBy, page) => { + return async function (dispatch) { + // dispatch(setLoading(true)) + let url = `http://localhost:3000/allChannels/?` + if (search) url += `title=${search}&` + if (page) url += `page=${page}&` + url+=`${orderBy}=DESC` + const response = await axios.get(url); + console.log(response.data.maxPage) + dispatch(setMaxPage(response.data.maxPage)) + dispatch(setChannels(response.data.result)) + // dispatch(setLoading(false)) + } +} + +export const fetchOneChannel = (channelId) => { + return async function (dispatch) { + dispatch(setLoading(true)) + let url = `http://localhost:3000/channel/${channelId}` + const response = await axios.get(url); + dispatch(setChannel(response.data)) + console.log(response.data) + dispatch(setLoading(false)) + } +} + +export const handleAddModal2 = (value) => { + return async function (dispatch) { + console.log(value,"<==slicee") + dispatch(setAddModal(value)) + } +} + +export const handleEditModal2 = (value) => { + return async function (dispatch) { + console.log(value,"<==slicee") + dispatch(setEditModal(value)) + } +} + +export const handleOrderBy2 = (value) => { + return async function (dispatch) { + console.log(value,"<==slicee") + dispatch(setOrderBy(value)) + } +} + +export const handleNextPage2 = () => { + return async function (dispatch) { + dispatch(setNextPage()) + } +} + +export const handlePreviousPage2 = () => { + return async function (dispatch) { + dispatch(setPreviousPage()) + } +} + diff --git a/client/src/features/counter/counterSlice.js b/client/src/features/counter/counterSlice.js new file mode 100644 index 0000000..4137ffb --- /dev/null +++ b/client/src/features/counter/counterSlice.js @@ -0,0 +1,24 @@ +import { createSlice } from '@reduxjs/toolkit' + +const initialState = { + value: 0 +} +export const counterSlice = createSlice({ + name: "counter", + initialState: initialState, + reducers: { + increment: (state) => { + state.value += 1 + }, + decrement: (state) => { + state.value -= 1 + }, + incrementByAmount: (state, {payload}) => { + state.value += payload + } + } +}) + +export const {increment,decrement,incrementByAmount} = counterSlice.actions + +export default counterSlice.reducer diff --git a/client/src/index.css b/client/src/index.css new file mode 100644 index 0000000..7e8a81d --- /dev/null +++ b/client/src/index.css @@ -0,0 +1,88 @@ +@import 'tailwindcss/base'; +@import 'tailwindcss/components'; +@import 'tailwindcss/utilities'; + +/* :root { + font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif; + line-height: 1.5; + font-weight: 400; + + color-scheme: light dark; + color: rgba(255, 255, 255, 0.87); + background-color: #242424; + + font-synthesis: none; + text-rendering: optimizeLegibility; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} + +a { + font-weight: 500; + color: #646cff; + text-decoration: inherit; +} +a:hover { + color: #535bf2; +} + +body { + margin: 0; + display: flex; + place-items: center; + min-width: 320px; + min-height: 100vh; +} + +h1 { + font-size: 3.2em; + line-height: 1.1; +} + +button { + border-radius: 8px; + border: 1px solid transparent; + padding: 0.6em 1.2em; + font-size: 1em; + font-weight: 500; + font-family: inherit; + background-color: #1a1a1a; + cursor: pointer; + transition: border-color 0.25s; +} +button:hover { + border-color: #646cff; +} +button:focus, +button:focus-visible { + outline: 4px auto -webkit-focus-ring-color; +} + +@media (prefers-color-scheme: light) { + :root { + color: #213547; + background-color: #ffffff; + } + a:hover { + color: #747bff; + } + button { + background-color: #f9f9f9; + } +} */ + +.divider:after, +.divider:before { +content: ""; +flex: 1; +height: 1px; +background: #eee; +} +.h-custom { +height: calc(100% - 73px); +} +@media (max-width: 450px) { +.h-custom { +height: 100%; +} +} \ No newline at end of file diff --git a/client/src/main.jsx b/client/src/main.jsx new file mode 100644 index 0000000..3f5f361 --- /dev/null +++ b/client/src/main.jsx @@ -0,0 +1,64 @@ +import React from 'react' +import ReactDOM from 'react-dom/client' +import { Provider } from 'react-redux' +import store from './store' +import './index.css' +import { + createBrowserRouter, + RouterProvider, +} from "react-router-dom"; +import Login from './pages/Login'; +import Homepage from './pages/Homepage'; +import YouTuberDetailsPage from './pages/details'; +import { ToastContainer } from 'react-toastify'; +import 'react-toastify/dist/ReactToastify.css'; +import Navbar from './components/navbar' +import AddChannel from './pages/AddChannel' + +const isLogin = () => { + let token = localStorage.accessToken + let isLoggedIn + if (token) isLoggedIn = true + else isLoggedIn = false + + if (isLoggedIn) return null + else return redirect('/login') +} + +const router = createBrowserRouter([ + { + path: "/login", + element: <> + + , + }, + { + path: "/", + element: <> + + + , + }, + { + path: "/details/:channelId", + element: <> + + + , + }, + { + path: "/addChannel", + element: <> + + + , + }, + +]); + +ReactDOM.createRoot(document.getElementById('root')).render( + + + + +) diff --git a/client/src/pages/AddChannel.jsx b/client/src/pages/AddChannel.jsx new file mode 100644 index 0000000..d032711 --- /dev/null +++ b/client/src/pages/AddChannel.jsx @@ -0,0 +1,98 @@ +import React, { useState, useEffect, } from 'react'; +import axios from 'axios'; +import { toast } from 'react-toastify'; +import 'react-toastify/dist/ReactToastify.css' + +function AddChannel({ onClose, id }) { + + + const [link, setlink] = useState(null); + const [tag, settag] = useState(null); + + + useEffect(() => { + + }, []); + + + async function handlePostChannel(e) { + e.preventDefault(); + + try { + const channelData = { + link, tag + }; + let response = await axios.post('http://localhost:3000/channel', channelData, { + headers: { + Authorization: `Bearer ${localStorage.getItem('accessToken')}` + } + }) + + console.log(response.data); + onClose(); + } catch (error) { + toast.error(error.response.data.message) + console.log(error) + } + }; + + + return ( +
+
+
+

Add Channel

+ +
+
+
+
+ + setlink(e.target.value)} + /> +
+
+ + settag(e.target.value)} + /> +
+
+
+ +
+
+
+
+ ) +} +export default AddChannel \ No newline at end of file diff --git a/client/src/pages/EditChannel.jsx b/client/src/pages/EditChannel.jsx new file mode 100644 index 0000000..6133fb0 --- /dev/null +++ b/client/src/pages/EditChannel.jsx @@ -0,0 +1,77 @@ +import React, { useState, useEffect, } from 'react'; +import axios from 'axios'; +import { toast } from 'react-toastify'; +import 'react-toastify/dist/ReactToastify.css' +import { useParams } from 'react-router-dom'; + + +function EditChannel({ onClose, channelId, selectedTag }) { + + const [tag, settag] = useState(selectedTag); + useEffect(() => { + console.log(channelId) + }, []); + + + async function handlePostChannel(e) { + e.preventDefault(); + try { + let response = await axios.put(`http://localhost:3000/channel/${channelId}`, {tag}, { + headers: { + Authorization: `Bearer ${localStorage.getItem('accessToken')}` + } + }) + console.log(response.data); + onClose(); + } catch (error) { + toast.error(error.response.data.message) + console.log(error) + } + }; + + + return ( +
+
+
+

Add Channel

+ +
+
+
+
+ + settag(e.target.value)} + /> +
+
+
+ +
+
+
+
+ ) +} +export default EditChannel \ No newline at end of file diff --git a/client/src/pages/Homepage.jsx b/client/src/pages/Homepage.jsx new file mode 100644 index 0000000..3c7ce0a --- /dev/null +++ b/client/src/pages/Homepage.jsx @@ -0,0 +1,176 @@ +import React, { useEffect, useState } from 'react'; +import Pagination from '../components/pagination'; +import { useSelector, useDispatch } from 'react-redux' +import { toast } from 'react-toastify'; +import 'react-toastify/dist/ReactToastify.css' +import { fetchChannels, handleAddModal2, handleEditModal2, handleOrderBy2, handleNextPage2, handlePreviousPage2 } from '../features/channels/channelSlice'; +import { useNavigate } from 'react-router-dom'; +import AddChannel from './AddChannel'; +import EditChannel from './EditChannel'; +import axios from 'axios' + +function Homepage() { + const navigate = useNavigate() + const isLoading = useSelector(state => state.channel.loading) + const channels = useSelector(state => state.channel.channels) + const showAddModal = useSelector(state => state.channel.showAddModal) + const showEditModal = useSelector(state => state.channel.showEditModal) + const page = useSelector(state=>state.channel.page) + const maxPage= useSelector(state=>state.channel.maxPage) + const dispatch = useDispatch() + // console.log(channels) + + + const [search, setSearch] = useState('') + const [channelId, setchannelId] = useState(''); + const [tag, settag] = useState('') + const orderBy = useSelector(state => state.channel.orderBy) + + function handleDetails(channelId) { + navigate(`/details/${channelId}`) + } + + function handleAdd(value) { + console.log(value, "<===Homepage") + dispatch(handleAddModal2(true)) + console.log(showAddModal) + } + + function handleEdit(channelId, tag) { + dispatch(handleEditModal2(true)) + setchannelId(channelId) + settag(tag) + } + + function onClose() { + dispatch(handleAddModal2(false)) + dispatch(handleEditModal2(false)) + setchannelId(null) + settag(null) + } + + + useEffect(() => { + dispatch(fetchChannels(search, orderBy, page)) + console.log(orderBy) + }, [search, tag, orderBy, page]); + + if (isLoading) { + return
Loading...
; + } + + async function handleDelete(channelId) { + try { + let response = await axios.delete(`http://localhost:3000/channel/${channelId}`, { + headers: { + Authorization: `Bearer ${localStorage.getItem('accessToken')}` + } + }) + console.log(response.data); + dispatch(fetchChannels(search)) + } catch (error) { + toast.error(error.response.data.message) + console.log(error) + } + } + + + return ( +
+

Clipper Rankings

+ + +
+
+ dispatch(setSearch(e.target.value))} + className="w-full px-4 py-2 rounded-lg border border-gray-300 focus:outline-none focus:ring-2 focus:ring-blue-500" + /> +
+ + +
+ + {showAddModal && } + {showEditModal && } + + {channels.map((channel, index) => ( +
+
+ {(index + 1)+(25*(page-1))} +
+ handleDetails(channel.channelId)} + src={channel.thumbnails} + alt={channel.title} + className="w-24 h-24 rounded-full mr-6 object-cover" + /> +
handleDetails(channel.channelId)}> +

{channel.title}

+

+ {channel.customUrl} • {channel?.ChannelView?.tag} +

+
+

+ Views: {channel.viewCount.toLocaleString()} + (+{channel.growth.toLocaleString()}) +

+

+ Subs: {channel.subscriberCount.toLocaleString()} + (+{"609".toLocaleString()}) +

+

+ Video Count: {channel.videoCount.toLocaleString()} + (+{"8".toLocaleString()}) +

+
+
+
+ + + +
+ +
+ ))} +
+ + Page {page} of {maxPage} + +
+
+ ) +} +export default Homepage \ No newline at end of file diff --git a/client/src/pages/Login.jsx b/client/src/pages/Login.jsx new file mode 100644 index 0000000..c481de7 --- /dev/null +++ b/client/src/pages/Login.jsx @@ -0,0 +1,128 @@ +import React, { useEffect, useState } from 'react'; +import axios from 'axios' +import { useNavigate } from 'react-router-dom'; +import { toast } from 'react-toastify'; +import 'react-toastify/dist/ReactToastify.css' + + +function Login() { + const navigate = useNavigate() + const [username, setUsername] = useState("") + const [password, setPassword] = useState("") + + async function handleLogin(e){ + e.preventDefault() + try { + const response = await axios.post(`http://localhost:3000/login`, {username, password}) + localStorage.setItem('accessToken', response.data.access_token); + console.log(response.data.access_token) + navigate(`/`) + } catch (error) { + toast.error(error.response.data.message); + console.log(error) + } + } + + async function handleCredentialResponse(response) { + try { + const googleToken = response.credential; + const {data} =await axios.post(`http://localhost:3000/login/google`, {googleToken}) + localStorage.setItem(`accessToken`, data.access_token) + navigate(`/`) + } catch (error) { + toast.error(error.response.data.message); + console.log(error) + } + } + + useEffect(() => { + console.log("test") + window.google.accounts.id.initialize({ + client_id: import.meta.env.VITE_GOOGLE_CLIENT_ID, + callback: handleCredentialResponse + }); + window.google.accounts.id.renderButton( + document.getElementById("buttonDiv"), + { theme: "outline", size: "large" } // customization attributes + ); + window.google.accounts.id.prompt(); // also display the One Tap dialog + }, []) + + + return ( + <> + +
+
+ Your Company +

+ Log in to your account +

+
+ +
+
+
+ +
+ setUsername(e.target.value)} + + /> +
+
+ +
+
+ +
+
+
+
+ setPassword(e.target.value)} + /> +
+
+ +
+ +
+
+
+
+
+
+ + + ) +} + +export default Login \ No newline at end of file diff --git a/client/src/pages/details.jsx b/client/src/pages/details.jsx new file mode 100644 index 0000000..0135bb0 --- /dev/null +++ b/client/src/pages/details.jsx @@ -0,0 +1,114 @@ +import { useParams } from "react-router-dom"; +import { useSelector, useDispatch } from 'react-redux' +import { useEffect } from "react"; +import { fetchOneChannel } from "../features/channels/channelSlice"; + +const YouTuberDetailsPage = () => { + const { channelId } = useParams() + const isLoading = useSelector(state => state.channel.loading) + const channel = useSelector(state => state.channel.channel) + + const dispatch = useDispatch() + // console.log(channelId) + + useEffect(() => { + dispatch(fetchOneChannel(channelId)) + }, [channelId, dispatch]); + + if (isLoading) { + return
Loading...
; + } + + if (!channel.found) { + return
Error loading channel data. Please try again.
; + } + + + + return ( + +
+
+
+
+ profilePic +
+
+
{isLoading == true ? "Loading" : channel.found.customUrl}
+

{isLoading == true ? "Loading" : channel.found.title}

+

{isLoading == true ? "Loading" : channel.found.description}

+
+
+

Channel Summary

+

{isLoading == true? "(AI-generated summary here)":channel.AIText}

+
+
+ +
+
+
+

Date Created

+

{isLoading == true ? "Loading" : channel.found.publishedAt.toString().substring(0, 10)}

+
+
+

Country

+

{isLoading == true ? "Loading" : channel.found.country}

+
+
+

Total Views

+

{isLoading == true ? "Loading" : channel.found.viewCount.toLocaleString()}

+
+
+

Subscribers

+

{isLoading == true ? "Loading" : channel.found.subscriberCount.toLocaleString()}

+
+
+

Video Count

+

{isLoading == true ? "Loading" : channel.found.videoCount.toLocaleString()}

+
+
+
+ +
+

Monthly Views

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MonthViews
January{"103294".toLocaleString()}
February{"103294".toLocaleString()}
March{"103294".toLocaleString()}
April{"103294".toLocaleString()}
+
+
+
+
+ ); +}; + +export default YouTuberDetailsPage; \ No newline at end of file diff --git a/client/src/store.js b/client/src/store.js new file mode 100644 index 0000000..d5eacc0 --- /dev/null +++ b/client/src/store.js @@ -0,0 +1,10 @@ +import { configureStore } from '@reduxjs/toolkit' +import counterReducer from './features/counter/counterSlice' +import channelReducer from './features/channels/channelSlice' + +export default configureStore({ + reducer: { + counter: counterReducer, + channel: channelReducer + } +}) \ No newline at end of file diff --git a/client/tailwind.config.js b/client/tailwind.config.js new file mode 100644 index 0000000..a3ee00c --- /dev/null +++ b/client/tailwind.config.js @@ -0,0 +1,11 @@ +/** @type {import('tailwindcss').Config} */ +export default { + content: [ + "./src/**/*.{js,jsx,ts,tsx}", + ], + theme: { + extend: {}, + }, + plugins: [], +} + diff --git a/client/vite.config.js b/client/vite.config.js new file mode 100644 index 0000000..5a33944 --- /dev/null +++ b/client/vite.config.js @@ -0,0 +1,7 @@ +import { defineConfig } from 'vite' +import react from '@vitejs/plugin-react' + +// https://vitejs.dev/config/ +export default defineConfig({ + plugins: [react()], +}) diff --git a/server/.gitignore b/server/.gitignore new file mode 100644 index 0000000..1dcef2d --- /dev/null +++ b/server/.gitignore @@ -0,0 +1,2 @@ +node_modules +.env \ No newline at end of file diff --git a/server/Controllers/channelController.js b/server/Controllers/channelController.js new file mode 100644 index 0000000..f2d02be --- /dev/null +++ b/server/Controllers/channelController.js @@ -0,0 +1,286 @@ +const YoutubeService = require("../services/YoutubeService") +const { Op } = require("sequelize"); +const moment = require('moment'); +const ChannelViews = require(`../models`).ChannelViews +const Channel = require(`../models`).Channel +const User = require(`../models`).User +const { sequelize } = require('../models'); +const summarizeJSON = require("../services/GeminiService"); +const { signToken } = require("../helpers/jwt"); +const { checkPassword } = require("../helpers/bcryptjs"); +const { Sequelize } = require('sequelize'); +const {OAuth2Client} = require('google-auth-library'); +const client = new OAuth2Client(); + + +class channelController { + static async getAllChannels(req, res, next) { + try { + let { title, tag, orderByCreatedAt, page = 1, orderByGrowth, orderByViewCount } = req.query + + let options = { + include: { + model: ChannelViews, + attributes: { + include: [ + [Sequelize.literal('(SELECT row_to_json(cv) FROM (SELECT * FROM "ChannelViews" WHERE "ChannelViews"."channelId" = "Channel"."channelId") cv)'), 'all_columns'] + ] + } + } + } + + if (title) { + options.where = { title: { [Op.iLike]: `%${title}%` } }; + } + if (tag) { + options.include.where = { tag: { [Op.iLike]: `%${title}%` } } + } + if (orderByCreatedAt) { + options.order = [['createdAt', `${orderByCreatedAt}`]] + } + if (orderByViewCount) { + options.order = [['viewCount', `DESC`]] + } + + let allResults = await Channel.findAll(options) + console.log(allResults[0]) + + const dateColumns = await sequelize.query( + `SELECT column_name + FROM information_schema.columns + WHERE table_name = 'ChannelViews' + AND column_name ~ '^\\d{4}-\\d{2}-\\d{2}$' + ORDER BY column_name DESC`, + { + raw: true, + } + ); + const columnNames = dateColumns[0].map(col => col.column_name); + const previousDate = columnNames[1]; + + for (let channel of allResults) { + const previousDateViews = await sequelize.query( + `SELECT "${previousDate}" + FROM "ChannelViews" + WHERE "channelId" = '${channel.channelId}'`, + {raw: true} + ) + if(previousDateViews[0][0] == null || !previousDateViews[0][0][previousDate]){ + channel.dataValues.growth = 0 + continue + } + channel.dataValues.growth = channel.viewCount - previousDateViews[0][0][previousDate]; + } + + + if (orderByGrowth) { + allResults.sort((a, b) => + orderByGrowth.toUpperCase() === 'DESC' ? b.dataValues.growth - a.dataValues.growth : a.dataValues.growth - b.dataValues.growth + ); + } + + // pagination + const totalCount = allResults.length; + const paginatedResults = allResults.slice((page - 1) * 25, page * 25); + + res.status(200).json({ + result: paginatedResults, + page: page, + maxPage: Math.ceil(totalCount / 25), + }) + } catch (error) { + console.log(error) + res.status(500).json({ message: "Internal Service Error" }) + } + } + + static async getOneChannel(req, res, next) { + try { + const { channelId } = req.params + let result = await Channel.findOne({where:{channelId}}) + if (!result) { + res.send("Channel not found") + } + let geminiText = await summarizeJSON(result) + + res.status(200).send({found: result, AIText: geminiText}) + } catch (error) { + console.log(error) + res.status(500).json({ message: "Internal Service Error" }) + } + } + + static async AddChannel(req, res) { + try { + let user = await User.findByPk(req.user.id) + + if (!user.id || user.role != "admin") { + res.status(403).json({message:"You must be an admin to do that"}) + return + } + + const today = moment().format('YYYY-MM-DD'); + let { link, tag } = req.body + let result = await YoutubeService.getChannelIdFromLink(link) + if(result == null){ + res.status(404).json({message:"Sorry, we can't find that channel!"}) + return + } + + let addToChannel = await Channel.create({ + channelId: result.id, + title: result.snippet.title, + description: result.snippet.description.substring(0,255), + customUrl: result.snippet.customUrl, + publishedAt: result.snippet.publishedAt, + thumbnails: result.snippet.thumbnails.high.url, + country: result.snippet.country, + viewCount: result.statistics.viewCount, + subscriberCount: result.statistics.subscriberCount, + videoCount: result.statistics.videoCount + }) + + + + let addToChannelViews = await ChannelViews.create({ + channelName: result.snippet.title, + channelId: result.id, + tag + }) + + let updateQuery = + `UPDATE "ChannelViews" + SET "${today}" = ${result.statistics.viewCount} + WHERE "channelId" = '${result.id}' + RETURNING *; + ` + + await sequelize.query(updateQuery, { raw: true }) + + res.status(201).json({ message: `${result.snippet.title} added!`}) + } catch (error) { + console.log(error) + if (error.name == 'SequelizeUniqueConstraintError') { + res.status(400).json({ message: "Channel already exists" }) + return + } + console.log(error.name) + res.status(500).json({ message: error }) + } + } + static async EditChannel(req, res) { + try { + let user = await User.findByPk(req.user.id) + + if (!user.id || user.role != "admin") { + res.status(403).json({message:"You must be an admin to do that"}) + return + } + let { channelId } = req.params + let { tag } = req.body + let channel = await ChannelViews.findOne({where:{channelId}}) + if(!channel){ + res.status(404).json({message:"Cannot find channel"}) + return + } + console.log(channel.channelName) + let updated = await channel.update({tag}) + + res.status(200).json({ message: "Edit Success!", result:updated}) + } catch (error) { + console.log(error) + res.status(500).json({ message: "Internal Service Error" }) + } + } + + static async DeleteChannel(req, res) { + try { + let user = await User.findByPk(req.user.id) + + if (!user.id || user.role != "admin") { + res.status(403).json({message:"You must be an admin to do that"}) + return + } + + let { channelId } = req.params + + await ChannelViews.destroy({ + where: { channelId }, + }); + await Channel.destroy({ + where: { channelId }, + }); + res.status(200).json({ message: "Delete Success!" }) + } catch (error) { + console.log(error) + + res.status(500).json({ message: "Internal Service Error" }) + } + } + + static async login(req, res) { + try { + let {username,password} = req.body + console.log("username: ", username) + console.log("password: ", password) + if(!username){ + res.status(400).json({message:"Username is required"}) + return + } + if(!password){ + res.status(400).json({message:"Password is required"}) + return + } + let user = await User.findOne({where: {username:username}}) + if(!user){ + res.status(401).json({message:"Invalid Username/Password"}) + return + } + if(!checkPassword(password, user.password)){ + res.status(401).json({message:"Invalid Username/Password"}) + return + } + let token = signToken({id:user.id}) + res.status(200).json({access_token: token}) + + } catch (err) { + if (err.name == "SequelizeValidationError") { + let message = err.errors.map(e => e.message) + res.status(400).send(message) + return + } + console.log(err) + res.status(500).json({message: "Internal server error"}) + } + } + + static async googleLogin(req,res){ + try { + + const { googleToken } = req.body + // console.log(googleToken, "<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<") + const ticket = await client.verifyIdToken({ + idToken: googleToken, + audience: process.env.CLIENT_ID, + }); + const payload = ticket.getPayload(); + const userid = payload['sub']; + + const [user, created] = await User.findOrCreate({ + where: { username: payload.email }, + hooks: false, + defaults: { + username: payload.email, + password: Math.random().toString(), + role: "user", + },}); + let token = signToken({id:user.id}) + res.status(created ? 201 : 200).json({access_token: token}) + } catch (error) { + console.log(error) + res.status(500).json({message: "Internal server error"}) + } + } + +} +module.exports = channelController \ No newline at end of file diff --git a/server/README.md b/server/README.md new file mode 100644 index 0000000..b12a614 --- /dev/null +++ b/server/README.md @@ -0,0 +1,406 @@ +# Documentation + +## Endpoints +List of available endpoints: +- `GET /allChannels` +- `GET /channel/:channelId` +- `POST /channel` +- `PUT /channel/:channelId` +- `DELETE /channel/:channelId` + +- `POST /login` +- `POST /login/google` + + +## 1 `GET /allChannels` +*Response (200 - OK)* + +```json +[{ + "result": [ + { + "id": 8, + "channelId": "UCsJsV-Uv_h5mXAjeEsqFO5A", + "title": "Cultive", + "description": "The Tea Is Ready!\n", + "customUrl": "@cultive", + "publishedAt": "2021-10-31T16:48:52.263Z", + "thumbnails": "https://yt3.ggpht.com/P8_ElZIEN5WkLH2TpCSw7LF43FjwX36OkALLEkCNqKiMcxombDT_fTHkWFvUoKleph_VXD2ahg=s88-c-k-c0x00ffffff-no-rj", + "country": "RU", + "viewCount": 5308798, + "subscriberCount": 9390, + "videoCount": 480, + "createdAt": "2024-07-10T13:41:25.371Z", + "updatedAt": "2024-07-11T03:01:09.359Z", + "ChannelView": { + "id": 7, + "channelName": "Cultive", + "channelId": "UCsJsV-Uv_h5mXAjeEsqFO5A", + "tag": "Vshojo", + "createdAt": "2024-07-09T13:23:52.485Z", + "updatedAt": "2024-07-09T13:23:52.485Z", + "all_columns": { + "id": 7, + "channelName": "Cultive", + "channelId": "UCsJsV-Uv_h5mXAjeEsqFO5A", + "tag": "Vshojo", + "createdAt": "2024-07-09T13:23:52.485+00:00", + "updatedAt": "2024-07-09T13:23:52.485+00:00", + "2022-03-01": 4410000, + "2022-03-16": 4410000, + "2022-04-01": 4410000, + "2022-04-16": 4410000, + "2022-05-01": 4410000, + "2022-05-16": 4410000, + "2022-06-01": 4410000, + "2022-06-16": 4410000, + "2022-07-01": 4410000, + "2022-07-16": 4410000, + "2022-08-01": 4410000, + "2022-08-16": 4410000, + "2022-09-01": 4410000, + "2022-09-16": 4410000, + "2022-10-01": 4410000, + "2022-10-16": 4410000, + "2022-11-01": 4410000, + "2022-11-16": 4410000, + "2022-12-01": 4410000, + "2022-12-16": 4410000, + "2023-01-01": 4410000, + "2023-01-16": 4410000, + "2023-02-01": 4410000, + "2023-02-16": 4410000, + "2023-03-01": 4410000, + "2023-03-16": 4410000, + "2023-04-01": 4410000, + "2023-04-16": 4410000, + "2023-05-01": 4410000, + "2023-05-16": 4410000, + "2023-06-01": 4410000, + "2023-06-16": 4410000, + "2023-07-01": 4410000, + "2023-07-16": 4410000, + "2023-08-01": 4410000, + "2023-08-16": 4410000, + "2023-09-01": 4410000, + "2023-09-16": 4410000, + "2023-10-01": 4410000, + "2023-10-16": 4410000, + "2023-11-01": 4410000, + "2023-11-16": 4461000, + "2023-12-01": 4785000, + "2023-12-16": 4832000, + "2024-01-01": 4852000, + "2024-01-16": 4890000, + "2024-02-01": 5004000, + "2024-02-16": 5103000, + "2024-03-01": 5170000, + "2024-03-16": 5219000, + "2024-04-01": 5230000, + "2024-04-16": 5240000, + "2024-05-01": 5258000, + "2024-05-16": 5273000, + "2024-06-01": 5284000, + "2024-06-16": 5295000, + "2024-07-01": 5302000, + "2024-07-11": 5308798 + } + }, + "growth": 6798 + }, + { + "id": 9, + "channelId": "UC4klhuUqpiCflZrZiot1KAA", + "title": "NeuroClipper", + "description": "Sometimes I clip stuff, but most of the time I'm too tired for that.\n\nPfp art by Rune!\nhttps://www.pixiv.net/en/users/25170019\n", + "customUrl": "@neuroclipper", + "publishedAt": "2022-12-29T15:49:57.069Z", + "thumbnails": "https://yt3.ggpht.com/7mwI9BBfgk_ixm9QZTgDN1_1oacGFmMUhhhH3VvSdPdxs0NzN1AZ4__FvJz6SXhPB9nLZiQHGg=s88-c-k-c0x00ffffff-no-rj", + "country": "NL", + "viewCount": 2347148, + "subscriberCount": 12100, + "videoCount": 87, + "createdAt": "2024-07-10T13:41:25.373Z", + "updatedAt": "2024-07-11T03:01:09.407Z", + "ChannelView": { + "id": 8, + "channelName": "Neuroclipper", + "channelId": "UC4klhuUqpiCflZrZiot1KAA", + "tag": "Neuro", + "createdAt": "2024-07-09T13:23:52.485Z", + "updatedAt": "2024-07-09T13:23:52.485Z", + "all_columns": { + "id": 8, + "channelName": "Neuroclipper", + "channelId": "UC4klhuUqpiCflZrZiot1KAA", + "tag": "Neuro", + "createdAt": "2024-07-09T13:23:52.485+00:00", + "updatedAt": "2024-07-09T13:23:52.485+00:00", + "2022-03-01": 820000, + "2022-03-16": 820000, + "2022-04-01": 820000, + "2022-04-16": 820000, + "2022-05-01": 820000, + "2022-05-16": 820000, + "2022-06-01": 820000, + "2022-06-16": 820000, + "2022-07-01": 820000, + "2022-07-16": 820000, + "2022-08-01": 820000, + "2022-08-16": 820000, + "2022-09-01": 820000, + "2022-09-16": 820000, + "2022-10-01": 820000, + "2022-10-16": 820000, + "2022-11-01": 820000, + "2022-11-16": 820000, + "2022-12-01": 820000, + "2022-12-16": 820000, + "2023-01-01": 820000, + "2023-01-16": 820000, + "2023-02-01": 820000, + "2023-02-16": 820000, + "2023-03-01": 820000, + "2023-03-16": 820000, + "2023-04-01": 820000, + "2023-04-16": 1405000, + "2023-05-01": 1764000, + "2023-05-16": 1853000, + "2023-06-01": 1996000, + "2023-06-16": 2105000, + "2023-07-01": 2211000, + "2023-07-16": 2234000, + "2023-08-01": 2234000, + "2023-08-16": 2249000, + "2023-09-01": 2249000, + "2023-09-16": 2257000, + "2023-10-01": 2264000, + "2023-10-16": 2269000, + "2023-11-01": 2274000, + "2023-11-16": 2279000, + "2023-12-01": 2284000, + "2023-12-16": 2288000, + "2024-01-01": 2292000, + "2024-01-16": 2295000, + "2024-02-01": 2309000, + "2024-02-16": 2314000, + "2024-03-01": 2317000, + "2024-03-16": 2323000, + "2024-04-01": 2326000, + "2024-04-16": 2329000, + "2024-05-01": 2332000, + "2024-05-16": 2335000, + "2024-06-01": 2338000, + "2024-06-16": 2342000, + "2024-07-01": 2345000, + "2024-07-11": 2347148 + } + }, + "growth": 2148 + }, + ...,] + "page": 1, + "maxPage": 8 + } +] +``` + + +## 2 `POST /Channel` +Request: +- body +```json +{ + "link": "string (required)", + "tag": "string (required)" +} +``` +*Response (200 - OK)* +```json +{ + "message": "Zenless Zone Zero Added!" +} +``` + +*Response (404 - Bad Request)* +```json +{ + "message": [ + "Sorry, we can't find that channel!" + ] +} + +*Response (403 - Forbidden)* +```json +{ + "message": [ + "You must be an admin to do that" + ] +} +``` + + +## 3 `PUT /channel/:channelId` +Request: +- body +```json +{ + "tag": "string (required)" +} +``` + +*Response (200 - OK)* +```json +{ + "message": "Edit Success!", + "result": { + "id": 6, + "name": "Indonesian", + "updatedAt": "2024-06-24T14:07:33.215Z", + "createdAt": "2024-06-24T14:07:33.215Z" + } +} + +``` + +*Response (404 - Not Found)* + +```json +{ + "message": "Channel not found" +} +``` + +*Response (400 - Bad Request)* +```json +{ + "message": [ + "Category.name cannot be null" + ] +} +``` +*Response (403 - Forbidden)* +```json +{ + "message": [ + "You must be an admin to do that" + ] +} +``` +## 4 `DELETE /channel/:channelId` +*Response (200 - OK)* + +```json +{ + "message": "Delete Success!" +} +``` + +*Response (403 - Forbidden)* +```json +{ + "message": [ + "You must be an admin to do that" + ] +} +``` + + +## 5 `GET /channel/:channelId` +*Response (200 - OK)* + +```json +{ + { + "found": { + "id": 8, + "channelId": "UCsJsV-Uv_h5mXAjeEsqFO5A", + "title": "Cultive", + "description": "The Tea Is Ready!\n", + "customUrl": "@cultive", + "publishedAt": "2021-10-31T16:48:52.263Z", + "thumbnails": "https://yt3.ggpht.com/P8_ElZIEN5WkLH2TpCSw7LF43FjwX36OkALLEkCNqKiMcxombDT_fTHkWFvUoKleph_VXD2ahg=s88-c-k-c0x00ffffff-no-rj", + "country": "RU", + "viewCount": 5308798, + "subscriberCount": 9390, + "videoCount": 480, + "createdAt": "2024-07-10T13:41:25.371Z", + "updatedAt": "2024-07-11T03:01:09.359Z" + }, + "AIText": "Cultive, a YouTube channel (ID: UCsJsV-Uv_h5mXAjeEsqFO5A), was created on July 10, 2024. It boasts 9,390 subscribers and has accumulated 5,308,798 views across its 480 videos. The channel hails from Russia and features a custom URL of @cultive. Its most recent update was on July 11, 2024, at 03:01:09 UTC." +} +} +``` +*Response (404 - Not Found)* + +```json +{ + "message": "Channel not found" +} +``` + +## 6 `POST /login` + +Request +- Body +```json + { + "username" : "raf", + "password" : "raf" + } +``` + +*Response (200 - OK)* +```json +{ + "access_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MjEsImlhdCI6MTcxOTQ5Nzc3M30.Lm1sOCDyh6LJM0KEIszikk3jHG1GjzCFzy-3saf2WeY" +} +``` +*Response (400 - Bad Request)* +```json +{ + "message": "username/password is required" +} +``` + +## 6 `POST /login` + +Request +- Body +```json + { + "googleToken" : "eJhbGciOiJSUzI1NiIsImtpZCI6Ijg3YmJlMDgxNWIwNjRlNmQ0NDljYWM5OTlmMGU1MGU3MmEzZTQzNzQiLCJ0eXAiOiJKV1QifQ.eyJpc3MiOiJodHRwczovL2FjY291bnRzLmdvb2dsZS5jb20iLCJhenAiOiI2MTI0MjA4MzU0NjYtZ3ZmZzhycTh1c2FkNzc4dDlhYWRxdjg5N3Nha2cwaGcuYXBwcy5nb29nbGV1c2VyY29udGVudC5jb20iLCJhdWQiOiI2MTI0MjA4MzU0NjYtZ3ZmZzhycTh1c2FkNzc4dDlhYWRxdjg5N3Nha2cwaGcuYXBwcy5nb29nbGV1c2VyY29udGVudC5jb20iLCJzdWIiOiIxMDA1NjcxNTY0NTE1Njg5MzEzOTgiLCJlbWFpbCI6InJhZmlmcmFtYUBnbWFpbC5jb20iLCJlbWFpbF92ZXJpZmllZCI6dHJ1ZSwibmJmIjoxNzIwNzAzOTkwLCJuYW1lIjoiUmFmaWYgUmFtYWRoYW4iLCJwaWN0dXJlIjoiaHR0cHM6Ly9saDMuZ29vZ2xldXNlcmNvbnRlbnQuY29tL2EvQUNnOG9jSlBpcjVVemlyMHk1UjJaOUhWT3YyeTIydk9DVzQ4XzhaNmt5Nmlmenowd2o2M0lRPXM5Ni1jIiwiZ2l2ZW5fbmFtZSI6IlJhZmlmIiwiZmFtaWx5X25hbWUiOiJSYW1hZGhhbiIsImlhdCI6MTcyMDcwNDI5MCwiZXhwIjoxNzIwNzA3ODkwLCJqdGkiOiJmYjdiYTgxZjQ2YzI3ZTQ0OTZiMGIyZjU0NmE3ZjU4ODBkNzY3ODRkIn0.RGXlAPA74z-2-DYZiJmR6BCrNT47k358UQ75uYwWJOSOi9RstsE0d5EZllHe6n8Q-nD0SvcRhHeIIMgDZ_8fVLSuMoPNWzeSteCewokJB_-JIG1RwzKEMHYNNHdev4Ceg6vLSktfo8nAXtX4PM6DZF2mbNIgSeTJNIdylhObr6UDv-4GSsW4FI39V4zAuihiNoWDGk7f2uBwfeg6CJQDoPaNW5gHSeThL0xPZekz_MCiAaSLQqkqZchvFP4Yd5h1ySPt0e6BjNhrf-mQvmN_C-SIsP-Spkt3OkBPTnv9g4IQtsUCLrZGpdjtLNNz1lpyA76s4680YQJATOLMKfYq0A" + + } +``` + +*Response (200 - OK)* +```json +{ + "access_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MjEsImlhdCI6MTcxOTQ5Nzc3M30.Lm1sOCDyh6LJM0KEIszikk3jHG1GjzCFzy-3saf2WeY" +} +``` +*Response (400 - Bad Request)* +```json +{ + "message": "username/password is required" +} +``` + + + + + +## Global Error +*Response (500 - Internal Server Error)* +```json +{ + "message": "Internal server error" +} +``` +*Response (401 - Unauthenticated)* +```json +{ + "message": "Unauthenticated" +} +``` diff --git a/server/__tests__/channel.test.js b/server/__tests__/channel.test.js new file mode 100644 index 0000000..c6fdca9 --- /dev/null +++ b/server/__tests__/channel.test.js @@ -0,0 +1,99 @@ +const request = require(`supertest`) +const app = require(`../app`) +const { sequelize } = require('../models') +const queryInterface = sequelize.queryInterface; +const User = require(`../models`).User +const Category = require(`../models`).Category +const Cuisine = require(`../models`).Cuisine + +const user = [ + { + "channelName": "Holosimper Ch.", + "channelId": "UCEVKaZpv7xw1jOVN6422z5A", + "tag": "HoloEN", + "createdAt": new Date(), + "updatedAt": new Date(), + } +] + +// beforeAll(async () => { +// await queryInterface.bulkInsert('ChannelViews', user); +// }) + +afterAll(async () => { + await queryInterface.bulkDelete("Channels", null, { + restartIdentity: true, + truncate: true, + cascade: true + }) + await queryInterface.bulkDelete("ChannelViews", null, { + restartIdentity: true, + truncate: true, + cascade: true + }) +}) + + +describe("GET/allChannels", () => { + test("GET /allChannels succesfull", async () => { + let { status, _body } = await request(app) + .get(`/allChannels`) + + expect(status).toBe(200) + + }) +}) + +describe("POST /channel", () => { + test("POST /channel succesfull", async () => { + let { status, _body } = await request(app) + .post(`/channel`) + .set("Authorization", `Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiaWF0IjoxNzIwNjk1ODUwfQ.a08hnGWtPsy_IfmrDK_LbogaYqnuN1keJNszG_4MlMI`) + .send({ + link: "https://www.youtube.com/@TheFrostPrime", + tag: "HoloEN" + }) + console.log(_body,"<=============body") + expect(status).toBe(500) + }) +}) + +// describe("PUT /channel", () => { +// test("PUT /channel succesfull", async () => { +// let { status, _body } = await request(app) +// .post(`/channel/UCEVKaZpv7xw1jOVN6422z5A`) +// .set("Authorization", `Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiaWF0IjoxNzIwNjk1ODUwfQ.a08hnGWtPsy_IfmrDK_LbogaYqnuN1keJNszG_4MlMI`) +// .send({ +// tag: "HoloEN" +// }) + +// expect(status).toBe(200) +// }) +// }) + +// describe("GET/pub/cuisine/:id", () => { +// test("GET /pub/cuisine/:id succesfull", async () => { +// let { status, _body } = await request(app) +// .get(`/pub/cuisine/1`) + + +// expect(status).toBe(200) +// expect(_body).toHaveProperty('id'); +// expect(_body).toHaveProperty('name'); +// expect(_body).toHaveProperty('description'); +// expect(_body).toHaveProperty('price'); +// expect(_body).toHaveProperty('imgUrl'); +// expect(_body).toHaveProperty('createdAt'); +// expect(_body).toHaveProperty('updatedAt'); +// expect(_body).toHaveProperty('CategoryId'); +// expect(_body).toHaveProperty('AuthorId'); +// }) +// test("Cuisine Id should be correct", async () => { +// let { status, body } = await request(app) +// .get(`/pub/cuisine/100`) +// expect(status).toBe(404) +// expect(body).toHaveProperty("message", "Cuisine not found") +// }) + +// }) + diff --git a/server/__tests__/user.test.js b/server/__tests__/user.test.js new file mode 100644 index 0000000..265717e --- /dev/null +++ b/server/__tests__/user.test.js @@ -0,0 +1,84 @@ +const request = require(`supertest`) +const app = require(`../app`) +const { sequelize } = require('../models') +const queryInterface = sequelize.queryInterface; +const User = require(`../models`).User + +const user_text_1 = { + username: "raf", + password: "raf", +} + +describe("/users", () => { + describe("/POST /login", () => { + describe("Success", () => { + test("should Login Succesfully", async () => { + let { status, body } = await request(app) + .post("/login") + .send(user_text_1) + expect(status).toBe(200) + expect(body).toHaveProperty("access_token") + + }) + }) + + describe("FAILED", () => { + test("username not given", async () =>{ + let {status, body} = await request(app) + .post("/login") + .send({ + password: "yayan", + }) + expect(status).toBe(400) + expect(body).toHaveProperty("message", "Username is required") + }) + test("Password not given", async () =>{ + let {status, body} = await request(app) + .post("/login") + .send({ + username: "yayan", + }) + expect(status).toBe(400) + expect(body).toHaveProperty("message", "Password is required") + }) + test("Password is invalid", async () =>{ + let {status, body} = await request(app) + .post("/login") + .send({ + username: "yayan", + password: "wawan" + }) + expect(status).toBe(401) + expect(body).toHaveProperty("message", "Invalid Username/Password") + }) + test("email is invalid", async () =>{ + let {status, body} = await request(app) + .post("/login") + .send({ + username: "wawan", + password: "yayan" + }) + expect(status).toBe(401) + expect(body).toHaveProperty("message", "Invalid Username/Password") + }) + + }) + }) + describe("/POST /login/google", () => { + + + describe("FAILED", () => { + test("should Login Succesfully", async () => { + let { status, body } = await request(app) + .post("/login/google") + .send({ + googleToken: "JhbGciOiJSUzI1NiIsImtpZCI6Ijg3YmJlMDgxNWIwNjRlNmQ0NDljYWM5OTlmMGU1MGU3MmEzZTQzNzQiLCJ0eXAiOiJKV1QifQ.eyJpc3MiOiJodHRwczovL2FjY291bnRzLmdvb2dsZS5jb20iLCJhenAiOiI2MTI0MjA4MzU0NjYtZ3ZmZzhycTh1c2FkNzc4dDlhYWRxdjg5N3Nha2cwaGcuYXBwcy5nb29nbGV1c2VyY29udGVudC5jb20iLCJhdWQiOiI2MTI0MjA4MzU0NjYtZ3ZmZzhycTh1c2FkNzc4dDlhYWRxdjg5N3Nha2cwaGcuYXBwcy5nb29nbGV1c2VyY29udGVudC5jb20iLCJzdWIiOiIxMDA1NjcxNTY0NTE1Njg5MzEzOTgiLCJlbWFpbCI6InJhZmlmcmFtYUBnbWFpbC5jb20iLCJlbWFpbF92ZXJpZmllZCI6dHJ1ZSwibmJmIjoxNzIwNzAzOTkwLCJuYW1lIjoiUmFmaWYgUmFtYWRoYW4iLCJwaWN0dXJlIjoiaHR0cHM6Ly9saDMuZ29vZ2xldXNlcmNvbnRlbnQuY29tL2EvQUNnOG9jSlBpcjVVemlyMHk1UjJaOUhWT3YyeTIydk9DVzQ4XzhaNmt5Nmlmenowd2o2M0lRPXM5Ni1jIiwiZ2l2ZW5fbmFtZSI6IlJhZmlmIiwiZmFtaWx5X25hbWUiOiJSYW1hZGhhbiIsImlhdCI6MTcyMDcwNDI5MCwiZXhwIjoxNzIwNzA3ODkwLCJqdGkiOiJmYjdiYTgxZjQ2YzI3ZTQ0OTZiMGIyZjU0NmE3ZjU4ODBkNzY3ODRkIn0.RGXlAPA74z-2-DYZiJmR6BCrNT47k358UQ75uYwWJOSOi9RstsE0d5EZllHe6n8Q-nD0SvcRhHeIIMgDZ_8fVLSuMoPNWzeSteCewokJB_-JIG1RwzKEMHYNNHdev4Ceg6vLSktfo8nAXtX4PM6DZF2mbNIgSeTJNIdylhObr6UDv-4GSsW4FI39V4zAuihiNoWDGk7f2uBwfeg6CJQDoPaNW5gHSeThL0xPZekz_MCiAaSLQqkqZchvFP4Yd5h1ySPt0e6BjNhrf-mQvmN_C-SIsP-Spkt3OkBPTnv9g4IQtsUCLrZGpdjtLNNz1lpyA76s4680YQJATOLMKfYq0A" + }) + expect(status).toBe(500) + + }) + + }) + }) +}) + diff --git a/server/app.js b/server/app.js new file mode 100644 index 0000000..8b02d81 --- /dev/null +++ b/server/app.js @@ -0,0 +1,46 @@ +if(process.env.NODE_ENV !== "production"){ + require('dotenv').config(); +} +const express = require('express') +const cors = require('cors'); +const errorHandler = require('./middlewares/errorHandler') +const channelController = require('./Controllers/channelController') +const app = express() + + +const cron = require('node-cron'); +const authentication = require('./middlewares/authentication'); +const updateAllChannelViews = require('./services/UpdateService'); + + + +cron.schedule('0 0 0 * * *', () => { + updateAllChannelViews() + .then(() => console.log('Update completed')) + .catch(error => console.error('Update failed:', error)); +}); + + + +app.use(cors()); +app.use(express.urlencoded({ extended: true })); +app.use(express.json()); + + + +app.post('/login', channelController.login) +app.post('/login/google', channelController.googleLogin) + + +app.get('/allChannels', channelController.getAllChannels) +app.get('/channel/:channelId', channelController.getOneChannel) + +app.use(authentication) +app.post('/channel', channelController.AddChannel) +app.put('/channel/:channelId', channelController.EditChannel) +app.delete('/channel/:channelId', channelController.DeleteChannel) + + +app.use(errorHandler) + +module.exports = app; \ No newline at end of file diff --git a/server/bin/www b/server/bin/www new file mode 100644 index 0000000..8a3aee6 --- /dev/null +++ b/server/bin/www @@ -0,0 +1,6 @@ +const app = require(`../app`) +const port = process.env.PORT + +app.listen(port, () => { + console.log(`Example app listening on port ${port}`) +}) \ No newline at end of file diff --git a/server/clip-server.pem b/server/clip-server.pem new file mode 100644 index 0000000..580256f --- /dev/null +++ b/server/clip-server.pem @@ -0,0 +1,27 @@ +-----BEGIN RSA PRIVATE KEY----- +MIIEowIBAAKCAQEAj9FWdY2TeUEG/SWhaSKjIzmZddYaPqzunLZwPn8rPNcn7zBv +wj4CgNdxa+51QFRm7JaBUYRbfZ8bWMs4klACnl7BbJZsd+XbFlJ8ujaoj8ngp0ha +zox+VRyK2BxvmzZ9Vg09WtpfAQyPJYeq5cBI1hbAwFpSri6zeyE8ix4XKonW3F1M +Jeh/QSvdeu0YczNbON8+4qCQ8u9X4ySsc0ogWMt+u+yOzEACNHypwtcN300Z1J+X +bpeJkDmjlqG11ZYfZCbv9aJhKXh6y3OR7YhuP7IKWGTabGidML4ynyv4mt4r6NbH +u7uDf5f3a7uNZ0vQywTWRuDqbIuC314FnWr6CQIDAQABAoIBABuzV3LW7RPKyZzS +ta85Y7CyNHO05GM0DdWTcjUna12Rl3iDnNMN/I9yb785M85LM3PYXVolIzYkAjFt +Gx1bWdXFLH5MzuGdHUDEbI+1XWwslx/BWPQ1rVOZZsjPWVPNAAEmFa49J1VdZOj2 +o50TFzRdN40VGJ3CEwHhWfb1ucKQditPc/tp4qHRvRk+ue9QuiO2czMdWc++FQhZ +PBheJ+IPRJbgGBLveVjd5kfrCp41RaUVKkcciUj44E3Ox/4LaN094c5B3OBb5r5x +SErt+8wsxLFdwn2a/LLTqLKWeboRwIEpiEByIMfx8YhUb4ji0xheewqjpSjve+aO +4UymEIECgYEAw3B+QiX14zLbCbsFFQo2zDrRo/m1z05kM2bBrsKq+/1pgkeokaPi +nZNumjUgjjN05WgcUW9RlOmFfJWtlPTBwW5Gv8myC+zJ0wgSYWYIWOcRn1Mg3D8g +cwoNxk5CZOh4J8rM+HFEI0MPp/MQBVB0sfj6yglbUR0Xn+xD0FoJ7nkCgYEAvGHh +ck4Hs0hzxaKA0qKCPO3GugyUQweyXpSi/K8YdFvi/0UuSjPVGlCOjfxLq7cfaZJc +JShTHBDou+OLljlyahMvpV6V9eoa1EBjQ3eItUZIGXMtKPYRn9eg9XKIq6117LH2 +jiFZo+P5LoKWe7YtK7HSfcm/R8/Ql3w5Drg6RBECgYEAsi3MHjiHjURfJ+bmgkEW +pml1mX5egAqjFa24JMD7q9NkLs9v4p+8ShcQvexzqtFE4KVjM+c+RHoGJgg8AdKH +FveX7uBOv8p4UjpIr52bPJolmdDq44F17wuadVIB/AdpDDY7WsHA8jkAfAkAcSfh +zCQHWMzhAPl6AWYgiUKdTVkCgYAROUHLmabKlY1APKNantEZkQPibtP/bOy6CQz9 +3WR2/w+6FzEsR6DsTwE5qh+hC5Urqd4S56Txo/ojc6KHkakMWcS5cfR0D3t0fI6W +1I8DQ/HDoew3Gohx/N0Sk+47BBkMExlf1VzEx0s5HWd02Cs5G4ELTy7V+gIwV4M/ +/UgWgQKBgCY6mEZrDxDbIa+gnN4C4hhGh4HXLR9yklLTGnSHSeTDYgrEiQtyL1nn +rEw6+X2gXjnPNelpKDoa/W5LvLXLODAWNn/ElDIXgpNa3sdOVOnN2Puxds0fKeoV +3RjwOrxLGFai0DZzBqW7YNO2lvMZj/UjJJazBGcXnrhMFmw8mMMQ +-----END RSA PRIVATE KEY----- \ No newline at end of file diff --git a/server/config/config.json b/server/config/config.json new file mode 100644 index 0000000..107e940 --- /dev/null +++ b/server/config/config.json @@ -0,0 +1,20 @@ +{ + "development": { + "username": "postgres", + "password": "1234", + "database": "clipperDevelopment", + "host": "localhost", + "dialect": "postgres" + }, + "test": { + "username": "postgres", + "password": "1234", + "database": "clipperDevelopment_test", + "host": "localhost", + "dialect": "postgres" + }, + "production": { + "use_env_variable": "DATABASE_URL" + } +} + diff --git a/server/coverage/clover.xml b/server/coverage/clover.xml new file mode 100644 index 0000000..55bd02d --- /dev/null +++ b/server/coverage/clover.xml @@ -0,0 +1,391 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/server/coverage/coverage-final.json b/server/coverage/coverage-final.json new file mode 100644 index 0000000..30d8cd9 --- /dev/null +++ b/server/coverage/coverage-final.json @@ -0,0 +1,14 @@ +{"C:\\dev\\Hacktiv8\\w11\\ClipProject\\server\\app.js": {"path":"C:\\dev\\Hacktiv8\\w11\\ClipProject\\server\\app.js","statementMap":{"0":{"start":{"line":1,"column":0},"end":{"line":3,"column":1}},"1":{"start":{"line":2,"column":2},"end":{"line":2,"column":29}},"2":{"start":{"line":4,"column":16},"end":{"line":4,"column":34}},"3":{"start":{"line":5,"column":13},"end":{"line":5,"column":28}},"4":{"start":{"line":6,"column":21},"end":{"line":6,"column":58}},"5":{"start":{"line":7,"column":26},"end":{"line":7,"column":68}},"6":{"start":{"line":8,"column":12},"end":{"line":8,"column":21}},"7":{"start":{"line":11,"column":13},"end":{"line":11,"column":33}},"8":{"start":{"line":12,"column":23},"end":{"line":12,"column":62}},"9":{"start":{"line":13,"column":30},"end":{"line":13,"column":65}},"10":{"start":{"line":17,"column":0},"end":{"line":21,"column":3}},"11":{"start":{"line":18,"column":2},"end":{"line":20,"column":60}},"12":{"start":{"line":19,"column":16},"end":{"line":19,"column":47}},"13":{"start":{"line":20,"column":20},"end":{"line":20,"column":58}},"14":{"start":{"line":25,"column":0},"end":{"line":25,"column":16}},"15":{"start":{"line":26,"column":0},"end":{"line":26,"column":48}},"16":{"start":{"line":27,"column":0},"end":{"line":27,"column":24}},"17":{"start":{"line":31,"column":0},"end":{"line":31,"column":43}},"18":{"start":{"line":32,"column":0},"end":{"line":32,"column":56}},"19":{"start":{"line":35,"column":0},"end":{"line":35,"column":57}},"20":{"start":{"line":36,"column":0},"end":{"line":36,"column":63}},"21":{"start":{"line":38,"column":0},"end":{"line":38,"column":23}},"22":{"start":{"line":39,"column":0},"end":{"line":39,"column":50}},"23":{"start":{"line":40,"column":0},"end":{"line":40,"column":61}},"24":{"start":{"line":41,"column":0},"end":{"line":41,"column":66}},"25":{"start":{"line":44,"column":0},"end":{"line":44,"column":21}},"26":{"start":{"line":46,"column":0},"end":{"line":46,"column":21}}},"fnMap":{"0":{"name":"(anonymous_0)","decl":{"start":{"line":17,"column":29},"end":{"line":17,"column":30}},"loc":{"start":{"line":17,"column":35},"end":{"line":21,"column":1}},"line":17},"1":{"name":"(anonymous_1)","decl":{"start":{"line":19,"column":10},"end":{"line":19,"column":11}},"loc":{"start":{"line":19,"column":16},"end":{"line":19,"column":47}},"line":19},"2":{"name":"(anonymous_2)","decl":{"start":{"line":20,"column":11},"end":{"line":20,"column":12}},"loc":{"start":{"line":20,"column":20},"end":{"line":20,"column":58}},"line":20}},"branchMap":{"0":{"loc":{"start":{"line":1,"column":0},"end":{"line":3,"column":1}},"type":"if","locations":[{"start":{"line":1,"column":0},"end":{"line":3,"column":1}},{"start":{},"end":{}}],"line":1}},"s":{"0":2,"1":2,"2":2,"3":2,"4":2,"5":2,"6":2,"7":2,"8":2,"9":2,"10":2,"11":0,"12":0,"13":0,"14":2,"15":2,"16":2,"17":2,"18":2,"19":2,"20":2,"21":2,"22":2,"23":2,"24":2,"25":2,"26":2},"f":{"0":0,"1":0,"2":0},"b":{"0":[2,0]},"_coverageSchema":"1a1c01bbd47fc00a2c39e90264f33305004495a9","hash":"927acc5fd29d49b245011e701a9e7525784a9936"} +,"C:\\dev\\Hacktiv8\\w11\\ClipProject\\server\\Controllers\\channelController.js": {"path":"C:\\dev\\Hacktiv8\\w11\\ClipProject\\server\\Controllers\\channelController.js","statementMap":{"0":{"start":{"line":1,"column":23},"end":{"line":1,"column":60}},"1":{"start":{"line":2,"column":15},"end":{"line":2,"column":35}},"2":{"start":{"line":3,"column":15},"end":{"line":3,"column":32}},"3":{"start":{"line":4,"column":21},"end":{"line":4,"column":54}},"4":{"start":{"line":5,"column":16},"end":{"line":5,"column":44}},"5":{"start":{"line":6,"column":13},"end":{"line":6,"column":38}},"6":{"start":{"line":7,"column":22},"end":{"line":7,"column":42}},"7":{"start":{"line":8,"column":22},"end":{"line":8,"column":58}},"8":{"start":{"line":9,"column":22},"end":{"line":9,"column":47}},"9":{"start":{"line":10,"column":26},"end":{"line":10,"column":56}},"10":{"start":{"line":11,"column":22},"end":{"line":11,"column":42}},"11":{"start":{"line":12,"column":23},"end":{"line":12,"column":53}},"12":{"start":{"line":13,"column":15},"end":{"line":13,"column":33}},"13":{"start":{"line":18,"column":8},"end":{"line":94,"column":9}},"14":{"start":{"line":19,"column":94},"end":{"line":19,"column":103}},"15":{"start":{"line":21,"column":26},"end":{"line":30,"column":13}},"16":{"start":{"line":32,"column":12},"end":{"line":34,"column":13}},"17":{"start":{"line":33,"column":16},"end":{"line":33,"column":72}},"18":{"start":{"line":35,"column":12},"end":{"line":37,"column":13}},"19":{"start":{"line":36,"column":16},"end":{"line":36,"column":77}},"20":{"start":{"line":38,"column":12},"end":{"line":40,"column":13}},"21":{"start":{"line":39,"column":16},"end":{"line":39,"column":70}},"22":{"start":{"line":41,"column":12},"end":{"line":43,"column":13}},"23":{"start":{"line":42,"column":16},"end":{"line":42,"column":55}},"24":{"start":{"line":45,"column":29},"end":{"line":45,"column":59}},"25":{"start":{"line":46,"column":12},"end":{"line":46,"column":38}},"26":{"start":{"line":48,"column":32},"end":{"line":57,"column":13}},"27":{"start":{"line":58,"column":32},"end":{"line":58,"column":74}},"28":{"start":{"line":58,"column":58},"end":{"line":58,"column":73}},"29":{"start":{"line":59,"column":33},"end":{"line":59,"column":47}},"30":{"start":{"line":61,"column":12},"end":{"line":73,"column":13}},"31":{"start":{"line":62,"column":42},"end":{"line":67,"column":17}},"32":{"start":{"line":68,"column":16},"end":{"line":71,"column":17}},"33":{"start":{"line":69,"column":20},"end":{"line":69,"column":49}},"34":{"start":{"line":70,"column":20},"end":{"line":70,"column":28}},"35":{"start":{"line":72,"column":16},"end":{"line":72,"column":102}},"36":{"start":{"line":76,"column":12},"end":{"line":80,"column":13}},"37":{"start":{"line":77,"column":16},"end":{"line":79,"column":18}},"38":{"start":{"line":78,"column":20},"end":{"line":78,"column":146}},"39":{"start":{"line":83,"column":31},"end":{"line":83,"column":48}},"40":{"start":{"line":84,"column":37},"end":{"line":84,"column":81}},"41":{"start":{"line":86,"column":12},"end":{"line":90,"column":14}},"42":{"start":{"line":92,"column":12},"end":{"line":92,"column":30}},"43":{"start":{"line":93,"column":12},"end":{"line":93,"column":71}},"44":{"start":{"line":98,"column":8},"end":{"line":110,"column":9}},"45":{"start":{"line":99,"column":34},"end":{"line":99,"column":44}},"46":{"start":{"line":100,"column":25},"end":{"line":100,"column":67}},"47":{"start":{"line":101,"column":12},"end":{"line":103,"column":13}},"48":{"start":{"line":102,"column":16},"end":{"line":102,"column":45}},"49":{"start":{"line":104,"column":29},"end":{"line":104,"column":56}},"50":{"start":{"line":106,"column":12},"end":{"line":106,"column":69}},"51":{"start":{"line":108,"column":12},"end":{"line":108,"column":30}},"52":{"start":{"line":109,"column":12},"end":{"line":109,"column":71}},"53":{"start":{"line":114,"column":8},"end":{"line":169,"column":9}},"54":{"start":{"line":115,"column":23},"end":{"line":115,"column":55}},"55":{"start":{"line":117,"column":12},"end":{"line":120,"column":13}},"56":{"start":{"line":118,"column":16},"end":{"line":118,"column":81}},"57":{"start":{"line":119,"column":16},"end":{"line":119,"column":22}},"58":{"start":{"line":122,"column":26},"end":{"line":122,"column":55}},"59":{"start":{"line":123,"column":32},"end":{"line":123,"column":40}},"60":{"start":{"line":124,"column":25},"end":{"line":124,"column":72}},"61":{"start":{"line":125,"column":12},"end":{"line":128,"column":13}},"62":{"start":{"line":126,"column":16},"end":{"line":126,"column":84}},"63":{"start":{"line":127,"column":16},"end":{"line":127,"column":22}},"64":{"start":{"line":130,"column":31},"end":{"line":141,"column":14}},"65":{"start":{"line":145,"column":36},"end":{"line":149,"column":14}},"66":{"start":{"line":152,"column":16},"end":{"line":156,"column":17}},"67":{"start":{"line":158,"column":12},"end":{"line":158,"column":61}},"68":{"start":{"line":160,"column":12},"end":{"line":160,"column":78}},"69":{"start":{"line":162,"column":12},"end":{"line":162,"column":30}},"70":{"start":{"line":163,"column":12},"end":{"line":166,"column":13}},"71":{"start":{"line":164,"column":16},"end":{"line":164,"column":75}},"72":{"start":{"line":165,"column":16},"end":{"line":165,"column":22}},"73":{"start":{"line":167,"column":12},"end":{"line":167,"column":35}},"74":{"start":{"line":168,"column":12},"end":{"line":168,"column":52}},"75":{"start":{"line":172,"column":8},"end":{"line":193,"column":9}},"76":{"start":{"line":173,"column":23},"end":{"line":173,"column":55}},"77":{"start":{"line":175,"column":12},"end":{"line":178,"column":13}},"78":{"start":{"line":176,"column":16},"end":{"line":176,"column":81}},"79":{"start":{"line":177,"column":16},"end":{"line":177,"column":22}},"80":{"start":{"line":179,"column":32},"end":{"line":179,"column":42}},"81":{"start":{"line":180,"column":26},"end":{"line":180,"column":34}},"82":{"start":{"line":181,"column":26},"end":{"line":181,"column":73}},"83":{"start":{"line":182,"column":12},"end":{"line":185,"column":13}},"84":{"start":{"line":183,"column":16},"end":{"line":183,"column":69}},"85":{"start":{"line":184,"column":16},"end":{"line":184,"column":22}},"86":{"start":{"line":186,"column":12},"end":{"line":186,"column":44}},"87":{"start":{"line":187,"column":26},"end":{"line":187,"column":53}},"88":{"start":{"line":189,"column":12},"end":{"line":189,"column":77}},"89":{"start":{"line":191,"column":12},"end":{"line":191,"column":30}},"90":{"start":{"line":192,"column":12},"end":{"line":192,"column":71}},"91":{"start":{"line":197,"column":8},"end":{"line":218,"column":9}},"92":{"start":{"line":198,"column":23},"end":{"line":198,"column":55}},"93":{"start":{"line":200,"column":12},"end":{"line":203,"column":13}},"94":{"start":{"line":201,"column":16},"end":{"line":201,"column":81}},"95":{"start":{"line":202,"column":16},"end":{"line":202,"column":22}},"96":{"start":{"line":205,"column":32},"end":{"line":205,"column":42}},"97":{"start":{"line":207,"column":12},"end":{"line":209,"column":15}},"98":{"start":{"line":210,"column":12},"end":{"line":212,"column":15}},"99":{"start":{"line":213,"column":12},"end":{"line":213,"column":64}},"100":{"start":{"line":215,"column":12},"end":{"line":215,"column":30}},"101":{"start":{"line":217,"column":12},"end":{"line":217,"column":71}},"102":{"start":{"line":222,"column":8},"end":{"line":254,"column":9}},"103":{"start":{"line":223,"column":38},"end":{"line":223,"column":46}},"104":{"start":{"line":224,"column":12},"end":{"line":224,"column":47}},"105":{"start":{"line":225,"column":12},"end":{"line":225,"column":47}},"106":{"start":{"line":226,"column":12},"end":{"line":229,"column":13}},"107":{"start":{"line":227,"column":16},"end":{"line":227,"column":70}},"108":{"start":{"line":228,"column":16},"end":{"line":228,"column":22}},"109":{"start":{"line":230,"column":12},"end":{"line":233,"column":13}},"110":{"start":{"line":231,"column":16},"end":{"line":231,"column":70}},"111":{"start":{"line":232,"column":16},"end":{"line":232,"column":22}},"112":{"start":{"line":234,"column":23},"end":{"line":234,"column":71}},"113":{"start":{"line":235,"column":12},"end":{"line":238,"column":13}},"114":{"start":{"line":236,"column":16},"end":{"line":236,"column":75}},"115":{"start":{"line":237,"column":16},"end":{"line":237,"column":22}},"116":{"start":{"line":239,"column":12},"end":{"line":242,"column":13}},"117":{"start":{"line":240,"column":16},"end":{"line":240,"column":75}},"118":{"start":{"line":241,"column":16},"end":{"line":241,"column":22}},"119":{"start":{"line":243,"column":24},"end":{"line":243,"column":47}},"120":{"start":{"line":244,"column":12},"end":{"line":244,"column":55}},"121":{"start":{"line":247,"column":12},"end":{"line":251,"column":13}},"122":{"start":{"line":248,"column":30},"end":{"line":248,"column":60}},"123":{"start":{"line":248,"column":50},"end":{"line":248,"column":59}},"124":{"start":{"line":249,"column":16},"end":{"line":249,"column":45}},"125":{"start":{"line":250,"column":16},"end":{"line":250,"column":22}},"126":{"start":{"line":252,"column":12},"end":{"line":252,"column":28}},"127":{"start":{"line":253,"column":12},"end":{"line":253,"column":68}},"128":{"start":{"line":258,"column":8},"end":{"line":282,"column":9}},"129":{"start":{"line":260,"column":36},"end":{"line":260,"column":44}},"130":{"start":{"line":262,"column":27},"end":{"line":265,"column":14}},"131":{"start":{"line":266,"column":28},"end":{"line":266,"column":47}},"132":{"start":{"line":267,"column":27},"end":{"line":267,"column":41}},"133":{"start":{"line":269,"column":36},"end":{"line":276,"column":20}},"134":{"start":{"line":277,"column":28},"end":{"line":277,"column":51}},"135":{"start":{"line":278,"column":16},"end":{"line":278,"column":75}},"136":{"start":{"line":280,"column":12},"end":{"line":280,"column":30}},"137":{"start":{"line":281,"column":12},"end":{"line":281,"column":68}},"138":{"start":{"line":286,"column":0},"end":{"line":286,"column":34}}},"fnMap":{"0":{"name":"(anonymous_0)","decl":{"start":{"line":17,"column":4},"end":{"line":17,"column":5}},"loc":{"start":{"line":17,"column":48},"end":{"line":95,"column":5}},"line":17},"1":{"name":"(anonymous_1)","decl":{"start":{"line":58,"column":51},"end":{"line":58,"column":52}},"loc":{"start":{"line":58,"column":58},"end":{"line":58,"column":73}},"line":58},"2":{"name":"(anonymous_2)","decl":{"start":{"line":77,"column":32},"end":{"line":77,"column":33}},"loc":{"start":{"line":78,"column":20},"end":{"line":78,"column":146}},"line":78},"3":{"name":"(anonymous_3)","decl":{"start":{"line":97,"column":4},"end":{"line":97,"column":5}},"loc":{"start":{"line":97,"column":47},"end":{"line":111,"column":5}},"line":97},"4":{"name":"(anonymous_4)","decl":{"start":{"line":113,"column":4},"end":{"line":113,"column":5}},"loc":{"start":{"line":113,"column":38},"end":{"line":170,"column":5}},"line":113},"5":{"name":"(anonymous_5)","decl":{"start":{"line":171,"column":4},"end":{"line":171,"column":5}},"loc":{"start":{"line":171,"column":39},"end":{"line":194,"column":5}},"line":171},"6":{"name":"(anonymous_6)","decl":{"start":{"line":196,"column":4},"end":{"line":196,"column":5}},"loc":{"start":{"line":196,"column":41},"end":{"line":219,"column":5}},"line":196},"7":{"name":"(anonymous_7)","decl":{"start":{"line":221,"column":4},"end":{"line":221,"column":5}},"loc":{"start":{"line":221,"column":33},"end":{"line":255,"column":5}},"line":221},"8":{"name":"(anonymous_8)","decl":{"start":{"line":248,"column":45},"end":{"line":248,"column":46}},"loc":{"start":{"line":248,"column":50},"end":{"line":248,"column":59}},"line":248},"9":{"name":"(anonymous_9)","decl":{"start":{"line":257,"column":4},"end":{"line":257,"column":5}},"loc":{"start":{"line":257,"column":37},"end":{"line":283,"column":5}},"line":257}},"branchMap":{"0":{"loc":{"start":{"line":19,"column":48},"end":{"line":19,"column":56}},"type":"default-arg","locations":[{"start":{"line":19,"column":55},"end":{"line":19,"column":56}}],"line":19},"1":{"loc":{"start":{"line":32,"column":12},"end":{"line":34,"column":13}},"type":"if","locations":[{"start":{"line":32,"column":12},"end":{"line":34,"column":13}},{"start":{},"end":{}}],"line":32},"2":{"loc":{"start":{"line":35,"column":12},"end":{"line":37,"column":13}},"type":"if","locations":[{"start":{"line":35,"column":12},"end":{"line":37,"column":13}},{"start":{},"end":{}}],"line":35},"3":{"loc":{"start":{"line":38,"column":12},"end":{"line":40,"column":13}},"type":"if","locations":[{"start":{"line":38,"column":12},"end":{"line":40,"column":13}},{"start":{},"end":{}}],"line":38},"4":{"loc":{"start":{"line":41,"column":12},"end":{"line":43,"column":13}},"type":"if","locations":[{"start":{"line":41,"column":12},"end":{"line":43,"column":13}},{"start":{},"end":{}}],"line":41},"5":{"loc":{"start":{"line":68,"column":16},"end":{"line":71,"column":17}},"type":"if","locations":[{"start":{"line":68,"column":16},"end":{"line":71,"column":17}},{"start":{},"end":{}}],"line":68},"6":{"loc":{"start":{"line":68,"column":19},"end":{"line":68,"column":92}},"type":"binary-expr","locations":[{"start":{"line":68,"column":19},"end":{"line":68,"column":50}},{"start":{"line":68,"column":54},"end":{"line":68,"column":92}}],"line":68},"7":{"loc":{"start":{"line":76,"column":12},"end":{"line":80,"column":13}},"type":"if","locations":[{"start":{"line":76,"column":12},"end":{"line":80,"column":13}},{"start":{},"end":{}}],"line":76},"8":{"loc":{"start":{"line":78,"column":20},"end":{"line":78,"column":146}},"type":"cond-expr","locations":[{"start":{"line":78,"column":61},"end":{"line":78,"column":102}},{"start":{"line":78,"column":105},"end":{"line":78,"column":146}}],"line":78},"9":{"loc":{"start":{"line":101,"column":12},"end":{"line":103,"column":13}},"type":"if","locations":[{"start":{"line":101,"column":12},"end":{"line":103,"column":13}},{"start":{},"end":{}}],"line":101},"10":{"loc":{"start":{"line":117,"column":12},"end":{"line":120,"column":13}},"type":"if","locations":[{"start":{"line":117,"column":12},"end":{"line":120,"column":13}},{"start":{},"end":{}}],"line":117},"11":{"loc":{"start":{"line":117,"column":16},"end":{"line":117,"column":48}},"type":"binary-expr","locations":[{"start":{"line":117,"column":16},"end":{"line":117,"column":24}},{"start":{"line":117,"column":28},"end":{"line":117,"column":48}}],"line":117},"12":{"loc":{"start":{"line":125,"column":12},"end":{"line":128,"column":13}},"type":"if","locations":[{"start":{"line":125,"column":12},"end":{"line":128,"column":13}},{"start":{},"end":{}}],"line":125},"13":{"loc":{"start":{"line":163,"column":12},"end":{"line":166,"column":13}},"type":"if","locations":[{"start":{"line":163,"column":12},"end":{"line":166,"column":13}},{"start":{},"end":{}}],"line":163},"14":{"loc":{"start":{"line":175,"column":12},"end":{"line":178,"column":13}},"type":"if","locations":[{"start":{"line":175,"column":12},"end":{"line":178,"column":13}},{"start":{},"end":{}}],"line":175},"15":{"loc":{"start":{"line":175,"column":16},"end":{"line":175,"column":48}},"type":"binary-expr","locations":[{"start":{"line":175,"column":16},"end":{"line":175,"column":24}},{"start":{"line":175,"column":28},"end":{"line":175,"column":48}}],"line":175},"16":{"loc":{"start":{"line":182,"column":12},"end":{"line":185,"column":13}},"type":"if","locations":[{"start":{"line":182,"column":12},"end":{"line":185,"column":13}},{"start":{},"end":{}}],"line":182},"17":{"loc":{"start":{"line":200,"column":12},"end":{"line":203,"column":13}},"type":"if","locations":[{"start":{"line":200,"column":12},"end":{"line":203,"column":13}},{"start":{},"end":{}}],"line":200},"18":{"loc":{"start":{"line":200,"column":16},"end":{"line":200,"column":48}},"type":"binary-expr","locations":[{"start":{"line":200,"column":16},"end":{"line":200,"column":24}},{"start":{"line":200,"column":28},"end":{"line":200,"column":48}}],"line":200},"19":{"loc":{"start":{"line":226,"column":12},"end":{"line":229,"column":13}},"type":"if","locations":[{"start":{"line":226,"column":12},"end":{"line":229,"column":13}},{"start":{},"end":{}}],"line":226},"20":{"loc":{"start":{"line":230,"column":12},"end":{"line":233,"column":13}},"type":"if","locations":[{"start":{"line":230,"column":12},"end":{"line":233,"column":13}},{"start":{},"end":{}}],"line":230},"21":{"loc":{"start":{"line":235,"column":12},"end":{"line":238,"column":13}},"type":"if","locations":[{"start":{"line":235,"column":12},"end":{"line":238,"column":13}},{"start":{},"end":{}}],"line":235},"22":{"loc":{"start":{"line":239,"column":12},"end":{"line":242,"column":13}},"type":"if","locations":[{"start":{"line":239,"column":12},"end":{"line":242,"column":13}},{"start":{},"end":{}}],"line":239},"23":{"loc":{"start":{"line":247,"column":12},"end":{"line":251,"column":13}},"type":"if","locations":[{"start":{"line":247,"column":12},"end":{"line":251,"column":13}},{"start":{},"end":{}}],"line":247},"24":{"loc":{"start":{"line":278,"column":27},"end":{"line":278,"column":46}},"type":"cond-expr","locations":[{"start":{"line":278,"column":37},"end":{"line":278,"column":40}},{"start":{"line":278,"column":43},"end":{"line":278,"column":46}}],"line":278}},"s":{"0":2,"1":2,"2":2,"3":2,"4":2,"5":2,"6":2,"7":2,"8":2,"9":2,"10":2,"11":2,"12":2,"13":1,"14":1,"15":1,"16":1,"17":0,"18":1,"19":0,"20":1,"21":0,"22":1,"23":0,"24":1,"25":1,"26":1,"27":1,"28":57,"29":1,"30":1,"31":0,"32":0,"33":0,"34":0,"35":0,"36":1,"37":0,"38":0,"39":1,"40":1,"41":1,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0,"49":0,"50":0,"51":0,"52":0,"53":1,"54":1,"55":1,"56":0,"57":0,"58":1,"59":1,"60":1,"61":1,"62":0,"63":0,"64":1,"65":1,"66":1,"67":1,"68":0,"69":1,"70":1,"71":0,"72":0,"73":1,"74":1,"75":0,"76":0,"77":0,"78":0,"79":0,"80":0,"81":0,"82":0,"83":0,"84":0,"85":0,"86":0,"87":0,"88":0,"89":0,"90":0,"91":0,"92":0,"93":0,"94":0,"95":0,"96":0,"97":0,"98":0,"99":0,"100":0,"101":0,"102":5,"103":5,"104":5,"105":5,"106":5,"107":1,"108":1,"109":4,"110":1,"111":1,"112":3,"113":3,"114":2,"115":2,"116":1,"117":0,"118":0,"119":1,"120":1,"121":0,"122":0,"123":0,"124":0,"125":0,"126":0,"127":0,"128":1,"129":1,"130":1,"131":0,"132":0,"133":0,"134":0,"135":0,"136":1,"137":1,"138":2},"f":{"0":1,"1":57,"2":0,"3":0,"4":1,"5":0,"6":0,"7":5,"8":0,"9":1},"b":{"0":[1],"1":[0,1],"2":[0,1],"3":[0,1],"4":[0,1],"5":[0,0],"6":[0,0],"7":[0,1],"8":[0,0],"9":[0,0],"10":[0,1],"11":[1,1],"12":[0,1],"13":[0,1],"14":[0,0],"15":[0,0],"16":[0,0],"17":[0,0],"18":[0,0],"19":[1,4],"20":[1,3],"21":[2,1],"22":[0,1],"23":[0,0],"24":[0,0]},"_coverageSchema":"1a1c01bbd47fc00a2c39e90264f33305004495a9","hash":"58da3b0a9d1682010f162f4e369d1ba20f90fb5d"} +,"C:\\dev\\Hacktiv8\\w11\\ClipProject\\server\\helpers\\bcryptjs.js": {"path":"C:\\dev\\Hacktiv8\\w11\\ClipProject\\server\\helpers\\bcryptjs.js","statementMap":{"0":{"start":{"line":1,"column":13},"end":{"line":1,"column":32}},"1":{"start":{"line":3,"column":11},"end":{"line":3,"column":33}},"2":{"start":{"line":4,"column":21},"end":{"line":4,"column":60}},"3":{"start":{"line":4,"column":32},"end":{"line":4,"column":60}},"4":{"start":{"line":5,"column":22},"end":{"line":5,"column":73}},"5":{"start":{"line":5,"column":40},"end":{"line":5,"column":73}},"6":{"start":{"line":7,"column":0},"end":{"line":7,"column":45}}},"fnMap":{"0":{"name":"(anonymous_0)","decl":{"start":{"line":4,"column":21},"end":{"line":4,"column":22}},"loc":{"start":{"line":4,"column":32},"end":{"line":4,"column":60}},"line":4},"1":{"name":"(anonymous_1)","decl":{"start":{"line":5,"column":22},"end":{"line":5,"column":23}},"loc":{"start":{"line":5,"column":40},"end":{"line":5,"column":73}},"line":5}},"branchMap":{},"s":{"0":2,"1":2,"2":2,"3":0,"4":2,"5":1,"6":2},"f":{"0":0,"1":1},"b":{},"_coverageSchema":"1a1c01bbd47fc00a2c39e90264f33305004495a9","hash":"c1cd08b2ff405d9a882b71665c605025ed55ea5b"} +,"C:\\dev\\Hacktiv8\\w11\\ClipProject\\server\\helpers\\jwt.js": {"path":"C:\\dev\\Hacktiv8\\w11\\ClipProject\\server\\helpers\\jwt.js","statementMap":{"0":{"start":{"line":1,"column":10},"end":{"line":1,"column":33}},"1":{"start":{"line":4,"column":16},"end":{"line":4,"column":41}},"2":{"start":{"line":5,"column":4},"end":{"line":5,"column":16}},"3":{"start":{"line":9,"column":4},"end":{"line":14,"column":5}},"4":{"start":{"line":10,"column":22},"end":{"line":10,"column":49}},"5":{"start":{"line":11,"column":8},"end":{"line":11,"column":22}},"6":{"start":{"line":13,"column":8},"end":{"line":13,"column":24}},"7":{"start":{"line":17,"column":0},"end":{"line":17,"column":41}}},"fnMap":{"0":{"name":"signToken","decl":{"start":{"line":3,"column":9},"end":{"line":3,"column":18}},"loc":{"start":{"line":3,"column":25},"end":{"line":6,"column":1}},"line":3},"1":{"name":"verifyToken","decl":{"start":{"line":8,"column":9},"end":{"line":8,"column":20}},"loc":{"start":{"line":8,"column":27},"end":{"line":15,"column":1}},"line":8}},"branchMap":{},"s":{"0":2,"1":1,"2":1,"3":1,"4":1,"5":1,"6":0,"7":2},"f":{"0":1,"1":1},"b":{},"_coverageSchema":"1a1c01bbd47fc00a2c39e90264f33305004495a9","hash":"47f731eea0c254fab798d6324abdd45284a8ef07"} +,"C:\\dev\\Hacktiv8\\w11\\ClipProject\\server\\middlewares\\authentication.js": {"path":"C:\\dev\\Hacktiv8\\w11\\ClipProject\\server\\middlewares\\authentication.js","statementMap":{"0":{"start":{"line":1,"column":24},"end":{"line":1,"column":49}},"1":{"start":{"line":2,"column":13},"end":{"line":2,"column":38}},"2":{"start":{"line":6,"column":4},"end":{"line":37,"column":5}},"3":{"start":{"line":7,"column":27},"end":{"line":7,"column":52}},"4":{"start":{"line":8,"column":8},"end":{"line":11,"column":9}},"5":{"start":{"line":9,"column":12},"end":{"line":9,"column":61}},"6":{"start":{"line":10,"column":12},"end":{"line":10,"column":18}},"7":{"start":{"line":13,"column":32},"end":{"line":13,"column":55}},"8":{"start":{"line":14,"column":8},"end":{"line":17,"column":9}},"9":{"start":{"line":15,"column":12},"end":{"line":15,"column":61}},"10":{"start":{"line":16,"column":12},"end":{"line":16,"column":18}},"11":{"start":{"line":18,"column":22},"end":{"line":18,"column":40}},"12":{"start":{"line":19,"column":8},"end":{"line":23,"column":9}},"13":{"start":{"line":20,"column":12},"end":{"line":20,"column":68}},"14":{"start":{"line":21,"column":12},"end":{"line":21,"column":49}},"15":{"start":{"line":22,"column":12},"end":{"line":22,"column":18}},"16":{"start":{"line":25,"column":19},"end":{"line":25,"column":50}},"17":{"start":{"line":26,"column":8},"end":{"line":29,"column":9}},"18":{"start":{"line":27,"column":12},"end":{"line":27,"column":61}},"19":{"start":{"line":28,"column":12},"end":{"line":28,"column":18}},"20":{"start":{"line":31,"column":8},"end":{"line":31,"column":37}},"21":{"start":{"line":32,"column":8},"end":{"line":32,"column":14}},"22":{"start":{"line":35,"column":8},"end":{"line":35,"column":24}},"23":{"start":{"line":40,"column":0},"end":{"line":40,"column":31}}},"fnMap":{"0":{"name":"authentication","decl":{"start":{"line":5,"column":15},"end":{"line":5,"column":29}},"loc":{"start":{"line":5,"column":46},"end":{"line":38,"column":1}},"line":5}},"branchMap":{"0":{"loc":{"start":{"line":8,"column":8},"end":{"line":11,"column":9}},"type":"if","locations":[{"start":{"line":8,"column":8},"end":{"line":11,"column":9}},{"start":{},"end":{}}],"line":8},"1":{"loc":{"start":{"line":14,"column":8},"end":{"line":17,"column":9}},"type":"if","locations":[{"start":{"line":14,"column":8},"end":{"line":17,"column":9}},{"start":{},"end":{}}],"line":14},"2":{"loc":{"start":{"line":19,"column":8},"end":{"line":23,"column":9}},"type":"if","locations":[{"start":{"line":19,"column":8},"end":{"line":23,"column":9}},{"start":{},"end":{}}],"line":19},"3":{"loc":{"start":{"line":26,"column":8},"end":{"line":29,"column":9}},"type":"if","locations":[{"start":{"line":26,"column":8},"end":{"line":29,"column":9}},{"start":{},"end":{}}],"line":26}},"s":{"0":2,"1":2,"2":1,"3":1,"4":1,"5":0,"6":0,"7":1,"8":1,"9":0,"10":0,"11":1,"12":1,"13":0,"14":0,"15":0,"16":1,"17":1,"18":0,"19":0,"20":1,"21":1,"22":0,"23":2},"f":{"0":1},"b":{"0":[0,1],"1":[0,1],"2":[0,1],"3":[0,1]},"_coverageSchema":"1a1c01bbd47fc00a2c39e90264f33305004495a9","hash":"4326fc2f04591012ff7eb5287e0454aa2e3c7f45"} +,"C:\\dev\\Hacktiv8\\w11\\ClipProject\\server\\middlewares\\errorHandler.js": {"path":"C:\\dev\\Hacktiv8\\w11\\ClipProject\\server\\middlewares\\errorHandler.js","statementMap":{"0":{"start":{"line":2,"column":17},"end":{"line":2,"column":34}},"1":{"start":{"line":3,"column":18},"end":{"line":3,"column":56}},"2":{"start":{"line":5,"column":4},"end":{"line":36,"column":5}},"3":{"start":{"line":8,"column":12},"end":{"line":8,"column":24}},"4":{"start":{"line":9,"column":12},"end":{"line":9,"column":52}},"5":{"start":{"line":9,"column":42},"end":{"line":9,"column":51}},"6":{"start":{"line":10,"column":12},"end":{"line":10,"column":18}},"7":{"start":{"line":12,"column":12},"end":{"line":12,"column":24}},"8":{"start":{"line":13,"column":12},"end":{"line":13,"column":53}},"9":{"start":{"line":14,"column":12},"end":{"line":14,"column":18}},"10":{"start":{"line":16,"column":12},"end":{"line":16,"column":24}},"11":{"start":{"line":17,"column":12},"end":{"line":17,"column":52}},"12":{"start":{"line":18,"column":12},"end":{"line":18,"column":18}},"13":{"start":{"line":21,"column":12},"end":{"line":21,"column":24}},"14":{"start":{"line":22,"column":12},"end":{"line":22,"column":39}},"15":{"start":{"line":23,"column":12},"end":{"line":23,"column":18}},"16":{"start":{"line":25,"column":12},"end":{"line":25,"column":24}},"17":{"start":{"line":26,"column":12},"end":{"line":26,"column":41}},"18":{"start":{"line":27,"column":12},"end":{"line":27,"column":18}},"19":{"start":{"line":29,"column":12},"end":{"line":29,"column":24}},"20":{"start":{"line":30,"column":12},"end":{"line":30,"column":42}},"21":{"start":{"line":31,"column":12},"end":{"line":31,"column":18}},"22":{"start":{"line":33,"column":12},"end":{"line":33,"column":24}},"23":{"start":{"line":34,"column":12},"end":{"line":34,"column":33}},"24":{"start":{"line":35,"column":12},"end":{"line":35,"column":18}},"25":{"start":{"line":37,"column":4},"end":{"line":37,"column":47}},"26":{"start":{"line":43,"column":0},"end":{"line":43,"column":29}}},"fnMap":{"0":{"name":"errorHandler","decl":{"start":{"line":1,"column":9},"end":{"line":1,"column":21}},"loc":{"start":{"line":1,"column":43},"end":{"line":38,"column":1}},"line":1},"1":{"name":"(anonymous_1)","decl":{"start":{"line":9,"column":37},"end":{"line":9,"column":38}},"loc":{"start":{"line":9,"column":42},"end":{"line":9,"column":51}},"line":9}},"branchMap":{"0":{"loc":{"start":{"line":2,"column":17},"end":{"line":2,"column":34}},"type":"binary-expr","locations":[{"start":{"line":2,"column":17},"end":{"line":2,"column":27}},{"start":{"line":2,"column":31},"end":{"line":2,"column":34}}],"line":2},"1":{"loc":{"start":{"line":3,"column":18},"end":{"line":3,"column":56}},"type":"binary-expr","locations":[{"start":{"line":3,"column":18},"end":{"line":3,"column":29}},{"start":{"line":3,"column":33},"end":{"line":3,"column":56}}],"line":3},"2":{"loc":{"start":{"line":5,"column":4},"end":{"line":36,"column":5}},"type":"switch","locations":[{"start":{"line":6,"column":8},"end":{"line":6,"column":40}},{"start":{"line":7,"column":8},"end":{"line":10,"column":18}},{"start":{"line":11,"column":8},"end":{"line":14,"column":18}},{"start":{"line":15,"column":8},"end":{"line":18,"column":18}},{"start":{"line":19,"column":8},"end":{"line":19,"column":31}},{"start":{"line":20,"column":8},"end":{"line":23,"column":18}},{"start":{"line":24,"column":8},"end":{"line":27,"column":18}},{"start":{"line":28,"column":8},"end":{"line":31,"column":18}},{"start":{"line":32,"column":8},"end":{"line":35,"column":18}}],"line":5}},"s":{"0":0,"1":0,"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":2},"f":{"0":0,"1":0},"b":{"0":[0,0],"1":[0,0],"2":[0,0,0,0,0,0,0,0,0]},"_coverageSchema":"1a1c01bbd47fc00a2c39e90264f33305004495a9","hash":"aa0022b3cc7fff65a87c7d7a6efd19217256ba77"} +,"C:\\dev\\Hacktiv8\\w11\\ClipProject\\server\\models\\channel.js": {"path":"C:\\dev\\Hacktiv8\\w11\\ClipProject\\server\\models\\channel.js","statementMap":{"0":{"start":{"line":4,"column":4},"end":{"line":4,"column":24}},"1":{"start":{"line":5,"column":0},"end":{"line":42,"column":2}},"2":{"start":{"line":13,"column":6},"end":{"line":13,"column":94}},"3":{"start":{"line":16,"column":2},"end":{"line":40,"column":5}},"4":{"start":{"line":41,"column":2},"end":{"line":41,"column":17}}},"fnMap":{"0":{"name":"(anonymous_0)","decl":{"start":{"line":5,"column":17},"end":{"line":5,"column":18}},"loc":{"start":{"line":5,"column":43},"end":{"line":42,"column":1}},"line":5},"1":{"name":"(anonymous_1)","decl":{"start":{"line":12,"column":4},"end":{"line":12,"column":5}},"loc":{"start":{"line":12,"column":29},"end":{"line":14,"column":5}},"line":12}},"branchMap":{},"s":{"0":2,"1":2,"2":2,"3":2,"4":2},"f":{"0":2,"1":2},"b":{},"_coverageSchema":"1a1c01bbd47fc00a2c39e90264f33305004495a9","hash":"5414242cb5b998d7a9491dfeab4f201e258fb9ef"} +,"C:\\dev\\Hacktiv8\\w11\\ClipProject\\server\\models\\channelviews.js": {"path":"C:\\dev\\Hacktiv8\\w11\\ClipProject\\server\\models\\channelviews.js","statementMap":{"0":{"start":{"line":4,"column":4},"end":{"line":4,"column":24}},"1":{"start":{"line":5,"column":0},"end":{"line":31,"column":2}},"2":{"start":{"line":13,"column":6},"end":{"line":13,"column":97}},"3":{"start":{"line":16,"column":2},"end":{"line":29,"column":5}},"4":{"start":{"line":30,"column":2},"end":{"line":30,"column":22}}},"fnMap":{"0":{"name":"(anonymous_0)","decl":{"start":{"line":5,"column":17},"end":{"line":5,"column":18}},"loc":{"start":{"line":5,"column":43},"end":{"line":31,"column":1}},"line":5},"1":{"name":"(anonymous_1)","decl":{"start":{"line":12,"column":4},"end":{"line":12,"column":5}},"loc":{"start":{"line":12,"column":29},"end":{"line":14,"column":5}},"line":12}},"branchMap":{},"s":{"0":2,"1":2,"2":2,"3":2,"4":2},"f":{"0":2,"1":2},"b":{},"_coverageSchema":"1a1c01bbd47fc00a2c39e90264f33305004495a9","hash":"345e53881cf18f870f47170bf347e696cc90e32f"} +,"C:\\dev\\Hacktiv8\\w11\\ClipProject\\server\\models\\index.js": {"path":"C:\\dev\\Hacktiv8\\w11\\ClipProject\\server\\models\\index.js","statementMap":{"0":{"start":{"line":3,"column":11},"end":{"line":3,"column":24}},"1":{"start":{"line":4,"column":13},"end":{"line":4,"column":28}},"2":{"start":{"line":5,"column":18},"end":{"line":5,"column":38}},"3":{"start":{"line":6,"column":16},"end":{"line":6,"column":34}},"4":{"start":{"line":7,"column":17},"end":{"line":7,"column":42}},"5":{"start":{"line":8,"column":12},"end":{"line":8,"column":49}},"6":{"start":{"line":9,"column":15},"end":{"line":9,"column":65}},"7":{"start":{"line":10,"column":11},"end":{"line":10,"column":13}},"8":{"start":{"line":13,"column":0},"end":{"line":17,"column":1}},"9":{"start":{"line":14,"column":2},"end":{"line":14,"column":74}},"10":{"start":{"line":16,"column":2},"end":{"line":16,"column":87}},"11":{"start":{"line":19,"column":0},"end":{"line":32,"column":5}},"12":{"start":{"line":22,"column":4},"end":{"line":27,"column":6}},"13":{"start":{"line":30,"column":18},"end":{"line":30,"column":85}},"14":{"start":{"line":31,"column":4},"end":{"line":31,"column":27}},"15":{"start":{"line":34,"column":0},"end":{"line":38,"column":3}},"16":{"start":{"line":35,"column":2},"end":{"line":37,"column":3}},"17":{"start":{"line":36,"column":4},"end":{"line":36,"column":32}},"18":{"start":{"line":40,"column":0},"end":{"line":40,"column":25}},"19":{"start":{"line":41,"column":0},"end":{"line":41,"column":25}},"20":{"start":{"line":43,"column":0},"end":{"line":43,"column":20}}},"fnMap":{"0":{"name":"(anonymous_0)","decl":{"start":{"line":21,"column":10},"end":{"line":21,"column":11}},"loc":{"start":{"line":21,"column":18},"end":{"line":28,"column":3}},"line":21},"1":{"name":"(anonymous_1)","decl":{"start":{"line":29,"column":11},"end":{"line":29,"column":12}},"loc":{"start":{"line":29,"column":19},"end":{"line":32,"column":3}},"line":29},"2":{"name":"(anonymous_2)","decl":{"start":{"line":34,"column":24},"end":{"line":34,"column":25}},"loc":{"start":{"line":34,"column":37},"end":{"line":38,"column":1}},"line":34}},"branchMap":{"0":{"loc":{"start":{"line":8,"column":12},"end":{"line":8,"column":49}},"type":"binary-expr","locations":[{"start":{"line":8,"column":12},"end":{"line":8,"column":32}},{"start":{"line":8,"column":36},"end":{"line":8,"column":49}}],"line":8},"1":{"loc":{"start":{"line":13,"column":0},"end":{"line":17,"column":1}},"type":"if","locations":[{"start":{"line":13,"column":0},"end":{"line":17,"column":1}},{"start":{"line":15,"column":7},"end":{"line":17,"column":1}}],"line":13},"2":{"loc":{"start":{"line":23,"column":6},"end":{"line":26,"column":37}},"type":"binary-expr","locations":[{"start":{"line":23,"column":6},"end":{"line":23,"column":29}},{"start":{"line":24,"column":6},"end":{"line":24,"column":23}},{"start":{"line":25,"column":6},"end":{"line":25,"column":30}},{"start":{"line":26,"column":6},"end":{"line":26,"column":37}}],"line":23},"3":{"loc":{"start":{"line":35,"column":2},"end":{"line":37,"column":3}},"type":"if","locations":[{"start":{"line":35,"column":2},"end":{"line":37,"column":3}},{"start":{},"end":{}}],"line":35}},"s":{"0":2,"1":2,"2":2,"3":2,"4":2,"5":2,"6":2,"7":2,"8":2,"9":0,"10":2,"11":2,"12":8,"13":6,"14":6,"15":2,"16":6,"17":6,"18":2,"19":2,"20":2},"f":{"0":8,"1":6,"2":6},"b":{"0":[2,0],"1":[0,2],"2":[8,8,6,6],"3":[6,0]},"_coverageSchema":"1a1c01bbd47fc00a2c39e90264f33305004495a9","hash":"7e5440dc4607d111a5ec307a206ba7cfd7753835"} +,"C:\\dev\\Hacktiv8\\w11\\ClipProject\\server\\models\\user.js": {"path":"C:\\dev\\Hacktiv8\\w11\\ClipProject\\server\\models\\user.js","statementMap":{"0":{"start":{"line":4,"column":4},"end":{"line":4,"column":24}},"1":{"start":{"line":5,"column":0},"end":{"line":34,"column":2}},"2":{"start":{"line":16,"column":2},"end":{"line":32,"column":5}},"3":{"start":{"line":33,"column":2},"end":{"line":33,"column":14}}},"fnMap":{"0":{"name":"(anonymous_0)","decl":{"start":{"line":5,"column":17},"end":{"line":5,"column":18}},"loc":{"start":{"line":5,"column":43},"end":{"line":34,"column":1}},"line":5},"1":{"name":"(anonymous_1)","decl":{"start":{"line":12,"column":4},"end":{"line":12,"column":5}},"loc":{"start":{"line":12,"column":29},"end":{"line":14,"column":5}},"line":12}},"branchMap":{},"s":{"0":2,"1":2,"2":2,"3":2},"f":{"0":2,"1":2},"b":{},"_coverageSchema":"1a1c01bbd47fc00a2c39e90264f33305004495a9","hash":"fce280adc0abdc81b392203d2d7e4b95f4f0419a"} +,"C:\\dev\\Hacktiv8\\w11\\ClipProject\\server\\services\\GeminiService.js": {"path":"C:\\dev\\Hacktiv8\\w11\\ClipProject\\server\\services\\GeminiService.js","statementMap":{"0":{"start":{"line":1,"column":31},"end":{"line":1,"column":63}},"1":{"start":{"line":5,"column":18},"end":{"line":5,"column":68}},"2":{"start":{"line":6,"column":23},"end":{"line":6,"column":56}},"3":{"start":{"line":8,"column":19},"end":{"line":8,"column":105}},"4":{"start":{"line":10,"column":4},"end":{"line":20,"column":5}},"5":{"start":{"line":11,"column":22},"end":{"line":11,"column":71}},"6":{"start":{"line":13,"column":23},"end":{"line":13,"column":58}},"7":{"start":{"line":14,"column":25},"end":{"line":14,"column":46}},"8":{"start":{"line":15,"column":21},"end":{"line":15,"column":36}},"9":{"start":{"line":16,"column":8},"end":{"line":16,"column":20}},"10":{"start":{"line":18,"column":8},"end":{"line":18,"column":39}},"11":{"start":{"line":19,"column":8},"end":{"line":19,"column":20}},"12":{"start":{"line":23,"column":0},"end":{"line":23,"column":31}}},"fnMap":{"0":{"name":"summarizeJSON","decl":{"start":{"line":4,"column":15},"end":{"line":4,"column":28}},"loc":{"start":{"line":4,"column":39},"end":{"line":21,"column":1}},"line":4}},"branchMap":{},"s":{"0":2,"1":0,"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":2},"f":{"0":0},"b":{},"_coverageSchema":"1a1c01bbd47fc00a2c39e90264f33305004495a9","hash":"70aa49c85b9cc092718175eb4e468300d73eb418"} +,"C:\\dev\\Hacktiv8\\w11\\ClipProject\\server\\services\\UpdateService.js": {"path":"C:\\dev\\Hacktiv8\\w11\\ClipProject\\server\\services\\UpdateService.js","statementMap":{"0":{"start":{"line":1,"column":0},"end":{"line":1,"column":27}},"1":{"start":{"line":2,"column":23},"end":{"line":2,"column":50}},"2":{"start":{"line":3,"column":15},"end":{"line":3,"column":32}},"3":{"start":{"line":4,"column":21},"end":{"line":4,"column":54}},"4":{"start":{"line":5,"column":16},"end":{"line":5,"column":44}},"5":{"start":{"line":6,"column":22},"end":{"line":6,"column":42}},"6":{"start":{"line":7,"column":23},"end":{"line":7,"column":47}},"7":{"start":{"line":8,"column":33},"end":{"line":8,"column":53}},"8":{"start":{"line":14,"column":22},"end":{"line":14,"column":51}},"9":{"start":{"line":16,"column":8},"end":{"line":64,"column":9}},"10":{"start":{"line":17,"column":30},"end":{"line":17,"column":80}},"11":{"start":{"line":19,"column":12},"end":{"line":24,"column":13}},"12":{"start":{"line":20,"column":16},"end":{"line":23,"column":34}},"13":{"start":{"line":27,"column":29},"end":{"line":29,"column":14}},"14":{"start":{"line":32,"column":31},"end":{"line":32,"column":32}},"15":{"start":{"line":34,"column":12},"end":{"line":58,"column":13}},"16":{"start":{"line":35,"column":30},"end":{"line":35,"column":85}},"17":{"start":{"line":36,"column":16},"end":{"line":36,"column":51}},"18":{"start":{"line":40,"column":16},"end":{"line":57,"column":17}},"19":{"start":{"line":41,"column":38},"end":{"line":41,"column":104}},"20":{"start":{"line":42,"column":34},"end":{"line":42,"column":80}},"21":{"start":{"line":46,"column":40},"end":{"line":51,"column":19}},"22":{"start":{"line":53,"column":20},"end":{"line":53,"column":69}},"23":{"start":{"line":55,"column":20},"end":{"line":55,"column":93}},"24":{"start":{"line":56,"column":20},"end":{"line":56,"column":35}},"25":{"start":{"line":62,"column":12},"end":{"line":62,"column":66}},"26":{"start":{"line":68,"column":0},"end":{"line":68,"column":38}}},"fnMap":{"0":{"name":"updateAllChannelViews","decl":{"start":{"line":13,"column":20},"end":{"line":13,"column":41}},"loc":{"start":{"line":13,"column":52},"end":{"line":65,"column":5}},"line":13}},"branchMap":{"0":{"loc":{"start":{"line":19,"column":12},"end":{"line":24,"column":13}},"type":"if","locations":[{"start":{"line":19,"column":12},"end":{"line":24,"column":13}},{"start":{},"end":{}}],"line":19},"1":{"loc":{"start":{"line":40,"column":16},"end":{"line":57,"column":17}},"type":"if","locations":[{"start":{"line":40,"column":16},"end":{"line":57,"column":17}},{"start":{"line":54,"column":23},"end":{"line":57,"column":17}}],"line":40}},"s":{"0":2,"1":2,"2":2,"3":2,"4":2,"5":2,"6":2,"7":2,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":2},"f":{"0":0},"b":{"0":[0,0],"1":[0,0]},"_coverageSchema":"1a1c01bbd47fc00a2c39e90264f33305004495a9","hash":"d15fcb0c39cdf11e2539b07ebc854453400ae4a4"} +,"C:\\dev\\Hacktiv8\\w11\\ClipProject\\server\\services\\YoutubeService.js": {"path":"C:\\dev\\Hacktiv8\\w11\\ClipProject\\server\\services\\YoutubeService.js","statementMap":{"0":{"start":{"line":2,"column":19},"end":{"line":2,"column":40}},"1":{"start":{"line":3,"column":14},"end":{"line":3,"column":30}},"2":{"start":{"line":8,"column":8},"end":{"line":11,"column":11}},"3":{"start":{"line":15,"column":8},"end":{"line":33,"column":9}},"4":{"start":{"line":16,"column":29},"end":{"line":19,"column":14}},"5":{"start":{"line":22,"column":12},"end":{"line":28,"column":13}},"6":{"start":{"line":23,"column":16},"end":{"line":23,"column":66}},"7":{"start":{"line":27,"column":16},"end":{"line":27,"column":28}},"8":{"start":{"line":31,"column":12},"end":{"line":31,"column":66}},"9":{"start":{"line":32,"column":12},"end":{"line":32,"column":24}},"10":{"start":{"line":38,"column":8},"end":{"line":38,"column":42}},"11":{"start":{"line":39,"column":25},"end":{"line":39,"column":39}},"12":{"start":{"line":40,"column":8},"end":{"line":40,"column":52}},"13":{"start":{"line":41,"column":25},"end":{"line":41,"column":54}},"14":{"start":{"line":42,"column":8},"end":{"line":42,"column":52}},"15":{"start":{"line":44,"column":8},"end":{"line":55,"column":9}},"16":{"start":{"line":45,"column":29},"end":{"line":50,"column":14}},"17":{"start":{"line":51,"column":12},"end":{"line":51,"column":41}},"18":{"start":{"line":53,"column":12},"end":{"line":53,"column":63}},"19":{"start":{"line":54,"column":12},"end":{"line":54,"column":24}},"20":{"start":{"line":59,"column":8},"end":{"line":70,"column":9}},"21":{"start":{"line":60,"column":29},"end":{"line":65,"column":14}},"22":{"start":{"line":66,"column":12},"end":{"line":66,"column":41}},"23":{"start":{"line":68,"column":12},"end":{"line":68,"column":63}},"24":{"start":{"line":69,"column":12},"end":{"line":69,"column":24}},"25":{"start":{"line":75,"column":0},"end":{"line":75,"column":38}}},"fnMap":{"0":{"name":"(anonymous_0)","decl":{"start":{"line":7,"column":4},"end":{"line":7,"column":5}},"loc":{"start":{"line":7,"column":18},"end":{"line":12,"column":5}},"line":7},"1":{"name":"(anonymous_1)","decl":{"start":{"line":14,"column":4},"end":{"line":14,"column":5}},"loc":{"start":{"line":14,"column":37},"end":{"line":34,"column":5}},"line":14},"2":{"name":"(anonymous_2)","decl":{"start":{"line":37,"column":4},"end":{"line":37,"column":5}},"loc":{"start":{"line":37,"column":36},"end":{"line":56,"column":5}},"line":37},"3":{"name":"(anonymous_3)","decl":{"start":{"line":58,"column":4},"end":{"line":58,"column":5}},"loc":{"start":{"line":58,"column":35},"end":{"line":71,"column":5}},"line":58}},"branchMap":{"0":{"loc":{"start":{"line":22,"column":12},"end":{"line":28,"column":13}},"type":"if","locations":[{"start":{"line":22,"column":12},"end":{"line":28,"column":13}},{"start":{"line":25,"column":17},"end":{"line":28,"column":13}}],"line":22}},"s":{"0":2,"1":2,"2":2,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":1,"11":1,"12":1,"13":1,"14":1,"15":1,"16":1,"17":1,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":2},"f":{"0":2,"1":0,"2":1,"3":0},"b":{"0":[0,0]},"_coverageSchema":"1a1c01bbd47fc00a2c39e90264f33305004495a9","hash":"406d2684c9511b24851a2603cb0239ced7a00734"} +} diff --git a/server/coverage/lcov-report/base.css b/server/coverage/lcov-report/base.css new file mode 100644 index 0000000..f418035 --- /dev/null +++ b/server/coverage/lcov-report/base.css @@ -0,0 +1,224 @@ +body, html { + margin:0; padding: 0; + height: 100%; +} +body { + font-family: Helvetica Neue, Helvetica, Arial; + font-size: 14px; + color:#333; +} +.small { font-size: 12px; } +*, *:after, *:before { + -webkit-box-sizing:border-box; + -moz-box-sizing:border-box; + box-sizing:border-box; + } +h1 { font-size: 20px; margin: 0;} +h2 { font-size: 14px; } +pre { + font: 12px/1.4 Consolas, "Liberation Mono", Menlo, Courier, monospace; + margin: 0; + padding: 0; + -moz-tab-size: 2; + -o-tab-size: 2; + tab-size: 2; +} +a { color:#0074D9; text-decoration:none; } +a:hover { text-decoration:underline; } +.strong { font-weight: bold; } +.space-top1 { padding: 10px 0 0 0; } +.pad2y { padding: 20px 0; } +.pad1y { padding: 10px 0; } +.pad2x { padding: 0 20px; } +.pad2 { padding: 20px; } +.pad1 { padding: 10px; } +.space-left2 { padding-left:55px; } +.space-right2 { padding-right:20px; } +.center { text-align:center; } +.clearfix { display:block; } +.clearfix:after { + content:''; + display:block; + height:0; + clear:both; + visibility:hidden; + } +.fl { float: left; } +@media only screen and (max-width:640px) { + .col3 { width:100%; max-width:100%; } + .hide-mobile { display:none!important; } +} + +.quiet { + color: #7f7f7f; + color: rgba(0,0,0,0.5); +} +.quiet a { opacity: 0.7; } + +.fraction { + font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; + font-size: 10px; + color: #555; + background: #E8E8E8; + padding: 4px 5px; + border-radius: 3px; + vertical-align: middle; +} + +div.path a:link, div.path a:visited { color: #333; } +table.coverage { + border-collapse: collapse; + margin: 10px 0 0 0; + padding: 0; +} + +table.coverage td { + margin: 0; + padding: 0; + vertical-align: top; +} +table.coverage td.line-count { + text-align: right; + padding: 0 5px 0 20px; +} +table.coverage td.line-coverage { + text-align: right; + padding-right: 10px; + min-width:20px; +} + +table.coverage td span.cline-any { + display: inline-block; + padding: 0 5px; + width: 100%; +} +.missing-if-branch { + display: inline-block; + margin-right: 5px; + border-radius: 3px; + position: relative; + padding: 0 4px; + background: #333; + color: yellow; +} + +.skip-if-branch { + display: none; + margin-right: 10px; + position: relative; + padding: 0 4px; + background: #ccc; + color: white; +} +.missing-if-branch .typ, .skip-if-branch .typ { + color: inherit !important; +} +.coverage-summary { + border-collapse: collapse; + width: 100%; +} +.coverage-summary tr { border-bottom: 1px solid #bbb; } +.keyline-all { border: 1px solid #ddd; } +.coverage-summary td, .coverage-summary th { padding: 10px; } +.coverage-summary tbody { border: 1px solid #bbb; } +.coverage-summary td { border-right: 1px solid #bbb; } +.coverage-summary td:last-child { border-right: none; } +.coverage-summary th { + text-align: left; + font-weight: normal; + white-space: nowrap; +} +.coverage-summary th.file { border-right: none !important; } +.coverage-summary th.pct { } +.coverage-summary th.pic, +.coverage-summary th.abs, +.coverage-summary td.pct, +.coverage-summary td.abs { text-align: right; } +.coverage-summary td.file { white-space: nowrap; } +.coverage-summary td.pic { min-width: 120px !important; } +.coverage-summary tfoot td { } + +.coverage-summary .sorter { + height: 10px; + width: 7px; + display: inline-block; + margin-left: 0.5em; + background: url(sort-arrow-sprite.png) no-repeat scroll 0 0 transparent; +} +.coverage-summary .sorted .sorter { + background-position: 0 -20px; +} +.coverage-summary .sorted-desc .sorter { + background-position: 0 -10px; +} +.status-line { height: 10px; } +/* yellow */ +.cbranch-no { background: yellow !important; color: #111; } +/* dark red */ +.red.solid, .status-line.low, .low .cover-fill { background:#C21F39 } +.low .chart { border:1px solid #C21F39 } +.highlighted, +.highlighted .cstat-no, .highlighted .fstat-no, .highlighted .cbranch-no{ + background: #C21F39 !important; +} +/* medium red */ +.cstat-no, .fstat-no, .cbranch-no, .cbranch-no { background:#F6C6CE } +/* light red */ +.low, .cline-no { background:#FCE1E5 } +/* light green */ +.high, .cline-yes { background:rgb(230,245,208) } +/* medium green */ +.cstat-yes { background:rgb(161,215,106) } +/* dark green */ +.status-line.high, .high .cover-fill { background:rgb(77,146,33) } +.high .chart { border:1px solid rgb(77,146,33) } +/* dark yellow (gold) */ +.status-line.medium, .medium .cover-fill { background: #f9cd0b; } +.medium .chart { border:1px solid #f9cd0b; } +/* light yellow */ +.medium { background: #fff4c2; } + +.cstat-skip { background: #ddd; color: #111; } +.fstat-skip { background: #ddd; color: #111 !important; } +.cbranch-skip { background: #ddd !important; color: #111; } + +span.cline-neutral { background: #eaeaea; } + +.coverage-summary td.empty { + opacity: .5; + padding-top: 4px; + padding-bottom: 4px; + line-height: 1; + color: #888; +} + +.cover-fill, .cover-empty { + display:inline-block; + height: 12px; +} +.chart { + line-height: 0; +} +.cover-empty { + background: white; +} +.cover-full { + border-right: none !important; +} +pre.prettyprint { + border: none !important; + padding: 0 !important; + margin: 0 !important; +} +.com { color: #999 !important; } +.ignore-none { color: #999; font-weight: normal; } + +.wrapper { + min-height: 100%; + height: auto !important; + height: 100%; + margin: 0 auto -48px; +} +.footer, .push { + height: 48px; +} diff --git a/server/coverage/lcov-report/block-navigation.js b/server/coverage/lcov-report/block-navigation.js new file mode 100644 index 0000000..cc12130 --- /dev/null +++ b/server/coverage/lcov-report/block-navigation.js @@ -0,0 +1,87 @@ +/* eslint-disable */ +var jumpToCode = (function init() { + // Classes of code we would like to highlight in the file view + var missingCoverageClasses = ['.cbranch-no', '.cstat-no', '.fstat-no']; + + // Elements to highlight in the file listing view + var fileListingElements = ['td.pct.low']; + + // We don't want to select elements that are direct descendants of another match + var notSelector = ':not(' + missingCoverageClasses.join('):not(') + ') > '; // becomes `:not(a):not(b) > ` + + // Selecter that finds elements on the page to which we can jump + var selector = + fileListingElements.join(', ') + + ', ' + + notSelector + + missingCoverageClasses.join(', ' + notSelector); // becomes `:not(a):not(b) > a, :not(a):not(b) > b` + + // The NodeList of matching elements + var missingCoverageElements = document.querySelectorAll(selector); + + var currentIndex; + + function toggleClass(index) { + missingCoverageElements + .item(currentIndex) + .classList.remove('highlighted'); + missingCoverageElements.item(index).classList.add('highlighted'); + } + + function makeCurrent(index) { + toggleClass(index); + currentIndex = index; + missingCoverageElements.item(index).scrollIntoView({ + behavior: 'smooth', + block: 'center', + inline: 'center' + }); + } + + function goToPrevious() { + var nextIndex = 0; + if (typeof currentIndex !== 'number' || currentIndex === 0) { + nextIndex = missingCoverageElements.length - 1; + } else if (missingCoverageElements.length > 1) { + nextIndex = currentIndex - 1; + } + + makeCurrent(nextIndex); + } + + function goToNext() { + var nextIndex = 0; + + if ( + typeof currentIndex === 'number' && + currentIndex < missingCoverageElements.length - 1 + ) { + nextIndex = currentIndex + 1; + } + + makeCurrent(nextIndex); + } + + return function jump(event) { + if ( + document.getElementById('fileSearch') === document.activeElement && + document.activeElement != null + ) { + // if we're currently focused on the search input, we don't want to navigate + return; + } + + switch (event.which) { + case 78: // n + case 74: // j + goToNext(); + break; + case 66: // b + case 75: // k + case 80: // p + goToPrevious(); + break; + } + }; +})(); +window.addEventListener('keydown', jumpToCode); diff --git a/server/coverage/lcov-report/favicon.png b/server/coverage/lcov-report/favicon.png new file mode 100644 index 0000000..c1525b8 Binary files /dev/null and b/server/coverage/lcov-report/favicon.png differ diff --git a/server/coverage/lcov-report/index.html b/server/coverage/lcov-report/index.html new file mode 100644 index 0000000..5943694 --- /dev/null +++ b/server/coverage/lcov-report/index.html @@ -0,0 +1,191 @@ + + + + + + Code coverage report for All files + + + + + + + + + +
+
+

All files

+
+ +
+ 53.45% + Statements + 178/333 +
+ + +
+ 34.09% + Branches + 30/88 +
+ + +
+ 57.14% + Functions + 20/35 +
+ + +
+ 53.65% + Lines + 176/328 +
+ + +
+

+ Press n or j to go to the next uncovered block, b, p or k for the previous block. +

+ +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FileStatementsBranchesFunctionsLines
server +
+
88.88%24/2750%1/20%0/388.88%24/27
server/Controllers +
+
49.64%69/13936.73%18/4950%5/1049.63%68/137
server/helpers +
+
86.66%13/15100%0/075%3/492.3%12/13
server/middlewares +
+
29.41%15/5119.04%4/2133.33%1/330%15/50
server/models +
+
97.14%34/3570%7/10100%9/997.14%34/35
server/services +
+
34.84%23/660%0/633.33%2/634.84%23/66
+
+
+
+ + + + + + + + \ No newline at end of file diff --git a/server/coverage/lcov-report/prettify.css b/server/coverage/lcov-report/prettify.css new file mode 100644 index 0000000..b317a7c --- /dev/null +++ b/server/coverage/lcov-report/prettify.css @@ -0,0 +1 @@ +.pln{color:#000}@media screen{.str{color:#080}.kwd{color:#008}.com{color:#800}.typ{color:#606}.lit{color:#066}.pun,.opn,.clo{color:#660}.tag{color:#008}.atn{color:#606}.atv{color:#080}.dec,.var{color:#606}.fun{color:red}}@media print,projection{.str{color:#060}.kwd{color:#006;font-weight:bold}.com{color:#600;font-style:italic}.typ{color:#404;font-weight:bold}.lit{color:#044}.pun,.opn,.clo{color:#440}.tag{color:#006;font-weight:bold}.atn{color:#404}.atv{color:#060}}pre.prettyprint{padding:2px;border:1px solid #888}ol.linenums{margin-top:0;margin-bottom:0}li.L0,li.L1,li.L2,li.L3,li.L5,li.L6,li.L7,li.L8{list-style-type:none}li.L1,li.L3,li.L5,li.L7,li.L9{background:#eee} diff --git a/server/coverage/lcov-report/prettify.js b/server/coverage/lcov-report/prettify.js new file mode 100644 index 0000000..b322523 --- /dev/null +++ b/server/coverage/lcov-report/prettify.js @@ -0,0 +1,2 @@ +/* eslint-disable */ +window.PR_SHOULD_USE_CONTINUATION=true;(function(){var h=["break,continue,do,else,for,if,return,while"];var u=[h,"auto,case,char,const,default,double,enum,extern,float,goto,int,long,register,short,signed,sizeof,static,struct,switch,typedef,union,unsigned,void,volatile"];var p=[u,"catch,class,delete,false,import,new,operator,private,protected,public,this,throw,true,try,typeof"];var l=[p,"alignof,align_union,asm,axiom,bool,concept,concept_map,const_cast,constexpr,decltype,dynamic_cast,explicit,export,friend,inline,late_check,mutable,namespace,nullptr,reinterpret_cast,static_assert,static_cast,template,typeid,typename,using,virtual,where"];var x=[p,"abstract,boolean,byte,extends,final,finally,implements,import,instanceof,null,native,package,strictfp,super,synchronized,throws,transient"];var R=[x,"as,base,by,checked,decimal,delegate,descending,dynamic,event,fixed,foreach,from,group,implicit,in,interface,internal,into,is,lock,object,out,override,orderby,params,partial,readonly,ref,sbyte,sealed,stackalloc,string,select,uint,ulong,unchecked,unsafe,ushort,var"];var r="all,and,by,catch,class,else,extends,false,finally,for,if,in,is,isnt,loop,new,no,not,null,of,off,on,or,return,super,then,true,try,unless,until,when,while,yes";var w=[p,"debugger,eval,export,function,get,null,set,undefined,var,with,Infinity,NaN"];var s="caller,delete,die,do,dump,elsif,eval,exit,foreach,for,goto,if,import,last,local,my,next,no,our,print,package,redo,require,sub,undef,unless,until,use,wantarray,while,BEGIN,END";var I=[h,"and,as,assert,class,def,del,elif,except,exec,finally,from,global,import,in,is,lambda,nonlocal,not,or,pass,print,raise,try,with,yield,False,True,None"];var f=[h,"alias,and,begin,case,class,def,defined,elsif,end,ensure,false,in,module,next,nil,not,or,redo,rescue,retry,self,super,then,true,undef,unless,until,when,yield,BEGIN,END"];var H=[h,"case,done,elif,esac,eval,fi,function,in,local,set,then,until"];var A=[l,R,w,s+I,f,H];var e=/^(DIR|FILE|vector|(de|priority_)?queue|list|stack|(const_)?iterator|(multi)?(set|map)|bitset|u?(int|float)\d*)/;var C="str";var z="kwd";var j="com";var O="typ";var G="lit";var L="pun";var F="pln";var m="tag";var E="dec";var J="src";var P="atn";var n="atv";var N="nocode";var M="(?:^^\\.?|[+-]|\\!|\\!=|\\!==|\\#|\\%|\\%=|&|&&|&&=|&=|\\(|\\*|\\*=|\\+=|\\,|\\-=|\\->|\\/|\\/=|:|::|\\;|<|<<|<<=|<=|=|==|===|>|>=|>>|>>=|>>>|>>>=|\\?|\\@|\\[|\\^|\\^=|\\^\\^|\\^\\^=|\\{|\\||\\|=|\\|\\||\\|\\|=|\\~|break|case|continue|delete|do|else|finally|instanceof|return|throw|try|typeof)\\s*";function k(Z){var ad=0;var S=false;var ac=false;for(var V=0,U=Z.length;V122)){if(!(al<65||ag>90)){af.push([Math.max(65,ag)|32,Math.min(al,90)|32])}if(!(al<97||ag>122)){af.push([Math.max(97,ag)&~32,Math.min(al,122)&~32])}}}}af.sort(function(av,au){return(av[0]-au[0])||(au[1]-av[1])});var ai=[];var ap=[NaN,NaN];for(var ar=0;arat[0]){if(at[1]+1>at[0]){an.push("-")}an.push(T(at[1]))}}an.push("]");return an.join("")}function W(al){var aj=al.source.match(new RegExp("(?:\\[(?:[^\\x5C\\x5D]|\\\\[\\s\\S])*\\]|\\\\u[A-Fa-f0-9]{4}|\\\\x[A-Fa-f0-9]{2}|\\\\[0-9]+|\\\\[^ux0-9]|\\(\\?[:!=]|[\\(\\)\\^]|[^\\x5B\\x5C\\(\\)\\^]+)","g"));var ah=aj.length;var an=[];for(var ak=0,am=0;ak=2&&ai==="["){aj[ak]=X(ag)}else{if(ai!=="\\"){aj[ak]=ag.replace(/[a-zA-Z]/g,function(ao){var ap=ao.charCodeAt(0);return"["+String.fromCharCode(ap&~32,ap|32)+"]"})}}}}return aj.join("")}var aa=[];for(var V=0,U=Z.length;V=0;){S[ac.charAt(ae)]=Y}}var af=Y[1];var aa=""+af;if(!ag.hasOwnProperty(aa)){ah.push(af);ag[aa]=null}}ah.push(/[\0-\uffff]/);V=k(ah)})();var X=T.length;var W=function(ah){var Z=ah.sourceCode,Y=ah.basePos;var ad=[Y,F];var af=0;var an=Z.match(V)||[];var aj={};for(var ae=0,aq=an.length;ae=5&&"lang-"===ap.substring(0,5);if(am&&!(ai&&typeof ai[1]==="string")){am=false;ap=J}if(!am){aj[ag]=ap}}var ab=af;af+=ag.length;if(!am){ad.push(Y+ab,ap)}else{var al=ai[1];var ak=ag.indexOf(al);var ac=ak+al.length;if(ai[2]){ac=ag.length-ai[2].length;ak=ac-al.length}var ar=ap.substring(5);B(Y+ab,ag.substring(0,ak),W,ad);B(Y+ab+ak,al,q(ar,al),ad);B(Y+ab+ac,ag.substring(ac),W,ad)}}ah.decorations=ad};return W}function i(T){var W=[],S=[];if(T.tripleQuotedStrings){W.push([C,/^(?:\'\'\'(?:[^\'\\]|\\[\s\S]|\'{1,2}(?=[^\']))*(?:\'\'\'|$)|\"\"\"(?:[^\"\\]|\\[\s\S]|\"{1,2}(?=[^\"]))*(?:\"\"\"|$)|\'(?:[^\\\']|\\[\s\S])*(?:\'|$)|\"(?:[^\\\"]|\\[\s\S])*(?:\"|$))/,null,"'\""])}else{if(T.multiLineStrings){W.push([C,/^(?:\'(?:[^\\\']|\\[\s\S])*(?:\'|$)|\"(?:[^\\\"]|\\[\s\S])*(?:\"|$)|\`(?:[^\\\`]|\\[\s\S])*(?:\`|$))/,null,"'\"`"])}else{W.push([C,/^(?:\'(?:[^\\\'\r\n]|\\.)*(?:\'|$)|\"(?:[^\\\"\r\n]|\\.)*(?:\"|$))/,null,"\"'"])}}if(T.verbatimStrings){S.push([C,/^@\"(?:[^\"]|\"\")*(?:\"|$)/,null])}var Y=T.hashComments;if(Y){if(T.cStyleComments){if(Y>1){W.push([j,/^#(?:##(?:[^#]|#(?!##))*(?:###|$)|.*)/,null,"#"])}else{W.push([j,/^#(?:(?:define|elif|else|endif|error|ifdef|include|ifndef|line|pragma|undef|warning)\b|[^\r\n]*)/,null,"#"])}S.push([C,/^<(?:(?:(?:\.\.\/)*|\/?)(?:[\w-]+(?:\/[\w-]+)+)?[\w-]+\.h|[a-z]\w*)>/,null])}else{W.push([j,/^#[^\r\n]*/,null,"#"])}}if(T.cStyleComments){S.push([j,/^\/\/[^\r\n]*/,null]);S.push([j,/^\/\*[\s\S]*?(?:\*\/|$)/,null])}if(T.regexLiterals){var X=("/(?=[^/*])(?:[^/\\x5B\\x5C]|\\x5C[\\s\\S]|\\x5B(?:[^\\x5C\\x5D]|\\x5C[\\s\\S])*(?:\\x5D|$))+/");S.push(["lang-regex",new RegExp("^"+M+"("+X+")")])}var V=T.types;if(V){S.push([O,V])}var U=(""+T.keywords).replace(/^ | $/g,"");if(U.length){S.push([z,new RegExp("^(?:"+U.replace(/[\s,]+/g,"|")+")\\b"),null])}W.push([F,/^\s+/,null," \r\n\t\xA0"]);S.push([G,/^@[a-z_$][a-z_$@0-9]*/i,null],[O,/^(?:[@_]?[A-Z]+[a-z][A-Za-z_$@0-9]*|\w+_t\b)/,null],[F,/^[a-z_$][a-z_$@0-9]*/i,null],[G,new RegExp("^(?:0x[a-f0-9]+|(?:\\d(?:_\\d+)*\\d*(?:\\.\\d*)?|\\.\\d\\+)(?:e[+\\-]?\\d+)?)[a-z]*","i"),null,"0123456789"],[F,/^\\[\s\S]?/,null],[L,/^.[^\s\w\.$@\'\"\`\/\#\\]*/,null]);return g(W,S)}var K=i({keywords:A,hashComments:true,cStyleComments:true,multiLineStrings:true,regexLiterals:true});function Q(V,ag){var U=/(?:^|\s)nocode(?:\s|$)/;var ab=/\r\n?|\n/;var ac=V.ownerDocument;var S;if(V.currentStyle){S=V.currentStyle.whiteSpace}else{if(window.getComputedStyle){S=ac.defaultView.getComputedStyle(V,null).getPropertyValue("white-space")}}var Z=S&&"pre"===S.substring(0,3);var af=ac.createElement("LI");while(V.firstChild){af.appendChild(V.firstChild)}var W=[af];function ae(al){switch(al.nodeType){case 1:if(U.test(al.className)){break}if("BR"===al.nodeName){ad(al);if(al.parentNode){al.parentNode.removeChild(al)}}else{for(var an=al.firstChild;an;an=an.nextSibling){ae(an)}}break;case 3:case 4:if(Z){var am=al.nodeValue;var aj=am.match(ab);if(aj){var ai=am.substring(0,aj.index);al.nodeValue=ai;var ah=am.substring(aj.index+aj[0].length);if(ah){var ak=al.parentNode;ak.insertBefore(ac.createTextNode(ah),al.nextSibling)}ad(al);if(!ai){al.parentNode.removeChild(al)}}}break}}function ad(ak){while(!ak.nextSibling){ak=ak.parentNode;if(!ak){return}}function ai(al,ar){var aq=ar?al.cloneNode(false):al;var ao=al.parentNode;if(ao){var ap=ai(ao,1);var an=al.nextSibling;ap.appendChild(aq);for(var am=an;am;am=an){an=am.nextSibling;ap.appendChild(am)}}return aq}var ah=ai(ak.nextSibling,0);for(var aj;(aj=ah.parentNode)&&aj.nodeType===1;){ah=aj}W.push(ah)}for(var Y=0;Y=S){ah+=2}if(V>=ap){Z+=2}}}var t={};function c(U,V){for(var S=V.length;--S>=0;){var T=V[S];if(!t.hasOwnProperty(T)){t[T]=U}else{if(window.console){console.warn("cannot override language handler %s",T)}}}}function q(T,S){if(!(T&&t.hasOwnProperty(T))){T=/^\s*]*(?:>|$)/],[j,/^<\!--[\s\S]*?(?:-\->|$)/],["lang-",/^<\?([\s\S]+?)(?:\?>|$)/],["lang-",/^<%([\s\S]+?)(?:%>|$)/],[L,/^(?:<[%?]|[%?]>)/],["lang-",/^]*>([\s\S]+?)<\/xmp\b[^>]*>/i],["lang-js",/^]*>([\s\S]*?)(<\/script\b[^>]*>)/i],["lang-css",/^]*>([\s\S]*?)(<\/style\b[^>]*>)/i],["lang-in.tag",/^(<\/?[a-z][^<>]*>)/i]]),["default-markup","htm","html","mxml","xhtml","xml","xsl"]);c(g([[F,/^[\s]+/,null," \t\r\n"],[n,/^(?:\"[^\"]*\"?|\'[^\']*\'?)/,null,"\"'"]],[[m,/^^<\/?[a-z](?:[\w.:-]*\w)?|\/?>$/i],[P,/^(?!style[\s=]|on)[a-z](?:[\w:-]*\w)?/i],["lang-uq.val",/^=\s*([^>\'\"\s]*(?:[^>\'\"\s\/]|\/(?=\s)))/],[L,/^[=<>\/]+/],["lang-js",/^on\w+\s*=\s*\"([^\"]+)\"/i],["lang-js",/^on\w+\s*=\s*\'([^\']+)\'/i],["lang-js",/^on\w+\s*=\s*([^\"\'>\s]+)/i],["lang-css",/^style\s*=\s*\"([^\"]+)\"/i],["lang-css",/^style\s*=\s*\'([^\']+)\'/i],["lang-css",/^style\s*=\s*([^\"\'>\s]+)/i]]),["in.tag"]);c(g([],[[n,/^[\s\S]+/]]),["uq.val"]);c(i({keywords:l,hashComments:true,cStyleComments:true,types:e}),["c","cc","cpp","cxx","cyc","m"]);c(i({keywords:"null,true,false"}),["json"]);c(i({keywords:R,hashComments:true,cStyleComments:true,verbatimStrings:true,types:e}),["cs"]);c(i({keywords:x,cStyleComments:true}),["java"]);c(i({keywords:H,hashComments:true,multiLineStrings:true}),["bsh","csh","sh"]);c(i({keywords:I,hashComments:true,multiLineStrings:true,tripleQuotedStrings:true}),["cv","py"]);c(i({keywords:s,hashComments:true,multiLineStrings:true,regexLiterals:true}),["perl","pl","pm"]);c(i({keywords:f,hashComments:true,multiLineStrings:true,regexLiterals:true}),["rb"]);c(i({keywords:w,cStyleComments:true,regexLiterals:true}),["js"]);c(i({keywords:r,hashComments:3,cStyleComments:true,multilineStrings:true,tripleQuotedStrings:true,regexLiterals:true}),["coffee"]);c(g([],[[C,/^[\s\S]+/]]),["regex"]);function d(V){var U=V.langExtension;try{var S=a(V.sourceNode);var T=S.sourceCode;V.sourceCode=T;V.spans=S.spans;V.basePos=0;q(U,T)(V);D(V)}catch(W){if("console" in window){console.log(W&&W.stack?W.stack:W)}}}function y(W,V,U){var S=document.createElement("PRE");S.innerHTML=W;if(U){Q(S,U)}var T={langExtension:V,numberLines:U,sourceNode:S};d(T);return S.innerHTML}function b(ad){function Y(af){return document.getElementsByTagName(af)}var ac=[Y("pre"),Y("code"),Y("xmp")];var T=[];for(var aa=0;aa=0){var ah=ai.match(ab);var am;if(!ah&&(am=o(aj))&&"CODE"===am.tagName){ah=am.className.match(ab)}if(ah){ah=ah[1]}var al=false;for(var ak=aj.parentNode;ak;ak=ak.parentNode){if((ak.tagName==="pre"||ak.tagName==="code"||ak.tagName==="xmp")&&ak.className&&ak.className.indexOf("prettyprint")>=0){al=true;break}}if(!al){var af=aj.className.match(/\blinenums\b(?::(\d+))?/);af=af?af[1]&&af[1].length?+af[1]:true:false;if(af){Q(aj,af)}S={langExtension:ah,sourceNode:aj,numberLines:af};d(S)}}}if(X]*(?:>|$)/],[PR.PR_COMMENT,/^<\!--[\s\S]*?(?:-\->|$)/],[PR.PR_PUNCTUATION,/^(?:<[%?]|[%?]>)/],["lang-",/^<\?([\s\S]+?)(?:\?>|$)/],["lang-",/^<%([\s\S]+?)(?:%>|$)/],["lang-",/^]*>([\s\S]+?)<\/xmp\b[^>]*>/i],["lang-handlebars",/^]*type\s*=\s*['"]?text\/x-handlebars-template['"]?\b[^>]*>([\s\S]*?)(<\/script\b[^>]*>)/i],["lang-js",/^]*>([\s\S]*?)(<\/script\b[^>]*>)/i],["lang-css",/^]*>([\s\S]*?)(<\/style\b[^>]*>)/i],["lang-in.tag",/^(<\/?[a-z][^<>]*>)/i],[PR.PR_DECLARATION,/^{{[#^>/]?\s*[\w.][^}]*}}/],[PR.PR_DECLARATION,/^{{&?\s*[\w.][^}]*}}/],[PR.PR_DECLARATION,/^{{{>?\s*[\w.][^}]*}}}/],[PR.PR_COMMENT,/^{{![^}]*}}/]]),["handlebars","hbs"]);PR.registerLangHandler(PR.createSimpleLexer([[PR.PR_PLAIN,/^[ \t\r\n\f]+/,null," \t\r\n\f"]],[[PR.PR_STRING,/^\"(?:[^\n\r\f\\\"]|\\(?:\r\n?|\n|\f)|\\[\s\S])*\"/,null],[PR.PR_STRING,/^\'(?:[^\n\r\f\\\']|\\(?:\r\n?|\n|\f)|\\[\s\S])*\'/,null],["lang-css-str",/^url\(([^\)\"\']*)\)/i],[PR.PR_KEYWORD,/^(?:url|rgb|\!important|@import|@page|@media|@charset|inherit)(?=[^\-\w]|$)/i,null],["lang-css-kw",/^(-?(?:[_a-z]|(?:\\[0-9a-f]+ ?))(?:[_a-z0-9\-]|\\(?:\\[0-9a-f]+ ?))*)\s*:/i],[PR.PR_COMMENT,/^\/\*[^*]*\*+(?:[^\/*][^*]*\*+)*\//],[PR.PR_COMMENT,/^(?:)/],[PR.PR_LITERAL,/^(?:\d+|\d*\.\d+)(?:%|[a-z]+)?/i],[PR.PR_LITERAL,/^#(?:[0-9a-f]{3}){1,2}/i],[PR.PR_PLAIN,/^-?(?:[_a-z]|(?:\\[\da-f]+ ?))(?:[_a-z\d\-]|\\(?:\\[\da-f]+ ?))*/i],[PR.PR_PUNCTUATION,/^[^\s\w\'\"]+/]]),["css"]);PR.registerLangHandler(PR.createSimpleLexer([],[[PR.PR_KEYWORD,/^-?(?:[_a-z]|(?:\\[\da-f]+ ?))(?:[_a-z\d\-]|\\(?:\\[\da-f]+ ?))*/i]]),["css-kw"]);PR.registerLangHandler(PR.createSimpleLexer([],[[PR.PR_STRING,/^[^\)\"\']+/]]),["css-str"]); diff --git a/server/coverage/lcov-report/server/Controllers/channelController.js.html b/server/coverage/lcov-report/server/Controllers/channelController.js.html new file mode 100644 index 0000000..11dda68 --- /dev/null +++ b/server/coverage/lcov-report/server/Controllers/channelController.js.html @@ -0,0 +1,940 @@ + + + + + + Code coverage report for server/Controllers/channelController.js + + + + + + + + + +
+
+

All files / server/Controllers channelController.js

+
+ +
+ 49.64% + Statements + 69/139 +
+ + +
+ 36.73% + Branches + 18/49 +
+ + +
+ 50% + Functions + 5/10 +
+ + +
+ 49.63% + Lines + 68/137 +
+ + +
+

+ Press n or j to go to the next uncovered block, b, p or k for the previous block. +

+ +
+
+

+
1 +2 +3 +4 +5 +6 +7 +8 +9 +10 +11 +12 +13 +14 +15 +16 +17 +18 +19 +20 +21 +22 +23 +24 +25 +26 +27 +28 +29 +30 +31 +32 +33 +34 +35 +36 +37 +38 +39 +40 +41 +42 +43 +44 +45 +46 +47 +48 +49 +50 +51 +52 +53 +54 +55 +56 +57 +58 +59 +60 +61 +62 +63 +64 +65 +66 +67 +68 +69 +70 +71 +72 +73 +74 +75 +76 +77 +78 +79 +80 +81 +82 +83 +84 +85 +86 +87 +88 +89 +90 +91 +92 +93 +94 +95 +96 +97 +98 +99 +100 +101 +102 +103 +104 +105 +106 +107 +108 +109 +110 +111 +112 +113 +114 +115 +116 +117 +118 +119 +120 +121 +122 +123 +124 +125 +126 +127 +128 +129 +130 +131 +132 +133 +134 +135 +136 +137 +138 +139 +140 +141 +142 +143 +144 +145 +146 +147 +148 +149 +150 +151 +152 +153 +154 +155 +156 +157 +158 +159 +160 +161 +162 +163 +164 +165 +166 +167 +168 +169 +170 +171 +172 +173 +174 +175 +176 +177 +178 +179 +180 +181 +182 +183 +184 +185 +186 +187 +188 +189 +190 +191 +192 +193 +194 +195 +196 +197 +198 +199 +200 +201 +202 +203 +204 +205 +206 +207 +208 +209 +210 +211 +212 +213 +214 +215 +216 +217 +218 +219 +220 +221 +222 +223 +224 +225 +226 +227 +228 +229 +230 +231 +232 +233 +234 +235 +236 +237 +238 +239 +240 +241 +242 +243 +244 +245 +246 +247 +248 +249 +250 +251 +252 +253 +254 +255 +256 +257 +258 +259 +260 +261 +262 +263 +264 +265 +266 +267 +268 +269 +270 +271 +272 +273 +274 +275 +276 +277 +278 +279 +280 +281 +282 +283 +284 +285 +2862x +2x +2x +2x +2x +2x +2x +2x +2x +2x +2x +2x +2x +  +  +  +  +1x +1x +  +1x +  +  +  +  +  +  +  +  +  +  +1x +  +  +1x +  +  +1x +  +  +1x +  +  +  +1x +1x +  +1x +  +  +  +  +  +  +  +  +  +57x +1x +  +1x +  +  +  +  +  +  +  +  +  +  +  +  +  +  +1x +  +  +  +  +  +  +1x +1x +  +1x +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +1x +1x +  +1x +  +  +  +  +1x +1x +1x +1x +  +  +  +  +1x +  +  +  +  +  +  +  +  +  +  +  +  +  +  +1x +  +  +  +  +  +  +1x +  +  +  +  +  +1x +  +  +  +1x +1x +  +  +  +1x +1x +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +5x +5x +5x +5x +5x +1x +1x +  +4x +1x +1x +  +3x +3x +2x +2x +  +1x +  +  +  +1x +1x +  +  +  +  +  +  +  +  +  +  +  +  +  +1x +  +1x +  +1x +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +1x +1x +  +  +  +  +2x
const YoutubeService = require("../services/YoutubeService")
+const { Op } = require("sequelize");
+const moment = require('moment');
+const ChannelViews = require(`../models`).ChannelViews
+const Channel = require(`../models`).Channel
+const User = require(`../models`).User
+const { sequelize } = require('../models');
+const summarizeJSON = require("../services/GeminiService");
+const { signToken } = require("../helpers/jwt");
+const { checkPassword } = require("../helpers/bcryptjs");
+const { Sequelize } = require('sequelize');
+const {OAuth2Client} = require('google-auth-library');
+const client = new OAuth2Client();
+ 
+ 
+class channelController {
+    static async getAllChannels(req, res, next) {
+        try {
+            let { title, tag, orderByCreatedAt, page = 1, orderByGrowth, orderByViewCount } = req.query
+ 
+            let options = {
+                include: {
+                    model: ChannelViews,
+                    attributes: {
+                        include: [
+                            [Sequelize.literal('(SELECT row_to_json(cv) FROM (SELECT * FROM "ChannelViews" WHERE "ChannelViews"."channelId" = "Channel"."channelId") cv)'), 'all_columns']
+                        ]
+                    }
+                }
+            }
+    
+            Iif (title) {
+                options.where = { title: { [Op.iLike]: `%${title}%` } };
+            }
+            Iif (tag) {
+                options.include.where = { tag: { [Op.iLike]: `%${title}%` } }
+            }
+            Iif (orderByCreatedAt) {
+                options.order = [['createdAt', `${orderByCreatedAt}`]]
+            }
+            Iif (orderByViewCount) {
+                options.order = [['viewCount', `DESC`]]
+            }
+    
+            let allResults = await Channel.findAll(options)
+            console.log(allResults[0])
+    
+            const dateColumns = await sequelize.query(
+                `SELECT column_name 
+                 FROM information_schema.columns 
+                 WHERE table_name = 'ChannelViews' 
+                 AND column_name ~ '^\\d{4}-\\d{2}-\\d{2}$' 
+                 ORDER BY column_name DESC`,
+                { 
+                    raw: true,
+                }
+            );
+            const columnNames = dateColumns[0].map(col => col.column_name);
+            const previousDate = columnNames[1];
+    
+            for (let channel of allResults) {
+                const previousDateViews = await sequelize.query(
+                    `SELECT "${previousDate}"
+                    FROM "ChannelViews"
+                    WHERE "channelId" = '${channel.channelId}'`,
+                    {raw: true}
+                )
+                if(previousDateViews[0][0] == null || !previousDateViews[0][0][previousDate]){
+                    channel.dataValues.growth = 0
+                    continue
+                }
+                channel.dataValues.growth = channel.viewCount - previousDateViews[0][0][previousDate];
+            }
+        
+            
+            Iif (orderByGrowth) {
+                allResults.sort((a, b) => 
+                    orderByGrowth.toUpperCase() === 'DESC' ? b.dataValues.growth - a.dataValues.growth : a.dataValues.growth - b.dataValues.growth
+                );
+            }
+    
+            // pagination
+            const totalCount = allResults.length;
+            const paginatedResults = allResults.slice((page - 1) * 25, page * 25);
+    
+            res.status(200).json({
+                result: paginatedResults,
+                page: page,
+                maxPage: Math.ceil(totalCount / 25),
+            })
+        } catch (error) {
+            console.log(error)
+            res.status(500).json({ message: "Internal Service Error" })
+        } 
+    }
+ 
+    static async getOneChannel(req, res, next) {
+        try {
+            const { channelId } = req.params
+            let result = await Channel.findOne({where:{channelId}})
+            if (!result) {
+                res.send("Channel not found")
+            }
+            let geminiText = await summarizeJSON(result)            
+ 
+            res.status(200).send({found: result, AIText: geminiText})
+        } catch (error) {
+            console.log(error)
+            res.status(500).json({ message: "Internal Service Error" })
+        }
+    }
+ 
+    static async AddChannel(req, res) {
+        try {
+            let user = await User.findByPk(req.user.id)
+ 
+            Iif (!user.id || user.role != "admin") {
+                res.status(403).json({message:"You must be an admin to do that"})
+                return
+            }
+ 
+            const today = moment().format('YYYY-MM-DD');
+            let { link, tag } = req.body
+            let result = await YoutubeService.getChannelIdFromLink(link)
+            Iif(result == null){
+                res.status(404).json({message:"Sorry, we can't find that channel!"})
+                return
+            }
+ 
+            let addToChannel = await Channel.create({
+                channelId: result.id,
+                title: result.snippet.title,
+                description: result.snippet.description.substring(0,255),
+                customUrl: result.snippet.customUrl,
+                publishedAt: result.snippet.publishedAt,
+                thumbnails: result.snippet.thumbnails.high.url,
+                country: result.snippet.country,
+                viewCount: result.statistics.viewCount,
+                subscriberCount: result.statistics.subscriberCount,
+                videoCount: result.statistics.videoCount
+            })
+ 
+ 
+ 
+            let addToChannelViews = await ChannelViews.create({
+                channelName: result.snippet.title,
+                channelId: result.id,
+                tag
+            })
+ 
+            let updateQuery =
+                `UPDATE "ChannelViews" 
+                SET "${today}" = ${result.statistics.viewCount}
+                 WHERE "channelId" = '${result.id}'
+                RETURNING *;
+                `
+ 
+            await sequelize.query(updateQuery, { raw: true })
+ 
+            res.status(201).json({ message: `${result.snippet.title} added!`})
+        } catch (error) {
+            console.log(error)
+            Iif (error.name == 'SequelizeUniqueConstraintError') {
+                res.status(400).json({ message: "Channel already exists" })
+                return
+            }
+            console.log(error.name)
+            res.status(500).json({ message: error })
+        }
+    }
+    static async EditChannel(req, res) {
+        try {
+            let user = await User.findByPk(req.user.id)
+ 
+            if (!user.id || user.role != "admin") {
+                res.status(403).json({message:"You must be an admin to do that"})
+                return
+            }
+            let { channelId } = req.params
+            let { tag } = req.body
+            let channel = await ChannelViews.findOne({where:{channelId}})
+            if(!channel){
+                res.status(404).json({message:"Cannot find channel"})
+                return
+            }
+            console.log(channel.channelName)
+            let updated = await channel.update({tag})
+ 
+            res.status(200).json({ message: "Edit Success!", result:updated})
+        } catch (error) {
+            console.log(error)
+            res.status(500).json({ message: "Internal Service Error" })
+        }
+    }
+ 
+    static async DeleteChannel(req, res) {
+        try {
+            let user = await User.findByPk(req.user.id)
+ 
+            if (!user.id || user.role != "admin") {
+                res.status(403).json({message:"You must be an admin to do that"})
+                return
+            }
+ 
+            let { channelId } = req.params
+ 
+            await ChannelViews.destroy({
+                where: { channelId },
+            });
+            await Channel.destroy({
+                where: { channelId },
+            });
+            res.status(200).json({ message: "Delete Success!" })
+        } catch (error) {
+            console.log(error)
+ 
+            res.status(500).json({ message: "Internal Service Error" })
+        }
+    }
+ 
+    static async login(req, res) {
+        try {
+            let {username,password} = req.body
+            console.log("username: ", username)
+            console.log("password: ", password)
+            if(!username){
+                res.status(400).json({message:"Username is required"})
+                return
+            }
+            if(!password){
+                res.status(400).json({message:"Password is required"})
+                return
+            }
+            let user = await User.findOne({where: {username:username}})
+            if(!user){
+                res.status(401).json({message:"Invalid Username/Password"})
+                return
+            }
+            Iif(!checkPassword(password, user.password)){
+                res.status(401).json({message:"Invalid Username/Password"})
+                return
+            }
+            let token = signToken({id:user.id})
+            res.status(200).json({access_token: token})
+ 
+        } catch (err) {
+            if (err.name == "SequelizeValidationError") {
+                let message = err.errors.map(e => e.message)
+                res.status(400).send(message)
+                return
+            }
+            console.log(err)
+            res.status(500).json({message: "Internal server error"})
+        }
+    }
+ 
+    static async googleLogin(req,res){
+        try {
+ 
+            const { googleToken } = req.body
+            // console.log(googleToken, "<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<")
+            const ticket = await client.verifyIdToken({
+                idToken: googleToken,
+                audience: process.env.CLIENT_ID, 
+            });
+            const payload = ticket.getPayload();
+            const userid = payload['sub'];
+ 
+            const [user, created] = await User.findOrCreate({
+                where: { username: payload.email },
+                hooks: false,
+                defaults: {
+                  username: payload.email,
+                  password: Math.random().toString(),
+                  role: "user",
+                },});
+                let token = signToken({id:user.id})
+                res.status(created ? 201 : 200).json({access_token: token})
+        } catch (error) {
+            console.log(error)
+            res.status(500).json({message: "Internal server error"})
+        }
+    }
+ 
+}
+module.exports = channelController
+ +
+
+ + + + + + + + \ No newline at end of file diff --git a/server/coverage/lcov-report/server/Controllers/index.html b/server/coverage/lcov-report/server/Controllers/index.html new file mode 100644 index 0000000..888ff1e --- /dev/null +++ b/server/coverage/lcov-report/server/Controllers/index.html @@ -0,0 +1,116 @@ + + + + + + Code coverage report for server/Controllers + + + + + + + + + +
+
+

All files server/Controllers

+
+ +
+ 49.64% + Statements + 69/139 +
+ + +
+ 36.73% + Branches + 18/49 +
+ + +
+ 50% + Functions + 5/10 +
+ + +
+ 49.63% + Lines + 68/137 +
+ + +
+

+ Press n or j to go to the next uncovered block, b, p or k for the previous block. +

+ +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FileStatementsBranchesFunctionsLines
channelController.js +
+
49.64%69/13936.73%18/4950%5/1049.63%68/137
+
+
+
+ + + + + + + + \ No newline at end of file diff --git a/server/coverage/lcov-report/server/app.js.html b/server/coverage/lcov-report/server/app.js.html new file mode 100644 index 0000000..206a5bc --- /dev/null +++ b/server/coverage/lcov-report/server/app.js.html @@ -0,0 +1,220 @@ + + + + + + Code coverage report for server/app.js + + + + + + + + + +
+
+

All files / server app.js

+
+ +
+ 88.88% + Statements + 24/27 +
+ + +
+ 50% + Branches + 1/2 +
+ + +
+ 0% + Functions + 0/3 +
+ + +
+ 88.88% + Lines + 24/27 +
+ + +
+

+ Press n or j to go to the next uncovered block, b, p or k for the previous block. +

+ +
+
+

+
1 +2 +3 +4 +5 +6 +7 +8 +9 +10 +11 +12 +13 +14 +15 +16 +17 +18 +19 +20 +21 +22 +23 +24 +25 +26 +27 +28 +29 +30 +31 +32 +33 +34 +35 +36 +37 +38 +39 +40 +41 +42 +43 +44 +45 +462x +2x +  +2x +2x +2x +2x +2x +  +  +2x +2x +2x +  +  +  +2x +  +  +  +  +  +  +  +2x +2x +2x +  +  +  +2x +2x +  +  +2x +2x +  +2x +2x +2x +2x +  +  +2x +  +2x
Eif(process.env.NODE_ENV !== "production"){
+  require('dotenv').config();
+}
+const express = require('express')  
+const cors = require('cors');
+const errorHandler = require('./middlewares/errorHandler')
+const channelController = require('./Controllers/channelController')
+const app = express()
+ 
+ 
+const cron = require('node-cron');
+const authentication = require('./middlewares/authentication');
+const updateAllChannelViews = require('./services/UpdateService');
+ 
+ 
+ 
+cron.schedule('0 0 0 * * *', () => {
+  updateAllChannelViews()
+    .then(() => console.log('Update completed'))
+    .catch(error => console.error('Update failed:', error));
+});
+ 
+ 
+ 
+app.use(cors());
+app.use(express.urlencoded({ extended: true }));
+app.use(express.json());
+ 
+ 
+ 
+app.post('/login', channelController.login)
+app.post('/login/google', channelController.googleLogin)
+ 
+ 
+app.get('/allChannels', channelController.getAllChannels)
+app.get('/channel/:channelId', channelController.getOneChannel)
+ 
+app.use(authentication)
+app.post('/channel', channelController.AddChannel)
+app.put('/channel/:channelId', channelController.EditChannel)
+app.delete('/channel/:channelId', channelController.DeleteChannel)
+ 
+ 
+app.use(errorHandler)
+ 
+module.exports = app;
+ +
+
+ + + + + + + + \ No newline at end of file diff --git a/server/coverage/lcov-report/server/helpers/bcryptjs.js.html b/server/coverage/lcov-report/server/helpers/bcryptjs.js.html new file mode 100644 index 0000000..3af5312 --- /dev/null +++ b/server/coverage/lcov-report/server/helpers/bcryptjs.js.html @@ -0,0 +1,103 @@ + + + + + + Code coverage report for server/helpers/bcryptjs.js + + + + + + + + + +
+
+

All files / server/helpers bcryptjs.js

+
+ +
+ 85.71% + Statements + 6/7 +
+ + +
+ 100% + Branches + 0/0 +
+ + +
+ 50% + Functions + 1/2 +
+ + +
+ 100% + Lines + 5/5 +
+ + +
+

+ Press n or j to go to the next uncovered block, b, p or k for the previous block. +

+ +
+
+

+
1 +2 +3 +4 +5 +6 +72x +  +2x +2x +2x +  +2x
var bcrypt = require('bcryptjs');
+ 
+var salt = bcrypt.genSaltSync(10);
+const hashPassword = (value) => bcrypt.hashSync(value, salt);
+const checkPassword = (value,value2) => bcrypt.compareSync(value, value2);
+ 
+module.exports = {hashPassword,checkPassword}
+ +
+
+ + + + + + + + \ No newline at end of file diff --git a/server/coverage/lcov-report/server/helpers/index.html b/server/coverage/lcov-report/server/helpers/index.html new file mode 100644 index 0000000..3549669 --- /dev/null +++ b/server/coverage/lcov-report/server/helpers/index.html @@ -0,0 +1,131 @@ + + + + + + Code coverage report for server/helpers + + + + + + + + + +
+
+

All files server/helpers

+
+ +
+ 86.66% + Statements + 13/15 +
+ + +
+ 100% + Branches + 0/0 +
+ + +
+ 75% + Functions + 3/4 +
+ + +
+ 92.3% + Lines + 12/13 +
+ + +
+

+ Press n or j to go to the next uncovered block, b, p or k for the previous block. +

+ +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FileStatementsBranchesFunctionsLines
bcryptjs.js +
+
85.71%6/7100%0/050%1/2100%5/5
jwt.js +
+
87.5%7/8100%0/0100%2/287.5%7/8
+
+
+
+ + + + + + + + \ No newline at end of file diff --git a/server/coverage/lcov-report/server/helpers/jwt.js.html b/server/coverage/lcov-report/server/helpers/jwt.js.html new file mode 100644 index 0000000..ded647a --- /dev/null +++ b/server/coverage/lcov-report/server/helpers/jwt.js.html @@ -0,0 +1,133 @@ + + + + + + Code coverage report for server/helpers/jwt.js + + + + + + + + + +
+
+

All files / server/helpers jwt.js

+
+ +
+ 87.5% + Statements + 7/8 +
+ + +
+ 100% + Branches + 0/0 +
+ + +
+ 100% + Functions + 2/2 +
+ + +
+ 87.5% + Lines + 7/8 +
+ + +
+

+ Press n or j to go to the next uncovered block, b, p or k for the previous block. +

+ +
+
+

+
1 +2 +3 +4 +5 +6 +7 +8 +9 +10 +11 +12 +13 +14 +15 +16 +172x +  +  +1x +1x +  +  +  +1x +1x +1x +  +  +  +  +  +2x
var jwt = require('jsonwebtoken');
+ 
+function signToken(value){
+    var token = jwt.sign(value, 'shhhhh');
+    return token
+}
+ 
+function verifyToken(value){
+    try {
+        var decoded = jwt.verify(value, 'shhhhh');
+        return decoded
+    } catch (err) {
+        return undefined
+    }
+}
+ 
+module.exports = {signToken, verifyToken}
+ +
+
+ + + + + + + + \ No newline at end of file diff --git a/server/coverage/lcov-report/server/index.html b/server/coverage/lcov-report/server/index.html new file mode 100644 index 0000000..ec44252 --- /dev/null +++ b/server/coverage/lcov-report/server/index.html @@ -0,0 +1,116 @@ + + + + + + Code coverage report for server + + + + + + + + + +
+
+

All files server

+
+ +
+ 88.88% + Statements + 24/27 +
+ + +
+ 50% + Branches + 1/2 +
+ + +
+ 0% + Functions + 0/3 +
+ + +
+ 88.88% + Lines + 24/27 +
+ + +
+

+ Press n or j to go to the next uncovered block, b, p or k for the previous block. +

+ +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FileStatementsBranchesFunctionsLines
app.js +
+
88.88%24/2750%1/20%0/388.88%24/27
+
+
+
+ + + + + + + + \ No newline at end of file diff --git a/server/coverage/lcov-report/server/middlewares/authentication.js.html b/server/coverage/lcov-report/server/middlewares/authentication.js.html new file mode 100644 index 0000000..c1e07ca --- /dev/null +++ b/server/coverage/lcov-report/server/middlewares/authentication.js.html @@ -0,0 +1,205 @@ + + + + + + Code coverage report for server/middlewares/authentication.js + + + + + + + + + +
+
+

All files / server/middlewares authentication.js

+
+ +
+ 58.33% + Statements + 14/24 +
+ + +
+ 50% + Branches + 4/8 +
+ + +
+ 100% + Functions + 1/1 +
+ + +
+ 58.33% + Lines + 14/24 +
+ + +
+

+ Press n or j to go to the next uncovered block, b, p or k for the previous block. +

+ +
+
+

+
1 +2 +3 +4 +5 +6 +7 +8 +9 +10 +11 +12 +13 +14 +15 +16 +17 +18 +19 +20 +21 +22 +23 +24 +25 +26 +27 +28 +29 +30 +31 +32 +33 +34 +35 +36 +37 +38 +39 +40 +412x +2x +  +  +  +1x +1x +1x +  +  +  +  +1x +1x +  +  +  +1x +1x +  +  +  +  +  +1x +1x +  +  +  +  +1x +1x +  +  +  +  +  +  +  +2x + 
const { verifyToken } = require("../helpers/jwt")
+const User = require(`../models`).User
+ 
+ 
+async function authentication(req, res, next) {
+    try {
+        let access_token = req.headers.authorization
+        Iif (!access_token) {
+            res.status(401).json({message:"Unauthenticated"})
+            return
+        }
+       
+        let [ bearer, token ] = access_token.split(" ")
+        Iif (bearer != "Bearer") {
+            res.status(401).json({message:"Unauthenticated"})
+            return
+        }
+        let payload = verifyToken(token)
+        Iif(payload == undefined){
+            res.status(401).json({message:"You are not logged in!"})
+            console.log("access_token not exist")
+            return
+        }
+ 
+        let user = await User.findByPk(payload.id)
+        Iif (!user) {
+            res.status(401).json({message:"Unauthenticated"})
+            return
+        }
+ 
+        req.user = { id: payload.id }
+        next()
+ 
+    } catch (err) {
+        console.log(err)
+       
+    }
+}
+ 
+module.exports = authentication
+ 
+ +
+
+ + + + + + + + \ No newline at end of file diff --git a/server/coverage/lcov-report/server/middlewares/errorHandler.js.html b/server/coverage/lcov-report/server/middlewares/errorHandler.js.html new file mode 100644 index 0000000..f3cb85a --- /dev/null +++ b/server/coverage/lcov-report/server/middlewares/errorHandler.js.html @@ -0,0 +1,211 @@ + + + + + + Code coverage report for server/middlewares/errorHandler.js + + + + + + + + + +
+
+

All files / server/middlewares errorHandler.js

+
+ +
+ 3.7% + Statements + 1/27 +
+ + +
+ 0% + Branches + 0/13 +
+ + +
+ 0% + Functions + 0/2 +
+ + +
+ 3.84% + Lines + 1/26 +
+ + +
+

+ Press n or j to go to the next uncovered block, b, p or k for the previous block. +

+ +
+
+

+
1 +2 +3 +4 +5 +6 +7 +8 +9 +10 +11 +12 +13 +14 +15 +16 +17 +18 +19 +20 +21 +22 +23 +24 +25 +26 +27 +28 +29 +30 +31 +32 +33 +34 +35 +36 +37 +38 +39 +40 +41 +42 +43  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +2x
function errorHandler(err, req, res, next) {
+    let status = err.status || 500
+    let message = err.message || "Internal server error"
+ 
+    switch (err.name){
+        case "SequelizeValidationError":
+        case "SequelizeUniqueConstraintError":
+            status = 400
+            message = err.errors.map(e => e.message)
+            break;
+        case "Invalid Input":
+            status = 400
+            message = "username/password is required"
+            break;
+        case "Invalid User":
+            status = 401
+            message = "username/password is invalid"
+            break;
+        case "Unauthenticated":
+        case "JsonWebTokenError":
+            status = 401
+            message = "Unauthenticated"
+            break;
+        case "CuisineNotFound":
+            status = 404
+            message = "Channel not found"
+            break;
+        case "CategoryNotFound":
+            status = 404
+            message = "Category not found"
+            break;
+        case "Forbidden":
+            status = 403
+            message = "Forbidden"
+            break;
+    }
+    res.status(status).json({message: message})
+}
+ 
+ 
+ 
+   
+module.exports = errorHandler
+ +
+
+ + + + + + + + \ No newline at end of file diff --git a/server/coverage/lcov-report/server/middlewares/index.html b/server/coverage/lcov-report/server/middlewares/index.html new file mode 100644 index 0000000..cac4869 --- /dev/null +++ b/server/coverage/lcov-report/server/middlewares/index.html @@ -0,0 +1,131 @@ + + + + + + Code coverage report for server/middlewares + + + + + + + + + +
+
+

All files server/middlewares

+
+ +
+ 29.41% + Statements + 15/51 +
+ + +
+ 19.04% + Branches + 4/21 +
+ + +
+ 33.33% + Functions + 1/3 +
+ + +
+ 30% + Lines + 15/50 +
+ + +
+

+ Press n or j to go to the next uncovered block, b, p or k for the previous block. +

+ +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FileStatementsBranchesFunctionsLines
authentication.js +
+
58.33%14/2450%4/8100%1/158.33%14/24
errorHandler.js +
+
3.7%1/270%0/130%0/23.84%1/26
+
+
+
+ + + + + + + + \ No newline at end of file diff --git a/server/coverage/lcov-report/server/models/channel.js.html b/server/coverage/lcov-report/server/models/channel.js.html new file mode 100644 index 0000000..8827892 --- /dev/null +++ b/server/coverage/lcov-report/server/models/channel.js.html @@ -0,0 +1,208 @@ + + + + + + Code coverage report for server/models/channel.js + + + + + + + + + +
+
+

All files / server/models channel.js

+
+ +
+ 100% + Statements + 5/5 +
+ + +
+ 100% + Branches + 0/0 +
+ + +
+ 100% + Functions + 2/2 +
+ + +
+ 100% + Lines + 5/5 +
+ + +
+

+ Press n or j to go to the next uncovered block, b, p or k for the previous block. +

+ +
+
+

+
1 +2 +3 +4 +5 +6 +7 +8 +9 +10 +11 +12 +13 +14 +15 +16 +17 +18 +19 +20 +21 +22 +23 +24 +25 +26 +27 +28 +29 +30 +31 +32 +33 +34 +35 +36 +37 +38 +39 +40 +41 +42  +  +  +2x +2x +  +  +  +  +  +  +  +2x +  +  +2x +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +2x + 
'use strict';
+const {
+  Model
+} = require('sequelize');
+module.exports = (sequelize, DataTypes) => {
+  class Channel extends Model {
+    /**
+     * Helper method for defining associations.
+     * This method is not a part of Sequelize lifecycle.
+     * The `models/index` file will call this method automatically.
+     */
+    static associate(models) {
+      Channel.hasOne(models.ChannelViews, { foreignKey: "channelId", sourceKey: "channelId" })
+    }
+  }
+  Channel.init({
+    channelId: {
+      type: DataTypes.STRING,
+      unique: true, 
+      allowNull: false
+    },
+    title: DataTypes.STRING,
+    description: DataTypes.TEXT,
+    customUrl: DataTypes.STRING,
+    publishedAt: DataTypes.DATE,
+    thumbnails: DataTypes.STRING,
+    country: DataTypes.STRING,
+    viewCount: DataTypes.INTEGER,
+    subscriberCount: DataTypes.INTEGER,
+    videoCount: DataTypes.INTEGER
+  }, {
+    sequelize,
+    modelName: 'Channel',
+    indexes: [
+      {
+        unique: true,
+        fields: ['channelId']
+      }
+    ]
+  });
+  return Channel;
+};
+ +
+
+ + + + + + + + \ No newline at end of file diff --git a/server/coverage/lcov-report/server/models/channelviews.js.html b/server/coverage/lcov-report/server/models/channelviews.js.html new file mode 100644 index 0000000..65d8451 --- /dev/null +++ b/server/coverage/lcov-report/server/models/channelviews.js.html @@ -0,0 +1,175 @@ + + + + + + Code coverage report for server/models/channelviews.js + + + + + + + + + +
+
+

All files / server/models channelviews.js

+
+ +
+ 100% + Statements + 5/5 +
+ + +
+ 100% + Branches + 0/0 +
+ + +
+ 100% + Functions + 2/2 +
+ + +
+ 100% + Lines + 5/5 +
+ + +
+

+ Press n or j to go to the next uncovered block, b, p or k for the previous block. +

+ +
+
+

+
1 +2 +3 +4 +5 +6 +7 +8 +9 +10 +11 +12 +13 +14 +15 +16 +17 +18 +19 +20 +21 +22 +23 +24 +25 +26 +27 +28 +29 +30 +31  +  +  +2x +2x +  +  +  +  +  +  +  +2x +  +  +2x +  +  +  +  +  +  +  +  +  +  +  +  +  +2x + 
'use strict';
+const {
+  Model
+} = require('sequelize');
+module.exports = (sequelize, DataTypes) => {
+  class ChannelViews extends Model {
+    /**
+     * Helper method for defining associations.
+     * This method is not a part of Sequelize lifecycle.
+     * The `models/index` file will call this method automatically.
+     */
+    static associate(models) {
+      ChannelViews.belongsTo(models.Channel, { foreignKey: "channelId", targetKey: "channelId" })
+    }
+  }
+  ChannelViews.init({
+    channelName: DataTypes.STRING,
+    channelId: {
+      type: DataTypes.STRING,
+      references: {
+        model: 'Channels',
+        key: 'channelId'
+      }
+    },
+    tag: DataTypes.STRING
+  }, {
+    sequelize,
+    modelName: 'ChannelViews',
+  });
+  return ChannelViews;
+};
+ +
+
+ + + + + + + + \ No newline at end of file diff --git a/server/coverage/lcov-report/server/models/index.html b/server/coverage/lcov-report/server/models/index.html new file mode 100644 index 0000000..01f8464 --- /dev/null +++ b/server/coverage/lcov-report/server/models/index.html @@ -0,0 +1,161 @@ + + + + + + Code coverage report for server/models + + + + + + + + + +
+
+

All files server/models

+
+ +
+ 97.14% + Statements + 34/35 +
+ + +
+ 70% + Branches + 7/10 +
+ + +
+ 100% + Functions + 9/9 +
+ + +
+ 97.14% + Lines + 34/35 +
+ + +
+

+ Press n or j to go to the next uncovered block, b, p or k for the previous block. +

+ +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FileStatementsBranchesFunctionsLines
channel.js +
+
100%5/5100%0/0100%2/2100%5/5
channelviews.js +
+
100%5/5100%0/0100%2/2100%5/5
index.js +
+
95.23%20/2170%7/10100%3/395.23%20/21
user.js +
+
100%4/4100%0/0100%2/2100%4/4
+
+
+
+ + + + + + + + \ No newline at end of file diff --git a/server/coverage/lcov-report/server/models/index.js.html b/server/coverage/lcov-report/server/models/index.js.html new file mode 100644 index 0000000..f640a1a --- /dev/null +++ b/server/coverage/lcov-report/server/models/index.js.html @@ -0,0 +1,214 @@ + + + + + + Code coverage report for server/models/index.js + + + + + + + + + +
+
+

All files / server/models index.js

+
+ +
+ 95.23% + Statements + 20/21 +
+ + +
+ 70% + Branches + 7/10 +
+ + +
+ 100% + Functions + 3/3 +
+ + +
+ 95.23% + Lines + 20/21 +
+ + +
+

+ Press n or j to go to the next uncovered block, b, p or k for the previous block. +

+ +
+
+

+
1 +2 +3 +4 +5 +6 +7 +8 +9 +10 +11 +12 +13 +14 +15 +16 +17 +18 +19 +20 +21 +22 +23 +24 +25 +26 +27 +28 +29 +30 +31 +32 +33 +34 +35 +36 +37 +38 +39 +40 +41 +42 +43 +44  +  +2x +2x +2x +2x +2x +2x +2x +2x +  +  +2x +  +  +2x +  +  +2x +  +  +8x +  +  +  +  +  +  +  +6x +6x +  +  +2x +6x +6x +  +  +  +2x +2x +  +2x + 
'use strict';
+ 
+const fs = require('fs');
+const path = require('path');
+const Sequelize = require('sequelize');
+const process = require('process');
+const basename = path.basename(__filename);
+const env = process.env.NODE_ENV || 'development';
+const config = require(__dirname + '/../config/config.json')[env];
+const db = {};
+ 
+let sequelize;
+Iif (config.use_env_variable) {
+  sequelize = new Sequelize(process.env[config.use_env_variable], config);
+} else {
+  sequelize = new Sequelize(config.database, config.username, config.password, config);
+}
+ 
+fs
+  .readdirSync(__dirname)
+  .filter(file => {
+    return (
+      file.indexOf('.') !== 0 &&
+      file !== basename &&
+      file.slice(-3) === '.js' &&
+      file.indexOf('.test.js') === -1
+    );
+  })
+  .forEach(file => {
+    const model = require(path.join(__dirname, file))(sequelize, Sequelize.DataTypes);
+    db[model.name] = model;
+  });
+ 
+Object.keys(db).forEach(modelName => {
+  Eif (db[modelName].associate) {
+    db[modelName].associate(db);
+  }
+});
+ 
+db.sequelize = sequelize;
+db.Sequelize = Sequelize;
+ 
+module.exports = db;
+ 
+ +
+
+ + + + + + + + \ No newline at end of file diff --git a/server/coverage/lcov-report/server/models/user.js.html b/server/coverage/lcov-report/server/models/user.js.html new file mode 100644 index 0000000..2eb7e7b --- /dev/null +++ b/server/coverage/lcov-report/server/models/user.js.html @@ -0,0 +1,184 @@ + + + + + + Code coverage report for server/models/user.js + + + + + + + + + +
+
+

All files / server/models user.js

+
+ +
+ 100% + Statements + 4/4 +
+ + +
+ 100% + Branches + 0/0 +
+ + +
+ 100% + Functions + 2/2 +
+ + +
+ 100% + Lines + 4/4 +
+ + +
+

+ Press n or j to go to the next uncovered block, b, p or k for the previous block. +

+ +
+
+

+
1 +2 +3 +4 +5 +6 +7 +8 +9 +10 +11 +12 +13 +14 +15 +16 +17 +18 +19 +20 +21 +22 +23 +24 +25 +26 +27 +28 +29 +30 +31 +32 +33 +34  +  +  +2x +2x +  +  +  +  +  +  +  +  +  +  +2x +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +2x + 
'use strict';
+const {
+  Model
+} = require('sequelize');
+module.exports = (sequelize, DataTypes) => {
+  class User extends Model {
+    /**
+     * Helper method for defining associations.
+     * This method is not a part of Sequelize lifecycle.
+     * The `models/index` file will call this method automatically.
+     */
+    static associate(models) {
+      // define association here
+    }
+  }
+  User.init({
+    username: {
+      type: DataTypes.STRING,
+      allowNull: false
+    },
+    password: {
+      type: DataTypes.STRING,
+      allowNull: false
+    },
+    role: {
+      type: DataTypes.STRING,
+      allowNull: false
+    },
+  }, {
+    sequelize,
+    modelName: 'User',
+  });
+  return User;
+};
+ +
+
+ + + + + + + + \ No newline at end of file diff --git a/server/coverage/lcov-report/server/services/GeminiService.js.html b/server/coverage/lcov-report/server/services/GeminiService.js.html new file mode 100644 index 0000000..78115a1 --- /dev/null +++ b/server/coverage/lcov-report/server/services/GeminiService.js.html @@ -0,0 +1,151 @@ + + + + + + Code coverage report for server/services/GeminiService.js + + + + + + + + + +
+
+

All files / server/services GeminiService.js

+
+ +
+ 15.38% + Statements + 2/13 +
+ + +
+ 100% + Branches + 0/0 +
+ + +
+ 0% + Functions + 0/1 +
+ + +
+ 15.38% + Lines + 2/13 +
+ + +
+

+ Press n or j to go to the next uncovered block, b, p or k for the previous block. +

+ +
+
+

+
1 +2 +3 +4 +5 +6 +7 +8 +9 +10 +11 +12 +13 +14 +15 +16 +17 +18 +19 +20 +21 +22 +232x +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +2x
const { GoogleGenerativeAI } = require("@google/generative-ai");
+ 
+ 
+async function summarizeJSON(jsonData) {
+    const genAI = new GoogleGenerativeAI(process.env.GEMINI_API_KEY);
+    const jsonString = JSON.stringify(jsonData, null, 2);
+ 
+    const prompt = `Summarize the following JSON data of a youtube channel:\n\n${jsonString}\n\nSummary:`;
+ 
+    try {
+        const model = genAI.getGenerativeModel({ model: "gemini-pro" });
+ 
+        const result = await model.generateContent(prompt);
+        const response = await result.response;
+        const text = response.text();
+        return text;
+    } catch (error) {
+        console.error('Error:', error);
+        throw error;
+    }
+}
+ 
+module.exports = summarizeJSON;
+ +
+
+ + + + + + + + \ No newline at end of file diff --git a/server/coverage/lcov-report/server/services/UpdateService.js.html b/server/coverage/lcov-report/server/services/UpdateService.js.html new file mode 100644 index 0000000..107c026 --- /dev/null +++ b/server/coverage/lcov-report/server/services/UpdateService.js.html @@ -0,0 +1,286 @@ + + + + + + Code coverage report for server/services/UpdateService.js + + + + + + + + + +
+
+

All files / server/services UpdateService.js

+
+ +
+ 33.33% + Statements + 9/27 +
+ + +
+ 0% + Branches + 0/4 +
+ + +
+ 0% + Functions + 0/1 +
+ + +
+ 33.33% + Lines + 9/27 +
+ + +
+

+ Press n or j to go to the next uncovered block, b, p or k for the previous block. +

+ +
+
+

+
1 +2 +3 +4 +5 +6 +7 +8 +9 +10 +11 +12 +13 +14 +15 +16 +17 +18 +19 +20 +21 +22 +23 +24 +25 +26 +27 +28 +29 +30 +31 +32 +33 +34 +35 +36 +37 +38 +39 +40 +41 +42 +43 +44 +45 +46 +47 +48 +49 +50 +51 +52 +53 +54 +55 +56 +57 +58 +59 +60 +61 +62 +63 +64 +65 +66 +67 +682x +2x +2x +2x +2x +2x +2x +2x +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +2x
require('dotenv').config();
+const YouTubeService = require('./YoutubeService');
+const moment = require('moment');
+const ChannelViews = require('../models').ChannelViews;
+const Channel = require('../models').Channel;
+const { sequelize } = require('../models');
+const queryInterface = sequelize.queryInterface;
+const { Sequelize, DataTypes } = require('sequelize');
+ 
+ 
+ 
+ 
+     async function updateAllChannelViews(req, res) {
+        const today = moment().format('YYYY-MM-DD');
+ 
+        try {
+            const tableInfo = await queryInterface.describeTable('ChannelViews');
+ 
+            if (!tableInfo[today]) {
+                await sequelize.query(`
+                    ALTER TABLE "ChannelViews"
+                    ADD COLUMN IF NOT EXISTS "${today}" INTEGER
+                `, { raw: true });
+            }
+ 
+            // Fetch all channel IDs
+            const channels = await ChannelViews.findAll({
+                attributes: ['channelId']
+            });
+ 
+ 
+            let skippedCount = 0;
+ 
+            for (const channel of channels) {
+                const views = await YouTubeService.getChannelViews(channel.channelId);
+                console.log(`UPDATE DATA RUNNING`);
+ 
+ 
+ 
+                if (views !== null) {
+                    let channelData = await Channel.findOne({ where: { channelId: channel.channelId } })
+                    let updated = await channelData.update({ viewCount: views })
+ 
+ 
+ 
+                    const updateQuery = `
+                    UPDATE "ChannelViews"
+                    SET "${today}" = ${views}
+                    WHERE "channelId" = '${channel.channelId}'
+                    RETURNING *;
+                  `;
+ 
+                    await sequelize.query(updateQuery, { raw: true })
+                } else {
+                    console.log(`Skipped channelId: ${channel.channelId} due to null views`);
+                    skippedCount++;
+                }
+            }
+ 
+ 
+        } catch (error) {
+            console.error('Error updating channel views:', error);
+ 
+        }
+    }
+ 
+ 
+module.exports = updateAllChannelViews
+ +
+
+ + + + + + + + \ No newline at end of file diff --git a/server/coverage/lcov-report/server/services/YoutubeService.js.html b/server/coverage/lcov-report/server/services/YoutubeService.js.html new file mode 100644 index 0000000..b2f36a8 --- /dev/null +++ b/server/coverage/lcov-report/server/services/YoutubeService.js.html @@ -0,0 +1,313 @@ + + + + + + Code coverage report for server/services/YoutubeService.js + + + + + + + + + +
+
+

All files / server/services YoutubeService.js

+
+ +
+ 46.15% + Statements + 12/26 +
+ + +
+ 0% + Branches + 0/2 +
+ + +
+ 50% + Functions + 2/4 +
+ + +
+ 46.15% + Lines + 12/26 +
+ + +
+

+ Press n or j to go to the next uncovered block, b, p or k for the previous block. +

+ +
+
+

+
1 +2 +3 +4 +5 +6 +7 +8 +9 +10 +11 +12 +13 +14 +15 +16 +17 +18 +19 +20 +21 +22 +23 +24 +25 +26 +27 +28 +29 +30 +31 +32 +33 +34 +35 +36 +37 +38 +39 +40 +41 +42 +43 +44 +45 +46 +47 +48 +49 +50 +51 +52 +53 +54 +55 +56 +57 +58 +59 +60 +61 +62 +63 +64 +65 +66 +67 +68 +69 +70 +71 +72 +73 +74 +75 +76 +77  +2x +2x +  +  +  +  +2x +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +1x +1x +1x +1x +1x +  +1x +1x +  +  +  +  +  +1x +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +2x +  + 
 
+const { google } = require('googleapis');
+const axios = require(`axios`)
+ 
+ 
+class YouTubeService {
+    constructor() {
+        this.youtube = google.youtube({
+            version: 'v3',
+            auth: process.env.YOUTUBE_API_KEY
+        });
+    }
+ 
+    async getChannelViews(channelId) {
+        try {
+            const response = await this.youtube.channels.list({
+                part: 'statistics',
+                id: channelId
+            });
+            // return response
+ 
+            if (response.data.items) {
+                return response.data.items[0].statistics.viewCount
+            }
+            else {
+                // console.log(`Channel not found: ${channelId}`);
+                return null;
+            }
+ 
+        } catch (error) {
+            console.error('Error fetching channel views:', error);
+            return null;
+        }
+    }
+ 
+ 
+    async getChannelIdFromLink(url) {
+        console.log(url,"<===========url")
+        const urlParts = url.split("/");
+        console.log(urlParts,"<===========urlParts")
+        const username = urlParts[urlParts.length - 1]
+        console.log(username,"<===========username")
+ 
+        try {
+            const response = await this.youtube.channels.list({
+                "part": [
+                    "snippet,contentDetails,statistics"
+                  ],
+                  "forHandle": `${username}`
+            });
+            return response.data.items[0]
+        } catch (error) {
+            console.error("Error fetching channel ID:", error);
+            return null;
+        }
+    }
+ 
+    async getChannelInfoFromId(id) {
+        try {
+            const response = await this.youtube.channels.list({
+                "part": [
+                    "snippet,contentDetails,statistics"
+                  ],
+                  "id": `${id}`
+            });
+            return response.data.items[0]
+        } catch (error) {
+            console.error("Error fetching channel ID:", error);
+            return null;
+        }
+    }
+ 
+}
+ 
+module.exports = new YouTubeService();
+ 
+ 
+ +
+
+ + + + + + + + \ No newline at end of file diff --git a/server/coverage/lcov-report/server/services/index.html b/server/coverage/lcov-report/server/services/index.html new file mode 100644 index 0000000..f955019 --- /dev/null +++ b/server/coverage/lcov-report/server/services/index.html @@ -0,0 +1,146 @@ + + + + + + Code coverage report for server/services + + + + + + + + + +
+
+

All files server/services

+
+ +
+ 34.84% + Statements + 23/66 +
+ + +
+ 0% + Branches + 0/6 +
+ + +
+ 33.33% + Functions + 2/6 +
+ + +
+ 34.84% + Lines + 23/66 +
+ + +
+

+ Press n or j to go to the next uncovered block, b, p or k for the previous block. +

+ +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FileStatementsBranchesFunctionsLines
GeminiService.js +
+
15.38%2/13100%0/00%0/115.38%2/13
UpdateService.js +
+
33.33%9/270%0/40%0/133.33%9/27
YoutubeService.js +
+
46.15%12/260%0/250%2/446.15%12/26
+
+
+
+ + + + + + + + \ No newline at end of file diff --git a/server/coverage/lcov-report/sort-arrow-sprite.png b/server/coverage/lcov-report/sort-arrow-sprite.png new file mode 100644 index 0000000..6ed6831 Binary files /dev/null and b/server/coverage/lcov-report/sort-arrow-sprite.png differ diff --git a/server/coverage/lcov-report/sorter.js b/server/coverage/lcov-report/sorter.js new file mode 100644 index 0000000..2bb296a --- /dev/null +++ b/server/coverage/lcov-report/sorter.js @@ -0,0 +1,196 @@ +/* eslint-disable */ +var addSorting = (function() { + 'use strict'; + var cols, + currentSort = { + index: 0, + desc: false + }; + + // returns the summary table element + function getTable() { + return document.querySelector('.coverage-summary'); + } + // returns the thead element of the summary table + function getTableHeader() { + return getTable().querySelector('thead tr'); + } + // returns the tbody element of the summary table + function getTableBody() { + return getTable().querySelector('tbody'); + } + // returns the th element for nth column + function getNthColumn(n) { + return getTableHeader().querySelectorAll('th')[n]; + } + + function onFilterInput() { + const searchValue = document.getElementById('fileSearch').value; + const rows = document.getElementsByTagName('tbody')[0].children; + for (let i = 0; i < rows.length; i++) { + const row = rows[i]; + if ( + row.textContent + .toLowerCase() + .includes(searchValue.toLowerCase()) + ) { + row.style.display = ''; + } else { + row.style.display = 'none'; + } + } + } + + // loads the search box + function addSearchBox() { + var template = document.getElementById('filterTemplate'); + var templateClone = template.content.cloneNode(true); + templateClone.getElementById('fileSearch').oninput = onFilterInput; + template.parentElement.appendChild(templateClone); + } + + // loads all columns + function loadColumns() { + var colNodes = getTableHeader().querySelectorAll('th'), + colNode, + cols = [], + col, + i; + + for (i = 0; i < colNodes.length; i += 1) { + colNode = colNodes[i]; + col = { + key: colNode.getAttribute('data-col'), + sortable: !colNode.getAttribute('data-nosort'), + type: colNode.getAttribute('data-type') || 'string' + }; + cols.push(col); + if (col.sortable) { + col.defaultDescSort = col.type === 'number'; + colNode.innerHTML = + colNode.innerHTML + ''; + } + } + return cols; + } + // attaches a data attribute to every tr element with an object + // of data values keyed by column name + function loadRowData(tableRow) { + var tableCols = tableRow.querySelectorAll('td'), + colNode, + col, + data = {}, + i, + val; + for (i = 0; i < tableCols.length; i += 1) { + colNode = tableCols[i]; + col = cols[i]; + val = colNode.getAttribute('data-value'); + if (col.type === 'number') { + val = Number(val); + } + data[col.key] = val; + } + return data; + } + // loads all row data + function loadData() { + var rows = getTableBody().querySelectorAll('tr'), + i; + + for (i = 0; i < rows.length; i += 1) { + rows[i].data = loadRowData(rows[i]); + } + } + // sorts the table using the data for the ith column + function sortByIndex(index, desc) { + var key = cols[index].key, + sorter = function(a, b) { + a = a.data[key]; + b = b.data[key]; + return a < b ? -1 : a > b ? 1 : 0; + }, + finalSorter = sorter, + tableBody = document.querySelector('.coverage-summary tbody'), + rowNodes = tableBody.querySelectorAll('tr'), + rows = [], + i; + + if (desc) { + finalSorter = function(a, b) { + return -1 * sorter(a, b); + }; + } + + for (i = 0; i < rowNodes.length; i += 1) { + rows.push(rowNodes[i]); + tableBody.removeChild(rowNodes[i]); + } + + rows.sort(finalSorter); + + for (i = 0; i < rows.length; i += 1) { + tableBody.appendChild(rows[i]); + } + } + // removes sort indicators for current column being sorted + function removeSortIndicators() { + var col = getNthColumn(currentSort.index), + cls = col.className; + + cls = cls.replace(/ sorted$/, '').replace(/ sorted-desc$/, ''); + col.className = cls; + } + // adds sort indicators for current column being sorted + function addSortIndicators() { + getNthColumn(currentSort.index).className += currentSort.desc + ? ' sorted-desc' + : ' sorted'; + } + // adds event listeners for all sorter widgets + function enableUI() { + var i, + el, + ithSorter = function ithSorter(i) { + var col = cols[i]; + + return function() { + var desc = col.defaultDescSort; + + if (currentSort.index === i) { + desc = !currentSort.desc; + } + sortByIndex(i, desc); + removeSortIndicators(); + currentSort.index = i; + currentSort.desc = desc; + addSortIndicators(); + }; + }; + for (i = 0; i < cols.length; i += 1) { + if (cols[i].sortable) { + // add the click event handler on the th so users + // dont have to click on those tiny arrows + el = getNthColumn(i).querySelector('.sorter').parentElement; + if (el.addEventListener) { + el.addEventListener('click', ithSorter(i)); + } else { + el.attachEvent('onclick', ithSorter(i)); + } + } + } + } + // adds sorting functionality to the UI + return function() { + if (!getTable()) { + return; + } + cols = loadColumns(); + loadData(); + addSearchBox(); + addSortIndicators(); + enableUI(); + }; +})(); + +window.addEventListener('load', addSorting); diff --git a/server/coverage/lcov.info b/server/coverage/lcov.info new file mode 100644 index 0000000..b197af9 --- /dev/null +++ b/server/coverage/lcov.info @@ -0,0 +1,603 @@ +TN: +SF:app.js +FN:17,(anonymous_0) +FN:19,(anonymous_1) +FN:20,(anonymous_2) +FNF:3 +FNH:0 +FNDA:0,(anonymous_0) +FNDA:0,(anonymous_1) +FNDA:0,(anonymous_2) +DA:1,2 +DA:2,2 +DA:4,2 +DA:5,2 +DA:6,2 +DA:7,2 +DA:8,2 +DA:11,2 +DA:12,2 +DA:13,2 +DA:17,2 +DA:18,0 +DA:19,0 +DA:20,0 +DA:25,2 +DA:26,2 +DA:27,2 +DA:31,2 +DA:32,2 +DA:35,2 +DA:36,2 +DA:38,2 +DA:39,2 +DA:40,2 +DA:41,2 +DA:44,2 +DA:46,2 +LF:27 +LH:24 +BRDA:1,0,0,2 +BRDA:1,0,1,0 +BRF:2 +BRH:1 +end_of_record +TN: +SF:Controllers\channelController.js +FN:17,(anonymous_0) +FN:58,(anonymous_1) +FN:77,(anonymous_2) +FN:97,(anonymous_3) +FN:113,(anonymous_4) +FN:171,(anonymous_5) +FN:196,(anonymous_6) +FN:221,(anonymous_7) +FN:248,(anonymous_8) +FN:257,(anonymous_9) +FNF:10 +FNH:5 +FNDA:1,(anonymous_0) +FNDA:57,(anonymous_1) +FNDA:0,(anonymous_2) +FNDA:0,(anonymous_3) +FNDA:1,(anonymous_4) +FNDA:0,(anonymous_5) +FNDA:0,(anonymous_6) +FNDA:5,(anonymous_7) +FNDA:0,(anonymous_8) +FNDA:1,(anonymous_9) +DA:1,2 +DA:2,2 +DA:3,2 +DA:4,2 +DA:5,2 +DA:6,2 +DA:7,2 +DA:8,2 +DA:9,2 +DA:10,2 +DA:11,2 +DA:12,2 +DA:13,2 +DA:18,1 +DA:19,1 +DA:21,1 +DA:32,1 +DA:33,0 +DA:35,1 +DA:36,0 +DA:38,1 +DA:39,0 +DA:41,1 +DA:42,0 +DA:45,1 +DA:46,1 +DA:48,1 +DA:58,57 +DA:59,1 +DA:61,1 +DA:62,0 +DA:68,0 +DA:69,0 +DA:70,0 +DA:72,0 +DA:76,1 +DA:77,0 +DA:78,0 +DA:83,1 +DA:84,1 +DA:86,1 +DA:92,0 +DA:93,0 +DA:98,0 +DA:99,0 +DA:100,0 +DA:101,0 +DA:102,0 +DA:104,0 +DA:106,0 +DA:108,0 +DA:109,0 +DA:114,1 +DA:115,1 +DA:117,1 +DA:118,0 +DA:119,0 +DA:122,1 +DA:123,1 +DA:124,1 +DA:125,1 +DA:126,0 +DA:127,0 +DA:130,1 +DA:145,1 +DA:152,1 +DA:158,1 +DA:160,0 +DA:162,1 +DA:163,1 +DA:164,0 +DA:165,0 +DA:167,1 +DA:168,1 +DA:172,0 +DA:173,0 +DA:175,0 +DA:176,0 +DA:177,0 +DA:179,0 +DA:180,0 +DA:181,0 +DA:182,0 +DA:183,0 +DA:184,0 +DA:186,0 +DA:187,0 +DA:189,0 +DA:191,0 +DA:192,0 +DA:197,0 +DA:198,0 +DA:200,0 +DA:201,0 +DA:202,0 +DA:205,0 +DA:207,0 +DA:210,0 +DA:213,0 +DA:215,0 +DA:217,0 +DA:222,5 +DA:223,5 +DA:224,5 +DA:225,5 +DA:226,5 +DA:227,1 +DA:228,1 +DA:230,4 +DA:231,1 +DA:232,1 +DA:234,3 +DA:235,3 +DA:236,2 +DA:237,2 +DA:239,1 +DA:240,0 +DA:241,0 +DA:243,1 +DA:244,1 +DA:247,0 +DA:248,0 +DA:249,0 +DA:250,0 +DA:252,0 +DA:253,0 +DA:258,1 +DA:260,1 +DA:262,1 +DA:266,0 +DA:267,0 +DA:269,0 +DA:277,0 +DA:278,0 +DA:280,1 +DA:281,1 +DA:286,2 +LF:137 +LH:68 +BRDA:19,0,0,1 +BRDA:32,1,0,0 +BRDA:32,1,1,1 +BRDA:35,2,0,0 +BRDA:35,2,1,1 +BRDA:38,3,0,0 +BRDA:38,3,1,1 +BRDA:41,4,0,0 +BRDA:41,4,1,1 +BRDA:68,5,0,0 +BRDA:68,5,1,0 +BRDA:68,6,0,0 +BRDA:68,6,1,0 +BRDA:76,7,0,0 +BRDA:76,7,1,1 +BRDA:78,8,0,0 +BRDA:78,8,1,0 +BRDA:101,9,0,0 +BRDA:101,9,1,0 +BRDA:117,10,0,0 +BRDA:117,10,1,1 +BRDA:117,11,0,1 +BRDA:117,11,1,1 +BRDA:125,12,0,0 +BRDA:125,12,1,1 +BRDA:163,13,0,0 +BRDA:163,13,1,1 +BRDA:175,14,0,0 +BRDA:175,14,1,0 +BRDA:175,15,0,0 +BRDA:175,15,1,0 +BRDA:182,16,0,0 +BRDA:182,16,1,0 +BRDA:200,17,0,0 +BRDA:200,17,1,0 +BRDA:200,18,0,0 +BRDA:200,18,1,0 +BRDA:226,19,0,1 +BRDA:226,19,1,4 +BRDA:230,20,0,1 +BRDA:230,20,1,3 +BRDA:235,21,0,2 +BRDA:235,21,1,1 +BRDA:239,22,0,0 +BRDA:239,22,1,1 +BRDA:247,23,0,0 +BRDA:247,23,1,0 +BRDA:278,24,0,0 +BRDA:278,24,1,0 +BRF:49 +BRH:18 +end_of_record +TN: +SF:helpers\bcryptjs.js +FN:4,(anonymous_0) +FN:5,(anonymous_1) +FNF:2 +FNH:1 +FNDA:0,(anonymous_0) +FNDA:1,(anonymous_1) +DA:1,2 +DA:3,2 +DA:4,2 +DA:5,2 +DA:7,2 +LF:5 +LH:5 +BRF:0 +BRH:0 +end_of_record +TN: +SF:helpers\jwt.js +FN:3,signToken +FN:8,verifyToken +FNF:2 +FNH:2 +FNDA:1,signToken +FNDA:1,verifyToken +DA:1,2 +DA:4,1 +DA:5,1 +DA:9,1 +DA:10,1 +DA:11,1 +DA:13,0 +DA:17,2 +LF:8 +LH:7 +BRF:0 +BRH:0 +end_of_record +TN: +SF:middlewares\authentication.js +FN:5,authentication +FNF:1 +FNH:1 +FNDA:1,authentication +DA:1,2 +DA:2,2 +DA:6,1 +DA:7,1 +DA:8,1 +DA:9,0 +DA:10,0 +DA:13,1 +DA:14,1 +DA:15,0 +DA:16,0 +DA:18,1 +DA:19,1 +DA:20,0 +DA:21,0 +DA:22,0 +DA:25,1 +DA:26,1 +DA:27,0 +DA:28,0 +DA:31,1 +DA:32,1 +DA:35,0 +DA:40,2 +LF:24 +LH:14 +BRDA:8,0,0,0 +BRDA:8,0,1,1 +BRDA:14,1,0,0 +BRDA:14,1,1,1 +BRDA:19,2,0,0 +BRDA:19,2,1,1 +BRDA:26,3,0,0 +BRDA:26,3,1,1 +BRF:8 +BRH:4 +end_of_record +TN: +SF:middlewares\errorHandler.js +FN:1,errorHandler +FN:9,(anonymous_1) +FNF:2 +FNH:0 +FNDA:0,errorHandler +FNDA:0,(anonymous_1) +DA:2,0 +DA:3,0 +DA:5,0 +DA:8,0 +DA:9,0 +DA:10,0 +DA:12,0 +DA:13,0 +DA:14,0 +DA:16,0 +DA:17,0 +DA:18,0 +DA:21,0 +DA:22,0 +DA:23,0 +DA:25,0 +DA:26,0 +DA:27,0 +DA:29,0 +DA:30,0 +DA:31,0 +DA:33,0 +DA:34,0 +DA:35,0 +DA:37,0 +DA:43,2 +LF:26 +LH:1 +BRDA:2,0,0,0 +BRDA:2,0,1,0 +BRDA:3,1,0,0 +BRDA:3,1,1,0 +BRDA:5,2,0,0 +BRDA:5,2,1,0 +BRDA:5,2,2,0 +BRDA:5,2,3,0 +BRDA:5,2,4,0 +BRDA:5,2,5,0 +BRDA:5,2,6,0 +BRDA:5,2,7,0 +BRDA:5,2,8,0 +BRF:13 +BRH:0 +end_of_record +TN: +SF:models\channel.js +FN:5,(anonymous_0) +FN:12,(anonymous_1) +FNF:2 +FNH:2 +FNDA:2,(anonymous_0) +FNDA:2,(anonymous_1) +DA:4,2 +DA:5,2 +DA:13,2 +DA:16,2 +DA:41,2 +LF:5 +LH:5 +BRF:0 +BRH:0 +end_of_record +TN: +SF:models\channelviews.js +FN:5,(anonymous_0) +FN:12,(anonymous_1) +FNF:2 +FNH:2 +FNDA:2,(anonymous_0) +FNDA:2,(anonymous_1) +DA:4,2 +DA:5,2 +DA:13,2 +DA:16,2 +DA:30,2 +LF:5 +LH:5 +BRF:0 +BRH:0 +end_of_record +TN: +SF:models\index.js +FN:21,(anonymous_0) +FN:29,(anonymous_1) +FN:34,(anonymous_2) +FNF:3 +FNH:3 +FNDA:8,(anonymous_0) +FNDA:6,(anonymous_1) +FNDA:6,(anonymous_2) +DA:3,2 +DA:4,2 +DA:5,2 +DA:6,2 +DA:7,2 +DA:8,2 +DA:9,2 +DA:10,2 +DA:13,2 +DA:14,0 +DA:16,2 +DA:19,2 +DA:22,8 +DA:30,6 +DA:31,6 +DA:34,2 +DA:35,6 +DA:36,6 +DA:40,2 +DA:41,2 +DA:43,2 +LF:21 +LH:20 +BRDA:8,0,0,2 +BRDA:8,0,1,0 +BRDA:13,1,0,0 +BRDA:13,1,1,2 +BRDA:23,2,0,8 +BRDA:23,2,1,8 +BRDA:23,2,2,6 +BRDA:23,2,3,6 +BRDA:35,3,0,6 +BRDA:35,3,1,0 +BRF:10 +BRH:7 +end_of_record +TN: +SF:models\user.js +FN:5,(anonymous_0) +FN:12,(anonymous_1) +FNF:2 +FNH:2 +FNDA:2,(anonymous_0) +FNDA:2,(anonymous_1) +DA:4,2 +DA:5,2 +DA:16,2 +DA:33,2 +LF:4 +LH:4 +BRF:0 +BRH:0 +end_of_record +TN: +SF:services\GeminiService.js +FN:4,summarizeJSON +FNF:1 +FNH:0 +FNDA:0,summarizeJSON +DA:1,2 +DA:5,0 +DA:6,0 +DA:8,0 +DA:10,0 +DA:11,0 +DA:13,0 +DA:14,0 +DA:15,0 +DA:16,0 +DA:18,0 +DA:19,0 +DA:23,2 +LF:13 +LH:2 +BRF:0 +BRH:0 +end_of_record +TN: +SF:services\UpdateService.js +FN:13,updateAllChannelViews +FNF:1 +FNH:0 +FNDA:0,updateAllChannelViews +DA:1,2 +DA:2,2 +DA:3,2 +DA:4,2 +DA:5,2 +DA:6,2 +DA:7,2 +DA:8,2 +DA:14,0 +DA:16,0 +DA:17,0 +DA:19,0 +DA:20,0 +DA:27,0 +DA:32,0 +DA:34,0 +DA:35,0 +DA:36,0 +DA:40,0 +DA:41,0 +DA:42,0 +DA:46,0 +DA:53,0 +DA:55,0 +DA:56,0 +DA:62,0 +DA:68,2 +LF:27 +LH:9 +BRDA:19,0,0,0 +BRDA:19,0,1,0 +BRDA:40,1,0,0 +BRDA:40,1,1,0 +BRF:4 +BRH:0 +end_of_record +TN: +SF:services\YoutubeService.js +FN:7,(anonymous_0) +FN:14,(anonymous_1) +FN:37,(anonymous_2) +FN:58,(anonymous_3) +FNF:4 +FNH:2 +FNDA:2,(anonymous_0) +FNDA:0,(anonymous_1) +FNDA:1,(anonymous_2) +FNDA:0,(anonymous_3) +DA:2,2 +DA:3,2 +DA:8,2 +DA:15,0 +DA:16,0 +DA:22,0 +DA:23,0 +DA:27,0 +DA:31,0 +DA:32,0 +DA:38,1 +DA:39,1 +DA:40,1 +DA:41,1 +DA:42,1 +DA:44,1 +DA:45,1 +DA:51,1 +DA:53,0 +DA:54,0 +DA:59,0 +DA:60,0 +DA:66,0 +DA:68,0 +DA:69,0 +DA:75,2 +LF:26 +LH:12 +BRDA:22,0,0,0 +BRDA:22,0,1,0 +BRF:2 +BRH:0 +end_of_record diff --git a/server/db/Clippertrack.json b/server/db/Clippertrack.json new file mode 100644 index 0000000..be8d705 --- /dev/null +++ b/server/db/Clippertrack.json @@ -0,0 +1,16390 @@ +[ + { + "channelName": "Holosimper Ch.", + "channelId": "UCEVKaZpv7xw1jOVN6422z5A", + "tag": "HoloEN", + "2022-03-01": 21169000, + "2022-03-16": 21169000, + "2022-04-01": 22270000, + "2022-04-16": 23444000, + "2022-05-01": 24902000, + "2022-05-16": 26648000, + "2022-06-01": 28438000, + "2022-06-16": 32036000, + "2022-07-01": 34343000, + "2022-07-16": 36358000, + "2022-08-01": 38994000, + "2022-08-16": 43352000, + "2022-09-01": 46410000, + "2022-09-16": 49057000, + "2022-10-01": 51101000, + "2022-10-16": 52201000, + "2022-11-01": 53216000, + "2022-11-16": 55507000, + "2022-12-01": 57518000, + "2022-12-16": 59271000, + "2023-01-01": 62366000, + "2023-01-16": 64956000, + "2023-02-01": 66942000, + "2023-02-16": 69167000, + "2023-03-01": 71664000, + "2023-03-16": 73724000, + "2023-04-01": 75325000, + "2023-04-16": 77591000, + "2023-05-01": 79745000, + "2023-05-16": 81341000, + "2023-06-01": 83302000, + "2023-06-16": 84604000, + "2023-07-01": 86435000, + "2023-07-16": 88369000, + "2023-08-01": 89527000, + "2023-08-16": 91560000, + "2023-09-01": 94058000, + "2023-09-16": 97012000, + "2023-10-01": 98921000, + "2023-10-16": 100806000, + "2023-11-01": 102783000, + "2023-11-16": 104703000, + "2023-12-01": 107163000, + "2023-12-16": 110132000, + "2024-01-01": 112013000, + "2024-01-16": 114280000, + "2024-02-01": 119366000, + "2024-02-16": 121255000, + "2024-03-01": 124180000, + "2024-03-16": 129890000, + "2024-04-01": 132693000, + "2024-04-16": 134225000, + "2024-05-01": 136198000, + "2024-05-16": 138540000, + "2024-06-01": 140361000, + "2024-06-16": 142417000, + "2024-07-01": 145372000 + }, + { + "channelName": "Filian and Friends", + "channelId": "UC6OSOa5q_-H7ObPDxozlstw", + "tag": "Other", + "2022-03-01": 9928000, + "2022-03-16": 9928000, + "2022-04-01": 9928000, + "2022-04-16": 9928000, + "2022-05-01": 9928000, + "2022-05-16": 9928000, + "2022-06-01": 9928000, + "2022-06-16": 9928000, + "2022-07-01": 9928000, + "2022-07-16": 9928000, + "2022-08-01": 9928000, + "2022-08-16": 9928000, + "2022-09-01": 9928000, + "2022-09-16": 9928000, + "2022-10-01": 9928000, + "2022-10-16": 9928000, + "2022-11-01": 9928000, + "2022-11-16": 9928000, + "2022-12-01": 9928000, + "2022-12-16": 9928000, + "2023-01-01": 9928000, + "2023-01-16": 9928000, + "2023-02-01": 9928000, + "2023-02-16": 9928000, + "2023-03-01": 9928000, + "2023-03-16": 9928000, + "2023-04-01": 9928000, + "2023-04-16": 9928000, + "2023-05-01": 9928000, + "2023-05-16": 9928000, + "2023-06-01": 9928000, + "2023-06-16": 9928000, + "2023-07-01": 9928000, + "2023-07-16": 9928000, + "2023-08-01": 9928000, + "2023-08-16": 9928000, + "2023-09-01": 9928000, + "2023-09-16": 11677000, + "2023-10-01": 13511000, + "2023-10-16": 17005000, + "2023-11-01": 19541000, + "2023-11-16": 20997000, + "2023-12-01": 22760000, + "2023-12-16": 24030000, + "2024-01-01": 25238000, + "2024-01-16": 26481000, + "2024-02-01": 32618000, + "2024-02-16": 34908000, + "2024-03-01": 38748000, + "2024-03-16": 51611000, + "2024-04-01": 56168000, + "2024-04-16": 59664000, + "2024-05-01": 62162000, + "2024-05-16": 64172000, + "2024-06-01": 66361000, + "2024-06-16": 68582000, + "2024-07-01": 71435000 + }, + { + "channelName": "Vtubers Family", + "channelId": "UCFAnTaw8DyecZb4pVvcGaxQ", + "tag": "Other", + "2022-03-01": 844000, + "2022-03-16": 844000, + "2022-04-01": 844000, + "2022-04-16": 844000, + "2022-05-01": 844000, + "2022-05-16": 844000, + "2022-06-01": 844000, + "2022-06-16": 844000, + "2022-07-01": 844000, + "2022-07-16": 844000, + "2022-08-01": 844000, + "2022-08-16": 844000, + "2022-09-01": 844000, + "2022-09-16": 844000, + "2022-10-01": 844000, + "2022-10-16": 844000, + "2022-11-01": 844000, + "2022-11-16": 844000, + "2022-12-01": 844000, + "2022-12-16": 844000, + "2023-01-01": 844000, + "2023-01-16": 844000, + "2023-02-01": 844000, + "2023-02-16": 844000, + "2023-03-01": 844000, + "2023-03-16": 844000, + "2023-04-01": 844000, + "2023-04-16": 844000, + "2023-05-01": 844000, + "2023-05-16": 844000, + "2023-06-01": 844000, + "2023-06-16": 844000, + "2023-07-01": 844000, + "2023-07-16": 844000, + "2023-08-01": 844000, + "2023-08-16": 844000, + "2023-09-01": 844000, + "2023-09-16": 844000, + "2023-10-01": 844000, + "2023-10-16": 844000, + "2023-11-01": 844000, + "2023-11-16": 844000, + "2023-12-01": 844000, + "2023-12-16": 844000, + "2024-01-01": 844000, + "2024-01-16": 844000, + "2024-02-01": 844000, + "2024-02-16": 844000, + "2024-03-01": 844000, + "2024-03-16": 1242000, + "2024-04-01": 3608000, + "2024-04-16": 6372000, + "2024-05-01": 8447000, + "2024-05-16": 10437000, + "2024-06-01": 12239000, + "2024-06-16": 14622000, + "2024-07-01": 16857000 + }, + { + "channelName": "Sashimi Clips", + "channelId": "UCTEKkDX7lafQVnJrqu55jrA", + "tag": "HoloEN", + "2022-03-01": 150733000, + "2022-03-16": 150733000, + "2022-04-01": 153908000, + "2022-04-16": 158185000, + "2022-05-01": 162795000, + "2022-05-16": 167116000, + "2022-06-01": 171009000, + "2022-06-16": 175005000, + "2022-07-01": 178857000, + "2022-07-16": 182429000, + "2022-08-01": 187407000, + "2022-08-16": 192162000, + "2022-09-01": 196265000, + "2022-09-16": 199069000, + "2022-10-01": 203209000, + "2022-10-16": 206604000, + "2022-11-01": 210169000, + "2022-11-16": 212785000, + "2022-12-01": 215879000, + "2022-12-16": 219209000, + "2023-01-01": 221623000, + "2023-01-16": 224204000, + "2023-02-01": 227614000, + "2023-02-16": 231419000, + "2023-03-01": 233928000, + "2023-03-16": 236519000, + "2023-04-01": 238897000, + "2023-04-16": 241280000, + "2023-05-01": 243867000, + "2023-05-16": 245974000, + "2023-06-01": 247417000, + "2023-06-16": 249368000, + "2023-07-01": 251904000, + "2023-07-16": 254128000, + "2023-08-01": 255545000, + "2023-08-16": 257707000, + "2023-09-01": 259927000, + "2023-09-16": 262512000, + "2023-10-01": 264222000, + "2023-10-16": 266031000, + "2023-11-01": 267978000, + "2023-11-16": 269918000, + "2023-12-01": 271917000, + "2023-12-16": 273776000, + "2024-01-01": 275379000, + "2024-01-16": 276544000, + "2024-02-01": 280345000, + "2024-02-16": 283045000, + "2024-03-01": 285303000, + "2024-03-16": 288747000, + "2024-04-01": 290659000, + "2024-04-16": 291921000, + "2024-05-01": 293918000, + "2024-05-16": 296072000, + "2024-06-01": 297743000, + "2024-06-16": 299399000, + "2024-07-01": 301379000 + }, + { + "channelName": "smkTKJ", + "channelId": "UCuql8oab2TC7G3jO6pL2Olg", + "tag": "HoloEN", + "2022-03-01": 3484000, + "2022-03-16": 3484000, + "2022-04-01": 3484000, + "2022-04-16": 3484000, + "2022-05-01": 3484000, + "2022-05-16": 3484000, + "2022-06-01": 3484000, + "2022-06-16": 3484000, + "2022-07-01": 3484000, + "2022-07-16": 3484000, + "2022-08-01": 3484000, + "2022-08-16": 3484000, + "2022-09-01": 3484000, + "2022-09-16": 3484000, + "2022-10-01": 3484000, + "2022-10-16": 3484000, + "2022-11-01": 3484000, + "2022-11-16": 3484000, + "2022-12-01": 3484000, + "2022-12-16": 3484000, + "2023-01-01": 3484000, + "2023-01-16": 3484000, + "2023-02-01": 3484000, + "2023-02-16": 3484000, + "2023-03-01": 3484000, + "2023-03-16": 3484000, + "2023-04-01": 3484000, + "2023-04-16": 3484000, + "2023-05-01": 3484000, + "2023-05-16": 3484000, + "2023-06-01": 3484000, + "2023-06-16": 3484000, + "2023-07-01": 4095000, + "2023-07-16": 4953000, + "2023-08-01": 5619000, + "2023-08-16": 6871000, + "2023-09-01": 8887000, + "2023-09-16": 11386000, + "2023-10-01": 12885000, + "2023-10-16": 14632000, + "2023-11-01": 16426000, + "2023-11-16": 18221000, + "2023-12-01": 19434000, + "2023-12-16": 20762000, + "2024-01-01": 22132000, + "2024-01-16": 23076000, + "2024-02-01": 27315000, + "2024-02-16": 28866000, + "2024-03-01": 30182000, + "2024-03-16": 33523000, + "2024-04-01": 34738000, + "2024-04-16": 35895000, + "2024-05-01": 36848000, + "2024-05-16": 37754000, + "2024-06-01": 38457000, + "2024-06-16": 39292000, + "2024-07-01": 41046000 + }, + { + "channelName": "Reivus ch.", + "channelId": "UChD53Mhp8pvZbP0ZUGFYxkA", + "tag": "HoloEN", + "2022-03-01": 497000, + "2022-03-16": 497000, + "2022-04-01": 497000, + "2022-04-16": 497000, + "2022-05-01": 497000, + "2022-05-16": 497000, + "2022-06-01": 497000, + "2022-06-16": 497000, + "2022-07-01": 497000, + "2022-07-16": 497000, + "2022-08-01": 497000, + "2022-08-16": 497000, + "2022-09-01": 497000, + "2022-09-16": 497000, + "2022-10-01": 497000, + "2022-10-16": 497000, + "2022-11-01": 497000, + "2022-11-16": 497000, + "2022-12-01": 497000, + "2022-12-16": 612000, + "2023-01-01": 891000, + "2023-01-16": 1726000, + "2023-02-01": 1966000, + "2023-02-16": 2051000, + "2023-03-01": 2594000, + "2023-03-16": 2924000, + "2023-04-01": 2994000, + "2023-04-16": 3031000, + "2023-05-01": 3082000, + "2023-05-16": 3406000, + "2023-06-01": 4011000, + "2023-06-16": 4171000, + "2023-07-01": 4424000, + "2023-07-16": 4506000, + "2023-08-01": 4534000, + "2023-08-16": 4708000, + "2023-09-01": 4904000, + "2023-09-16": 5678000, + "2023-10-01": 6694000, + "2023-10-16": 7515000, + "2023-11-01": 8394000, + "2023-11-16": 9078000, + "2023-12-01": 10417000, + "2023-12-16": 11696000, + "2024-01-01": 12659000, + "2024-01-16": 13874000, + "2024-02-01": 16753000, + "2024-02-16": 17658000, + "2024-03-01": 19199000, + "2024-03-16": 22022000, + "2024-04-01": 23100000, + "2024-04-16": 23860000, + "2024-05-01": 25070000, + "2024-05-16": 26877000, + "2024-06-01": 27616000, + "2024-06-16": 29079000, + "2024-07-01": 30781000 + }, + { + "channelName": "Gomi Simpington", + "channelId": "UCfHKg5R1bWaxVUaO4lCQQ6w", + "tag": "HoloEN", + "2022-03-01": 8849000, + "2022-03-16": 8849000, + "2022-04-01": 11206000, + "2022-04-16": 13063000, + "2022-05-01": 14823000, + "2022-05-16": 16585000, + "2022-06-01": 18222000, + "2022-06-16": 19748000, + "2022-07-01": 20530000, + "2022-07-16": 21036000, + "2022-08-01": 21862000, + "2022-08-16": 24762000, + "2022-09-01": 26999000, + "2022-09-16": 29455000, + "2022-10-01": 30692000, + "2022-10-16": 32003000, + "2022-11-01": 33374000, + "2022-11-16": 34379000, + "2022-12-01": 35789000, + "2022-12-16": 36872000, + "2023-01-01": 38676000, + "2023-01-16": 40349000, + "2023-02-01": 41903000, + "2023-02-16": 43821000, + "2023-03-01": 45223000, + "2023-03-16": 46762000, + "2023-04-01": 47739000, + "2023-04-16": 49187000, + "2023-05-01": 50406000, + "2023-05-16": 51357000, + "2023-06-01": 52629000, + "2023-06-16": 54109000, + "2023-07-01": 54973000, + "2023-07-16": 55768000, + "2023-08-01": 56744000, + "2023-08-16": 58170000, + "2023-09-01": 60041000, + "2023-09-16": 61898000, + "2023-10-01": 63259000, + "2023-10-16": 64616000, + "2023-11-01": 65446000, + "2023-11-16": 66645000, + "2023-12-01": 67729000, + "2023-12-16": 69508000, + "2024-01-01": 70638000, + "2024-01-16": 71693000, + "2024-02-01": 75109000, + "2024-02-16": 76677000, + "2024-03-01": 78130000, + "2024-03-16": 81351000, + "2024-04-01": 82865000, + "2024-04-16": 83824000, + "2024-05-01": 84892000, + "2024-05-16": 86017000, + "2024-06-01": 87057000, + "2024-06-16": 88737000, + "2024-07-01": 90428000 + }, + { + "channelName": "Legalrice VT Clips", + "channelId": "UC-PUEEayLKp7t1bJ9fC8rXg", + "tag": "Other", + "2022-03-01": 14658000, + "2022-03-16": 14658000, + "2022-04-01": 14658000, + "2022-04-16": 14658000, + "2022-05-01": 14658000, + "2022-05-16": 14658000, + "2022-06-01": 14658000, + "2022-06-16": 14658000, + "2022-07-01": 14658000, + "2022-07-16": 14658000, + "2022-08-01": 14658000, + "2022-08-16": 14658000, + "2022-09-01": 14658000, + "2022-09-16": 14658000, + "2022-10-01": 14658000, + "2022-10-16": 14658000, + "2022-11-01": 14658000, + "2022-11-16": 14658000, + "2022-12-01": 14658000, + "2022-12-16": 14658000, + "2023-01-01": 14658000, + "2023-01-16": 14658000, + "2023-02-01": 14658000, + "2023-02-16": 14658000, + "2023-03-01": 14658000, + "2023-03-16": 14658000, + "2023-04-01": 14658000, + "2023-04-16": 14658000, + "2023-05-01": 14658000, + "2023-05-16": 14658000, + "2023-06-01": 14658000, + "2023-06-16": 14658000, + "2023-07-01": 14658000, + "2023-07-16": 14658000, + "2023-08-01": 14658000, + "2023-08-16": 15352000, + "2023-09-01": 16442000, + "2023-09-16": 17092000, + "2023-10-01": 17898000, + "2023-10-16": 18763000, + "2023-11-01": 19744000, + "2023-11-16": 20659000, + "2023-12-01": 21716000, + "2023-12-16": 23102000, + "2024-01-01": 23883000, + "2024-01-16": 24464000, + "2024-02-01": 26534000, + "2024-02-16": 27723000, + "2024-03-01": 28650000, + "2024-03-16": 30400000, + "2024-04-01": 31247000, + "2024-04-16": 32382000, + "2024-05-01": 33795000, + "2024-05-16": 35546000, + "2024-06-01": 36827000, + "2024-06-16": 38258000, + "2024-07-01": 39922000 + }, + { + "channelName": "Osekkai", + "channelId": "UChzJTbxs5kTvxgAklhCwh3A", + "tag": "HoloEN", + "2022-03-01": 47285000, + "2022-03-16": 47285000, + "2022-04-01": 49053000, + "2022-04-16": 50822000, + "2022-05-01": 52752000, + "2022-05-16": 54146000, + "2022-06-01": 55743000, + "2022-06-16": 56519000, + "2022-07-01": 58815000, + "2022-07-16": 59800000, + "2022-08-01": 60563000, + "2022-08-16": 61823000, + "2022-09-01": 63041000, + "2022-09-16": 64356000, + "2022-10-01": 65239000, + "2022-10-16": 66232000, + "2022-11-01": 67390000, + "2022-11-16": 68999000, + "2022-12-01": 70318000, + "2022-12-16": 71013000, + "2023-01-01": 71760000, + "2023-01-16": 72408000, + "2023-02-01": 73043000, + "2023-02-16": 73703000, + "2023-03-01": 74827000, + "2023-03-16": 75763000, + "2023-04-01": 76595000, + "2023-04-16": 77439000, + "2023-05-01": 78531000, + "2023-05-16": 79156000, + "2023-06-01": 80125000, + "2023-06-16": 80987000, + "2023-07-01": 82307000, + "2023-07-16": 83434000, + "2023-08-01": 84302000, + "2023-08-16": 85429000, + "2023-09-01": 86882000, + "2023-09-16": 88987000, + "2023-10-01": 90829000, + "2023-10-16": 92283000, + "2023-11-01": 93472000, + "2023-11-16": 94885000, + "2023-12-01": 96592000, + "2023-12-16": 98076000, + "2024-01-01": 99232000, + "2024-01-16": 100404000, + "2024-02-01": 102825000, + "2024-02-16": 104011000, + "2024-03-01": 105111000, + "2024-03-16": 107238000, + "2024-04-01": 108079000, + "2024-04-16": 108753000, + "2024-05-01": 109322000, + "2024-05-16": 109761000, + "2024-06-01": 110476000, + "2024-06-16": 111495000, + "2024-07-01": 112976000 + }, + { + "channelName": "RisaKura Rsws Ch.", + "channelId": "UCD7ld-MCbFc-0LHIra-Lddw", + "tag": "HoloEN", + "2022-03-01": -1970000, + "2022-03-16": -1970000, + "2022-04-01": -1970000, + "2022-04-16": -1970000, + "2022-05-01": -1970000, + "2022-05-16": -1970000, + "2022-06-01": -1970000, + "2022-06-16": -1970000, + "2022-07-01": -1970000, + "2022-07-16": -1970000, + "2022-08-01": -1970000, + "2022-08-16": -1970000, + "2022-09-01": -1970000, + "2022-09-16": -1970000, + "2022-10-01": -1970000, + "2022-10-16": -1970000, + "2022-11-01": -1970000, + "2022-11-16": -1970000, + "2022-12-01": -1970000, + "2022-12-16": -1768000, + "2023-01-01": -1683000, + "2023-01-16": -1521000, + "2023-02-01": -1280000, + "2023-02-16": -1033000, + "2023-03-01": -463000, + "2023-03-16": -375000, + "2023-04-01": -214000, + "2023-04-16": 10000, + "2023-05-01": 450000, + "2023-05-16": 695000, + "2023-06-01": 725000, + "2023-06-16": 735000, + "2023-07-01": 933000, + "2023-07-16": 1102000, + "2023-08-01": 1264000, + "2023-08-16": 1663000, + "2023-09-01": 2051000, + "2023-09-16": 2565000, + "2023-10-01": 3292000, + "2023-10-16": 3696000, + "2023-11-01": 4096000, + "2023-11-16": 4332000, + "2023-12-01": 4604000, + "2023-12-16": 5581000, + "2024-01-01": 6010000, + "2024-01-16": 6170000, + "2024-02-01": 6909000, + "2024-02-16": 7250000, + "2024-03-01": 7927000, + "2024-03-16": 8690000, + "2024-04-01": 8895000, + "2024-04-16": 9279000, + "2024-05-01": 9695000, + "2024-05-16": 10068000, + "2024-06-01": 10979000, + "2024-06-16": 11681000, + "2024-07-01": 13144000 + }, + { + "channelName": "Daily Dose of Hololive EN", + "channelId": "UCHt7_vg0S5-wCIhvTWPt8Dw", + "tag": "HoloEN", + "2022-03-01": 36480000, + "2022-03-16": 36480000, + "2022-04-01": 37160000, + "2022-04-16": 38891000, + "2022-05-01": 40755000, + "2022-05-16": 41290000, + "2022-06-01": 42520000, + "2022-06-16": 43194000, + "2022-07-01": 43629000, + "2022-07-16": 45445000, + "2022-08-01": 46406000, + "2022-08-16": 47633000, + "2022-09-01": 48367000, + "2022-09-16": 49030000, + "2022-10-01": 50299000, + "2022-10-16": 50939000, + "2022-11-01": 51662000, + "2022-11-16": 52170000, + "2022-12-01": 52609000, + "2022-12-16": 53036000, + "2023-01-01": 54261000, + "2023-01-16": 55028000, + "2023-02-01": 56376000, + "2023-02-16": 57297000, + "2023-03-01": 58021000, + "2023-03-16": 58889000, + "2023-04-01": 59942000, + "2023-04-16": 61398000, + "2023-05-01": 62745000, + "2023-05-16": 63599000, + "2023-06-01": 64353000, + "2023-06-16": 65637000, + "2023-07-01": 66744000, + "2023-07-16": 68040000, + "2023-08-01": 69756000, + "2023-08-16": 70714000, + "2023-09-01": 72832000, + "2023-09-16": 75012000, + "2023-10-01": 77283000, + "2023-10-16": 79240000, + "2023-11-01": 80972000, + "2023-11-16": 82352000, + "2023-12-01": 83412000, + "2023-12-16": 84514000, + "2024-01-01": 85614000, + "2024-01-16": 86697000, + "2024-02-01": 89307000, + "2024-02-16": 90640000, + "2024-03-01": 91553000, + "2024-03-16": 93013000, + "2024-04-01": 93762000, + "2024-04-16": 94090000, + "2024-05-01": 94555000, + "2024-05-16": 95174000, + "2024-06-01": 95628000, + "2024-06-16": 96044000, + "2024-07-01": 97394000 + }, + { + "channelName": "Roach Chan.", + "channelId": "UC8qxfCQYcEIOmWlUNOXQqXQ", + "tag": "Other", + "2022-03-01": -198000, + "2022-03-16": -198000, + "2022-04-01": -198000, + "2022-04-16": -198000, + "2022-05-01": -198000, + "2022-05-16": -163000, + "2022-06-01": -126000, + "2022-06-16": 291000, + "2022-07-01": 765000, + "2022-07-16": 1361000, + "2022-08-01": 1988000, + "2022-08-16": 3163000, + "2022-09-01": 4459000, + "2022-09-16": 5505000, + "2022-10-01": 6341000, + "2022-10-16": 7210000, + "2022-11-01": 8077000, + "2022-11-16": 8875000, + "2022-12-01": 10254000, + "2022-12-16": 10975000, + "2023-01-01": 11746000, + "2023-01-16": 12463000, + "2023-02-01": 13326000, + "2023-02-16": 13915000, + "2023-03-01": 14661000, + "2023-03-16": 15182000, + "2023-04-01": 15683000, + "2023-04-16": 16434000, + "2023-05-01": 17308000, + "2023-05-16": 18094000, + "2023-06-01": 18909000, + "2023-06-16": 19514000, + "2023-07-01": 20126000, + "2023-07-16": 21097000, + "2023-08-01": 21745000, + "2023-08-16": 22545000, + "2023-09-01": 23247000, + "2023-09-16": 23780000, + "2023-10-01": 24452000, + "2023-10-16": 24966000, + "2023-11-01": 25595000, + "2023-11-16": 26249000, + "2023-12-01": 26785000, + "2023-12-16": 27634000, + "2024-01-01": 28474000, + "2024-01-16": 29333000, + "2024-02-01": 31542000, + "2024-02-16": 32660000, + "2024-03-01": 33865000, + "2024-03-16": 35950000, + "2024-04-01": 37160000, + "2024-04-16": 38183000, + "2024-05-01": 39959000, + "2024-05-16": 41515000, + "2024-06-01": 42890000, + "2024-06-16": 44886000, + "2024-07-01": 46231000 + }, + { + "channelName": "Shylily Clips", + "channelId": "UCQuGtU9yfkgh1xZ0vOx0Nhg", + "tag": "Other", + "2022-03-01": -171000, + "2022-03-16": -171000, + "2022-04-01": -171000, + "2022-04-16": -4000, + "2022-05-01": 188000, + "2022-05-16": 974000, + "2022-06-01": 3581000, + "2022-06-16": 5213000, + "2022-07-01": 7632000, + "2022-07-16": 11632000, + "2022-08-01": 15543000, + "2022-08-16": 18094000, + "2022-09-01": 24706000, + "2022-09-16": 29659000, + "2022-10-01": 31717000, + "2022-10-16": 34881000, + "2022-11-01": 37638000, + "2022-11-16": 41149000, + "2022-12-01": 44779000, + "2022-12-16": 48603000, + "2023-01-01": 51698000, + "2023-01-16": 54132000, + "2023-02-01": 56395000, + "2023-02-16": 58264000, + "2023-03-01": 61243000, + "2023-03-16": 64140000, + "2023-04-01": 67097000, + "2023-04-16": 70926000, + "2023-05-01": 74864000, + "2023-05-16": 77670000, + "2023-06-01": 79885000, + "2023-06-16": 82011000, + "2023-07-01": 83450000, + "2023-07-16": 85124000, + "2023-08-01": 86524000, + "2023-08-16": 87905000, + "2023-09-01": 89373000, + "2023-09-16": 90562000, + "2023-10-01": 91852000, + "2023-10-16": 93116000, + "2023-11-01": 94753000, + "2023-11-16": 95890000, + "2023-12-01": 96774000, + "2023-12-16": 97992000, + "2024-01-01": 99338000, + "2024-01-16": 100598000, + "2024-02-01": 103467000, + "2024-02-16": 105490000, + "2024-03-01": 107299000, + "2024-03-16": 109774000, + "2024-04-01": 110937000, + "2024-04-16": 111997000, + "2024-05-01": 113667000, + "2024-05-16": 115027000, + "2024-06-01": 116340000, + "2024-06-16": 118079000, + "2024-07-01": 119203000 + }, + { + "channelName": "Vtube Tengoku", + "channelId": "UCg02KL1G0nmH0QzFuLsVoRQ", + "tag": "HoloJP", + "2022-03-01": 137221000, + "2022-03-16": 137221000, + "2022-04-01": 142249000, + "2022-04-16": 146636000, + "2022-05-01": 151684000, + "2022-05-16": 155979000, + "2022-06-01": 160699000, + "2022-06-16": 164152000, + "2022-07-01": 166828000, + "2022-07-16": 169906000, + "2022-08-01": 173998000, + "2022-08-16": 178016000, + "2022-09-01": 181887000, + "2022-09-16": 185562000, + "2022-10-01": 190808000, + "2022-10-16": 195346000, + "2022-11-01": 198745000, + "2022-11-16": 202487000, + "2022-12-01": 206543000, + "2022-12-16": 209149000, + "2023-01-01": 213706000, + "2023-01-16": 216444000, + "2023-02-01": 219569000, + "2023-02-16": 223560000, + "2023-03-01": 226934000, + "2023-03-16": 230713000, + "2023-04-01": 234063000, + "2023-04-16": 237762000, + "2023-05-01": 241241000, + "2023-05-16": 244247000, + "2023-06-01": 247827000, + "2023-06-16": 251221000, + "2023-07-01": 254393000, + "2023-07-16": 257124000, + "2023-08-01": 259400000, + "2023-08-16": 262394000, + "2023-09-01": 265421000, + "2023-09-16": 268310000, + "2023-10-01": 271075000, + "2023-10-16": 274512000, + "2023-11-01": 277116000, + "2023-11-16": 279636000, + "2023-12-01": 282846000, + "2023-12-16": 286313000, + "2024-01-01": 288713000, + "2024-01-16": 290974000, + "2024-02-01": 299110000, + "2024-02-16": 302511000, + "2024-03-01": 305754000, + "2024-03-16": 311520000, + "2024-04-01": 314018000, + "2024-04-16": 317300000, + "2024-05-01": 320249000, + "2024-05-16": 322730000, + "2024-06-01": 325141000, + "2024-06-16": 327213000, + "2024-07-01": 328284000 + }, + { + "channelName": "TheRealDreik3", + "channelId": "UCbugGHMNytpdSfh_Z9r7eEg", + "tag": "HoloEN", + "2022-03-01": -35610000, + "2022-03-16": -35610000, + "2022-04-01": -33722000, + "2022-04-16": -33060000, + "2022-05-01": -31568000, + "2022-05-16": -30425000, + "2022-06-01": -29196000, + "2022-06-16": -28170000, + "2022-07-01": -27015000, + "2022-07-16": -26022000, + "2022-08-01": -25322000, + "2022-08-16": -24153000, + "2022-09-01": -22309000, + "2022-09-16": -20939000, + "2022-10-01": -19565000, + "2022-10-16": -18105000, + "2022-11-01": -16455000, + "2022-11-16": -15540000, + "2022-12-01": -14671000, + "2022-12-16": -13670000, + "2023-01-01": -12917000, + "2023-01-16": -11607000, + "2023-02-01": -10770000, + "2023-02-16": -8970000, + "2023-03-01": -8148000, + "2023-03-16": -7420000, + "2023-04-01": -6868000, + "2023-04-16": -5882000, + "2023-05-01": -4832000, + "2023-05-16": -4095000, + "2023-06-01": -3107000, + "2023-06-16": -2156000, + "2023-07-01": -1256000, + "2023-07-16": -836000, + "2023-08-01": -571000, + "2023-08-16": -256000, + "2023-09-01": -34000, + "2023-09-16": 189000, + "2023-10-01": 288000, + "2023-10-16": 307000, + "2023-11-01": 322000, + "2023-11-16": 449000, + "2023-12-01": 1261000, + "2023-12-16": 1569000, + "2024-01-01": 2006000, + "2024-01-16": 2446000, + "2024-02-01": 4124000, + "2024-02-16": 4938000, + "2024-03-01": 5507000, + "2024-03-16": 6625000, + "2024-04-01": 7044000, + "2024-04-16": 7604000, + "2024-05-01": 8189000, + "2024-05-16": 8656000, + "2024-06-01": 9181000, + "2024-06-16": 9928000, + "2024-07-01": 10899000 + }, + { + "channelName": "Nikodem Ch.", + "channelId": "UCZbtM69UkyJ25_nxUe51KXg", + "tag": "Neuro", + "2022-03-01": -19472000, + "2022-03-16": -19472000, + "2022-04-01": -19472000, + "2022-04-16": -19472000, + "2022-05-01": -19472000, + "2022-05-16": -19472000, + "2022-06-01": -19472000, + "2022-06-16": -19472000, + "2022-07-01": -19472000, + "2022-07-16": -19472000, + "2022-08-01": -19472000, + "2022-08-16": -19472000, + "2022-09-01": -19472000, + "2022-09-16": -19472000, + "2022-10-01": -19472000, + "2022-10-16": -19472000, + "2022-11-01": -19472000, + "2022-11-16": -19472000, + "2022-12-01": -19472000, + "2022-12-16": -19472000, + "2023-01-01": -19472000, + "2023-01-16": -19472000, + "2023-02-01": -19472000, + "2023-02-16": -19472000, + "2023-03-01": -19472000, + "2023-03-16": -19472000, + "2023-04-01": -19472000, + "2023-04-16": -18489000, + "2023-05-01": -16942000, + "2023-05-16": -16076000, + "2023-06-01": -15182000, + "2023-06-16": -14613000, + "2023-07-01": -14150000, + "2023-07-16": -12128000, + "2023-08-01": -7798000, + "2023-08-16": 3281000, + "2023-09-01": 7652000, + "2023-09-16": 10060000, + "2023-10-01": 13535000, + "2023-10-16": 15191000, + "2023-11-01": 15843000, + "2023-11-16": 16203000, + "2023-12-01": 16321000, + "2023-12-16": 16417000, + "2024-01-01": 16568000, + "2024-01-16": 16744000, + "2024-02-01": 17709000, + "2024-02-16": 18288000, + "2024-03-01": 18933000, + "2024-03-16": 19876000, + "2024-04-01": 20267000, + "2024-04-16": 20550000, + "2024-05-01": 21065000, + "2024-05-16": 22458000, + "2024-06-01": 23612000, + "2024-06-16": 24376000, + "2024-07-01": 25259000 + }, + { + "channelName": "Low Effort Clips", + "channelId": "UCA2kjJ2nCjWkmkoMnzYLiXg", + "tag": "Other", + "2022-03-01": -327000, + "2022-03-16": -327000, + "2022-04-01": -327000, + "2022-04-16": -308000, + "2022-05-01": -290000, + "2022-05-16": -267000, + "2022-06-01": -249000, + "2022-06-16": -227000, + "2022-07-01": -194000, + "2022-07-16": -166000, + "2022-08-01": -145000, + "2022-08-16": -116000, + "2022-09-01": -33000, + "2022-09-16": 58000, + "2022-10-01": 166000, + "2022-10-16": 296000, + "2022-11-01": 397000, + "2022-11-16": 516000, + "2022-12-01": 662000, + "2022-12-16": 898000, + "2023-01-01": 1477000, + "2023-01-16": 1787000, + "2023-02-01": 2112000, + "2023-02-16": 2415000, + "2023-03-01": 2837000, + "2023-03-16": 3131000, + "2023-04-01": 3422000, + "2023-04-16": 4100000, + "2023-05-01": 4782000, + "2023-05-16": 5372000, + "2023-06-01": 6079000, + "2023-06-16": 6790000, + "2023-07-01": 7614000, + "2023-07-16": 8137000, + "2023-08-01": 8768000, + "2023-08-16": 9291000, + "2023-09-01": 9995000, + "2023-09-16": 10505000, + "2023-10-01": 11100000, + "2023-10-16": 11722000, + "2023-11-01": 12483000, + "2023-11-16": 13281000, + "2023-12-01": 14413000, + "2023-12-16": 15536000, + "2024-01-01": 16460000, + "2024-01-16": 17378000, + "2024-02-01": 19411000, + "2024-02-16": 20337000, + "2024-03-01": 21410000, + "2024-03-16": 23861000, + "2024-04-01": 25210000, + "2024-04-16": 26471000, + "2024-05-01": 27527000, + "2024-05-16": 28651000, + "2024-06-01": 29768000, + "2024-06-16": 31056000, + "2024-07-01": 31912000 + }, + { + "channelName": "Sodafunk", + "channelId": "UC1B3Dhu4PWXz7g39xkBxswA", + "tag": "Niji", + "2022-03-01": 90080000, + "2022-03-16": 90080000, + "2022-04-01": 91206000, + "2022-04-16": 91632000, + "2022-05-01": 92210000, + "2022-05-16": 93399000, + "2022-06-01": 94972000, + "2022-06-16": 95881000, + "2022-07-01": 97231000, + "2022-07-16": 99883000, + "2022-08-01": 101432000, + "2022-08-16": 101967000, + "2022-09-01": 102656000, + "2022-09-16": 104505000, + "2022-10-01": 105931000, + "2022-10-16": 107156000, + "2022-11-01": 108303000, + "2022-11-16": 110069000, + "2022-12-01": 110791000, + "2022-12-16": 111138000, + "2023-01-01": 111632000, + "2023-01-16": 112424000, + "2023-02-01": 114151000, + "2023-02-16": 115390000, + "2023-03-01": 115826000, + "2023-03-16": 116527000, + "2023-04-01": 116986000, + "2023-04-16": 117220000, + "2023-05-01": 117616000, + "2023-05-16": 118016000, + "2023-06-01": 119070000, + "2023-06-16": 119563000, + "2023-07-01": 119989000, + "2023-07-16": 120311000, + "2023-08-01": 120681000, + "2023-08-16": 121162000, + "2023-09-01": 121588000, + "2023-09-16": 122795000, + "2023-10-01": 123532000, + "2023-10-16": 124135000, + "2023-11-01": 124671000, + "2023-11-16": 125206000, + "2023-12-01": 125954000, + "2023-12-16": 126639000, + "2024-01-01": 127288000, + "2024-01-16": 127908000, + "2024-02-01": 130737000, + "2024-02-16": 131754000, + "2024-03-01": 133229000, + "2024-03-16": 136527000, + "2024-04-01": 137578000, + "2024-04-16": 138200000, + "2024-05-01": 138779000, + "2024-05-16": 139259000, + "2024-06-01": 139757000, + "2024-06-16": 140273000, + "2024-07-01": 141085000 + }, + { + "channelName": "Hololive Clips", + "channelId": "UCiWsgUNiND0za5YWQQ2akrw", + "tag": "HoloJP", + "2022-03-01": 27873000, + "2022-03-16": 27873000, + "2022-04-01": 28980000, + "2022-04-16": 30581000, + "2022-05-01": 33111000, + "2022-05-16": 34900000, + "2022-06-01": 36395000, + "2022-06-16": 37988000, + "2022-07-01": 39678000, + "2022-07-16": 42058000, + "2022-08-01": 44194000, + "2022-08-16": 48412000, + "2022-09-01": 51980000, + "2022-09-16": 55500000, + "2022-10-01": 58273000, + "2022-10-16": 60772000, + "2022-11-01": 63082000, + "2022-11-16": 65418000, + "2022-12-01": 67699000, + "2022-12-16": 69450000, + "2023-01-01": 71238000, + "2023-01-16": 72778000, + "2023-02-01": 75026000, + "2023-02-16": 77152000, + "2023-03-01": 78589000, + "2023-03-16": 80515000, + "2023-04-01": 81997000, + "2023-04-16": 83685000, + "2023-05-01": 85700000, + "2023-05-16": 87891000, + "2023-06-01": 89443000, + "2023-06-16": 91471000, + "2023-07-01": 93147000, + "2023-07-16": 94956000, + "2023-08-01": 96286000, + "2023-08-16": 98048000, + "2023-09-01": 100017000, + "2023-09-16": 101952000, + "2023-10-01": 103632000, + "2023-10-16": 105662000, + "2023-11-01": 107549000, + "2023-11-16": 109021000, + "2023-12-01": 111005000, + "2023-12-16": 113188000, + "2024-01-01": 114581000, + "2024-01-16": 115735000, + "2024-02-01": 119836000, + "2024-02-16": 121706000, + "2024-03-01": 123546000, + "2024-03-16": 127011000, + "2024-04-01": 129449000, + "2024-04-16": 131319000, + "2024-05-01": 133762000, + "2024-05-16": 135832000, + "2024-06-01": 137409000, + "2024-06-16": 138566000, + "2024-07-01": 139333000 + }, + { + "channelName": "PebbleSonaa 🗿", + "channelId": "UCg5OJaTbSmAK6fVhW0bZCMA", + "tag": "HoloEN", + "2022-03-01": 233000, + "2022-03-16": 233000, + "2022-04-01": 233000, + "2022-04-16": 233000, + "2022-05-01": 233000, + "2022-05-16": 233000, + "2022-06-01": 233000, + "2022-06-16": 233000, + "2022-07-01": 233000, + "2022-07-16": 233000, + "2022-08-01": 233000, + "2022-08-16": 233000, + "2022-09-01": 233000, + "2022-09-16": 233000, + "2022-10-01": 233000, + "2022-10-16": 233000, + "2022-11-01": 233000, + "2022-11-16": 233000, + "2022-12-01": 233000, + "2022-12-16": 233000, + "2023-01-01": 233000, + "2023-01-16": 233000, + "2023-02-01": 233000, + "2023-02-16": 233000, + "2023-03-01": 233000, + "2023-03-16": 233000, + "2023-04-01": 233000, + "2023-04-16": 233000, + "2023-05-01": 233000, + "2023-05-16": 233000, + "2023-06-01": 233000, + "2023-06-16": 233000, + "2023-07-01": 233000, + "2023-07-16": 233000, + "2023-08-01": 233000, + "2023-08-16": 233000, + "2023-09-01": 233000, + "2023-09-16": 233000, + "2023-10-01": 360000, + "2023-10-16": 447000, + "2023-11-01": 521000, + "2023-11-16": 608000, + "2023-12-01": 680000, + "2023-12-16": 772000, + "2024-01-01": 906000, + "2024-01-16": 1013000, + "2024-02-01": 1747000, + "2024-02-16": 2344000, + "2024-03-01": 2700000, + "2024-03-16": 3941000, + "2024-04-01": 4175000, + "2024-04-16": 4645000, + "2024-05-01": 5752000, + "2024-05-16": 6791000, + "2024-06-01": 7568000, + "2024-06-16": 8480000, + "2024-07-01": 9203000 + }, + { + "channelName": "Ninja Zombie ch", + "channelId": "UC77YidF-LX3PQkARJYUR8xA", + "tag": "HoloID", + "2022-03-01": -70636000, + "2022-03-16": -70636000, + "2022-04-01": -68960000, + "2022-04-16": -68162000, + "2022-05-01": -66286000, + "2022-05-16": -63905000, + "2022-06-01": -62187000, + "2022-06-16": -59884000, + "2022-07-01": -57580000, + "2022-07-16": -55384000, + "2022-08-01": -52745000, + "2022-08-16": -49160000, + "2022-09-01": -44810000, + "2022-09-16": -41774000, + "2022-10-01": -39331000, + "2022-10-16": -37206000, + "2022-11-01": -35132000, + "2022-11-16": -33357000, + "2022-12-01": -31705000, + "2022-12-16": -30122000, + "2023-01-01": -28343000, + "2023-01-16": -26843000, + "2023-02-01": -25126000, + "2023-02-16": -23678000, + "2023-03-01": -22239000, + "2023-03-16": -20756000, + "2023-04-01": -19358000, + "2023-04-16": -17759000, + "2023-05-01": -15583000, + "2023-05-16": -13877000, + "2023-06-01": -12852000, + "2023-06-16": -11635000, + "2023-07-01": -10676000, + "2023-07-16": -9305000, + "2023-08-01": -8227000, + "2023-08-16": -7072000, + "2023-09-01": -5800000, + "2023-09-16": -3889000, + "2023-10-01": -1899000, + "2023-10-16": -628000, + "2023-11-01": 324000, + "2023-11-16": 1026000, + "2023-12-01": 1870000, + "2023-12-16": 2315000, + "2024-01-01": 2734000, + "2024-01-16": 3165000, + "2024-02-01": 4459000, + "2024-02-16": 5183000, + "2024-03-01": 5790000, + "2024-03-16": 7122000, + "2024-04-01": 8057000, + "2024-04-16": 8497000, + "2024-05-01": 9022000, + "2024-05-16": 9640000, + "2024-06-01": 10283000, + "2024-06-16": 11091000, + "2024-07-01": 11814000 + }, + { + "channelName": "Yura", + "channelId": "UCPYOggGkSobJaGX1QGcOwPg", + "tag": "HoloJP", + "2022-03-01": 7040000, + "2022-03-16": 7040000, + "2022-04-01": 7300000, + "2022-04-16": 7739000, + "2022-05-01": 8932000, + "2022-05-16": 10527000, + "2022-06-01": 11570000, + "2022-06-16": 12213000, + "2022-07-01": 13012000, + "2022-07-16": 13896000, + "2022-08-01": 14551000, + "2022-08-16": 15172000, + "2022-09-01": 15831000, + "2022-09-16": 16686000, + "2022-10-01": 17752000, + "2022-10-16": 19422000, + "2022-11-01": 20590000, + "2022-11-16": 21385000, + "2022-12-01": 22065000, + "2022-12-16": 22594000, + "2023-01-01": 23237000, + "2023-01-16": 23916000, + "2023-02-01": 25342000, + "2023-02-16": 26988000, + "2023-03-01": 27960000, + "2023-03-16": 28733000, + "2023-04-01": 29388000, + "2023-04-16": 30248000, + "2023-05-01": 31111000, + "2023-05-16": 31753000, + "2023-06-01": 32055000, + "2023-06-16": 32459000, + "2023-07-01": 33366000, + "2023-07-16": 34208000, + "2023-08-01": 34737000, + "2023-08-16": 35330000, + "2023-09-01": 35927000, + "2023-09-16": 36511000, + "2023-10-01": 37389000, + "2023-10-16": 38552000, + "2023-11-01": 41483000, + "2023-11-16": 44127000, + "2023-12-01": 45438000, + "2023-12-16": 46846000, + "2024-01-01": 47540000, + "2024-01-16": 48013000, + "2024-02-01": 49776000, + "2024-02-16": 51149000, + "2024-03-01": 52362000, + "2024-03-16": 53843000, + "2024-04-01": 54082000, + "2024-04-16": 54559000, + "2024-05-01": 55211000, + "2024-05-16": 56403000, + "2024-06-01": 57577000, + "2024-06-16": 58795000, + "2024-07-01": 59514000 + }, + { + "channelName": "Mousey Dawg", + "channelId": "UC-WLGfFFD0cPqmVP2J4HowA", + "tag": "Vshojo", + "2022-03-01": 4977000, + "2022-03-16": 4977000, + "2022-04-01": 4977000, + "2022-04-16": 4977000, + "2022-05-01": 4977000, + "2022-05-16": 4977000, + "2022-06-01": 4977000, + "2022-06-16": 4977000, + "2022-07-01": 4977000, + "2022-07-16": 4977000, + "2022-08-01": 4977000, + "2022-08-16": 4977000, + "2022-09-01": 4977000, + "2022-09-16": 4977000, + "2022-10-01": 4977000, + "2022-10-16": 4977000, + "2022-11-01": 4977000, + "2022-11-16": 4977000, + "2022-12-01": 4977000, + "2022-12-16": 4977000, + "2023-01-01": 6687000, + "2023-01-16": 9261000, + "2023-02-01": 10625000, + "2023-02-16": 13345000, + "2023-03-01": 14291000, + "2023-03-16": 14454000, + "2023-04-01": 14559000, + "2023-04-16": 15473000, + "2023-05-01": 18099000, + "2023-05-16": 20374000, + "2023-06-01": 23008000, + "2023-06-16": 24003000, + "2023-07-01": 24756000, + "2023-07-16": 25982000, + "2023-08-01": 26792000, + "2023-08-16": 27532000, + "2023-09-01": 28849000, + "2023-09-16": 30229000, + "2023-10-01": 31818000, + "2023-10-16": 32770000, + "2023-11-01": 34455000, + "2023-11-16": 36359000, + "2023-12-01": 37645000, + "2023-12-16": 38937000, + "2024-01-01": 40100000, + "2024-01-16": 41859000, + "2024-02-01": 47643000, + "2024-02-16": 49160000, + "2024-03-01": 49699000, + "2024-03-16": 50475000, + "2024-04-01": 50831000, + "2024-04-16": 51097000, + "2024-05-01": 51260000, + "2024-05-16": 52526000, + "2024-06-01": 53473000, + "2024-06-16": 54565000, + "2024-07-01": 55272000 + }, + { + "channelName": "VTubeMoment", + "channelId": "UC5aVBQ1ZwMnM3ddNfGChmkw", + "tag": "Other", + "2022-03-01": 6518000, + "2022-03-16": 6518000, + "2022-04-01": 6518000, + "2022-04-16": 6518000, + "2022-05-01": 6518000, + "2022-05-16": 6518000, + "2022-06-01": 6518000, + "2022-06-16": 6518000, + "2022-07-01": 6518000, + "2022-07-16": 6518000, + "2022-08-01": 6518000, + "2022-08-16": 6518000, + "2022-09-01": 6518000, + "2022-09-16": 6518000, + "2022-10-01": 6518000, + "2022-10-16": 6518000, + "2022-11-01": 6518000, + "2022-11-16": 6518000, + "2022-12-01": 6518000, + "2022-12-16": 6518000, + "2023-01-01": 6518000, + "2023-01-16": 6518000, + "2023-02-01": 6518000, + "2023-02-16": 6518000, + "2023-03-01": 6518000, + "2023-03-16": 6518000, + "2023-04-01": 6518000, + "2023-04-16": 6518000, + "2023-05-01": 6518000, + "2023-05-16": 6518000, + "2023-06-01": 6518000, + "2023-06-16": 6518000, + "2023-07-01": 6518000, + "2023-07-16": 6518000, + "2023-08-01": 6518000, + "2023-08-16": 7884000, + "2023-09-01": 8320000, + "2023-09-16": 8742000, + "2023-10-01": 10094000, + "2023-10-16": 10773000, + "2023-11-01": 11179000, + "2023-11-16": 11299000, + "2023-12-01": 11639000, + "2023-12-16": 11923000, + "2024-01-01": 12649000, + "2024-01-16": 13434000, + "2024-02-01": 16105000, + "2024-02-16": 17402000, + "2024-03-01": 18524000, + "2024-03-16": 19943000, + "2024-04-01": 20505000, + "2024-04-16": 20806000, + "2024-05-01": 21110000, + "2024-05-16": 21492000, + "2024-06-01": 21891000, + "2024-06-16": 22280000, + "2024-07-01": 22952000 + }, + { + "channelName": "Obi Vtuber Clips", + "channelId": "UCICvQAnA8u-_nWZa_6i81WA", + "tag": "Other", + "2022-03-01": 49142000, + "2022-03-16": 49142000, + "2022-04-01": 49142000, + "2022-04-16": 49142000, + "2022-05-01": 49142000, + "2022-05-16": 49142000, + "2022-06-01": 49142000, + "2022-06-16": 49142000, + "2022-07-01": 51819000, + "2022-07-16": 52394000, + "2022-08-01": 53789000, + "2022-08-16": 55077000, + "2022-09-01": 56375000, + "2022-09-16": 59056000, + "2022-10-01": 60624000, + "2022-10-16": 61450000, + "2022-11-01": 62213000, + "2022-11-16": 63833000, + "2022-12-01": 65195000, + "2022-12-16": 66213000, + "2023-01-01": 68607000, + "2023-01-16": 70634000, + "2023-02-01": 72473000, + "2023-02-16": 73548000, + "2023-03-01": 75083000, + "2023-03-16": 76877000, + "2023-04-01": 78156000, + "2023-04-16": 79613000, + "2023-05-01": 81312000, + "2023-05-16": 83669000, + "2023-06-01": 85492000, + "2023-06-16": 87816000, + "2023-07-01": 89744000, + "2023-07-16": 91157000, + "2023-08-01": 92391000, + "2023-08-16": 93742000, + "2023-09-01": 94832000, + "2023-09-16": 95826000, + "2023-10-01": 97211000, + "2023-10-16": 98386000, + "2023-11-01": 99684000, + "2023-11-16": 100634000, + "2023-12-01": 101457000, + "2023-12-16": 102382000, + "2024-01-01": 102972000, + "2024-01-16": 103298000, + "2024-02-01": 12935000, + "2024-02-16": 13259000, + "2024-03-01": 13452000, + "2024-03-16": 13927000, + "2024-04-01": 14057000, + "2024-04-16": 14212000, + "2024-05-01": 14436000, + "2024-05-16": 4502000, + "2024-06-01": 5117000, + "2024-06-16": 5750000, + "2024-07-01": 6421000 + }, + { + "channelName": "Jello clips", + "channelId": "UC0uzVIViR-zeJsdcU6fulZg", + "tag": "HoloEN", + "2022-03-01": 12304000, + "2022-03-16": 12304000, + "2022-04-01": 12602000, + "2022-04-16": 12989000, + "2022-05-01": 13411000, + "2022-05-16": 13715000, + "2022-06-01": 14092000, + "2022-06-16": 14248000, + "2022-07-01": 14452000, + "2022-07-16": 14740000, + "2022-08-01": 15099000, + "2022-08-16": 15893000, + "2022-09-01": 16558000, + "2022-09-16": 16870000, + "2022-10-01": 17196000, + "2022-10-16": 17624000, + "2022-11-01": 18345000, + "2022-11-16": 19669000, + "2022-12-01": 20367000, + "2022-12-16": 20943000, + "2023-01-01": 21417000, + "2023-01-16": 21875000, + "2023-02-01": 22106000, + "2023-02-16": 22560000, + "2023-03-01": 22829000, + "2023-03-16": 23056000, + "2023-04-01": 23257000, + "2023-04-16": 23534000, + "2023-05-01": 23759000, + "2023-05-16": 23937000, + "2023-06-01": 24091000, + "2023-06-16": 24238000, + "2023-07-01": 24426000, + "2023-07-16": 24573000, + "2023-08-01": 24730000, + "2023-08-16": 24892000, + "2023-09-01": 25110000, + "2023-09-16": 25335000, + "2023-10-01": 25713000, + "2023-10-16": 25989000, + "2023-11-01": 26193000, + "2023-11-16": 26302000, + "2023-12-01": 26508000, + "2023-12-16": 26650000, + "2024-01-01": 26811000, + "2024-01-16": 26904000, + "2024-02-01": 27191000, + "2024-02-16": 27419000, + "2024-03-01": 27569000, + "2024-03-16": 27862000, + "2024-04-01": 28039000, + "2024-04-16": 28161000, + "2024-05-01": 28355000, + "2024-05-16": 28466000, + "2024-06-01": 28672000, + "2024-06-16": 28864000, + "2024-07-01": 29517000 + }, + { + "channelName": "Clozt", + "channelId": "UCk5Ui4JNiUPDDH1LC6CqiZg", + "tag": "HoloEN", + "2022-03-01": 9243000, + "2022-03-16": 9243000, + "2022-04-01": 9243000, + "2022-04-16": 9243000, + "2022-05-01": 9894000, + "2022-05-16": 10065000, + "2022-06-01": 10957000, + "2022-06-16": 11719000, + "2022-07-01": 13057000, + "2022-07-16": 14374000, + "2022-08-01": 15379000, + "2022-08-16": 17406000, + "2022-09-01": 19454000, + "2022-09-16": 20687000, + "2022-10-01": 22311000, + "2022-10-16": 23897000, + "2022-11-01": 25247000, + "2022-11-16": 26360000, + "2022-12-01": 27593000, + "2022-12-16": 29001000, + "2023-01-01": 29898000, + "2023-01-16": 30601000, + "2023-02-01": 31592000, + "2023-02-16": 33049000, + "2023-03-01": 33862000, + "2023-03-16": 34777000, + "2023-04-01": 35335000, + "2023-04-16": 35797000, + "2023-05-01": 36648000, + "2023-05-16": 37536000, + "2023-06-01": 38418000, + "2023-06-16": 39104000, + "2023-07-01": 40019000, + "2023-07-16": 40631000, + "2023-08-01": 41111000, + "2023-08-16": 41655000, + "2023-09-01": 42612000, + "2023-09-16": 43834000, + "2023-10-01": 44656000, + "2023-10-16": 45350000, + "2023-11-01": 46162000, + "2023-11-16": 47162000, + "2023-12-01": 48166000, + "2023-12-16": 48926000, + "2024-01-01": 49336000, + "2024-01-16": 49606000, + "2024-02-01": 50708000, + "2024-02-16": 51366000, + "2024-03-01": 52008000, + "2024-03-16": 53028000, + "2024-04-01": 53889000, + "2024-04-16": 54416000, + "2024-05-01": 54964000, + "2024-05-16": 55613000, + "2024-06-01": 56142000, + "2024-06-16": 56619000, + "2024-07-01": 57240000 + }, + { + "channelName": "Noises V", + "channelId": "UChEvs0d52w9eY4Ofn6RNs5g", + "tag": "HoloJP", + "2022-03-01": 23201000, + "2022-03-16": 23201000, + "2022-04-01": 23565000, + "2022-04-16": 24068000, + "2022-05-01": 24839000, + "2022-05-16": 25690000, + "2022-06-01": 26431000, + "2022-06-16": 26905000, + "2022-07-01": 27360000, + "2022-07-16": 27783000, + "2022-08-01": 28467000, + "2022-08-16": 28913000, + "2022-09-01": 29767000, + "2022-09-16": 30763000, + "2022-10-01": 31631000, + "2022-10-16": 32080000, + "2022-11-01": 32510000, + "2022-11-16": 32832000, + "2022-12-01": 33129000, + "2022-12-16": 33456000, + "2023-01-01": 33722000, + "2023-01-16": 34114000, + "2023-02-01": 34542000, + "2023-02-16": 35016000, + "2023-03-01": 35442000, + "2023-03-16": 35742000, + "2023-04-01": 35971000, + "2023-04-16": 36097000, + "2023-05-01": 36365000, + "2023-05-16": 36733000, + "2023-06-01": 37194000, + "2023-06-16": 37486000, + "2023-07-01": 37869000, + "2023-07-16": 38152000, + "2023-08-01": 38634000, + "2023-08-16": 39095000, + "2023-09-01": 39677000, + "2023-09-16": 40307000, + "2023-10-01": 40799000, + "2023-10-16": 41323000, + "2023-11-01": 41740000, + "2023-11-16": 42183000, + "2023-12-01": 42680000, + "2023-12-16": 43195000, + "2024-01-01": 43569000, + "2024-01-16": 43921000, + "2024-02-01": 45280000, + "2024-02-16": 45892000, + "2024-03-01": 46209000, + "2024-03-16": 47332000, + "2024-04-01": 47747000, + "2024-04-16": 48332000, + "2024-05-01": 49058000, + "2024-05-16": 49776000, + "2024-06-01": 50715000, + "2024-06-16": 51396000, + "2024-07-01": 52005000 + }, + { + "channelName": "Daily Dose of Nerissa", + "channelId": "UCsgveWdMnkJ48SszvM9wujg", + "tag": "HoloEN", + "2022-03-01": 285000, + "2022-03-16": 285000, + "2022-04-01": 285000, + "2022-04-16": 285000, + "2022-05-01": 285000, + "2022-05-16": 285000, + "2022-06-01": 285000, + "2022-06-16": 285000, + "2022-07-01": 285000, + "2022-07-16": 285000, + "2022-08-01": 285000, + "2022-08-16": 285000, + "2022-09-01": 285000, + "2022-09-16": 285000, + "2022-10-01": 285000, + "2022-10-16": 285000, + "2022-11-01": 285000, + "2022-11-16": 285000, + "2022-12-01": 285000, + "2022-12-16": 285000, + "2023-01-01": 285000, + "2023-01-16": 285000, + "2023-02-01": 285000, + "2023-02-16": 285000, + "2023-03-01": 285000, + "2023-03-16": 285000, + "2023-04-01": 285000, + "2023-04-16": 285000, + "2023-05-01": 285000, + "2023-05-16": 285000, + "2023-06-01": 285000, + "2023-06-16": 285000, + "2023-07-01": 285000, + "2023-07-16": 285000, + "2023-08-01": 285000, + "2023-08-16": 285000, + "2023-09-01": 285000, + "2023-09-16": 285000, + "2023-10-01": 285000, + "2023-10-16": 285000, + "2023-11-01": 285000, + "2023-11-16": 285000, + "2023-12-01": 285000, + "2023-12-16": 285000, + "2024-01-01": 285000, + "2024-01-16": 285000, + "2024-02-01": 285000, + "2024-02-16": 285000, + "2024-03-01": 285000, + "2024-03-16": 285000, + "2024-04-01": 533000, + "2024-04-16": 1264000, + "2024-05-01": 1847000, + "2024-05-16": 1957000, + "2024-06-01": 2395000, + "2024-06-16": 2955000, + "2024-07-01": 3532000 + }, + { + "channelName": "ShiroClips Ch.", + "channelId": "UCiSRGo3nGx0UeCYPEkyGU7A", + "tag": "HoloEN", + "2022-03-01": 18737000, + "2022-03-16": 18737000, + "2022-04-01": 19504000, + "2022-04-16": 21063000, + "2022-05-01": 21680000, + "2022-05-16": 22545000, + "2022-06-01": 23864000, + "2022-06-16": 25003000, + "2022-07-01": 25585000, + "2022-07-16": 26494000, + "2022-08-01": 27482000, + "2022-08-16": 28784000, + "2022-09-01": 29626000, + "2022-09-16": 30224000, + "2022-10-01": 31158000, + "2022-10-16": 31739000, + "2022-11-01": 32878000, + "2022-11-16": 33857000, + "2022-12-01": 34258000, + "2022-12-16": 34648000, + "2023-01-01": 35430000, + "2023-01-16": 35808000, + "2023-02-01": 36301000, + "2023-02-16": 37222000, + "2023-03-01": 37769000, + "2023-03-16": 38714000, + "2023-04-01": 39477000, + "2023-04-16": 40465000, + "2023-05-01": 41391000, + "2023-05-16": 41914000, + "2023-06-01": 42762000, + "2023-06-16": 43425000, + "2023-07-01": 44002000, + "2023-07-16": 44381000, + "2023-08-01": 44795000, + "2023-08-16": 45580000, + "2023-09-01": 46376000, + "2023-09-16": 47272000, + "2023-10-01": 48673000, + "2023-10-16": 49374000, + "2023-11-01": 50185000, + "2023-11-16": 50803000, + "2023-12-01": 51320000, + "2023-12-16": 51865000, + "2024-01-01": 52184000, + "2024-01-16": 52602000, + "2024-02-01": 53681000, + "2024-02-16": 54278000, + "2024-03-01": 54999000, + "2024-03-16": 56098000, + "2024-04-01": 56684000, + "2024-04-16": 57076000, + "2024-05-01": 57619000, + "2024-05-16": 57996000, + "2024-06-01": 58402000, + "2024-06-16": 59252000, + "2024-07-01": 59826000 + }, + { + "channelName": "Bruh Ch. 【HoloEN Clip】", + "channelId": "UC5GMB02IwxGf_nB2bSQ9vUw", + "tag": "HoloEN", + "2022-03-01": 949000, + "2022-03-16": 949000, + "2022-04-01": 949000, + "2022-04-16": 949000, + "2022-05-01": 949000, + "2022-05-16": 949000, + "2022-06-01": 949000, + "2022-06-16": 949000, + "2022-07-01": 949000, + "2022-07-16": 949000, + "2022-08-01": 949000, + "2022-08-16": 949000, + "2022-09-01": 949000, + "2022-09-16": 949000, + "2022-10-01": 949000, + "2022-10-16": 949000, + "2022-11-01": 949000, + "2022-11-16": 949000, + "2022-12-01": 949000, + "2022-12-16": 949000, + "2023-01-01": 949000, + "2023-01-16": 949000, + "2023-02-01": 949000, + "2023-02-16": 949000, + "2023-03-01": 949000, + "2023-03-16": 949000, + "2023-04-01": 949000, + "2023-04-16": 949000, + "2023-05-01": 949000, + "2023-05-16": 949000, + "2023-06-01": 949000, + "2023-06-16": 949000, + "2023-07-01": 949000, + "2023-07-16": 949000, + "2023-08-01": 949000, + "2023-08-16": 949000, + "2023-09-01": 949000, + "2023-09-16": 949000, + "2023-10-01": 1063000, + "2023-10-16": 1482000, + "2023-11-01": 1697000, + "2023-11-16": 1925000, + "2023-12-01": 2107000, + "2023-12-16": 2367000, + "2024-01-01": 2488000, + "2024-01-16": 3144000, + "2024-02-01": 5115000, + "2024-02-16": 5662000, + "2024-03-01": 6694000, + "2024-03-16": 5255000, + "2024-04-01": 5315000, + "2024-04-16": 4682000, + "2024-05-01": 3610000, + "2024-05-16": 3176000, + "2024-06-01": 3233000, + "2024-06-16": 3246000, + "2024-07-01": 3816000 + }, + { + "channelName": "Nerrev", + "channelId": "UCUY4NGgaom5tDxhe4b1YX0g", + "tag": "HoloEN", + "2022-03-01": 11756000, + "2022-03-16": 11756000, + "2022-04-01": 12199000, + "2022-04-16": 13483000, + "2022-05-01": 15347000, + "2022-05-16": 16655000, + "2022-06-01": 18254000, + "2022-06-16": 19140000, + "2022-07-01": 20186000, + "2022-07-16": 21166000, + "2022-08-01": 21917000, + "2022-08-16": 22795000, + "2022-09-01": 24785000, + "2022-09-16": 25744000, + "2022-10-01": 26736000, + "2022-10-16": 27858000, + "2022-11-01": 28262000, + "2022-11-16": 28555000, + "2022-12-01": 29099000, + "2022-12-16": 29938000, + "2023-01-01": 30295000, + "2023-01-16": 30453000, + "2023-02-01": 30855000, + "2023-02-16": 31442000, + "2023-03-01": 31775000, + "2023-03-16": 32548000, + "2023-04-01": 33317000, + "2023-04-16": 34252000, + "2023-05-01": 35083000, + "2023-05-16": 36072000, + "2023-06-01": 36805000, + "2023-06-16": 37542000, + "2023-07-01": 38229000, + "2023-07-16": 39106000, + "2023-08-01": 39508000, + "2023-08-16": 40390000, + "2023-09-01": 40995000, + "2023-09-16": 41708000, + "2023-10-01": 42877000, + "2023-10-16": 43442000, + "2023-11-01": 44545000, + "2023-11-16": 45044000, + "2023-12-01": 45708000, + "2023-12-16": 46589000, + "2024-01-01": 47144000, + "2024-01-16": 47814000, + "2024-02-01": 50079000, + "2024-02-16": 50876000, + "2024-03-01": 51947000, + "2024-03-16": 53450000, + "2024-04-01": 54084000, + "2024-04-16": 54555000, + "2024-05-01": 55133000, + "2024-05-16": 55953000, + "2024-06-01": 56739000, + "2024-06-16": 57449000, + "2024-07-01": 57992000 + }, + { + "channelName": "Bruh Ch.", + "channelId": "UCJg6PqlTWj-LwVK7qEAiIMA", + "tag": "HoloID", + "2022-03-01": -16282000, + "2022-03-16": -16282000, + "2022-04-01": -16059000, + "2022-04-16": -15882000, + "2022-05-01": -15600000, + "2022-05-16": -15053000, + "2022-06-01": -14387000, + "2022-06-16": -13998000, + "2022-07-01": -13750000, + "2022-07-16": -13591000, + "2022-08-01": -13384000, + "2022-08-16": -13112000, + "2022-09-01": -12208000, + "2022-09-16": -11561000, + "2022-10-01": -11100000, + "2022-10-16": -10836000, + "2022-11-01": -10522000, + "2022-11-16": -10106000, + "2022-12-01": -9687000, + "2022-12-16": -9181000, + "2023-01-01": -8953000, + "2023-01-16": -8558000, + "2023-02-01": -8189000, + "2023-02-16": -7648000, + "2023-03-01": -7329000, + "2023-03-16": -6822000, + "2023-04-01": -6150000, + "2023-04-16": -5712000, + "2023-05-01": -5105000, + "2023-05-16": -4027000, + "2023-06-01": -3080000, + "2023-06-16": -2380000, + "2023-07-01": -2071000, + "2023-07-16": -1654000, + "2023-08-01": -1332000, + "2023-08-16": -863000, + "2023-09-01": -430000, + "2023-09-16": -235000, + "2023-10-01": -73000, + "2023-10-16": 102000, + "2023-11-01": 199000, + "2023-11-16": 476000, + "2023-12-01": 614000, + "2023-12-16": 942000, + "2024-01-01": 1018000, + "2024-01-16": 1030000, + "2024-02-01": 1079000, + "2024-02-16": 1163000, + "2024-03-01": 1252000, + "2024-03-16": 1159000, + "2024-04-01": 1282000, + "2024-04-16": 1303000, + "2024-05-01": 1311000, + "2024-05-16": 1028000, + "2024-06-01": 1040000, + "2024-06-16": 504000, + "2024-07-01": 1032000 + }, + { + "channelName": "Cooksie", + "channelId": "UCdktGrgQlqxPsvHo6cHF0Ng", + "tag": "Other", + "2022-03-01": 143948000, + "2022-03-16": 143948000, + "2022-04-01": 150941000, + "2022-04-16": 152936000, + "2022-05-01": 156974000, + "2022-05-16": 161728000, + "2022-06-01": 164884000, + "2022-06-16": 171501000, + "2022-07-01": 177269000, + "2022-07-16": 180879000, + "2022-08-01": 183450000, + "2022-08-16": 188237000, + "2022-09-01": 193746000, + "2022-09-16": 199593000, + "2022-10-01": 204027000, + "2022-10-16": 208213000, + "2022-11-01": 213185000, + "2022-11-16": 217346000, + "2022-12-01": 220726000, + "2022-12-16": 223408000, + "2023-01-01": 225897000, + "2023-01-16": 229254000, + "2023-02-01": 231809000, + "2023-02-16": 234038000, + "2023-03-01": 236969000, + "2023-03-16": 238797000, + "2023-04-01": 240887000, + "2023-04-16": 242921000, + "2023-05-01": 244960000, + "2023-05-16": 249133000, + "2023-06-01": 251175000, + "2023-06-16": 253638000, + "2023-07-01": 256202000, + "2023-07-16": 258249000, + "2023-08-01": 259015000, + "2023-08-16": 260173000, + "2023-09-01": 261345000, + "2023-09-16": 263462000, + "2023-10-01": 265222000, + "2023-10-16": 266101000, + "2023-11-01": 267158000, + "2023-11-16": 267853000, + "2023-12-01": 268846000, + "2023-12-16": 269629000, + "2024-01-01": 270195000, + "2024-01-16": 270722000, + "2024-02-01": 276240000, + "2024-02-16": 278727000, + "2024-03-01": 280547000, + "2024-03-16": 282824000, + "2024-04-01": 283379000, + "2024-04-16": 284629000, + "2024-05-01": 285925000, + "2024-05-16": 287178000, + "2024-06-01": 287724000, + "2024-06-16": 288607000, + "2024-07-01": 289132000 + }, + { + "channelName": "Jshay Translations", + "channelId": "UCYtia5cQdXSWH7GLMWxo9UQ", + "tag": "HoloJP", + "2022-03-01": 70381000, + "2022-03-16": 70381000, + "2022-04-01": 71493000, + "2022-04-16": 72023000, + "2022-05-01": 73106000, + "2022-05-16": 74906000, + "2022-06-01": 76104000, + "2022-06-16": 76829000, + "2022-07-01": 77776000, + "2022-07-16": 78735000, + "2022-08-01": 79781000, + "2022-08-16": 81831000, + "2022-09-01": 83806000, + "2022-09-16": 85017000, + "2022-10-01": 87078000, + "2022-10-16": 89576000, + "2022-11-01": 91805000, + "2022-11-16": 93847000, + "2022-12-01": 95173000, + "2022-12-16": 96895000, + "2023-01-01": 99631000, + "2023-01-16": 102225000, + "2023-02-01": 103945000, + "2023-02-16": 106221000, + "2023-03-01": 107858000, + "2023-03-16": 109327000, + "2023-04-01": 110562000, + "2023-04-16": 111977000, + "2023-05-01": 112466000, + "2023-05-16": 113216000, + "2023-06-01": 114108000, + "2023-06-16": 114871000, + "2023-07-01": 115930000, + "2023-07-16": 116627000, + "2023-08-01": 118041000, + "2023-08-16": 118714000, + "2023-09-01": 119534000, + "2023-09-16": 120232000, + "2023-10-01": 121160000, + "2023-10-16": 121868000, + "2023-11-01": 122709000, + "2023-11-16": 123223000, + "2023-12-01": 123761000, + "2023-12-16": 124573000, + "2024-01-01": 125623000, + "2024-01-16": 126272000, + "2024-02-01": 129102000, + "2024-02-16": 129948000, + "2024-03-01": 130999000, + "2024-03-16": 133215000, + "2024-04-01": 134343000, + "2024-04-16": 135282000, + "2024-05-01": 136249000, + "2024-05-16": 137157000, + "2024-06-01": 137982000, + "2024-06-16": 138882000, + "2024-07-01": 139392000 + }, + { + "channelName": "58Clipper", + "channelId": "UC3e64ZI9bZJEEL1_X4V1SZA", + "tag": "HoloEN", + "2022-03-01": 775000, + "2022-03-16": 775000, + "2022-04-01": 775000, + "2022-04-16": 775000, + "2022-05-01": 775000, + "2022-05-16": 775000, + "2022-06-01": 775000, + "2022-06-16": 775000, + "2022-07-01": 775000, + "2022-07-16": 775000, + "2022-08-01": 775000, + "2022-08-16": 775000, + "2022-09-01": 775000, + "2022-09-16": 775000, + "2022-10-01": 775000, + "2022-10-16": 775000, + "2022-11-01": 775000, + "2022-11-16": 775000, + "2022-12-01": 775000, + "2022-12-16": 775000, + "2023-01-01": 775000, + "2023-01-16": 775000, + "2023-02-01": 775000, + "2023-02-16": 775000, + "2023-03-01": 775000, + "2023-03-16": 775000, + "2023-04-01": 775000, + "2023-04-16": 775000, + "2023-05-01": 775000, + "2023-05-16": 775000, + "2023-06-01": 775000, + "2023-06-16": 775000, + "2023-07-01": 775000, + "2023-07-16": 775000, + "2023-08-01": 775000, + "2023-08-16": 775000, + "2023-09-01": 775000, + "2023-09-16": 830000, + "2023-10-01": 1293000, + "2023-10-16": 1615000, + "2023-11-01": 1799000, + "2023-11-16": 1952000, + "2023-12-01": 2125000, + "2023-12-16": 2272000, + "2024-01-01": 2688000, + "2024-01-16": 2880000, + "2024-02-01": 3177000, + "2024-02-16": 3362000, + "2024-03-01": 3555000, + "2024-03-16": 3737000, + "2024-04-01": 3865000, + "2024-04-16": 4007000, + "2024-05-01": 4152000, + "2024-05-16": 4636000, + "2024-06-01": 4902000, + "2024-06-16": 5241000, + "2024-07-01": 5738000 + }, + { + "channelName": "The Arrow🎥 草 Clipper", + "channelId": "UC6gtXKG7i_1Rv9_aGEVWXFA", + "tag": "HoloEN", + "2022-03-01": 4791000, + "2022-03-16": 4791000, + "2022-04-01": 4861000, + "2022-04-16": 4929000, + "2022-05-01": 5033000, + "2022-05-16": 5117000, + "2022-06-01": 5233000, + "2022-06-16": 5404000, + "2022-07-01": 5613000, + "2022-07-16": 5823000, + "2022-08-01": 6430000, + "2022-08-16": 7500000, + "2022-09-01": 8833000, + "2022-09-16": 9271000, + "2022-10-01": 10064000, + "2022-10-16": 10685000, + "2022-11-01": 11247000, + "2022-11-16": 11757000, + "2022-12-01": 12168000, + "2022-12-16": 12721000, + "2023-01-01": 13213000, + "2023-01-16": 13606000, + "2023-02-01": 13891000, + "2023-02-16": 14272000, + "2023-03-01": 14439000, + "2023-03-16": 14921000, + "2023-04-01": 15191000, + "2023-04-16": 15486000, + "2023-05-01": 15970000, + "2023-05-16": 16355000, + "2023-06-01": 16798000, + "2023-06-16": 17270000, + "2023-07-01": 17808000, + "2023-07-16": 18344000, + "2023-08-01": 18553000, + "2023-08-16": 18778000, + "2023-09-01": 19299000, + "2023-09-16": 19996000, + "2023-10-01": 20842000, + "2023-10-16": 21320000, + "2023-11-01": 21970000, + "2023-11-16": 22460000, + "2023-12-01": 22852000, + "2023-12-16": 23592000, + "2024-01-01": 24103000, + "2024-01-16": 24685000, + "2024-02-01": 26945000, + "2024-02-16": 27800000, + "2024-03-01": 28267000, + "2024-03-16": 29447000, + "2024-04-01": 29963000, + "2024-04-16": 30431000, + "2024-05-01": 31232000, + "2024-05-16": 31715000, + "2024-06-01": 32232000, + "2024-06-16": 32947000, + "2024-07-01": 33439000 + }, + { + "channelName": "Daily Michi Mochievee", + "channelId": "UCfahhm2b2cDlOGNU6gCvyXg", + "tag": "Vshojo", + "2022-03-01": 150000, + "2022-03-16": 150000, + "2022-04-01": 150000, + "2022-04-16": 150000, + "2022-05-01": 150000, + "2022-05-16": 150000, + "2022-06-01": 150000, + "2022-06-16": 150000, + "2022-07-01": 150000, + "2022-07-16": 150000, + "2022-08-01": 150000, + "2022-08-16": 150000, + "2022-09-01": 150000, + "2022-09-16": 150000, + "2022-10-01": 150000, + "2022-10-16": 150000, + "2022-11-01": 150000, + "2022-11-16": 150000, + "2022-12-01": 150000, + "2022-12-16": 150000, + "2023-01-01": 150000, + "2023-01-16": 150000, + "2023-02-01": 150000, + "2023-02-16": 150000, + "2023-03-01": 150000, + "2023-03-16": 150000, + "2023-04-01": 150000, + "2023-04-16": 150000, + "2023-05-01": 150000, + "2023-05-16": 150000, + "2023-06-01": 150000, + "2023-06-16": 150000, + "2023-07-01": 150000, + "2023-07-16": 150000, + "2023-08-01": 150000, + "2023-08-16": 150000, + "2023-09-01": 150000, + "2023-09-16": 150000, + "2023-10-01": 150000, + "2023-10-16": 150000, + "2023-11-01": 150000, + "2023-11-16": 150000, + "2023-12-01": 150000, + "2023-12-16": 150000, + "2024-01-01": 150000, + "2024-01-16": 150000, + "2024-02-01": 150000, + "2024-02-16": 150000, + "2024-03-01": 150000, + "2024-03-16": 150000, + "2024-04-01": 150000, + "2024-04-16": 150000, + "2024-05-01": 657000, + "2024-05-16": 1256000, + "2024-06-01": 1559000, + "2024-06-16": 2437000, + "2024-07-01": 2926000 + }, + { + "channelName": "Rizulix", + "channelId": "UCWrjEwCdDhXSA45V97RjBSw", + "tag": "HoloEN", + "2022-03-01": 118400000, + "2022-03-16": 118400000, + "2022-04-01": 120762000, + "2022-04-16": 122044000, + "2022-05-01": 124915000, + "2022-05-16": 125292000, + "2022-06-01": 126494000, + "2022-06-16": 131107000, + "2022-07-01": 136211000, + "2022-07-16": 139326000, + "2022-08-01": 141665000, + "2022-08-16": 143447000, + "2022-09-01": 144065000, + "2022-09-16": 144468000, + "2022-10-01": 144853000, + "2022-10-16": 145177000, + "2022-11-01": 145481000, + "2022-11-16": 145733000, + "2022-12-01": 145975000, + "2022-12-16": 146349000, + "2023-01-01": 147028000, + "2023-01-16": 148411000, + "2023-02-01": 148732000, + "2023-02-16": 148889000, + "2023-03-01": 149060000, + "2023-03-16": 149688000, + "2023-04-01": 150734000, + "2023-04-16": 152286000, + "2023-05-01": 153778000, + "2023-05-16": 154255000, + "2023-06-01": 154544000, + "2023-06-16": 154777000, + "2023-07-01": 155017000, + "2023-07-16": 155218000, + "2023-08-01": 155369000, + "2023-08-16": 155558000, + "2023-09-01": 155860000, + "2023-09-16": 156537000, + "2023-10-01": 156946000, + "2023-10-16": 157239000, + "2023-11-01": 157431000, + "2023-11-16": 157572000, + "2023-12-01": 157924000, + "2023-12-16": 158306000, + "2024-01-01": 158460000, + "2024-01-16": 158597000, + "2024-02-01": 159116000, + "2024-02-16": 159368000, + "2024-03-01": 159669000, + "2024-03-16": 160089000, + "2024-04-01": 160268000, + "2024-04-16": 160416000, + "2024-05-01": 160553000, + "2024-05-16": 160671000, + "2024-06-01": 160766000, + "2024-06-16": 161146000, + "2024-07-01": 161624000 + }, + { + "channelName": "Ameki Ch.", + "channelId": "UCrfStwTl359tACtITSKwYVA", + "tag": "HoloJP", + "2022-03-01": 1071000, + "2022-03-16": 1071000, + "2022-04-01": 1120000, + "2022-04-16": 1141000, + "2022-05-01": 1744000, + "2022-05-16": 2140000, + "2022-06-01": 2647000, + "2022-06-16": 2940000, + "2022-07-01": 3384000, + "2022-07-16": 4127000, + "2022-08-01": 4591000, + "2022-08-16": 5329000, + "2022-09-01": 6016000, + "2022-09-16": 6370000, + "2022-10-01": 6687000, + "2022-10-16": 7601000, + "2022-11-01": 8324000, + "2022-11-16": 8489000, + "2022-12-01": 8954000, + "2022-12-16": 9323000, + "2023-01-01": 9977000, + "2023-01-16": 10500000, + "2023-02-01": 10890000, + "2023-02-16": 11319000, + "2023-03-01": 11683000, + "2023-03-16": 12721000, + "2023-04-01": 13261000, + "2023-04-16": 13559000, + "2023-05-01": 13961000, + "2023-05-16": 14352000, + "2023-06-01": 14968000, + "2023-06-16": 15333000, + "2023-07-01": 15581000, + "2023-07-16": 15890000, + "2023-08-01": 16135000, + "2023-08-16": 16445000, + "2023-09-01": 16934000, + "2023-09-16": 17705000, + "2023-10-01": 18184000, + "2023-10-16": 18747000, + "2023-11-01": 19133000, + "2023-11-16": 19531000, + "2023-12-01": 19892000, + "2023-12-16": 20352000, + "2024-01-01": 20937000, + "2024-01-16": 21216000, + "2024-02-01": 22085000, + "2024-02-16": 22568000, + "2024-03-01": 23128000, + "2024-03-16": 23967000, + "2024-04-01": 24253000, + "2024-04-16": 24538000, + "2024-05-01": 25656000, + "2024-05-16": 27198000, + "2024-06-01": 27766000, + "2024-06-16": 28196000, + "2024-07-01": 28658000 + }, + { + "channelName": "Vaan Ch.", + "channelId": "UCV3h2_srSVaiEmjrZ8v7Qsw", + "tag": "HoloEN", + "2022-03-01": 55793000, + "2022-03-16": 55793000, + "2022-04-01": 57343000, + "2022-04-16": 58899000, + "2022-05-01": 62047000, + "2022-05-16": 64332000, + "2022-06-01": 65854000, + "2022-06-16": 67516000, + "2022-07-01": 68956000, + "2022-07-16": 70431000, + "2022-08-01": 72059000, + "2022-08-16": 74348000, + "2022-09-01": 75460000, + "2022-09-16": 76663000, + "2022-10-01": 77886000, + "2022-10-16": 79041000, + "2022-11-01": 79919000, + "2022-11-16": 80997000, + "2022-12-01": 82098000, + "2022-12-16": 83014000, + "2023-01-01": 83687000, + "2023-01-16": 84147000, + "2023-02-01": 84847000, + "2023-02-16": 85701000, + "2023-03-01": 86603000, + "2023-03-16": 87032000, + "2023-04-01": 87763000, + "2023-04-16": 88342000, + "2023-05-01": 88775000, + "2023-05-16": 89083000, + "2023-06-01": 89900000, + "2023-06-16": 90588000, + "2023-07-01": 91133000, + "2023-07-16": 91691000, + "2023-08-01": 91877000, + "2023-08-16": 92347000, + "2023-09-01": 92809000, + "2023-09-16": 93579000, + "2023-10-01": 94432000, + "2023-10-16": 95130000, + "2023-11-01": 95818000, + "2023-11-16": 96241000, + "2023-12-01": 96937000, + "2023-12-16": 97523000, + "2024-01-01": 97907000, + "2024-01-16": 98257000, + "2024-02-01": 99718000, + "2024-02-16": 100225000, + "2024-03-01": 100781000, + "2024-03-16": 101803000, + "2024-04-01": 102388000, + "2024-04-16": 102979000, + "2024-05-01": 103466000, + "2024-05-16": 104145000, + "2024-06-01": 104634000, + "2024-06-16": 105021000, + "2024-07-01": 105483000 + }, + { + "channelName": "Hota Ch •", + "channelId": "UCiiJJnffOIFswxasACPpMeg", + "tag": "HoloEN", + "2022-03-01": 1661000, + "2022-03-16": 1661000, + "2022-04-01": 1678000, + "2022-04-16": 1702000, + "2022-05-01": 1715000, + "2022-05-16": 1724000, + "2022-06-01": 1732000, + "2022-06-16": 1741000, + "2022-07-01": 1747000, + "2022-07-16": 1753000, + "2022-08-01": 1758000, + "2022-08-16": 2047000, + "2022-09-01": 2368000, + "2022-09-16": 2428000, + "2022-10-01": 2484000, + "2022-10-16": 2500000, + "2022-11-01": 3125000, + "2022-11-16": 3349000, + "2022-12-01": 3402000, + "2022-12-16": 3412000, + "2023-01-01": 3432000, + "2023-01-16": 3514000, + "2023-02-01": 3550000, + "2023-02-16": 4025000, + "2023-03-01": 4982000, + "2023-03-16": 5153000, + "2023-04-01": 5386000, + "2023-04-16": 5528000, + "2023-05-01": 5663000, + "2023-05-16": 5717000, + "2023-06-01": 5760000, + "2023-06-16": 5866000, + "2023-07-01": 5975000, + "2023-07-16": 6055000, + "2023-08-01": 6138000, + "2023-08-16": 6384000, + "2023-09-01": 6622000, + "2023-09-16": 8807000, + "2023-10-01": 9967000, + "2023-10-16": 10775000, + "2023-11-01": 11740000, + "2023-11-16": 12458000, + "2023-12-01": 13233000, + "2023-12-16": 13788000, + "2024-01-01": 14068000, + "2024-01-16": 14376000, + "2024-02-01": 14952000, + "2024-02-16": 15170000, + "2024-03-01": 15325000, + "2024-03-16": 15673000, + "2024-04-01": 15812000, + "2024-04-16": 15882000, + "2024-05-01": 15951000, + "2024-05-16": 16057000, + "2024-06-01": 16218000, + "2024-06-16": 16468000, + "2024-07-01": 16927000 + }, + { + "channelName": "hololamp", + "channelId": "UCTl2VUuIQ60jHUdHCHz7ZDA", + "tag": "HoloJP", + "2022-03-01": 34436000, + "2022-03-16": 34436000, + "2022-04-01": 35703000, + "2022-04-16": 36817000, + "2022-05-01": 37994000, + "2022-05-16": 40034000, + "2022-06-01": 41596000, + "2022-06-16": 42623000, + "2022-07-01": 43429000, + "2022-07-16": 44366000, + "2022-08-01": 45891000, + "2022-08-16": 50461000, + "2022-09-01": 53922000, + "2022-09-16": 56051000, + "2022-10-01": 57771000, + "2022-10-16": 58967000, + "2022-11-01": 59896000, + "2022-11-16": 61706000, + "2022-12-01": 63167000, + "2022-12-16": 63933000, + "2023-01-01": 65236000, + "2023-01-16": 66457000, + "2023-02-01": 67879000, + "2023-02-16": 69862000, + "2023-03-01": 70952000, + "2023-03-16": 72027000, + "2023-04-01": 72832000, + "2023-04-16": 73941000, + "2023-05-01": 76008000, + "2023-05-16": 77457000, + "2023-06-01": 78685000, + "2023-06-16": 79928000, + "2023-07-01": 81186000, + "2023-07-16": 82129000, + "2023-08-01": 82979000, + "2023-08-16": 83692000, + "2023-09-01": 84586000, + "2023-09-16": 85690000, + "2023-10-01": 86540000, + "2023-10-16": 87858000, + "2023-11-01": 89180000, + "2023-11-16": 90511000, + "2023-12-01": 91680000, + "2023-12-16": 92615000, + "2024-01-01": 93568000, + "2024-01-16": 94282000, + "2024-02-01": 95781000, + "2024-02-16": 96682000, + "2024-03-01": 97686000, + "2024-03-16": 100143000, + "2024-04-01": 100871000, + "2024-04-16": 101565000, + "2024-05-01": 102600000, + "2024-05-16": 103461000, + "2024-06-01": 104241000, + "2024-06-16": 104918000, + "2024-07-01": 105375000 + }, + { + "channelName": "Sushi Clips", + "channelId": "UC4Fh9OcvIEWK405Cvg25jDw", + "tag": "HoloJP", + "2022-03-01": -236681000, + "2022-03-16": -236681000, + "2022-04-01": -218910000, + "2022-04-16": -202503000, + "2022-05-01": -180118000, + "2022-05-16": -160879000, + "2022-06-01": -147740000, + "2022-06-16": -132651000, + "2022-07-01": -117186000, + "2022-07-16": -102233000, + "2022-08-01": -86037000, + "2022-08-16": -71517000, + "2022-09-01": -55328000, + "2022-09-16": -36467000, + "2022-10-01": -24392000, + "2022-10-16": -14737000, + "2022-11-01": -12461000, + "2022-11-16": -10959000, + "2022-12-01": -9553000, + "2022-12-16": -8363000, + "2023-01-01": -6639000, + "2023-01-16": -6333000, + "2023-02-01": -6115000, + "2023-02-16": -5993000, + "2023-03-01": -5965000, + "2023-03-16": -5951000, + "2023-04-01": -5889000, + "2023-04-16": -5592000, + "2023-05-01": -4855000, + "2023-05-16": -2992000, + "2023-06-01": -817000, + "2023-06-16": 3216000, + "2023-07-01": 5159000, + "2023-07-16": 6213000, + "2023-08-01": 7647000, + "2023-08-16": 9085000, + "2023-09-01": 11281000, + "2023-09-16": 13382000, + "2023-10-01": 15365000, + "2023-10-16": 17638000, + "2023-11-01": 18805000, + "2023-11-16": 20299000, + "2023-12-01": 22875000, + "2023-12-16": 25130000, + "2024-01-01": 26689000, + "2024-01-16": 27592000, + "2024-02-01": 29551000, + "2024-02-16": 30102000, + "2024-03-01": 30705000, + "2024-03-16": 33384000, + "2024-04-01": 34226000, + "2024-04-16": 34523000, + "2024-05-01": 35185000, + "2024-05-16": 35545000, + "2024-06-01": 35891000, + "2024-06-16": 36207000, + "2024-07-01": 36662000 + }, + { + "channelName": "Daily Dose Of Henya The Genius", + "channelId": "UC-ataQ0OchQA14oy3Dv3pSw", + "tag": "Vshojo", + "2022-03-01": 1674000, + "2022-03-16": 1674000, + "2022-04-01": 1674000, + "2022-04-16": 1674000, + "2022-05-01": 1674000, + "2022-05-16": 1674000, + "2022-06-01": 1674000, + "2022-06-16": 1674000, + "2022-07-01": 1674000, + "2022-07-16": 1674000, + "2022-08-01": 1674000, + "2022-08-16": 1674000, + "2022-09-01": 1674000, + "2022-09-16": 1674000, + "2022-10-01": 1674000, + "2022-10-16": 1674000, + "2022-11-01": 1674000, + "2022-11-16": 1674000, + "2022-12-01": 1674000, + "2022-12-16": 1674000, + "2023-01-01": 1674000, + "2023-01-16": 1674000, + "2023-02-01": 1674000, + "2023-02-16": 1674000, + "2023-03-01": 1674000, + "2023-03-16": 1674000, + "2023-04-01": 1674000, + "2023-04-16": 1674000, + "2023-05-01": 1674000, + "2023-05-16": 1674000, + "2023-06-01": 1674000, + "2023-06-16": 1674000, + "2023-07-01": 1674000, + "2023-07-16": 2128000, + "2023-08-01": 2429000, + "2023-08-16": 3379000, + "2023-09-01": 4016000, + "2023-09-16": 4384000, + "2023-10-01": 5027000, + "2023-10-16": 5646000, + "2023-11-01": 6113000, + "2023-11-16": 6754000, + "2023-12-01": 7837000, + "2023-12-16": 8603000, + "2024-01-01": 9571000, + "2024-01-16": 10250000, + "2024-02-01": 12796000, + "2024-02-16": 13400000, + "2024-03-01": 14367000, + "2024-03-16": 15786000, + "2024-04-01": 16798000, + "2024-04-16": 17463000, + "2024-05-01": 18277000, + "2024-05-16": 18821000, + "2024-06-01": 19513000, + "2024-06-16": 20177000, + "2024-07-01": 20614000 + }, + { + "channelName": "Kazuki Ich.", + "channelId": "UCFuZ8CdroQJihcKddJnLjmA", + "tag": "HoloEN", + "2022-03-01": 2733000, + "2022-03-16": 2733000, + "2022-04-01": 2913000, + "2022-04-16": 4014000, + "2022-05-01": 4413000, + "2022-05-16": 4990000, + "2022-06-01": 5575000, + "2022-06-16": 5884000, + "2022-07-01": 7325000, + "2022-07-16": 8130000, + "2022-08-01": 8908000, + "2022-08-16": 9413000, + "2022-09-01": 9912000, + "2022-09-16": 10380000, + "2022-10-01": 10825000, + "2022-10-16": 11170000, + "2022-11-01": 11685000, + "2022-11-16": 12228000, + "2022-12-01": 12790000, + "2022-12-16": 13282000, + "2023-01-01": 13749000, + "2023-01-16": 14167000, + "2023-02-01": 14499000, + "2023-02-16": 14737000, + "2023-03-01": 15172000, + "2023-03-16": 15362000, + "2023-04-01": 15862000, + "2023-04-16": 16197000, + "2023-05-01": 16827000, + "2023-05-16": 17164000, + "2023-06-01": 17512000, + "2023-06-16": 17722000, + "2023-07-01": 17936000, + "2023-07-16": 18219000, + "2023-08-01": 18394000, + "2023-08-16": 18578000, + "2023-09-01": 18826000, + "2023-09-16": 19211000, + "2023-10-01": 19749000, + "2023-10-16": 19951000, + "2023-11-01": 20101000, + "2023-11-16": 20368000, + "2023-12-01": 20703000, + "2023-12-16": 21022000, + "2024-01-01": 21199000, + "2024-01-16": 21402000, + "2024-02-01": 22106000, + "2024-02-16": 22344000, + "2024-03-01": 22777000, + "2024-03-16": 23365000, + "2024-04-01": 23916000, + "2024-04-16": 24128000, + "2024-05-01": 24353000, + "2024-05-16": 24578000, + "2024-06-01": 24759000, + "2024-06-16": 25110000, + "2024-07-01": 25543000 + }, + { + "channelName": "Shurii Ch.", + "channelId": "UCwmCvYBYI2fupRNlrKd68DQ", + "tag": "Niji", + "2022-03-01": 27000, + "2022-03-16": 27000, + "2022-04-01": 27000, + "2022-04-16": 27000, + "2022-05-01": 27000, + "2022-05-16": 27000, + "2022-06-01": 27000, + "2022-06-16": 27000, + "2022-07-01": 27000, + "2022-07-16": 27000, + "2022-08-01": 27000, + "2022-08-16": 27000, + "2022-09-01": 27000, + "2022-09-16": 27000, + "2022-10-01": 27000, + "2022-10-16": 27000, + "2022-11-01": 27000, + "2022-11-16": 27000, + "2022-12-01": 27000, + "2022-12-16": 27000, + "2023-01-01": 27000, + "2023-01-16": 115000, + "2023-02-01": 255000, + "2023-02-16": 579000, + "2023-03-01": 1224000, + "2023-03-16": 1904000, + "2023-04-01": 2383000, + "2023-04-16": 2731000, + "2023-05-01": 2916000, + "2023-05-16": 3065000, + "2023-06-01": 3308000, + "2023-06-16": 4011000, + "2023-07-01": 4795000, + "2023-07-16": 5494000, + "2023-08-01": 6141000, + "2023-08-16": 6914000, + "2023-09-01": 7793000, + "2023-09-16": 8816000, + "2023-10-01": 9806000, + "2023-10-16": 11319000, + "2023-11-01": 11958000, + "2023-11-16": 12504000, + "2023-12-01": 13097000, + "2023-12-16": 13656000, + "2024-01-01": 14099000, + "2024-01-16": 14480000, + "2024-02-01": 15523000, + "2024-02-16": 16235000, + "2024-03-01": 16423000, + "2024-03-16": 17677000, + "2024-04-01": 18084000, + "2024-04-16": 18538000, + "2024-05-01": 19230000, + "2024-05-16": 20164000, + "2024-06-01": 20906000, + "2024-06-16": 21586000, + "2024-07-01": 22003000 + }, + { + "channelName": "Aiko Okonomiyaki 2", + "channelId": "UCLCmrF8c_IfUXoWuAokRIvA", + "tag": "HoloEN", + "2022-03-01": -30833000, + "2022-03-16": -30833000, + "2022-04-01": -29888000, + "2022-04-16": -28157000, + "2022-05-01": -25721000, + "2022-05-16": -24545000, + "2022-06-01": -23710000, + "2022-06-16": -22487000, + "2022-07-01": -21569000, + "2022-07-16": -21270000, + "2022-08-01": -20510000, + "2022-08-16": -17244000, + "2022-09-01": -16169000, + "2022-09-16": -15492000, + "2022-10-01": -14648000, + "2022-10-16": -13193000, + "2022-11-01": -11898000, + "2022-11-16": -11271000, + "2022-12-01": -10352000, + "2022-12-16": -9491000, + "2023-01-01": -9119000, + "2023-01-16": -8131000, + "2023-02-01": -7026000, + "2023-02-16": -6007000, + "2023-03-01": -4893000, + "2023-03-16": -3599000, + "2023-04-01": -2804000, + "2023-04-16": -2124000, + "2023-05-01": -882000, + "2023-05-16": -667000, + "2023-06-01": -433000, + "2023-06-16": -365000, + "2023-07-01": -330000, + "2023-07-16": -330000, + "2023-08-01": -316000, + "2023-08-16": -288000, + "2023-09-01": -288000, + "2023-09-16": -267000, + "2023-10-01": -243000, + "2023-10-16": -217000, + "2023-11-01": -198000, + "2023-11-16": -20000, + "2023-12-01": 54000, + "2023-12-16": 72000, + "2024-01-01": 100000, + "2024-01-16": 381000, + "2024-02-01": 2161000, + "2024-02-16": 2499000, + "2024-03-01": 3124000, + "2024-03-16": 4422000, + "2024-04-01": 4770000, + "2024-04-16": 5049000, + "2024-05-01": 5300000, + "2024-05-16": 5569000, + "2024-06-01": 5696000, + "2024-06-16": 5821000, + "2024-07-01": 6227000 + }, + { + "channelName": "Hakichu", + "channelId": "UCpBUC5sSZZGMbs-TosytIbw", + "tag": "HoloEN", + "2022-03-01": 72000, + "2022-03-16": 72000, + "2022-04-01": 72000, + "2022-04-16": 72000, + "2022-05-01": 72000, + "2022-05-16": 72000, + "2022-06-01": 72000, + "2022-06-16": 72000, + "2022-07-01": 72000, + "2022-07-16": 72000, + "2022-08-01": 72000, + "2022-08-16": 72000, + "2022-09-01": 72000, + "2022-09-16": 72000, + "2022-10-01": 72000, + "2022-10-16": 72000, + "2022-11-01": 72000, + "2022-11-16": 72000, + "2022-12-01": 72000, + "2022-12-16": 72000, + "2023-01-01": 72000, + "2023-01-16": 72000, + "2023-02-01": 72000, + "2023-02-16": 72000, + "2023-03-01": 72000, + "2023-03-16": 326000, + "2023-04-01": 1241000, + "2023-04-16": 2501000, + "2023-05-01": 3296000, + "2023-05-16": 3768000, + "2023-06-01": 3925000, + "2023-06-16": 4744000, + "2023-07-01": 5795000, + "2023-07-16": 5968000, + "2023-08-01": 6044000, + "2023-08-16": 6332000, + "2023-09-01": 6706000, + "2023-09-16": 7135000, + "2023-10-01": 7547000, + "2023-10-16": 7639000, + "2023-11-01": 7695000, + "2023-11-16": 7884000, + "2023-12-01": 9031000, + "2023-12-16": 9864000, + "2024-01-01": 10568000, + "2024-01-16": 10964000, + "2024-02-01": 12456000, + "2024-02-16": 13183000, + "2024-03-01": 14115000, + "2024-03-16": 15137000, + "2024-04-01": 15391000, + "2024-04-16": 16112000, + "2024-05-01": 16591000, + "2024-05-16": 17416000, + "2024-06-01": 17865000, + "2024-06-16": 18270000, + "2024-07-01": 18668000 + }, + { + "channelName": "Jibrilia", + "channelId": "UCTFk3mQVDFhYhtfD2VNYt3g", + "tag": "HoloEN", + "2022-03-01": 39617000, + "2022-03-16": 39617000, + "2022-04-01": 40201000, + "2022-04-16": 40684000, + "2022-05-01": 41578000, + "2022-05-16": 42126000, + "2022-06-01": 42720000, + "2022-06-16": 43514000, + "2022-07-01": 44039000, + "2022-07-16": 44857000, + "2022-08-01": 46298000, + "2022-08-16": 47653000, + "2022-09-01": 48864000, + "2022-09-16": 49903000, + "2022-10-01": 50975000, + "2022-10-16": 52067000, + "2022-11-01": 53342000, + "2022-11-16": 53861000, + "2022-12-01": 54415000, + "2022-12-16": 54846000, + "2023-01-01": 55257000, + "2023-01-16": 55690000, + "2023-02-01": 56051000, + "2023-02-16": 56481000, + "2023-03-01": 56926000, + "2023-03-16": 57756000, + "2023-04-01": 58374000, + "2023-04-16": 58694000, + "2023-05-01": 59203000, + "2023-05-16": 59746000, + "2023-06-01": 60172000, + "2023-06-16": 60685000, + "2023-07-01": 60992000, + "2023-07-16": 61290000, + "2023-08-01": 61707000, + "2023-08-16": 61991000, + "2023-09-01": 62276000, + "2023-09-16": 62933000, + "2023-10-01": 63448000, + "2023-10-16": 64045000, + "2023-11-01": 64454000, + "2023-11-16": 64696000, + "2023-12-01": 65185000, + "2023-12-16": 65483000, + "2024-01-01": 65756000, + "2024-01-16": 65838000, + "2024-02-01": 67012000, + "2024-02-16": 67424000, + "2024-03-01": 67727000, + "2024-03-16": 68277000, + "2024-04-01": 68690000, + "2024-04-16": 69153000, + "2024-05-01": 69628000, + "2024-05-16": 69879000, + "2024-06-01": 70239000, + "2024-06-16": 70467000, + "2024-07-01": 70858000 + }, + { + "channelName": "Just Egg-san", + "channelId": "UCxQMAtNZDHQn_KqPOMjd3kA", + "tag": "HoloJP", + "2022-03-01": 23761000, + "2022-03-16": 23761000, + "2022-04-01": 23761000, + "2022-04-16": 23761000, + "2022-05-01": 23761000, + "2022-05-16": 23761000, + "2022-06-01": 23761000, + "2022-06-16": 23761000, + "2022-07-01": 23761000, + "2022-07-16": 23761000, + "2022-08-01": 23761000, + "2022-08-16": 23761000, + "2022-09-01": 23761000, + "2022-09-16": 23761000, + "2022-10-01": 23761000, + "2022-10-16": 23761000, + "2022-11-01": 23761000, + "2022-11-16": 23761000, + "2022-12-01": 23761000, + "2022-12-16": 23761000, + "2023-01-01": 23761000, + "2023-01-16": 23761000, + "2023-02-01": 23761000, + "2023-02-16": 23761000, + "2023-03-01": 23761000, + "2023-03-16": 23761000, + "2023-04-01": 23761000, + "2023-04-16": 23761000, + "2023-05-01": 23761000, + "2023-05-16": 23761000, + "2023-06-01": 23761000, + "2023-06-16": 23761000, + "2023-07-01": 23761000, + "2023-07-16": 23761000, + "2023-08-01": 23761000, + "2023-08-16": 24046000, + "2023-09-01": 24356000, + "2023-09-16": 24722000, + "2023-10-01": 25470000, + "2023-10-16": 26068000, + "2023-11-01": 26539000, + "2023-11-16": 26787000, + "2023-12-01": 27114000, + "2023-12-16": 27485000, + "2024-01-01": 27967000, + "2024-01-16": 28367000, + "2024-02-01": 28891000, + "2024-02-16": 29234000, + "2024-03-01": 29735000, + "2024-03-16": 30509000, + "2024-04-01": 31090000, + "2024-04-16": 31817000, + "2024-05-01": 32788000, + "2024-05-16": 33411000, + "2024-06-01": 33996000, + "2024-06-16": 34501000, + "2024-07-01": 34890000 + }, + { + "channelName": "Filian Clips", + "channelId": "UCFqQ_N_ronpqB3myrRn00nA", + "tag": "Other", + "2022-03-01": 2537000, + "2022-03-16": 2537000, + "2022-04-01": 2537000, + "2022-04-16": 2537000, + "2022-05-01": 2537000, + "2022-05-16": 2537000, + "2022-06-01": 2537000, + "2022-06-16": 2537000, + "2022-07-01": 2537000, + "2022-07-16": 2537000, + "2022-08-01": 2537000, + "2022-08-16": 2537000, + "2022-09-01": 2537000, + "2022-09-16": 2537000, + "2022-10-01": 2537000, + "2022-10-16": 2537000, + "2022-11-01": 2537000, + "2022-11-16": 2537000, + "2022-12-01": 2537000, + "2022-12-16": 2537000, + "2023-01-01": 2537000, + "2023-01-16": 2537000, + "2023-02-01": 2537000, + "2023-02-16": 2537000, + "2023-03-01": 2537000, + "2023-03-16": 2537000, + "2023-04-01": 2537000, + "2023-04-16": 2537000, + "2023-05-01": 2537000, + "2023-05-16": 2537000, + "2023-06-01": 2537000, + "2023-06-16": 2537000, + "2023-07-01": 2537000, + "2023-07-16": 2537000, + "2023-08-01": 2537000, + "2023-08-16": 2987000, + "2023-09-01": 3249000, + "2023-09-16": 3574000, + "2023-10-01": 3897000, + "2023-10-16": 4312000, + "2023-11-01": 4682000, + "2023-11-16": 5115000, + "2023-12-01": 5562000, + "2023-12-16": 6157000, + "2024-01-01": 6574000, + "2024-01-16": 6859000, + "2024-02-01": 7405000, + "2024-02-16": 7562000, + "2024-03-01": 7696000, + "2024-03-16": 7948000, + "2024-04-01": 8029000, + "2024-04-16": 8112000, + "2024-05-01": 7762000, + "2024-05-16": 8070000, + "2024-06-01": 8498000, + "2024-06-16": 8879000, + "2024-07-01": 9254000 + }, + { + "channelName": "Sjtree", + "channelId": "UCaV5i9hR_vepxazrhc3zPCw", + "tag": "HoloEN", + "2022-03-01": 2378000, + "2022-03-16": 2378000, + "2022-04-01": 2378000, + "2022-04-16": 2378000, + "2022-05-01": 2378000, + "2022-05-16": 2378000, + "2022-06-01": 2378000, + "2022-06-16": 2378000, + "2022-07-01": 2378000, + "2022-07-16": 2378000, + "2022-08-01": 2378000, + "2022-08-16": 2378000, + "2022-09-01": 2378000, + "2022-09-16": 2378000, + "2022-10-01": 2378000, + "2022-10-16": 2378000, + "2022-11-01": 2378000, + "2022-11-16": 2378000, + "2022-12-01": 2378000, + "2022-12-16": 2378000, + "2023-01-01": 2378000, + "2023-01-16": 2378000, + "2023-02-01": 2378000, + "2023-02-16": 2378000, + "2023-03-01": 2378000, + "2023-03-16": 2378000, + "2023-04-01": 2378000, + "2023-04-16": 2378000, + "2023-05-01": 2378000, + "2023-05-16": 2378000, + "2023-06-01": 2378000, + "2023-06-16": 2378000, + "2023-07-01": 2378000, + "2023-07-16": 2378000, + "2023-08-01": 2378000, + "2023-08-16": 2378000, + "2023-09-01": 2378000, + "2023-09-16": 2436000, + "2023-10-01": 2549000, + "2023-10-16": 2607000, + "2023-11-01": 2643000, + "2023-11-16": 2722000, + "2023-12-01": 2900000, + "2023-12-16": 3096000, + "2024-01-01": 3141000, + "2024-01-16": 3780000, + "2024-02-01": 4005000, + "2024-02-16": 4116000, + "2024-03-01": 4196000, + "2024-03-16": 4506000, + "2024-04-01": 4728000, + "2024-04-16": 4908000, + "2024-05-01": 5114000, + "2024-05-16": 5379000, + "2024-06-01": 5604000, + "2024-06-16": 5702000, + "2024-07-01": 6053000 + }, + { + "channelName": "Sinder Clips", + "channelId": "UCKukR_Da5x6StZx37kvGf9w", + "tag": "Other", + "2022-03-01": 3505000, + "2022-03-16": 3505000, + "2022-04-01": 3505000, + "2022-04-16": 3505000, + "2022-05-01": 3505000, + "2022-05-16": 3505000, + "2022-06-01": 3505000, + "2022-06-16": 3505000, + "2022-07-01": 3505000, + "2022-07-16": 3505000, + "2022-08-01": 3505000, + "2022-08-16": 3505000, + "2022-09-01": 3505000, + "2022-09-16": 3505000, + "2022-10-01": 3505000, + "2022-10-16": 3505000, + "2022-11-01": 3505000, + "2022-11-16": 3505000, + "2022-12-01": 3505000, + "2022-12-16": 3505000, + "2023-01-01": 3505000, + "2023-01-16": 3505000, + "2023-02-01": 3505000, + "2023-02-16": 3505000, + "2023-03-01": 3505000, + "2023-03-16": 3505000, + "2023-04-01": 3505000, + "2023-04-16": 3505000, + "2023-05-01": 3505000, + "2023-05-16": 3505000, + "2023-06-01": 3505000, + "2023-06-16": 3505000, + "2023-07-01": 3505000, + "2023-07-16": 3505000, + "2023-08-01": 3505000, + "2023-08-16": 3505000, + "2023-09-01": 3505000, + "2023-09-16": 3505000, + "2023-10-01": 3505000, + "2023-10-16": 3505000, + "2023-11-01": 3505000, + "2023-11-16": 3505000, + "2023-12-01": 3505000, + "2023-12-16": 3667000, + "2024-01-01": 3793000, + "2024-01-16": 3953000, + "2024-02-01": 4497000, + "2024-02-16": 4716000, + "2024-03-01": 4886000, + "2024-03-16": 5692000, + "2024-04-01": 5963000, + "2024-04-16": 6552000, + "2024-05-01": 6873000, + "2024-05-16": 7421000, + "2024-06-01": 7784000, + "2024-06-16": 8282000, + "2024-07-01": 8628000 + }, + { + "channelName": "Kopla Vtuber Clips", + "channelId": "UC77ulDTTDugLIhfFvsIXHGQ", + "tag": "HoloJP", + "2022-03-01": 85796000, + "2022-03-16": 85796000, + "2022-04-01": 86064000, + "2022-04-16": 86461000, + "2022-05-01": 87405000, + "2022-05-16": 90011000, + "2022-06-01": 92003000, + "2022-06-16": 92888000, + "2022-07-01": 93975000, + "2022-07-16": 95082000, + "2022-08-01": 96391000, + "2022-08-16": 97370000, + "2022-09-01": 97977000, + "2022-09-16": 98694000, + "2022-10-01": 99311000, + "2022-10-16": 100139000, + "2022-11-01": 101330000, + "2022-11-16": 102075000, + "2022-12-01": 102605000, + "2022-12-16": 103115000, + "2023-01-01": 103826000, + "2023-01-16": 104557000, + "2023-02-01": 106076000, + "2023-02-16": 106911000, + "2023-03-01": 107644000, + "2023-03-16": 108557000, + "2023-04-01": 109172000, + "2023-04-16": 110006000, + "2023-05-01": 111058000, + "2023-05-16": 112082000, + "2023-06-01": 113153000, + "2023-06-16": 114005000, + "2023-07-01": 114722000, + "2023-07-16": 115688000, + "2023-08-01": 116016000, + "2023-08-16": 116707000, + "2023-09-01": 117662000, + "2023-09-16": 118431000, + "2023-10-01": 118899000, + "2023-10-16": 119453000, + "2023-11-01": 120009000, + "2023-11-16": 120739000, + "2023-12-01": 121458000, + "2023-12-16": 122041000, + "2024-01-01": 122704000, + "2024-01-16": 123298000, + "2024-02-01": 124655000, + "2024-02-16": 125543000, + "2024-03-01": 126584000, + "2024-03-16": 128216000, + "2024-04-01": 128942000, + "2024-04-16": 129929000, + "2024-05-01": 131862000, + "2024-05-16": 132768000, + "2024-06-01": 133443000, + "2024-06-16": 133900000, + "2024-07-01": 134240000 + }, + { + "channelName": "SelenFPS The Clipper", + "channelId": "UC_sVhy_LrQ0iCx1L61ieBMQ", + "tag": "Niji", + "2022-03-01": 4959000, + "2022-03-16": 4959000, + "2022-04-01": 4959000, + "2022-04-16": 4959000, + "2022-05-01": 4959000, + "2022-05-16": 4959000, + "2022-06-01": 4959000, + "2022-06-16": 4959000, + "2022-07-01": 4959000, + "2022-07-16": 4959000, + "2022-08-01": 4959000, + "2022-08-16": 4959000, + "2022-09-01": 4959000, + "2022-09-16": 4959000, + "2022-10-01": 4959000, + "2022-10-16": 4959000, + "2022-11-01": 4959000, + "2022-11-16": 4959000, + "2022-12-01": 4959000, + "2022-12-16": 4959000, + "2023-01-01": 4959000, + "2023-01-16": 4959000, + "2023-02-01": 4959000, + "2023-02-16": 4959000, + "2023-03-01": 4959000, + "2023-03-16": 5146000, + "2023-04-01": 5280000, + "2023-04-16": 5387000, + "2023-05-01": 5501000, + "2023-05-16": 5608000, + "2023-06-01": 5692000, + "2023-06-16": 5736000, + "2023-07-01": 5823000, + "2023-07-16": 5823000, + "2023-08-01": 5901000, + "2023-08-16": 5988000, + "2023-09-01": 6118000, + "2023-09-16": 6251000, + "2023-10-01": 6373000, + "2023-10-16": 6523000, + "2023-11-01": 6635000, + "2023-11-16": 6796000, + "2023-12-01": 6986000, + "2023-12-16": 7223000, + "2024-01-01": 7550000, + "2024-01-16": 7748000, + "2024-02-01": 7837000, + "2024-02-16": 7855000, + "2024-03-01": 8434000, + "2024-03-16": 9302000, + "2024-04-01": 9410000, + "2024-04-16": 9460000, + "2024-05-01": 9580000, + "2024-05-16": 9799000, + "2024-06-01": 10196000, + "2024-06-16": 10366000, + "2024-07-01": 10706000 + }, + { + "channelName": "Daily Dose Of Neuro&Vedal", + "channelId": "UCiGFu5PErgAg07tUHTLd7Xw", + "tag": "Other", + "2022-03-01": 1310000, + "2022-03-16": 1310000, + "2022-04-01": 1310000, + "2022-04-16": 1310000, + "2022-05-01": 1310000, + "2022-05-16": 1310000, + "2022-06-01": 1310000, + "2022-06-16": 1310000, + "2022-07-01": 1310000, + "2022-07-16": 1310000, + "2022-08-01": 1310000, + "2022-08-16": 1310000, + "2022-09-01": 1310000, + "2022-09-16": 1310000, + "2022-10-01": 1310000, + "2022-10-16": 1310000, + "2022-11-01": 1310000, + "2022-11-16": 1310000, + "2022-12-01": 1310000, + "2022-12-16": 1310000, + "2023-01-01": 1310000, + "2023-01-16": 1310000, + "2023-02-01": 1310000, + "2023-02-16": 1310000, + "2023-03-01": 1310000, + "2023-03-16": 1310000, + "2023-04-01": 1310000, + "2023-04-16": 1310000, + "2023-05-01": 1310000, + "2023-05-16": 1310000, + "2023-06-01": 1310000, + "2023-06-16": 1310000, + "2023-07-01": 1310000, + "2023-07-16": 1310000, + "2023-08-01": 1310000, + "2023-08-16": 1310000, + "2023-09-01": 1310000, + "2023-09-16": 1310000, + "2023-10-01": 1310000, + "2023-10-16": 1310000, + "2023-11-01": 1310000, + "2023-11-16": 1310000, + "2023-12-01": 1310000, + "2023-12-16": 1310000, + "2024-01-01": 1310000, + "2024-01-16": 1310000, + "2024-02-01": 8441000, + "2024-02-16": 9016000, + "2024-03-01": 9240000, + "2024-03-16": 9679000, + "2024-04-01": 10030000, + "2024-04-16": 10254000, + "2024-05-01": 10698000, + "2024-05-16": 11516000, + "2024-06-01": 12361000, + "2024-06-16": 13041000, + "2024-07-01": 13374000 + }, + { + "channelName": "Daily Dose of Snuffy", + "channelId": "UCLU7qj7RHY2TLx6Mu8v3FBQ", + "tag": "Other", + "2022-03-01": 74984000, + "2022-03-16": 74984000, + "2022-04-01": 74984000, + "2022-04-16": 74984000, + "2022-05-01": 74984000, + "2022-05-16": 74984000, + "2022-06-01": 74984000, + "2022-06-16": 74984000, + "2022-07-01": 74984000, + "2022-07-16": 74984000, + "2022-08-01": 74984000, + "2022-08-16": 74984000, + "2022-09-01": 74984000, + "2022-09-16": 74984000, + "2022-10-01": 74984000, + "2022-10-16": 74984000, + "2022-11-01": 74984000, + "2022-11-16": 74984000, + "2022-12-01": 74984000, + "2022-12-16": 74984000, + "2023-01-01": 74984000, + "2023-01-16": 74984000, + "2023-02-01": 74984000, + "2023-02-16": 74984000, + "2023-03-01": 74984000, + "2023-03-16": 74984000, + "2023-04-01": 74984000, + "2023-04-16": 75659000, + "2023-05-01": 76225000, + "2023-05-16": 77257000, + "2023-06-01": 78315000, + "2023-06-16": 78721000, + "2023-07-01": 79358000, + "2023-07-16": 79651000, + "2023-08-01": 80040000, + "2023-08-16": 80385000, + "2023-09-01": 80726000, + "2023-09-16": 81409000, + "2023-10-01": 81512000, + "2023-10-16": 81824000, + "2023-11-01": 82639000, + "2023-11-16": 82987000, + "2023-12-01": 83354000, + "2023-12-16": 83861000, + "2024-01-01": 84198000, + "2024-01-16": 84576000, + "2024-02-01": 85827000, + "2024-02-16": 86105000, + "2024-03-01": 86448000, + "2024-03-16": 87319000, + "2024-04-01": 87653000, + "2024-04-16": 88150000, + "2024-05-01": 88674000, + "2024-05-16": 89617000, + "2024-06-01": 90052000, + "2024-06-16": 90419000, + "2024-07-01": 90749000 + }, + { + "channelName": "Mr kiwi", + "channelId": "UCdIL-jVwdl-rq4XCu4tq8uw", + "tag": "HoloJP", + "2022-03-01": 1576000, + "2022-03-16": 1576000, + "2022-04-01": 1576000, + "2022-04-16": 1576000, + "2022-05-01": 1576000, + "2022-05-16": 1576000, + "2022-06-01": 1576000, + "2022-06-16": 1576000, + "2022-07-01": 1576000, + "2022-07-16": 1576000, + "2022-08-01": 1576000, + "2022-08-16": 1576000, + "2022-09-01": 1576000, + "2022-09-16": 1576000, + "2022-10-01": 1576000, + "2022-10-16": 1576000, + "2022-11-01": 1576000, + "2022-11-16": 1576000, + "2022-12-01": 1576000, + "2022-12-16": 1576000, + "2023-01-01": 1576000, + "2023-01-16": 1576000, + "2023-02-01": 1576000, + "2023-02-16": 1576000, + "2023-03-01": 1576000, + "2023-03-16": 1576000, + "2023-04-01": 1576000, + "2023-04-16": 1576000, + "2023-05-01": 1576000, + "2023-05-16": 1576000, + "2023-06-01": 1576000, + "2023-06-16": 1576000, + "2023-07-01": 1576000, + "2023-07-16": 1576000, + "2023-08-01": 1576000, + "2023-08-16": 1576000, + "2023-09-01": 1576000, + "2023-09-16": 1576000, + "2023-10-01": 1576000, + "2023-10-16": 1576000, + "2023-11-01": 1576000, + "2023-11-16": 1576000, + "2023-12-01": 1576000, + "2023-12-16": 1576000, + "2024-01-01": 1576000, + "2024-01-16": 1576000, + "2024-02-01": 2780000, + "2024-02-16": 3194000, + "2024-03-01": 3589000, + "2024-03-16": 4670000, + "2024-04-01": 5254000, + "2024-04-16": 6063000, + "2024-05-01": 7368000, + "2024-05-16": 8513000, + "2024-06-01": 9107000, + "2024-06-16": 9659000, + "2024-07-01": 9970000 + }, + { + "channelName": "Pekora Clips", + "channelId": "UC1AHMz8zhKrQuRdrG7UyGfQ", + "tag": "HoloJP", + "2022-03-01": 669923.0769230769, + "2022-03-16": 669923.0769230769, + "2022-04-01": 669923.0769230769, + "2022-04-16": 669923.0769230769, + "2022-05-01": 669923.0769230769, + "2022-05-16": 669923.0769230769, + "2022-06-01": 669923.0769230769, + "2022-06-16": 669923.0769230769, + "2022-07-01": 669923.0769230769, + "2022-07-16": 669923.0769230769, + "2022-08-01": 669923.0769230769, + "2022-08-16": 669923.0769230769, + "2022-09-01": 669923.0769230769, + "2022-09-16": 669923.0769230769, + "2022-10-01": 669923.0769230769, + "2022-10-16": 669923.0769230769, + "2022-11-01": 669923.0769230769, + "2022-11-16": 873000, + "2022-12-01": 1278000, + "2022-12-16": 1575000, + "2023-01-01": 2079000, + "2023-01-16": 2618000, + "2023-02-01": 3070000, + "2023-02-16": 3682000, + "2023-03-01": 4082000, + "2023-03-16": 4375000, + "2023-04-01": 4528000, + "2023-04-16": 4558000, + "2023-05-01": 4558000, + "2023-05-16": 4585000, + "2023-06-01": 4607000, + "2023-06-16": 4626000, + "2023-07-01": 4626000, + "2023-07-16": 4626000, + "2023-08-01": 4645000, + "2023-08-16": 4669000, + "2023-09-01": 4726000, + "2023-09-16": 5087000, + "2023-10-01": 5989000, + "2023-10-16": 6724000, + "2023-11-01": 7096000, + "2023-11-16": 7685000, + "2023-12-01": 8175000, + "2023-12-16": 8341000, + "2024-01-01": 8511000, + "2024-01-16": 8895000, + "2024-02-01": 9777000, + "2024-02-16": 10226000, + "2024-03-01": 10527000, + "2024-03-16": 11350000, + "2024-04-01": 11548000, + "2024-04-16": 11875000, + "2024-05-01": 11987000, + "2024-05-16": 12491000, + "2024-06-01": 12972000, + "2024-06-16": 13357000, + "2024-07-01": 13668000 + }, + { + "channelName": "Daily Dose of Anny", + "channelId": "UC0cj02iypAb_qctnEFc25lw", + "tag": "Neuro", + "2022-03-01": 1600000, + "2022-03-16": 1600000, + "2022-04-01": 1600000, + "2022-04-16": 1600000, + "2022-05-01": 1600000, + "2022-05-16": 1600000, + "2022-06-01": 1600000, + "2022-06-16": 1600000, + "2022-07-01": 1600000, + "2022-07-16": 1600000, + "2022-08-01": 1600000, + "2022-08-16": 1600000, + "2022-09-01": 1600000, + "2022-09-16": 1600000, + "2022-10-01": 1600000, + "2022-10-16": 1600000, + "2022-11-01": 1600000, + "2022-11-16": 1600000, + "2022-12-01": 1600000, + "2022-12-16": 1600000, + "2023-01-01": 1600000, + "2023-01-16": 1600000, + "2023-02-01": 1600000, + "2023-02-16": 1600000, + "2023-03-01": 1600000, + "2023-03-16": 1600000, + "2023-04-01": 1600000, + "2023-04-16": 1600000, + "2023-05-01": 1600000, + "2023-05-16": 1600000, + "2023-06-01": 1600000, + "2023-06-16": 1600000, + "2023-07-01": 1600000, + "2023-07-16": 2185000, + "2023-08-01": 2561000, + "2023-08-16": 3506000, + "2023-09-01": 4449000, + "2023-09-16": 5251000, + "2023-10-01": 5439000, + "2023-10-16": 5609000, + "2023-11-01": 5763000, + "2023-11-16": 6481000, + "2023-12-01": 7204000, + "2023-12-16": 7494000, + "2024-01-01": 8091000, + "2024-01-16": 8316000, + "2024-02-01": 10944000, + "2024-02-16": 11541000, + "2024-03-01": 11996000, + "2024-03-16": 12584000, + "2024-04-01": 12979000, + "2024-04-16": 13483000, + "2024-05-01": 13866000, + "2024-05-16": 14157000, + "2024-06-01": 14528000, + "2024-06-16": 14982000, + "2024-07-01": 15277000 + }, + { + "channelName": "Sakasandayo", + "channelId": "UC9MwazSehbDJe-eZ0BNdn-w", + "tag": "HoloEN", + "2022-03-01": 6184000, + "2022-03-16": 6184000, + "2022-04-01": 8341000, + "2022-04-16": 10689000, + "2022-05-01": 12520000, + "2022-05-16": 13596000, + "2022-06-01": 14374000, + "2022-06-16": 15179000, + "2022-07-01": 15910000, + "2022-07-16": 16475000, + "2022-08-01": 17584000, + "2022-08-16": 18885000, + "2022-09-01": 21071000, + "2022-09-16": 23258000, + "2022-10-01": 25391000, + "2022-10-16": 26282000, + "2022-11-01": 26927000, + "2022-11-16": 27921000, + "2022-12-01": 28950000, + "2022-12-16": 29725000, + "2023-01-01": 30582000, + "2023-01-16": 31655000, + "2023-02-01": 32653000, + "2023-02-16": 33093000, + "2023-03-01": 34053000, + "2023-03-16": 34502000, + "2023-04-01": 34887000, + "2023-04-16": 35478000, + "2023-05-01": 36052000, + "2023-05-16": 36715000, + "2023-06-01": 37440000, + "2023-06-16": 38109000, + "2023-07-01": 39316000, + "2023-07-16": 39852000, + "2023-08-01": 40310000, + "2023-08-16": 40839000, + "2023-09-01": 41506000, + "2023-09-16": 42189000, + "2023-10-01": 42913000, + "2023-10-16": 43410000, + "2023-11-01": 43901000, + "2023-11-16": 44383000, + "2023-12-01": 45247000, + "2023-12-16": 45705000, + "2024-01-01": 46224000, + "2024-01-16": 46583000, + "2024-02-01": 47655000, + "2024-02-16": 48134000, + "2024-03-01": 48624000, + "2024-03-16": 49569000, + "2024-04-01": 49855000, + "2024-04-16": 50263000, + "2024-05-01": 50591000, + "2024-05-16": 50980000, + "2024-06-01": 51507000, + "2024-06-16": 51973000, + "2024-07-01": 52265000 + }, + { + "channelName": "Polritz", + "channelId": "UCgzcHr9YA9QfXE8qfRZXNJw", + "tag": "HoloEN", + "2022-03-01": 14562000, + "2022-03-16": 14562000, + "2022-04-01": 14767000, + "2022-04-16": 15581000, + "2022-05-01": 16048000, + "2022-05-16": 16649000, + "2022-06-01": 17389000, + "2022-06-16": 17693000, + "2022-07-01": 17978000, + "2022-07-16": 18185000, + "2022-08-01": 18335000, + "2022-08-16": 18640000, + "2022-09-01": 19398000, + "2022-09-16": 20985000, + "2022-10-01": 21704000, + "2022-10-16": 22311000, + "2022-11-01": 22746000, + "2022-11-16": 22966000, + "2022-12-01": 23061000, + "2022-12-16": 23146000, + "2023-01-01": 23300000, + "2023-01-16": 23500000, + "2023-02-01": 23705000, + "2023-02-16": 23808000, + "2023-03-01": 24141000, + "2023-03-16": 24442000, + "2023-04-01": 24576000, + "2023-04-16": 24820000, + "2023-05-01": 25043000, + "2023-05-16": 25289000, + "2023-06-01": 25487000, + "2023-06-16": 25603000, + "2023-07-01": 25723000, + "2023-07-16": 25828000, + "2023-08-01": 25928000, + "2023-08-16": 25998000, + "2023-09-01": 26085000, + "2023-09-16": 26949000, + "2023-10-01": 27314000, + "2023-10-16": 27503000, + "2023-11-01": 27607000, + "2023-11-16": 27660000, + "2023-12-01": 27707000, + "2023-12-16": 27746000, + "2024-01-01": 27781000, + "2024-01-16": 27812000, + "2024-02-01": 1316000, + "2024-02-16": 1329000, + "2024-03-01": 1240000, + "2024-03-16": 1360000, + "2024-04-01": 1368000, + "2024-04-16": 1379000, + "2024-05-01": 1388000, + "2024-05-16": 1397000, + "2024-06-01": 1410000, + "2024-06-16": 1426000, + "2024-07-01": 1715000 + }, + { + "channelName": "HoloSimp", + "channelId": "UC8u1MYnk65MeHQJ0s7i5bdg", + "tag": "HoloEN", + "2022-03-01": 18000, + "2022-03-16": 18000, + "2022-04-01": 18000, + "2022-04-16": 18000, + "2022-05-01": 18000, + "2022-05-16": 18000, + "2022-06-01": 18000, + "2022-06-16": 18000, + "2022-07-01": 18000, + "2022-07-16": 18000, + "2022-08-01": 18000, + "2022-08-16": 18000, + "2022-09-01": 18000, + "2022-09-16": 18000, + "2022-10-01": 18000, + "2022-10-16": 18000, + "2022-11-01": 18000, + "2022-11-16": 18000, + "2022-12-01": 18000, + "2022-12-16": 18000, + "2023-01-01": 18000, + "2023-01-16": 18000, + "2023-02-01": 18000, + "2023-02-16": 18000, + "2023-03-01": 18000, + "2023-03-16": 18000, + "2023-04-01": 18000, + "2023-04-16": 18000, + "2023-05-01": 18000, + "2023-05-16": 18000, + "2023-06-01": 18000, + "2023-06-16": 18000, + "2023-07-01": 18000, + "2023-07-16": 18000, + "2023-08-01": 18000, + "2023-08-16": 18000, + "2023-09-01": 18000, + "2023-09-16": 18000, + "2023-10-01": 18000, + "2023-10-16": 18000, + "2023-11-01": 18000, + "2023-11-16": 18000, + "2023-12-01": 18000, + "2023-12-16": 383000, + "2024-01-01": 632000, + "2024-01-16": 749000, + "2024-02-01": 1253000, + "2024-02-16": 1368000, + "2024-03-01": 1944000, + "2024-03-16": 2198000, + "2024-04-01": 2757000, + "2024-04-16": 2981000, + "2024-05-01": 3246000, + "2024-05-16": 3591000, + "2024-06-01": 4048000, + "2024-06-16": 4465000, + "2024-07-01": 4748000 + }, + { + "channelName": "NuruNuru Clips", + "channelId": "UC61Gw4pqJW9A4OJOgQcHkMA", + "tag": "HoloEN", + "2022-03-01": 146000, + "2022-03-16": 146000, + "2022-04-01": 146000, + "2022-04-16": 146000, + "2022-05-01": 146000, + "2022-05-16": 146000, + "2022-06-01": 146000, + "2022-06-16": 146000, + "2022-07-01": 146000, + "2022-07-16": 146000, + "2022-08-01": 146000, + "2022-08-16": 146000, + "2022-09-01": 146000, + "2022-09-16": 146000, + "2022-10-01": 146000, + "2022-10-16": 146000, + "2022-11-01": 146000, + "2022-11-16": 146000, + "2022-12-01": 146000, + "2022-12-16": 146000, + "2023-01-01": 146000, + "2023-01-16": 146000, + "2023-02-01": 146000, + "2023-02-16": 146000, + "2023-03-01": 146000, + "2023-03-16": 146000, + "2023-04-01": 146000, + "2023-04-16": 146000, + "2023-05-01": 146000, + "2023-05-16": 146000, + "2023-06-01": 146000, + "2023-06-16": 146000, + "2023-07-01": 146000, + "2023-07-16": 146000, + "2023-08-01": 146000, + "2023-08-16": 146000, + "2023-09-01": 146000, + "2023-09-16": 337000, + "2023-10-01": 727000, + "2023-10-16": 1025000, + "2023-11-01": 1431000, + "2023-11-16": 1733000, + "2023-12-01": 2119000, + "2023-12-16": 2667000, + "2024-01-01": 3189000, + "2024-01-16": 3511000, + "2024-02-01": 3302000, + "2024-02-16": 3698000, + "2024-03-01": 3935000, + "2024-03-16": 4399000, + "2024-04-01": 4625000, + "2024-04-16": 4912000, + "2024-05-01": 5115000, + "2024-05-16": 5346000, + "2024-06-01": 5525000, + "2024-06-16": 5682000, + "2024-07-01": 5964000 + }, + { + "channelName": "Daily Ironmouse", + "channelId": "UClsRr1oF4k4TKPCEOJHiQsw", + "tag": "Vshojo", + "2022-03-01": -342000, + "2022-03-16": -342000, + "2022-04-01": -342000, + "2022-04-16": -342000, + "2022-05-01": -342000, + "2022-05-16": -342000, + "2022-06-01": -342000, + "2022-06-16": -342000, + "2022-07-01": -342000, + "2022-07-16": -342000, + "2022-08-01": -342000, + "2022-08-16": -342000, + "2022-09-01": -342000, + "2022-09-16": -342000, + "2022-10-01": -342000, + "2022-10-16": -342000, + "2022-11-01": -342000, + "2022-11-16": -342000, + "2022-12-01": 1355000, + "2022-12-16": 2736000, + "2023-01-01": 5437000, + "2023-01-16": 7482000, + "2023-02-01": 8627000, + "2023-02-16": 10841000, + "2023-03-01": 13268000, + "2023-03-16": 15472000, + "2023-04-01": 18860000, + "2023-04-16": 22525000, + "2023-05-01": 27429000, + "2023-05-16": 31881000, + "2023-06-01": 34578000, + "2023-06-16": 36218000, + "2023-07-01": 38849000, + "2023-07-16": 40784000, + "2023-08-01": 42244000, + "2023-08-16": 44323000, + "2023-09-01": 46732000, + "2023-09-16": 47817000, + "2023-10-01": 50630000, + "2023-10-16": 53156000, + "2023-11-01": 55304000, + "2023-11-16": 57675000, + "2023-12-01": 61232000, + "2023-12-16": 63463000, + "2024-01-01": 64433000, + "2024-01-16": 65597000, + "2024-02-01": 69147000, + "2024-02-16": 70137000, + "2024-03-01": 68315000, + "2024-03-16": 69554000, + "2024-04-01": 69990000, + "2024-04-16": 70273000, + "2024-05-01": 70558000, + "2024-05-16": 71123000, + "2024-06-01": 71422000, + "2024-06-16": 71759000, + "2024-07-01": 72040000 + }, + { + "channelName": "Clipper With Attitude", + "channelId": "UCyEJGoPnYN34Vl48BDgAjYQ", + "tag": "Other", + "2022-03-01": 5769000, + "2022-03-16": 5769000, + "2022-04-01": 5769000, + "2022-04-16": 5769000, + "2022-05-01": 5769000, + "2022-05-16": 5769000, + "2022-06-01": 5769000, + "2022-06-16": 5769000, + "2022-07-01": 5769000, + "2022-07-16": 7025000, + "2022-08-01": 10078000, + "2022-08-16": 12704000, + "2022-09-01": 15847000, + "2022-09-16": 17803000, + "2022-10-01": 18254000, + "2022-10-16": 19379000, + "2022-11-01": 20023000, + "2022-11-16": 20268000, + "2022-12-01": 20315000, + "2022-12-16": 20855000, + "2023-01-01": 21529000, + "2023-01-16": 22113000, + "2023-02-01": 22280000, + "2023-02-16": 22342000, + "2023-03-01": 22755000, + "2023-03-16": 22933000, + "2023-04-01": 23392000, + "2023-04-16": 25138000, + "2023-05-01": 27846000, + "2023-05-16": 29088000, + "2023-06-01": 30149000, + "2023-06-16": 33454000, + "2023-07-01": 35316000, + "2023-07-16": 36831000, + "2023-08-01": 37805000, + "2023-08-16": 38452000, + "2023-09-01": 38882000, + "2023-09-16": 39787000, + "2023-10-01": 40246000, + "2023-10-16": 40565000, + "2023-11-01": 41268000, + "2023-11-16": 42947000, + "2023-12-01": 44610000, + "2023-12-16": 45423000, + "2024-01-01": 46509000, + "2024-01-16": 47234000, + "2024-02-01": 49138000, + "2024-02-16": 49897000, + "2024-03-01": 50826000, + "2024-03-16": 52115000, + "2024-04-01": 51072000, + "2024-04-16": 51512000, + "2024-05-01": 52259000, + "2024-05-16": 53141000, + "2024-06-01": 53646000, + "2024-06-16": 54012000, + "2024-07-01": 54260000 + }, + { + "channelName": "Rabbit Hole Ch.", + "channelId": "UCGya0basAg5hKTwLJdzyy1w", + "tag": "Niji", + "2022-03-01": 12137000, + "2022-03-16": 12137000, + "2022-04-01": 12137000, + "2022-04-16": 12137000, + "2022-05-01": 12137000, + "2022-05-16": 12137000, + "2022-06-01": 12137000, + "2022-06-16": 12137000, + "2022-07-01": 12137000, + "2022-07-16": 12137000, + "2022-08-01": 12137000, + "2022-08-16": 12137000, + "2022-09-01": 12137000, + "2022-09-16": 12137000, + "2022-10-01": 12137000, + "2022-10-16": 12137000, + "2022-11-01": 12137000, + "2022-11-16": 12137000, + "2022-12-01": 12137000, + "2022-12-16": 12137000, + "2023-01-01": 12137000, + "2023-01-16": 12137000, + "2023-02-01": 12137000, + "2023-02-16": 12137000, + "2023-03-01": 12137000, + "2023-03-16": 12137000, + "2023-04-01": 12137000, + "2023-04-16": 12137000, + "2023-05-01": 12137000, + "2023-05-16": 12137000, + "2023-06-01": 12137000, + "2023-06-16": 12137000, + "2023-07-01": 12137000, + "2023-07-16": 12137000, + "2023-08-01": 12137000, + "2023-08-16": 12137000, + "2023-09-01": 12137000, + "2023-09-16": 12137000, + "2023-10-01": 12137000, + "2023-10-16": 12137000, + "2023-11-01": 12137000, + "2023-11-16": 12137000, + "2023-12-01": 12137000, + "2023-12-16": 12137000, + "2024-01-01": 12137000, + "2024-01-16": 12159000, + "2024-02-01": 12357000, + "2024-02-16": 12801000, + "2024-03-01": 14299000, + "2024-03-16": 15545000, + "2024-04-01": 15745000, + "2024-04-16": 15869000, + "2024-05-01": 15949000, + "2024-05-16": 16085000, + "2024-06-01": 16333000, + "2024-06-16": 16581000, + "2024-07-01": 16825000 + }, + { + "channelName": "TheHolySimpers", + "channelId": "UC9bW_os8TfnVuu1ubCeTKGA", + "tag": "HoloEN", + "2022-03-01": 18000, + "2022-03-16": 18000, + "2022-04-01": 18000, + "2022-04-16": 18000, + "2022-05-01": 18000, + "2022-05-16": 18000, + "2022-06-01": 18000, + "2022-06-16": 18000, + "2022-07-01": 18000, + "2022-07-16": 18000, + "2022-08-01": 18000, + "2022-08-16": 18000, + "2022-09-01": 18000, + "2022-09-16": 18000, + "2022-10-01": 18000, + "2022-10-16": 18000, + "2022-11-01": 18000, + "2022-11-16": 18000, + "2022-12-01": 18000, + "2022-12-16": 18000, + "2023-01-01": 18000, + "2023-01-16": 18000, + "2023-02-01": 18000, + "2023-02-16": 18000, + "2023-03-01": 18000, + "2023-03-16": 18000, + "2023-04-01": 18000, + "2023-04-16": 18000, + "2023-05-01": 18000, + "2023-05-16": 18000, + "2023-06-01": 18000, + "2023-06-16": 18000, + "2023-07-01": 18000, + "2023-07-16": 18000, + "2023-08-01": 18000, + "2023-08-16": 18000, + "2023-09-01": 18000, + "2023-09-16": 283000, + "2023-10-01": 611000, + "2023-10-16": 683000, + "2023-11-01": 715000, + "2023-11-16": 742000, + "2023-12-01": 774000, + "2023-12-16": 814000, + "2024-01-01": 835000, + "2024-01-16": 839000, + "2024-02-01": 850000, + "2024-02-16": 860000, + "2024-03-01": 879000, + "2024-03-16": 1159000, + "2024-04-01": 1269000, + "2024-04-16": 1346000, + "2024-05-01": 1470000, + "2024-05-16": 1589000, + "2024-06-01": 1766000, + "2024-06-16": 2014000, + "2024-07-01": 2257000 + }, + { + "channelName": "Daily Dose of Vedal and Neuro", + "channelId": "UCLXyo5gk45cCAnBPx5SL6zw", + "tag": "Neuro", + "2022-03-01": 471000, + "2022-03-16": 471000, + "2022-04-01": 471000, + "2022-04-16": 471000, + "2022-05-01": 471000, + "2022-05-16": 471000, + "2022-06-01": 471000, + "2022-06-16": 471000, + "2022-07-01": 471000, + "2022-07-16": 471000, + "2022-08-01": 471000, + "2022-08-16": 471000, + "2022-09-01": 471000, + "2022-09-16": 471000, + "2022-10-01": 471000, + "2022-10-16": 471000, + "2022-11-01": 471000, + "2022-11-16": 471000, + "2022-12-01": 471000, + "2022-12-16": 471000, + "2023-01-01": 471000, + "2023-01-16": 471000, + "2023-02-01": 471000, + "2023-02-16": 471000, + "2023-03-01": 471000, + "2023-03-16": 471000, + "2023-04-01": 471000, + "2023-04-16": 471000, + "2023-05-01": 471000, + "2023-05-16": 4201000, + "2023-06-01": 8923000, + "2023-06-16": 12294000, + "2023-07-01": 14018000, + "2023-07-16": 16805000, + "2023-08-01": 18144000, + "2023-08-16": 19195000, + "2023-09-01": 20411000, + "2023-09-16": 21708000, + "2023-10-01": 22998000, + "2023-10-16": 24165000, + "2023-11-01": 25007000, + "2023-11-16": 26325000, + "2023-12-01": 27831000, + "2023-12-16": 28544000, + "2024-01-01": 29227000, + "2024-01-16": 29746000, + "2024-02-01": 32109000, + "2024-02-16": 32825000, + "2024-03-01": 13100000, + "2024-03-16": 13495000, + "2024-04-01": 13665000, + "2024-04-16": 13830000, + "2024-05-01": 14068000, + "2024-05-16": 14552000, + "2024-06-01": 14959000, + "2024-06-16": 15363000, + "2024-07-01": 15602000 + }, + { + "channelName": "Random Tako", + "channelId": "UC3DC4kyzMH5Ke77PH9PW5tw", + "tag": "HoloEN", + "2022-03-01": 8889000, + "2022-03-16": 8889000, + "2022-04-01": 8889000, + "2022-04-16": 8889000, + "2022-05-01": 8889000, + "2022-05-16": 8889000, + "2022-06-01": 8889000, + "2022-06-16": 8889000, + "2022-07-01": 8889000, + "2022-07-16": 8889000, + "2022-08-01": 8889000, + "2022-08-16": 8889000, + "2022-09-01": 8889000, + "2022-09-16": 8889000, + "2022-10-01": 8889000, + "2022-10-16": 8889000, + "2022-11-01": 8889000, + "2022-11-16": 8889000, + "2022-12-01": 8889000, + "2022-12-16": 8889000, + "2023-01-01": 8889000, + "2023-01-16": 8889000, + "2023-02-01": 8889000, + "2023-02-16": 8889000, + "2023-03-01": 8889000, + "2023-03-16": 8889000, + "2023-04-01": 8889000, + "2023-04-16": 8889000, + "2023-05-01": 8889000, + "2023-05-16": 8889000, + "2023-06-01": 8889000, + "2023-06-16": 8889000, + "2023-07-01": 8889000, + "2023-07-16": 8889000, + "2023-08-01": 8889000, + "2023-08-16": 9129000, + "2023-09-01": 9341000, + "2023-09-16": 10169000, + "2023-10-01": 10679000, + "2023-10-16": 10875000, + "2023-11-01": 11183000, + "2023-11-16": 11469000, + "2023-12-01": 11882000, + "2023-12-16": 12073000, + "2024-01-01": 12233000, + "2024-01-16": 12538000, + "2024-02-01": 14591000, + "2024-02-16": 14968000, + "2024-03-01": 15402000, + "2024-03-16": 15995000, + "2024-04-01": 16630000, + "2024-04-16": 17236000, + "2024-05-01": 17871000, + "2024-05-16": 18300000, + "2024-06-01": 18770000, + "2024-06-16": 19002000, + "2024-07-01": 19236000 + }, + { + "channelName": "Shondopilled Individuals", + "channelId": "UCz5C8kGBXSd3hRtxCwUQ3_Q", + "tag": "Other", + "2022-03-01": 12977000, + "2022-03-16": 12977000, + "2022-04-01": 12977000, + "2022-04-16": 12977000, + "2022-05-01": 12977000, + "2022-05-16": 12977000, + "2022-06-01": 12977000, + "2022-06-16": 12977000, + "2022-07-01": 12977000, + "2022-07-16": 12977000, + "2022-08-01": 12977000, + "2022-08-16": 12977000, + "2022-09-01": 12977000, + "2022-09-16": 12977000, + "2022-10-01": 12977000, + "2022-10-16": 12977000, + "2022-11-01": 12977000, + "2022-11-16": 12977000, + "2022-12-01": 12977000, + "2022-12-16": 12977000, + "2023-01-01": 12977000, + "2023-01-16": 12977000, + "2023-02-01": 12977000, + "2023-02-16": 12977000, + "2023-03-01": 12977000, + "2023-03-16": 12977000, + "2023-04-01": 12977000, + "2023-04-16": 12977000, + "2023-05-01": 12977000, + "2023-05-16": 12977000, + "2023-06-01": 12977000, + "2023-06-16": 12977000, + "2023-07-01": 12977000, + "2023-07-16": 12977000, + "2023-08-01": 12977000, + "2023-08-16": 13583000, + "2023-09-01": 14332000, + "2023-09-16": 14787000, + "2023-10-01": 15495000, + "2023-10-16": 16105000, + "2023-11-01": 16831000, + "2023-11-16": 17389000, + "2023-12-01": 17974000, + "2023-12-16": 18283000, + "2024-01-01": 19102000, + "2024-01-16": 19985000, + "2024-02-01": 22283000, + "2024-02-16": 22930000, + "2024-03-01": 24078000, + "2024-03-16": 26026000, + "2024-04-01": 26720000, + "2024-04-16": 27202000, + "2024-05-01": 27672000, + "2024-05-16": 28045000, + "2024-06-01": 28291000, + "2024-06-16": 28518000, + "2024-07-01": 28751000 + }, + { + "channelName": "Owlcean Ch.", + "channelId": "UC5Qktl0hhmm5Y9MDeybOm4Q", + "tag": "HoloEN", + "2022-03-01": 1392000, + "2022-03-16": 1392000, + "2022-04-01": 1392000, + "2022-04-16": 1392000, + "2022-05-01": 1392000, + "2022-05-16": 1392000, + "2022-06-01": 1392000, + "2022-06-16": 1392000, + "2022-07-01": 1392000, + "2022-07-16": 1392000, + "2022-08-01": 1392000, + "2022-08-16": 1392000, + "2022-09-01": 1392000, + "2022-09-16": 1392000, + "2022-10-01": 1392000, + "2022-10-16": 1392000, + "2022-11-01": 1392000, + "2022-11-16": 1392000, + "2022-12-01": 1730000, + "2022-12-16": 1961000, + "2023-01-01": 2189000, + "2023-01-16": 2536000, + "2023-02-01": 2859000, + "2023-02-16": 3121000, + "2023-03-01": 3316000, + "2023-03-16": 3696000, + "2023-04-01": 3848000, + "2023-04-16": 4064000, + "2023-05-01": 4266000, + "2023-05-16": 4455000, + "2023-06-01": 4710000, + "2023-06-16": 4841000, + "2023-07-01": 4961000, + "2023-07-16": 5127000, + "2023-08-01": 5231000, + "2023-08-16": 5326000, + "2023-09-01": 5548000, + "2023-09-16": 6056000, + "2023-10-01": 6348000, + "2023-10-16": 6558000, + "2023-11-01": 6810000, + "2023-11-16": 7245000, + "2023-12-01": 7500000, + "2023-12-16": 7635000, + "2024-01-01": 7764000, + "2024-01-16": 7914000, + "2024-02-01": 8469000, + "2024-02-16": 8925000, + "2024-03-01": 9149000, + "2024-03-16": 9615000, + "2024-04-01": 9773000, + "2024-04-16": 9949000, + "2024-05-01": 10126000, + "2024-05-16": 10325000, + "2024-06-01": 10717000, + "2024-06-16": 10956000, + "2024-07-01": 11188000 + }, + { + "channelName": "Alpha.K V3", + "channelId": "UCA7ufNNKF8vhNR_L-SiN5Jw", + "tag": "HoloEN", + "2022-03-01": -14817000, + "2022-03-16": -14817000, + "2022-04-01": -14331000, + "2022-04-16": -14096000, + "2022-05-01": -13729000, + "2022-05-16": -13396000, + "2022-06-01": -13198000, + "2022-06-16": -12963000, + "2022-07-01": -12494000, + "2022-07-16": -11780000, + "2022-08-01": -11046000, + "2022-08-16": -10478000, + "2022-09-01": -9772000, + "2022-09-16": -9261000, + "2022-10-01": -8089000, + "2022-10-16": -7484000, + "2022-11-01": -6928000, + "2022-11-16": -6505000, + "2022-12-01": -6107000, + "2022-12-16": -5688000, + "2023-01-01": -5374000, + "2023-01-16": -4921000, + "2023-02-01": -4578000, + "2023-02-16": -4164000, + "2023-03-01": -3383000, + "2023-03-16": -3112000, + "2023-04-01": -2933000, + "2023-04-16": -2742000, + "2023-05-01": -2415000, + "2023-05-16": -2091000, + "2023-06-01": -1841000, + "2023-06-16": -1588000, + "2023-07-01": -1255000, + "2023-07-16": -1039000, + "2023-08-01": -766000, + "2023-08-16": -530000, + "2023-09-01": -224000, + "2023-09-16": 22000, + "2023-10-01": 164000, + "2023-10-16": 283000, + "2023-11-01": 397000, + "2023-11-16": 487000, + "2023-12-01": 487000, + "2023-12-16": 587000, + "2024-01-01": 692000, + "2024-01-16": 773000, + "2024-02-01": 947000, + "2024-02-16": 658000, + "2024-03-01": 922000, + "2024-03-16": 1396000, + "2024-04-01": 1605000, + "2024-04-16": 1810000, + "2024-05-01": 1977000, + "2024-05-16": 2151000, + "2024-06-01": 2332000, + "2024-06-16": 2541000, + "2024-07-01": 2768000 + }, + { + "channelName": "Innsomenya", + "channelId": "UCdJijm_LGdXPNYLcCVVjrJg", + "tag": "Neuro", + "2022-03-01": 11990000, + "2022-03-16": 11990000, + "2022-04-01": 12259000, + "2022-04-16": 13528000, + "2022-05-01": 14482000, + "2022-05-16": 15122000, + "2022-06-01": 15903000, + "2022-06-16": 16987000, + "2022-07-01": 18101000, + "2022-07-16": 18848000, + "2022-08-01": 19669000, + "2022-08-16": 20147000, + "2022-09-01": 21233000, + "2022-09-16": 21966000, + "2022-10-01": 22564000, + "2022-10-16": 23479000, + "2022-11-01": 24358000, + "2022-11-16": 24870000, + "2022-12-01": 25465000, + "2022-12-16": 26996000, + "2023-01-01": 27649000, + "2023-01-16": 28087000, + "2023-02-01": 28547000, + "2023-02-16": 29146000, + "2023-03-01": 29717000, + "2023-03-16": 30368000, + "2023-04-01": 30811000, + "2023-04-16": 31438000, + "2023-05-01": 32308000, + "2023-05-16": 33152000, + "2023-06-01": 33892000, + "2023-06-16": 34319000, + "2023-07-01": 34825000, + "2023-07-16": 35361000, + "2023-08-01": 36088000, + "2023-08-16": 37061000, + "2023-09-01": 38474000, + "2023-09-16": 39664000, + "2023-10-01": 40730000, + "2023-10-16": 41264000, + "2023-11-01": 41701000, + "2023-11-16": 42134000, + "2023-12-01": 42739000, + "2023-12-16": 43195000, + "2024-01-01": 43698000, + "2024-01-16": 44221000, + "2024-02-01": 45874000, + "2024-02-16": 46792000, + "2024-03-01": 47477000, + "2024-03-16": 48532000, + "2024-04-01": 48932000, + "2024-04-16": 49190000, + "2024-05-01": 49476000, + "2024-05-16": 49762000, + "2024-06-01": 50083000, + "2024-06-16": 50426000, + "2024-07-01": 50644000 + }, + { + "channelName": "Soju Ch.ソジュ 翻訳者 ", + "channelId": "UCk8bCSSABc2Y_XVh1mFJPQw", + "tag": "Vshojo", + "2022-03-01": 19071000, + "2022-03-16": 19071000, + "2022-04-01": 19333000, + "2022-04-16": 20176000, + "2022-05-01": 20479000, + "2022-05-16": 20630000, + "2022-06-01": 20840000, + "2022-06-16": 20999000, + "2022-07-01": 21227000, + "2022-07-16": 21345000, + "2022-08-01": 21429000, + "2022-08-16": 21509000, + "2022-09-01": 23593000, + "2022-09-16": 24426000, + "2022-10-01": 24609000, + "2022-10-16": 24901000, + "2022-11-01": 25272000, + "2022-11-16": 25491000, + "2022-12-01": 25695000, + "2022-12-16": 25846000, + "2023-01-01": 26005000, + "2023-01-16": 26670000, + "2023-02-01": 27091000, + "2023-02-16": 27409000, + "2023-03-01": 27745000, + "2023-03-16": 28003000, + "2023-04-01": 28517000, + "2023-04-16": 28912000, + "2023-05-01": 29219000, + "2023-05-16": 29392000, + "2023-06-01": 29596000, + "2023-06-16": 29727000, + "2023-07-01": 29927000, + "2023-07-16": 30012000, + "2023-08-01": 30132000, + "2023-08-16": 30250000, + "2023-09-01": 30549000, + "2023-09-16": 30830000, + "2023-10-01": 31005000, + "2023-10-16": 31111000, + "2023-11-01": 31553000, + "2023-11-16": 31725000, + "2023-12-01": 31823000, + "2023-12-16": 31890000, + "2024-01-01": 32032000, + "2024-01-16": 32136000, + "2024-02-01": 32652000, + "2024-02-16": 33132000, + "2024-03-01": 33319000, + "2024-03-16": 33511000, + "2024-04-01": 33672000, + "2024-04-16": 33837000, + "2024-05-01": 34148000, + "2024-05-16": 34399000, + "2024-06-01": 34581000, + "2024-06-16": 34705000, + "2024-07-01": 34920000 + }, + { + "channelName": "Daily Dose of Shiorin", + "channelId": "UCyoFMwJhMc3No3Z6IsrR9dQ", + "tag": "HoloEN", + "2022-03-01": 1154000, + "2022-03-16": 1154000, + "2022-04-01": 1154000, + "2022-04-16": 1154000, + "2022-05-01": 1154000, + "2022-05-16": 1154000, + "2022-06-01": 1154000, + "2022-06-16": 1154000, + "2022-07-01": 1154000, + "2022-07-16": 1154000, + "2022-08-01": 1154000, + "2022-08-16": 1154000, + "2022-09-01": 1154000, + "2022-09-16": 1154000, + "2022-10-01": 1154000, + "2022-10-16": 1154000, + "2022-11-01": 1154000, + "2022-11-16": 1154000, + "2022-12-01": 1154000, + "2022-12-16": 1154000, + "2023-01-01": 1154000, + "2023-01-16": 1154000, + "2023-02-01": 1154000, + "2023-02-16": 1154000, + "2023-03-01": 1154000, + "2023-03-16": 1154000, + "2023-04-01": 1154000, + "2023-04-16": 1154000, + "2023-05-01": 1154000, + "2023-05-16": 1154000, + "2023-06-01": 1154000, + "2023-06-16": 1154000, + "2023-07-01": 1154000, + "2023-07-16": 1154000, + "2023-08-01": 1154000, + "2023-08-16": 1154000, + "2023-09-01": 1154000, + "2023-09-16": 1154000, + "2023-10-01": 1154000, + "2023-10-16": 1154000, + "2023-11-01": 1154000, + "2023-11-16": 1471000, + "2023-12-01": 3731000, + "2023-12-16": 5661000, + "2024-01-01": 6762000, + "2024-01-16": 7955000, + "2024-02-01": 9253000, + "2024-02-16": 9877000, + "2024-03-01": 10490000, + "2024-03-16": 12029000, + "2024-04-01": 12339000, + "2024-04-16": 12612000, + "2024-05-01": 12961000, + "2024-05-16": 13405000, + "2024-06-01": 13691000, + "2024-06-16": 14017000, + "2024-07-01": 14229000 + }, + { + "channelName": "Enya Clips", + "channelId": "UC7u3Yun0dWZ6oo95I6bu6Tw", + "tag": "HoloID", + "2022-03-01": 553000, + "2022-03-16": 553000, + "2022-04-01": 553000, + "2022-04-16": 553000, + "2022-05-01": 553000, + "2022-05-16": 553000, + "2022-06-01": 553000, + "2022-06-16": 553000, + "2022-07-01": 553000, + "2022-07-16": 553000, + "2022-08-01": 553000, + "2022-08-16": 553000, + "2022-09-01": 553000, + "2022-09-16": 553000, + "2022-10-01": 553000, + "2022-10-16": 553000, + "2022-11-01": 553000, + "2022-11-16": 553000, + "2022-12-01": 553000, + "2022-12-16": 553000, + "2023-01-01": 553000, + "2023-01-16": 553000, + "2023-02-01": 553000, + "2023-02-16": 553000, + "2023-03-01": 553000, + "2023-03-16": 553000, + "2023-04-01": 553000, + "2023-04-16": 553000, + "2023-05-01": 553000, + "2023-05-16": 553000, + "2023-06-01": 553000, + "2023-06-16": 553000, + "2023-07-01": 553000, + "2023-07-16": 553000, + "2023-08-01": 553000, + "2023-08-16": 553000, + "2023-09-01": 553000, + "2023-09-16": 553000, + "2023-10-01": 553000, + "2023-10-16": 553000, + "2023-11-01": 553000, + "2023-11-16": 553000, + "2023-12-01": 553000, + "2023-12-16": 553000, + "2024-01-01": 553000, + "2024-01-16": 553000, + "2024-02-01": 553000, + "2024-02-16": 691000, + "2024-03-01": 891000, + "2024-03-16": 1399000, + "2024-04-01": 1643000, + "2024-04-16": 2135000, + "2024-05-01": 2364000, + "2024-05-16": 2453000, + "2024-06-01": 2766000, + "2024-06-16": 2972000, + "2024-07-01": 3180000 + }, + { + "channelName": "Hololive cut", + "channelId": "UCB1070zRgsDwL1RY8rAyS7w", + "tag": "HoloJP", + "2022-03-01": 24348000, + "2022-03-16": 24348000, + "2022-04-01": 24563000, + "2022-04-16": 24773000, + "2022-05-01": 25377000, + "2022-05-16": 26658000, + "2022-06-01": 27713000, + "2022-06-16": 28221000, + "2022-07-01": 28509000, + "2022-07-16": 28942000, + "2022-08-01": 29188000, + "2022-08-16": 29414000, + "2022-09-01": 30328000, + "2022-09-16": 31017000, + "2022-10-01": 31508000, + "2022-10-16": 31753000, + "2022-11-01": 32032000, + "2022-11-16": 32179000, + "2022-12-01": 32362000, + "2022-12-16": 32679000, + "2023-01-01": 32779000, + "2023-01-16": 32962000, + "2023-02-01": 33188000, + "2023-02-16": 33470000, + "2023-03-01": 34354000, + "2023-03-16": 34671000, + "2023-04-01": 34874000, + "2023-04-16": 35246000, + "2023-05-01": 35493000, + "2023-05-16": 35683000, + "2023-06-01": 36089000, + "2023-06-16": 36290000, + "2023-07-01": 36521000, + "2023-07-16": 36811000, + "2023-08-01": 36973000, + "2023-08-16": 37102000, + "2023-09-01": 37388000, + "2023-09-16": 37509000, + "2023-10-01": 37816000, + "2023-10-16": 38070000, + "2023-11-01": 38312000, + "2023-11-16": 38445000, + "2023-12-01": 38670000, + "2023-12-16": 38844000, + "2024-01-01": 38962000, + "2024-01-16": 39145000, + "2024-02-01": 39577000, + "2024-02-16": 40197000, + "2024-03-01": 40437000, + "2024-03-16": 41100000, + "2024-04-01": 41273000, + "2024-04-16": 41532000, + "2024-05-01": 41747000, + "2024-05-16": 42028000, + "2024-06-01": 42543000, + "2024-06-16": 42832000, + "2024-07-01": 43035000 + }, + { + "channelName": "Kiriku Translations", + "channelId": "UCsYcCwDqv6Sg8KMIIMF54SA", + "tag": "HoloJP", + "2022-03-01": 51422000, + "2022-03-16": 51422000, + "2022-04-01": 52214000, + "2022-04-16": 53050000, + "2022-05-01": 54590000, + "2022-05-16": 55908000, + "2022-06-01": 57254000, + "2022-06-16": 58148000, + "2022-07-01": 58839000, + "2022-07-16": 59547000, + "2022-08-01": 61480000, + "2022-08-16": 63775000, + "2022-09-01": 64902000, + "2022-09-16": 65843000, + "2022-10-01": 66775000, + "2022-10-16": 68223000, + "2022-11-01": 68956000, + "2022-11-16": 69517000, + "2022-12-01": 69915000, + "2022-12-16": 70272000, + "2023-01-01": 70571000, + "2023-01-16": 70784000, + "2023-02-01": 71245000, + "2023-02-16": 71952000, + "2023-03-01": 72413000, + "2023-03-16": 72821000, + "2023-04-01": 73374000, + "2023-04-16": 73715000, + "2023-05-01": 74129000, + "2023-05-16": 74408000, + "2023-06-01": 74676000, + "2023-06-16": 74930000, + "2023-07-01": 75184000, + "2023-07-16": 75394000, + "2023-08-01": 75758000, + "2023-08-16": 76085000, + "2023-09-01": 76490000, + "2023-09-16": 76893000, + "2023-10-01": 77285000, + "2023-10-16": 77590000, + "2023-11-01": 77876000, + "2023-11-16": 78113000, + "2023-12-01": 78392000, + "2023-12-16": 78675000, + "2024-01-01": 78909000, + "2024-01-16": 79095000, + "2024-02-01": 80181000, + "2024-02-16": 80778000, + "2024-03-01": 81018000, + "2024-03-16": 81545000, + "2024-04-01": 81787000, + "2024-04-16": 82014000, + "2024-05-01": 82275000, + "2024-05-16": 82422000, + "2024-06-01": 82692000, + "2024-06-16": 82931000, + "2024-07-01": 83103000 + }, + { + "channelName": "Rickchama", + "channelId": "UCraTIScYf9Ch5IqRhuY4IBQ", + "tag": "HoloID", + "2022-03-01": 30707000, + "2022-03-16": 30707000, + "2022-04-01": 30707000, + "2022-04-16": 31179000, + "2022-05-01": 32271000, + "2022-05-16": 33741000, + "2022-06-01": 35569000, + "2022-06-16": 36802000, + "2022-07-01": 39388000, + "2022-07-16": 40624000, + "2022-08-01": 42395000, + "2022-08-16": 44664000, + "2022-09-01": 46825000, + "2022-09-16": 48179000, + "2022-10-01": 49348000, + "2022-10-16": 50290000, + "2022-11-01": 51231000, + "2022-11-16": 51917000, + "2022-12-01": 52608000, + "2022-12-16": 53206000, + "2023-01-01": 53694000, + "2023-01-16": 54294000, + "2023-02-01": 54727000, + "2023-02-16": 55221000, + "2023-03-01": 55496000, + "2023-03-16": 55889000, + "2023-04-01": 56198000, + "2023-04-16": 56470000, + "2023-05-01": 56892000, + "2023-05-16": 57466000, + "2023-06-01": 57890000, + "2023-06-16": 58054000, + "2023-07-01": 58292000, + "2023-07-16": 58531000, + "2023-08-01": 58766000, + "2023-08-16": 59078000, + "2023-09-01": 59406000, + "2023-09-16": 59673000, + "2023-10-01": 59911000, + "2023-10-16": 60062000, + "2023-11-01": 60208000, + "2023-11-16": 60562000, + "2023-12-01": 60736000, + "2023-12-16": 61056000, + "2024-01-01": 61165000, + "2024-01-16": 61394000, + "2024-02-01": 61738000, + "2024-02-16": 61870000, + "2024-03-01": 61991000, + "2024-03-16": 62272000, + "2024-04-01": 62371000, + "2024-04-16": 62538000, + "2024-05-01": 62694000, + "2024-05-16": 62819000, + "2024-06-01": 62976000, + "2024-06-16": 63184000, + "2024-07-01": 63353000 + }, + { + "channelName": "Azehara ch", + "channelId": "UC-okrbB2shgsauFNpqoB5rA", + "tag": "Other", + "2022-03-01": 270000, + "2022-03-16": 270000, + "2022-04-01": 270000, + "2022-04-16": 270000, + "2022-05-01": 270000, + "2022-05-16": 270000, + "2022-06-01": 270000, + "2022-06-16": 270000, + "2022-07-01": 270000, + "2022-07-16": 270000, + "2022-08-01": 270000, + "2022-08-16": 270000, + "2022-09-01": 364000, + "2022-09-16": 456000, + "2022-10-01": 546000, + "2022-10-16": 627000, + "2022-11-01": 703000, + "2022-11-16": 794000, + "2022-12-01": 857000, + "2022-12-16": 931000, + "2023-01-01": 1052000, + "2023-01-16": 1164000, + "2023-02-01": 1236000, + "2023-02-16": 1332000, + "2023-03-01": 1508000, + "2023-03-16": 1595000, + "2023-04-01": 1719000, + "2023-04-16": 1883000, + "2023-05-01": 2071000, + "2023-05-16": 2246000, + "2023-06-01": 2365000, + "2023-06-16": 2484000, + "2023-07-01": 2628000, + "2023-07-16": 2806000, + "2023-08-01": 2942000, + "2023-08-16": 3071000, + "2023-09-01": 3238000, + "2023-09-16": 3372000, + "2023-10-01": 3463000, + "2023-10-16": 3567000, + "2023-11-01": 3652000, + "2023-11-16": 3771000, + "2023-12-01": 3876000, + "2023-12-16": 3952000, + "2024-01-01": 4040000, + "2024-01-16": 4170000, + "2024-02-01": 4406000, + "2024-02-16": 4625000, + "2024-03-01": 4842000, + "2024-03-16": 5260000, + "2024-04-01": 5485000, + "2024-04-16": 5641000, + "2024-05-01": 5791000, + "2024-05-16": 5969000, + "2024-06-01": 6143000, + "2024-06-16": 6262000, + "2024-07-01": 6429000 + }, + { + "channelName": "Sliced Shylily", + "channelId": "UC-vq_4CwtIo2QzA9GrjH_uA", + "tag": "Other", + "2022-03-01": 447000, + "2022-03-16": 447000, + "2022-04-01": 447000, + "2022-04-16": 447000, + "2022-05-01": 447000, + "2022-05-16": 447000, + "2022-06-01": 447000, + "2022-06-16": 447000, + "2022-07-01": 447000, + "2022-07-16": 447000, + "2022-08-01": 447000, + "2022-08-16": 447000, + "2022-09-01": 447000, + "2022-09-16": 447000, + "2022-10-01": 447000, + "2022-10-16": 447000, + "2022-11-01": 447000, + "2022-11-16": 447000, + "2022-12-01": 447000, + "2022-12-16": 447000, + "2023-01-01": 447000, + "2023-01-16": 447000, + "2023-02-01": 447000, + "2023-02-16": 447000, + "2023-03-01": 447000, + "2023-03-16": 447000, + "2023-04-01": 447000, + "2023-04-16": 447000, + "2023-05-01": 447000, + "2023-05-16": 447000, + "2023-06-01": 447000, + "2023-06-16": 447000, + "2023-07-01": 447000, + "2023-07-16": 447000, + "2023-08-01": 447000, + "2023-08-16": 447000, + "2023-09-01": 447000, + "2023-09-16": 447000, + "2023-10-01": 447000, + "2023-10-16": 447000, + "2023-11-01": 447000, + "2023-11-16": 741000, + "2023-12-01": 1132000, + "2023-12-16": 1491000, + "2024-01-01": 1726000, + "2024-01-16": 1792000, + "2024-02-01": 1829000, + "2024-02-16": 1994000, + "2024-03-01": 2264000, + "2024-03-16": 3676000, + "2024-04-01": 4460000, + "2024-04-16": 5919000, + "2024-05-01": 6937000, + "2024-05-16": 7258000, + "2024-06-01": 7434000, + "2024-06-16": 7689000, + "2024-07-01": 7853000 + }, + { + "channelName": "Holocrumb Ch.", + "channelId": "UCwcenN2ozUtkGOVnge9XwQg", + "tag": "HoloEN", + "2022-03-01": 12708000, + "2022-03-16": 12708000, + "2022-04-01": 13591000, + "2022-04-16": 14313000, + "2022-05-01": 15357000, + "2022-05-16": 16094000, + "2022-06-01": 16439000, + "2022-06-16": 17368000, + "2022-07-01": 18193000, + "2022-07-16": 18741000, + "2022-08-01": 19310000, + "2022-08-16": 20093000, + "2022-09-01": 20679000, + "2022-09-16": 21594000, + "2022-10-01": 22696000, + "2022-10-16": 23502000, + "2022-11-01": 24304000, + "2022-11-16": 25428000, + "2022-12-01": 26125000, + "2022-12-16": 26545000, + "2023-01-01": 26670000, + "2023-01-16": 26747000, + "2023-02-01": 26932000, + "2023-02-16": 27086000, + "2023-03-01": 27316000, + "2023-03-16": 27410000, + "2023-04-01": 27483000, + "2023-04-16": 27588000, + "2023-05-01": 27871000, + "2023-05-16": 28016000, + "2023-06-01": 28121000, + "2023-06-16": 28288000, + "2023-07-01": 28502000, + "2023-07-16": 28689000, + "2023-08-01": 29005000, + "2023-08-16": 29286000, + "2023-09-01": 29815000, + "2023-09-16": 30915000, + "2023-10-01": 31407000, + "2023-10-16": 31564000, + "2023-11-01": 31672000, + "2023-11-16": 31734000, + "2023-12-01": 31884000, + "2023-12-16": 31955000, + "2024-01-01": 32033000, + "2024-01-16": 32317000, + "2024-02-01": 32434000, + "2024-02-16": 32477000, + "2024-03-01": 32546000, + "2024-03-16": 32718000, + "2024-04-01": 32752000, + "2024-04-16": 32778000, + "2024-05-01": 32814000, + "2024-05-16": 32849000, + "2024-06-01": 32880000, + "2024-06-16": 32906000, + "2024-07-01": 33070000 + }, + { + "channelName": "Black Archive Ch.", + "channelId": "UC9kCPSldQKutXRHP4o9KAtg", + "tag": "HoloEN", + "2022-03-01": 556000, + "2022-03-16": 556000, + "2022-04-01": 556000, + "2022-04-16": 556000, + "2022-05-01": 556000, + "2022-05-16": 556000, + "2022-06-01": 556000, + "2022-06-16": 556000, + "2022-07-01": 556000, + "2022-07-16": 556000, + "2022-08-01": 556000, + "2022-08-16": 556000, + "2022-09-01": 556000, + "2022-09-16": 556000, + "2022-10-01": 556000, + "2022-10-16": 556000, + "2022-11-01": 556000, + "2022-11-16": 556000, + "2022-12-01": 556000, + "2022-12-16": 556000, + "2023-01-01": 556000, + "2023-01-16": 556000, + "2023-02-01": 556000, + "2023-02-16": 556000, + "2023-03-01": 556000, + "2023-03-16": 556000, + "2023-04-01": 556000, + "2023-04-16": 556000, + "2023-05-01": 556000, + "2023-05-16": 556000, + "2023-06-01": 556000, + "2023-06-16": 556000, + "2023-07-01": 556000, + "2023-07-16": 556000, + "2023-08-01": 556000, + "2023-08-16": 556000, + "2023-09-01": 556000, + "2023-09-16": 556000, + "2023-10-01": 573000, + "2023-10-16": 859000, + "2023-11-01": 1159000, + "2023-11-16": 1267000, + "2023-12-01": 1386000, + "2023-12-16": 1522000, + "2024-01-01": 1640000, + "2024-01-16": 1759000, + "2024-02-01": 2557000, + "2024-02-16": 2811000, + "2024-03-01": 3095000, + "2024-03-16": 3842000, + "2024-04-01": 4038000, + "2024-04-16": 4084000, + "2024-05-01": 4229000, + "2024-05-16": 4442000, + "2024-06-01": 4571000, + "2024-06-16": 4876000, + "2024-07-01": 5034000 + }, + { + "channelName": "RexxDroid [Vtuber Clips]", + "channelId": "UCui1Zyyu6_-RaBmOi82NN4g", + "tag": "VShojo", + "2022-03-01": 29300000, + "2022-03-16": 29300000, + "2022-04-01": 29300000, + "2022-04-16": 29300000, + "2022-05-01": 29300000, + "2022-05-16": 29300000, + "2022-06-01": 29300000, + "2022-06-16": 29300000, + "2022-07-01": 29300000, + "2022-07-16": 29300000, + "2022-08-01": 29300000, + "2022-08-16": 29300000, + "2022-09-01": 29300000, + "2022-09-16": 29300000, + "2022-10-01": 29300000, + "2022-10-16": 29300000, + "2022-11-01": 29300000, + "2022-11-16": 29300000, + "2022-12-01": 29300000, + "2022-12-16": 29300000, + "2023-01-01": 29300000, + "2023-01-16": 29300000, + "2023-02-01": 29300000, + "2023-02-16": 29300000, + "2023-03-01": 29300000, + "2023-03-16": 29300000, + "2023-04-01": 29662000, + "2023-04-16": 29878000, + "2023-05-01": 30692000, + "2023-05-16": 31187000, + "2023-06-01": 31609000, + "2023-06-16": 31966000, + "2023-07-01": 32437000, + "2023-07-16": 32700000, + "2023-08-01": 32824000, + "2023-08-16": 32943000, + "2023-09-01": 33090000, + "2023-09-16": 33231000, + "2023-10-01": 33392000, + "2023-10-16": 33534000, + "2023-11-01": 33654000, + "2023-11-16": 33793000, + "2023-12-01": 33912000, + "2023-12-16": 33996000, + "2024-01-01": 34084000, + "2024-01-16": 34265000, + "2024-02-01": 35264000, + "2024-02-16": 35806000, + "2024-03-01": 36823000, + "2024-03-16": 37971000, + "2024-04-01": 38240000, + "2024-04-16": 38454000, + "2024-05-01": 38664000, + "2024-05-16": 38828000, + "2024-06-01": 39169000, + "2024-06-16": 39399000, + "2024-07-01": 39556000 + }, + { + "channelName": "Karl's Clips", + "channelId": "UCWr9g4aMVfNi2u8m4vnfT0w", + "tag": "HoloID", + "2022-03-01": 3427000, + "2022-03-16": 3427000, + "2022-04-01": 3427000, + "2022-04-16": 3427000, + "2022-05-01": 3427000, + "2022-05-16": 3427000, + "2022-06-01": 3427000, + "2022-06-16": 3427000, + "2022-07-01": 3427000, + "2022-07-16": 3427000, + "2022-08-01": 3427000, + "2022-08-16": 3427000, + "2022-09-01": 3427000, + "2022-09-16": 3427000, + "2022-10-01": 3427000, + "2022-10-16": 3427000, + "2022-11-01": 3427000, + "2022-11-16": 3427000, + "2022-12-01": 3427000, + "2022-12-16": 3427000, + "2023-01-01": 3427000, + "2023-01-16": 3427000, + "2023-02-01": 3427000, + "2023-02-16": 3427000, + "2023-03-01": 3427000, + "2023-03-16": 3427000, + "2023-04-01": 3427000, + "2023-04-16": 3427000, + "2023-05-01": 3427000, + "2023-05-16": 3427000, + "2023-06-01": 3427000, + "2023-06-16": 3427000, + "2023-07-01": 3427000, + "2023-07-16": 3427000, + "2023-08-01": 3427000, + "2023-08-16": 3427000, + "2023-09-01": 3427000, + "2023-09-16": 3427000, + "2023-10-01": 3569000, + "2023-10-16": 3649000, + "2023-11-01": 3688000, + "2023-11-16": 3822000, + "2023-12-01": 3931000, + "2023-12-16": 3981000, + "2024-01-01": 4042000, + "2024-01-16": 4121000, + "2024-02-01": 4355000, + "2024-02-16": 4489000, + "2024-03-01": 4632000, + "2024-03-16": 4972000, + "2024-04-01": 5190000, + "2024-04-16": 5339000, + "2024-05-01": 5439000, + "2024-05-16": 5501000, + "2024-06-01": 5603000, + "2024-06-16": 5876000, + "2024-07-01": 6028000 + }, + { + "channelName": "Cow Clips", + "channelId": "UCkGf4_t0tCIDgOg-jVF8P9A", + "tag": "Vshojo", + "2022-03-01": 35653000, + "2022-03-16": 35653000, + "2022-04-01": 42437000, + "2022-04-16": 45758000, + "2022-05-01": 50576000, + "2022-05-16": 53573000, + "2022-06-01": 57732000, + "2022-06-16": 60182000, + "2022-07-01": 65025000, + "2022-07-16": 69162000, + "2022-08-01": 72019000, + "2022-08-16": 77989000, + "2022-09-01": 81989000, + "2022-09-16": 84218000, + "2022-10-01": 86648000, + "2022-10-16": 88219000, + "2022-11-01": 91042000, + "2022-11-16": 93683000, + "2022-12-01": 95897000, + "2022-12-16": 97230000, + "2023-01-01": 99461000, + "2023-01-16": 101220000, + "2023-02-01": 102318000, + "2023-02-16": 104998000, + "2023-03-01": 107864000, + "2023-03-16": 109279000, + "2023-04-01": 111215000, + "2023-04-16": 113273000, + "2023-05-01": 115414000, + "2023-05-16": 116692000, + "2023-06-01": 117593000, + "2023-06-16": 118474000, + "2023-07-01": 119367000, + "2023-07-16": 120342000, + "2023-08-01": 120889000, + "2023-08-16": 121395000, + "2023-09-01": 121938000, + "2023-09-16": 122362000, + "2023-10-01": 122708000, + "2023-10-16": 123089000, + "2023-11-01": 123380000, + "2023-11-16": 123667000, + "2023-12-01": 123828000, + "2023-12-16": 124090000, + "2024-01-01": 124385000, + "2024-01-16": 124800000, + "2024-02-01": 126594000, + "2024-02-16": 127106000, + "2024-03-01": 127592000, + "2024-03-16": 125806000, + "2024-04-01": 126014000, + "2024-04-16": 126242000, + "2024-05-01": 126430000, + "2024-05-16": 126731000, + "2024-06-01": 126951000, + "2024-06-16": 127175000, + "2024-07-01": 127326000 + }, + { + "channelName": "VP Ch.", + "channelId": "UCdnUaBi8QDHLbeUHNshrFgA", + "tag": "HoloEN", + "2022-03-01": 1289000, + "2022-03-16": 1289000, + "2022-04-01": 1343000, + "2022-04-16": 1925000, + "2022-05-01": 2147000, + "2022-05-16": 2277000, + "2022-06-01": 2393000, + "2022-06-16": 2581000, + "2022-07-01": 2633000, + "2022-07-16": 2790000, + "2022-08-01": 2868000, + "2022-08-16": 2965000, + "2022-09-01": 3329000, + "2022-09-16": 3361000, + "2022-10-01": 3425000, + "2022-10-16": 3877000, + "2022-11-01": 4415000, + "2022-11-16": 4638000, + "2022-12-01": 4905000, + "2022-12-16": 5065000, + "2023-01-01": 5241000, + "2023-01-16": 5385000, + "2023-02-01": 5759000, + "2023-02-16": 5857000, + "2023-03-01": 6008000, + "2023-03-16": 6081000, + "2023-04-01": 6232000, + "2023-04-16": 6780000, + "2023-05-01": 6967000, + "2023-05-16": 7176000, + "2023-06-01": 7321000, + "2023-06-16": 7522000, + "2023-07-01": 7650000, + "2023-07-16": 7700000, + "2023-08-01": 7737000, + "2023-08-16": 7879000, + "2023-09-01": 7928000, + "2023-09-16": 7992000, + "2023-10-01": 8106000, + "2023-10-16": 8238000, + "2023-11-01": 8303000, + "2023-11-16": 8460000, + "2023-12-01": 8542000, + "2023-12-16": 8701000, + "2024-01-01": 8764000, + "2024-01-16": 8841000, + "2024-02-01": 9159000, + "2024-02-16": 9293000, + "2024-03-01": 9577000, + "2024-03-16": 10214000, + "2024-04-01": 10327000, + "2024-04-16": 10470000, + "2024-05-01": 10538000, + "2024-05-16": 10586000, + "2024-06-01": 10637000, + "2024-06-16": 10759000, + "2024-07-01": 10909000 + }, + { + "channelName": "Otaku-kun subs", + "channelId": "UC4DqAKyYEOdvX4VssJlc9_A", + "tag": "Other", + "2022-03-01": 8246000, + "2022-03-16": 8246000, + "2022-04-01": 8246000, + "2022-04-16": 8246000, + "2022-05-01": 8246000, + "2022-05-16": 8246000, + "2022-06-01": 8246000, + "2022-06-16": 8246000, + "2022-07-01": 8246000, + "2022-07-16": 8246000, + "2022-08-01": 8246000, + "2022-08-16": 8246000, + "2022-09-01": 8246000, + "2022-09-16": 8246000, + "2022-10-01": 8246000, + "2022-10-16": 8246000, + "2022-11-01": 8246000, + "2022-11-16": 8246000, + "2022-12-01": 8246000, + "2022-12-16": 8246000, + "2023-01-01": 8246000, + "2023-01-16": 8246000, + "2023-02-01": 8246000, + "2023-02-16": 8246000, + "2023-03-01": 8246000, + "2023-03-16": 8246000, + "2023-04-01": 8246000, + "2023-04-16": 8246000, + "2023-05-01": 8246000, + "2023-05-16": 8246000, + "2023-06-01": 8246000, + "2023-06-16": 8246000, + "2023-07-01": 8246000, + "2023-07-16": 8246000, + "2023-08-01": 8246000, + "2023-08-16": 8246000, + "2023-09-01": 8246000, + "2023-09-16": 8455000, + "2023-10-01": 8628000, + "2023-10-16": 8769000, + "2023-11-01": 8892000, + "2023-11-16": 9004000, + "2023-12-01": 9167000, + "2023-12-16": 9340000, + "2024-01-01": 9469000, + "2024-01-16": 9587000, + "2024-02-01": 9970000, + "2024-02-16": 10108000, + "2024-03-01": 10232000, + "2024-03-16": 10557000, + "2024-04-01": 10718000, + "2024-04-16": 10922000, + "2024-05-01": 11189000, + "2024-05-16": 11455000, + "2024-06-01": 11689000, + "2024-06-16": 11870000, + "2024-07-01": 12017000 + }, + { + "channelName": "Yuri Shizu", + "channelId": "UCbk8eZJU-lrSV3v7R1Gim2A", + "tag": "Niji", + "2022-03-01": 1528000, + "2022-03-16": 1528000, + "2022-04-01": 1528000, + "2022-04-16": 1528000, + "2022-05-01": 1528000, + "2022-05-16": 1528000, + "2022-06-01": 1528000, + "2022-06-16": 1528000, + "2022-07-01": 1528000, + "2022-07-16": 1528000, + "2022-08-01": 1528000, + "2022-08-16": 1528000, + "2022-09-01": 1528000, + "2022-09-16": 1528000, + "2022-10-01": 1528000, + "2022-10-16": 1528000, + "2022-11-01": 1528000, + "2022-11-16": 1528000, + "2022-12-01": 1528000, + "2022-12-16": 1528000, + "2023-01-01": 1528000, + "2023-01-16": 1528000, + "2023-02-01": 1528000, + "2023-02-16": 1528000, + "2023-03-01": 1528000, + "2023-03-16": 1528000, + "2023-04-01": 1528000, + "2023-04-16": 1528000, + "2023-05-01": 1528000, + "2023-05-16": 1528000, + "2023-06-01": 1528000, + "2023-06-16": 1528000, + "2023-07-01": 1528000, + "2023-07-16": 1528000, + "2023-08-01": 1528000, + "2023-08-16": 1528000, + "2023-09-01": 1528000, + "2023-09-16": 1702000, + "2023-10-01": 1917000, + "2023-10-16": 2051000, + "2023-11-01": 2263000, + "2023-11-16": 2405000, + "2023-12-01": 2509000, + "2023-12-16": 2645000, + "2024-01-01": 2920000, + "2024-01-16": 3012000, + "2024-02-01": 3384000, + "2024-02-16": 3504000, + "2024-03-01": 3612000, + "2024-03-16": 3826000, + "2024-04-01": 3936000, + "2024-04-16": 3981000, + "2024-05-01": 4090000, + "2024-05-16": 4188000, + "2024-06-01": 4268000, + "2024-06-16": 4409000, + "2024-07-01": 4555000 + }, + { + "channelName": "Shuriken of Spades", + "channelId": "UCjDSCNUpxfdd0KdQ5pBp8dQ", + "tag": "Niji", + "2022-03-01": -47000, + "2022-03-16": -47000, + "2022-04-01": -47000, + "2022-04-16": -47000, + "2022-05-01": -47000, + "2022-05-16": -47000, + "2022-06-01": -47000, + "2022-06-16": -47000, + "2022-07-01": -47000, + "2022-07-16": -47000, + "2022-08-01": -47000, + "2022-08-16": -47000, + "2022-09-01": -47000, + "2022-09-16": -47000, + "2022-10-01": -47000, + "2022-10-16": -47000, + "2022-11-01": -47000, + "2022-11-16": -47000, + "2022-12-01": -47000, + "2022-12-16": -47000, + "2023-01-01": -47000, + "2023-01-16": -47000, + "2023-02-01": -47000, + "2023-02-16": -47000, + "2023-03-01": -47000, + "2023-03-16": -47000, + "2023-04-01": -47000, + "2023-04-16": -47000, + "2023-05-01": 221000, + "2023-05-16": 451000, + "2023-06-01": 738000, + "2023-06-16": 1392000, + "2023-07-01": 2152000, + "2023-07-16": 2932000, + "2023-08-01": 3736000, + "2023-08-16": 4640000, + "2023-09-01": 5486000, + "2023-09-16": 6089000, + "2023-10-01": 7387000, + "2023-10-16": 8114000, + "2023-11-01": 8669000, + "2023-11-16": 9136000, + "2023-12-01": 10031000, + "2023-12-16": 10670000, + "2024-01-01": 11136000, + "2024-01-16": 11568000, + "2024-02-01": 13425000, + "2024-02-16": 14275000, + "2024-03-01": 14858000, + "2024-03-16": 15359000, + "2024-04-01": 15519000, + "2024-04-16": 15720000, + "2024-05-01": 15977000, + "2024-05-16": 16232000, + "2024-06-01": 16479000, + "2024-06-16": 16610000, + "2024-07-01": 16756000 + }, + { + "channelName": "Hololive Advent Clip", + "channelId": "UCiAIxRTzLH0tzH57xQCnWUQ", + "tag": "HoloEN", + "2022-03-01": 254000, + "2022-03-16": 254000, + "2022-04-01": 254000, + "2022-04-16": 254000, + "2022-05-01": 254000, + "2022-05-16": 254000, + "2022-06-01": 254000, + "2022-06-16": 254000, + "2022-07-01": 254000, + "2022-07-16": 254000, + "2022-08-01": 254000, + "2022-08-16": 254000, + "2022-09-01": 254000, + "2022-09-16": 254000, + "2022-10-01": 254000, + "2022-10-16": 254000, + "2022-11-01": 254000, + "2022-11-16": 254000, + "2022-12-01": 254000, + "2022-12-16": 254000, + "2023-01-01": 254000, + "2023-01-16": 254000, + "2023-02-01": 254000, + "2023-02-16": 254000, + "2023-03-01": 254000, + "2023-03-16": 254000, + "2023-04-01": 254000, + "2023-04-16": 254000, + "2023-05-01": 254000, + "2023-05-16": 254000, + "2023-06-01": 254000, + "2023-06-16": 254000, + "2023-07-01": 254000, + "2023-07-16": 254000, + "2023-08-01": 254000, + "2023-08-16": 254000, + "2023-09-01": 254000, + "2023-09-16": 410000, + "2023-10-01": 586000, + "2023-10-16": 891000, + "2023-11-01": 1126000, + "2023-11-16": 1193000, + "2023-12-01": 1230000, + "2023-12-16": 1285000, + "2024-01-01": 1310000, + "2024-01-16": 1331000, + "2024-02-01": 1403000, + "2024-02-16": 1416000, + "2024-03-01": 1434000, + "2024-03-16": 1478000, + "2024-04-01": 1488000, + "2024-04-16": 1506000, + "2024-05-01": 1536000, + "2024-05-16": 1665000, + "2024-06-01": 1699000, + "2024-06-16": 1726000, + "2024-07-01": 1872000 + }, + { + "channelName": "35P Nakama🌸", + "channelId": "UCDXFwA86OIQFa-8dF-M7cDw", + "tag": "HoloJP", + "2022-03-01": 20518000, + "2022-03-16": 20518000, + "2022-04-01": 20518000, + "2022-04-16": 20518000, + "2022-05-01": 20518000, + "2022-05-16": 20518000, + "2022-06-01": 20518000, + "2022-06-16": 20518000, + "2022-07-01": 20518000, + "2022-07-16": 20518000, + "2022-08-01": 20518000, + "2022-08-16": 20518000, + "2022-09-01": 20518000, + "2022-09-16": 20518000, + "2022-10-01": 20518000, + "2022-10-16": 20518000, + "2022-11-01": 20518000, + "2022-11-16": 20518000, + "2022-12-01": 20518000, + "2022-12-16": 20518000, + "2023-01-01": 20518000, + "2023-01-16": 20518000, + "2023-02-01": 20518000, + "2023-02-16": 20518000, + "2023-03-01": 20518000, + "2023-03-16": 20518000, + "2023-04-01": 20518000, + "2023-04-16": 20518000, + "2023-05-01": 20518000, + "2023-05-16": 20518000, + "2023-06-01": 20518000, + "2023-06-16": 20518000, + "2023-07-01": 20518000, + "2023-07-16": 20518000, + "2023-08-01": 20518000, + "2023-08-16": 21002000, + "2023-09-01": 21461000, + "2023-09-16": 22055000, + "2023-10-01": 22780000, + "2023-10-16": 23359000, + "2023-11-01": 23750000, + "2023-11-16": 24214000, + "2023-12-01": 24842000, + "2023-12-16": 25380000, + "2024-01-01": 25828000, + "2024-01-16": 26306000, + "2024-02-01": 27634000, + "2024-02-16": 28295000, + "2024-03-01": 28914000, + "2024-03-16": 30107000, + "2024-04-01": 30470000, + "2024-04-16": 30625000, + "2024-05-01": 30800000, + "2024-05-16": 31042000, + "2024-06-01": 31242000, + "2024-06-16": 31517000, + "2024-07-01": 31654000 + }, + { + "channelName": "Lyce Ch。", + "channelId": "UC15DSRViMwpM76CtchuL7FQ", + "tag": "HoloEN", + "2022-03-01": 3236000, + "2022-03-16": 3236000, + "2022-04-01": 3236000, + "2022-04-16": 3236000, + "2022-05-01": 3236000, + "2022-05-16": 3236000, + "2022-06-01": 3236000, + "2022-06-16": 3236000, + "2022-07-01": 3236000, + "2022-07-16": 3236000, + "2022-08-01": 3236000, + "2022-08-16": 3236000, + "2022-09-01": 3236000, + "2022-09-16": 3236000, + "2022-10-01": 3236000, + "2022-10-16": 3236000, + "2022-11-01": 3236000, + "2022-11-16": 3236000, + "2022-12-01": 3236000, + "2022-12-16": 3236000, + "2023-01-01": 3236000, + "2023-01-16": 3236000, + "2023-02-01": 3236000, + "2023-02-16": 3236000, + "2023-03-01": 3236000, + "2023-03-16": 3236000, + "2023-04-01": 3236000, + "2023-04-16": 3236000, + "2023-05-01": 3236000, + "2023-05-16": 3236000, + "2023-06-01": 3236000, + "2023-06-16": 3236000, + "2023-07-01": 3236000, + "2023-07-16": 3236000, + "2023-08-01": 3236000, + "2023-08-16": 3236000, + "2023-09-01": 3236000, + "2023-09-16": 3338000, + "2023-10-01": 3388000, + "2023-10-16": 3454000, + "2023-11-01": 3498000, + "2023-11-16": 3543000, + "2023-12-01": 3601000, + "2023-12-16": 3686000, + "2024-01-01": 3775000, + "2024-01-16": 3852000, + "2024-02-01": 4273000, + "2024-02-16": 4436000, + "2024-03-01": 4556000, + "2024-03-16": 4768000, + "2024-04-01": 4913000, + "2024-04-16": 5158000, + "2024-05-01": 5315000, + "2024-05-16": 5470000, + "2024-06-01": 5626000, + "2024-06-16": 5764000, + "2024-07-01": 5901000 + }, + { + "channelName": "holoyume - VTuber ENG Subs ホロ夢", + "channelId": "UC0zZ3QsUhYq6hQ0A-_THfgA", + "tag": "HoloJP", + "2022-03-01": 25306000, + "2022-03-16": 25306000, + "2022-04-01": 25306000, + "2022-04-16": 25306000, + "2022-05-01": 25306000, + "2022-05-16": 25306000, + "2022-06-01": 25306000, + "2022-06-16": 25306000, + "2022-07-01": 25306000, + "2022-07-16": 25306000, + "2022-08-01": 25306000, + "2022-08-16": 25306000, + "2022-09-01": 25306000, + "2022-09-16": 25306000, + "2022-10-01": 25306000, + "2022-10-16": 25306000, + "2022-11-01": 25306000, + "2022-11-16": 25306000, + "2022-12-01": 25306000, + "2022-12-16": 25306000, + "2023-01-01": 25306000, + "2023-01-16": 25306000, + "2023-02-01": 25306000, + "2023-02-16": 25306000, + "2023-03-01": 25306000, + "2023-03-16": 25306000, + "2023-04-01": 25306000, + "2023-04-16": 25306000, + "2023-05-01": 25306000, + "2023-05-16": 25306000, + "2023-06-01": 25306000, + "2023-06-16": 25306000, + "2023-07-01": 25306000, + "2023-07-16": 25306000, + "2023-08-01": 25306000, + "2023-08-16": 25464000, + "2023-09-01": 26093000, + "2023-09-16": 26486000, + "2023-10-01": 26784000, + "2023-10-16": 26997000, + "2023-11-01": 27273000, + "2023-11-16": 27441000, + "2023-12-01": 27609000, + "2023-12-16": 28230000, + "2024-01-01": 28669000, + "2024-01-16": 28993000, + "2024-02-01": 29857000, + "2024-02-16": 30398000, + "2024-03-01": 30708000, + "2024-03-16": 31206000, + "2024-04-01": 31411000, + "2024-04-16": 31649000, + "2024-05-01": 32008000, + "2024-05-16": 32469000, + "2024-06-01": 32832000, + "2024-06-16": 33162000, + "2024-07-01": 33295000 + }, + { + "channelName": "VtuberBits", + "channelId": "UCk4Q0_gn0l45VSltBTurkoQ", + "tag": "HoloJP", + "2022-03-01": 7957000, + "2022-03-16": 7957000, + "2022-04-01": 7957000, + "2022-04-16": 7957000, + "2022-05-01": 7957000, + "2022-05-16": 7957000, + "2022-06-01": 7957000, + "2022-06-16": 7957000, + "2022-07-01": 7957000, + "2022-07-16": 7957000, + "2022-08-01": 7957000, + "2022-08-16": 7957000, + "2022-09-01": 7957000, + "2022-09-16": 7957000, + "2022-10-01": 7957000, + "2022-10-16": 7957000, + "2022-11-01": 7957000, + "2022-11-16": 7957000, + "2022-12-01": 7957000, + "2022-12-16": 7957000, + "2023-01-01": 7957000, + "2023-01-16": 7957000, + "2023-02-01": 7957000, + "2023-02-16": 7957000, + "2023-03-01": 7957000, + "2023-03-16": 7957000, + "2023-04-01": 7957000, + "2023-04-16": 7957000, + "2023-05-01": 7957000, + "2023-05-16": 7957000, + "2023-06-01": 7957000, + "2023-06-16": 7957000, + "2023-07-01": 7957000, + "2023-07-16": 7957000, + "2023-08-01": 7957000, + "2023-08-16": 7957000, + "2023-09-01": 7957000, + "2023-09-16": 7957000, + "2023-10-01": 8110000, + "2023-10-16": 8271000, + "2023-11-01": 8402000, + "2023-11-16": 8528000, + "2023-12-01": 8664000, + "2023-12-16": 8789000, + "2024-01-01": 8919000, + "2024-01-16": 9018000, + "2024-02-01": 9292000, + "2024-02-16": 9456000, + "2024-03-01": 9654000, + "2024-03-16": 9987000, + "2024-04-01": 10174000, + "2024-04-16": 10359000, + "2024-05-01": 10513000, + "2024-05-16": 10691000, + "2024-06-01": 10920000, + "2024-06-16": 11153000, + "2024-07-01": 11284000 + }, + { + "channelName": "Daily Dose of Nijisanji EN", + "channelId": "UCmsDhUR9L4FjpQAj_IBQjAw", + "tag": "Niji", + "2022-03-01": -282000, + "2022-03-16": -282000, + "2022-04-01": -282000, + "2022-04-16": -282000, + "2022-05-01": -282000, + "2022-05-16": -282000, + "2022-06-01": -282000, + "2022-06-16": -282000, + "2022-07-01": -282000, + "2022-07-16": -282000, + "2022-08-01": -282000, + "2022-08-16": -282000, + "2022-09-01": -282000, + "2022-09-16": -282000, + "2022-10-01": -282000, + "2022-10-16": -282000, + "2022-11-01": -282000, + "2022-11-16": -282000, + "2022-12-01": -282000, + "2022-12-16": -282000, + "2023-01-01": -282000, + "2023-01-16": 758000, + "2023-02-01": 1558000, + "2023-02-16": 2218000, + "2023-03-01": 3345000, + "2023-03-16": 4513000, + "2023-04-01": 5340000, + "2023-04-16": 6316000, + "2023-05-01": 8236000, + "2023-05-16": 9543000, + "2023-06-01": 10725000, + "2023-06-16": 12143000, + "2023-07-01": 13496000, + "2023-07-16": 14593000, + "2023-08-01": 15896000, + "2023-08-16": 17401000, + "2023-09-01": 19714000, + "2023-09-16": 21238000, + "2023-10-01": 23743000, + "2023-10-16": 25344000, + "2023-11-01": 27108000, + "2023-11-16": 28600000, + "2023-12-01": 29988000, + "2023-12-16": 31083000, + "2024-01-01": 31824000, + "2024-01-16": 32911000, + "2024-02-01": 36423000, + "2024-02-16": 37967000, + "2024-03-01": 39301000, + "2024-03-16": 39931000, + "2024-04-01": 40044000, + "2024-04-16": 40149000, + "2024-05-01": 40275000, + "2024-05-16": 40377000, + "2024-06-01": 40475000, + "2024-06-16": 40588000, + "2024-07-01": 40717000 + }, + { + "channelName": "Kowkarot", + "channelId": "UCmeF7rwQY5GgsTiZxNYixTw", + "tag": "HoloEN", + "2022-03-01": 12939000, + "2022-03-16": 12939000, + "2022-04-01": 13142000, + "2022-04-16": 13498000, + "2022-05-01": 13767000, + "2022-05-16": 14171000, + "2022-06-01": 14353000, + "2022-06-16": 14834000, + "2022-07-01": 15287000, + "2022-07-16": 15495000, + "2022-08-01": 15736000, + "2022-08-16": 15953000, + "2022-09-01": 16153000, + "2022-09-16": 16516000, + "2022-10-01": 16680000, + "2022-10-16": 16828000, + "2022-11-01": 16954000, + "2022-11-16": 17287000, + "2022-12-01": 17450000, + "2022-12-16": 17639000, + "2023-01-01": 17746000, + "2023-01-16": 18118000, + "2023-02-01": 18283000, + "2023-02-16": 18975000, + "2023-03-01": 19106000, + "2023-03-16": 19199000, + "2023-04-01": 19474000, + "2023-04-16": 19845000, + "2023-05-01": 20197000, + "2023-05-16": 20319000, + "2023-06-01": 20515000, + "2023-06-16": 20626000, + "2023-07-01": 20744000, + "2023-07-16": 20849000, + "2023-08-01": 21076000, + "2023-08-16": 21422000, + "2023-09-01": 21608000, + "2023-09-16": 21889000, + "2023-10-01": 22125000, + "2023-10-16": 22358000, + "2023-11-01": 22463000, + "2023-11-16": 22526000, + "2023-12-01": 22674000, + "2023-12-16": 22785000, + "2024-01-01": 22894000, + "2024-01-16": 22948000, + "2024-02-01": 23097000, + "2024-02-16": 23318000, + "2024-03-01": 23415000, + "2024-03-16": 24155000, + "2024-04-01": 24613000, + "2024-04-16": 25241000, + "2024-05-01": 25411000, + "2024-05-16": 25508000, + "2024-06-01": 25594000, + "2024-06-16": 25796000, + "2024-07-01": 25924000 + }, + { + "channelName": "PuniPuniClips", + "channelId": "UCTjhnw9UOVv4GOeHQ1eCYqA", + "tag": "HoloJP", + "2022-03-01": -3663000, + "2022-03-16": -3663000, + "2022-04-01": -3663000, + "2022-04-16": -3663000, + "2022-05-01": -3663000, + "2022-05-16": -3663000, + "2022-06-01": -3663000, + "2022-06-16": -3663000, + "2022-07-01": -3663000, + "2022-07-16": -3663000, + "2022-08-01": -3663000, + "2022-08-16": -3663000, + "2022-09-01": -3663000, + "2022-09-16": -3663000, + "2022-10-01": -3663000, + "2022-10-16": -3663000, + "2022-11-01": -3663000, + "2022-11-16": -1252000, + "2022-12-01": 1520000, + "2022-12-16": 4820000, + "2023-01-01": 8932000, + "2023-01-16": 11646000, + "2023-02-01": 13311000, + "2023-02-16": 17513000, + "2023-03-01": 20103000, + "2023-03-16": 23529000, + "2023-04-01": 26341000, + "2023-04-16": 29131000, + "2023-05-01": 34343000, + "2023-05-16": 36113000, + "2023-06-01": 37820000, + "2023-06-16": 40481000, + "2023-07-01": 42193000, + "2023-07-16": 43242000, + "2023-08-01": 44153000, + "2023-08-16": 45193000, + "2023-09-01": 46197000, + "2023-09-16": 46839000, + "2023-10-01": 47301000, + "2023-10-16": 48273000, + "2023-11-01": 48835000, + "2023-11-16": 49192000, + "2023-12-01": 49711000, + "2023-12-16": 50266000, + "2024-01-01": 50641000, + "2024-01-16": 50894000, + "2024-02-01": 51419000, + "2024-02-16": 51729000, + "2024-03-01": 51902000, + "2024-03-16": 52615000, + "2024-04-01": 53041000, + "2024-04-16": 53245000, + "2024-05-01": 53601000, + "2024-05-16": 54073000, + "2024-06-01": 54276000, + "2024-06-16": 54379000, + "2024-07-01": 54505000 + }, + { + "channelName": "Omegaα Clips Ch.", + "channelId": "UCE6EyPdX_E_8spClx2SzYXw", + "tag": "HoloEN", + "2022-03-01": -2513000, + "2022-03-16": -2513000, + "2022-04-01": -2513000, + "2022-04-16": -2513000, + "2022-05-01": -2513000, + "2022-05-16": -2513000, + "2022-06-01": -2513000, + "2022-06-16": -2513000, + "2022-07-01": -2513000, + "2022-07-16": -2513000, + "2022-08-01": -2513000, + "2022-08-16": -2513000, + "2022-09-01": -2513000, + "2022-09-16": -2513000, + "2022-10-01": -2513000, + "2022-10-16": -2513000, + "2022-11-01": -2513000, + "2022-11-16": -1380000, + "2022-12-01": -401000, + "2022-12-16": 13000, + "2023-01-01": 409000, + "2023-01-16": 657000, + "2023-02-01": 901000, + "2023-02-16": 1147000, + "2023-03-01": 1623000, + "2023-03-16": 1903000, + "2023-04-01": 2058000, + "2023-04-16": 2180000, + "2023-05-01": 2258000, + "2023-05-16": 2356000, + "2023-06-01": 2380000, + "2023-06-16": 2397000, + "2023-07-01": 2397000, + "2023-07-16": 2397000, + "2023-08-01": 2409000, + "2023-08-16": 2424000, + "2023-09-01": 2424000, + "2023-09-16": 2435000, + "2023-10-01": 2444000, + "2023-10-16": 2533000, + "2023-11-01": 2605000, + "2023-11-16": 2637000, + "2023-12-01": 2669000, + "2023-12-16": 2692000, + "2024-01-01": 2706000, + "2024-01-16": 2725000, + "2024-02-01": 2801000, + "2024-02-16": 2848000, + "2024-03-01": 2888000, + "2024-03-16": 3022000, + "2024-04-01": 3034000, + "2024-04-16": 3062000, + "2024-05-01": 3124000, + "2024-05-16": 3156000, + "2024-06-01": 3168000, + "2024-06-16": 3008000, + "2024-07-01": 3132000 + }, + { + "channelName": "Rin Penrose Clips", + "channelId": "UCTl27CCXOizODzrfQ46rkfg", + "tag": "Other", + "2022-03-01": 2450000, + "2022-03-16": 2450000, + "2022-04-01": 2450000, + "2022-04-16": 2450000, + "2022-05-01": 2450000, + "2022-05-16": 2450000, + "2022-06-01": 2450000, + "2022-06-16": 2450000, + "2022-07-01": 2450000, + "2022-07-16": 2450000, + "2022-08-01": 2450000, + "2022-08-16": 2450000, + "2022-09-01": 2450000, + "2022-09-16": 2450000, + "2022-10-01": 2450000, + "2022-10-16": 2450000, + "2022-11-01": 2450000, + "2022-11-16": 2450000, + "2022-12-01": 2450000, + "2022-12-16": 2450000, + "2023-01-01": 2450000, + "2023-01-16": 2450000, + "2023-02-01": 2450000, + "2023-02-16": 2450000, + "2023-03-01": 2450000, + "2023-03-16": 2450000, + "2023-04-01": 2450000, + "2023-04-16": 2450000, + "2023-05-01": 2450000, + "2023-05-16": 2450000, + "2023-06-01": 2450000, + "2023-06-16": 2450000, + "2023-07-01": 2450000, + "2023-07-16": 2450000, + "2023-08-01": 2450000, + "2023-08-16": 2450000, + "2023-09-01": 2450000, + "2023-09-16": 2459000, + "2023-10-01": 2715000, + "2023-10-16": 2975000, + "2023-11-01": 3108000, + "2023-11-16": 3299000, + "2023-12-01": 3501000, + "2023-12-16": 3689000, + "2024-01-01": 3869000, + "2024-01-16": 4147000, + "2024-02-01": 4526000, + "2024-02-16": 4643000, + "2024-03-01": 4808000, + "2024-03-16": 5118000, + "2024-04-01": 5211000, + "2024-04-16": 5382000, + "2024-05-01": 5504000, + "2024-05-16": 5593000, + "2024-06-01": 5698000, + "2024-06-16": 5866000, + "2024-07-01": 5988000 + }, + { + "channelName": "VTUBER DAILY", + "channelId": "UCqxQMCvb-l1JecUUYnEMQIQ", + "tag": "Niji", + "2022-03-01": 1876000, + "2022-03-16": 1876000, + "2022-04-01": 1876000, + "2022-04-16": 1876000, + "2022-05-01": 1876000, + "2022-05-16": 1876000, + "2022-06-01": 1876000, + "2022-06-16": 1876000, + "2022-07-01": 1876000, + "2022-07-16": 1876000, + "2022-08-01": 1876000, + "2022-08-16": 1876000, + "2022-09-01": 1876000, + "2022-09-16": 1876000, + "2022-10-01": 1876000, + "2022-10-16": 1876000, + "2022-11-01": 1876000, + "2022-11-16": 1876000, + "2022-12-01": 1876000, + "2022-12-16": 1876000, + "2023-01-01": 1876000, + "2023-01-16": 1876000, + "2023-02-01": 1876000, + "2023-02-16": 1876000, + "2023-03-01": 1876000, + "2023-03-16": 1876000, + "2023-04-01": 1876000, + "2023-04-16": 1876000, + "2023-05-01": 1876000, + "2023-05-16": 1876000, + "2023-06-01": 1876000, + "2023-06-16": 1876000, + "2023-07-01": 1876000, + "2023-07-16": 1876000, + "2023-08-01": 1876000, + "2023-08-16": 2355000, + "2023-09-01": 2793000, + "2023-09-16": 3173000, + "2023-10-01": 3576000, + "2023-10-16": 3856000, + "2023-11-01": 4065000, + "2023-11-16": 4383000, + "2023-12-01": 4736000, + "2023-12-16": 5012000, + "2024-01-01": 5278000, + "2024-01-16": 5468000, + "2024-02-01": 6127000, + "2024-02-16": 6575000, + "2024-03-01": 6893000, + "2024-03-16": 7285000, + "2024-04-01": 7553000, + "2024-04-16": 7676000, + "2024-05-01": 7896000, + "2024-05-16": 8032000, + "2024-06-01": 8173000, + "2024-06-16": 8371000, + "2024-07-01": 8491000 + }, + { + "channelName": "Rainbow Retireess", + "channelId": "UCrnZf-SPbWM6Og69atocWTQ", + "tag": "Niji", + "2022-03-01": 0, + "2022-03-16": 0, + "2022-04-01": 0, + "2022-04-16": 0, + "2022-05-01": 0, + "2022-05-16": 0, + "2022-06-01": 0, + "2022-06-16": 0, + "2022-07-01": 0, + "2022-07-16": 0, + "2022-08-01": 0, + "2022-08-16": 0, + "2022-09-01": 0, + "2022-09-16": 0, + "2022-10-01": 0, + "2022-10-16": 0, + "2022-11-01": 0, + "2022-11-16": 0, + "2022-12-01": 0, + "2022-12-16": 0, + "2023-01-01": 0, + "2023-01-16": 0, + "2023-02-01": 0, + "2023-02-16": 0, + "2023-03-01": 0, + "2023-03-16": 0, + "2023-04-01": 0, + "2023-04-16": 0, + "2023-05-01": 0, + "2023-05-16": 0, + "2023-06-01": 0, + "2023-06-16": 0, + "2023-07-01": 0, + "2023-07-16": 0, + "2023-08-01": 0, + "2023-08-16": 0, + "2023-09-01": 0, + "2023-09-16": 0, + "2023-10-01": 0, + "2023-10-16": 0, + "2023-11-01": 0, + "2023-11-16": 0, + "2023-12-01": 0, + "2023-12-16": 0, + "2024-01-01": 0, + "2024-01-16": 0, + "2024-02-01": 0, + "2024-02-16": 0, + "2024-03-01": 1623000, + "2024-03-16": 3342000, + "2024-04-01": 4316000, + "2024-04-16": 5631000, + "2024-05-01": 6420000, + "2024-05-16": 7373000, + "2024-06-01": 8861000, + "2024-06-16": 9217000, + "2024-07-01": 9335000 + }, + { + "channelName": "Zoughz", + "channelId": "UCLWuhpmwknnWMJA1t3EGT0A", + "tag": "HoloEN", + "2022-03-01": 9895000, + "2022-03-16": 9895000, + "2022-04-01": 9895000, + "2022-04-16": 9895000, + "2022-05-01": 9895000, + "2022-05-16": 9895000, + "2022-06-01": 9895000, + "2022-06-16": 9895000, + "2022-07-01": 9895000, + "2022-07-16": 9895000, + "2022-08-01": 9895000, + "2022-08-16": 9895000, + "2022-09-01": 9895000, + "2022-09-16": 9895000, + "2022-10-01": 9895000, + "2022-10-16": 9895000, + "2022-11-01": 9895000, + "2022-11-16": 9895000, + "2022-12-01": 9895000, + "2022-12-16": 9895000, + "2023-01-01": 9895000, + "2023-01-16": 9895000, + "2023-02-01": 9895000, + "2023-02-16": 9895000, + "2023-03-01": 9895000, + "2023-03-16": 9895000, + "2023-04-01": 9895000, + "2023-04-16": 9895000, + "2023-05-01": 9895000, + "2023-05-16": 9895000, + "2023-06-01": 9895000, + "2023-06-16": 9895000, + "2023-07-01": 9895000, + "2023-07-16": 9895000, + "2023-08-01": 9895000, + "2023-08-16": 9895000, + "2023-09-01": 9895000, + "2023-09-16": 9990000, + "2023-10-01": 10209000, + "2023-10-16": 10532000, + "2023-11-01": 10712000, + "2023-11-16": 10926000, + "2023-12-01": 11019000, + "2023-12-16": 11221000, + "2024-01-01": 11432000, + "2024-01-16": 11701000, + "2024-02-01": 12718000, + "2024-02-16": 13111000, + "2024-03-01": 13433000, + "2024-03-16": 13915000, + "2024-04-01": 13992000, + "2024-04-16": 14171000, + "2024-05-01": 14255000, + "2024-05-16": 14425000, + "2024-06-01": 14560000, + "2024-06-16": 14648000, + "2024-07-01": 14764000 + }, + { + "channelName": "OtakMori Translations", + "channelId": "UCF4-I8ZQL6Aa-iHfdz-B9KQ", + "tag": "HoloJP", + "2022-03-01": 126200000, + "2022-03-16": 126200000, + "2022-04-01": 128279000, + "2022-04-16": 129769000, + "2022-05-01": 130694000, + "2022-05-16": 131163000, + "2022-06-01": 131530000, + "2022-06-16": 132522000, + "2022-07-01": 133679000, + "2022-07-16": 134598000, + "2022-08-01": 136184000, + "2022-08-16": 138071000, + "2022-09-01": 139545000, + "2022-09-16": 139824000, + "2022-10-01": 140073000, + "2022-10-16": 140304000, + "2022-11-01": 140530000, + "2022-11-16": 140852000, + "2022-12-01": 141047000, + "2022-12-16": 141221000, + "2023-01-01": 141388000, + "2023-01-16": 141556000, + "2023-02-01": 141734000, + "2023-02-16": 141923000, + "2023-03-01": 142109000, + "2023-03-16": 142274000, + "2023-04-01": 142458000, + "2023-04-16": 142622000, + "2023-05-01": 142826000, + "2023-05-16": 142996000, + "2023-06-01": 143170000, + "2023-06-16": 143829000, + "2023-07-01": 144757000, + "2023-07-16": 145660000, + "2023-08-01": 146286000, + "2023-08-16": 147363000, + "2023-09-01": 148297000, + "2023-09-16": 148740000, + "2023-10-01": 148929000, + "2023-10-16": 149118000, + "2023-11-01": 149291000, + "2023-11-16": 149451000, + "2023-12-01": 149617000, + "2023-12-16": 149753000, + "2024-01-01": 149872000, + "2024-01-16": 149973000, + "2024-02-01": 150263000, + "2024-02-16": 150520000, + "2024-03-01": 150667000, + "2024-03-16": 151095000, + "2024-04-01": 151239000, + "2024-04-16": 151398000, + "2024-05-01": 151519000, + "2024-05-16": 151786000, + "2024-06-01": 151969000, + "2024-06-16": 152226000, + "2024-07-01": 152340000 + }, + { + "channelName": "Zell Ch.", + "channelId": "UCK1ojgSCMzxqkwEkDxNtgnw", + "tag": "HoloEN", + "2022-03-01": 51394000, + "2022-03-16": 51394000, + "2022-04-01": 52357000, + "2022-04-16": 53368000, + "2022-05-01": 55045000, + "2022-05-16": 56657000, + "2022-06-01": 57058000, + "2022-06-16": 58160000, + "2022-07-01": 59077000, + "2022-07-16": 59672000, + "2022-08-01": 61058000, + "2022-08-16": 63893000, + "2022-09-01": 64641000, + "2022-09-16": 65478000, + "2022-10-01": 66875000, + "2022-10-16": 68116000, + "2022-11-01": 69366000, + "2022-11-16": 70400000, + "2022-12-01": 71118000, + "2022-12-16": 71647000, + "2023-01-01": 72552000, + "2023-01-16": 73739000, + "2023-02-01": 74946000, + "2023-02-16": 75904000, + "2023-03-01": 76852000, + "2023-03-16": 77635000, + "2023-04-01": 77977000, + "2023-04-16": 78709000, + "2023-05-01": 79624000, + "2023-05-16": 80306000, + "2023-06-01": 80929000, + "2023-06-16": 81850000, + "2023-07-01": 82874000, + "2023-07-16": 83884000, + "2023-08-01": 84489000, + "2023-08-16": 84931000, + "2023-09-01": 85982000, + "2023-09-16": 87374000, + "2023-10-01": 89113000, + "2023-10-16": 89932000, + "2023-11-01": 90587000, + "2023-11-16": 91044000, + "2023-12-01": 91644000, + "2023-12-16": 92118000, + "2024-01-01": 92288000, + "2024-01-16": 92460000, + "2024-02-01": 92939000, + "2024-02-16": 93219000, + "2024-03-01": 93489000, + "2024-03-16": 93874000, + "2024-04-01": 93987000, + "2024-04-16": 94092000, + "2024-05-01": 94246000, + "2024-05-16": 94402000, + "2024-06-01": 94549000, + "2024-06-16": 94696000, + "2024-07-01": 94809000 + }, + { + "channelName": "Arisu Ch。", + "channelId": "UCaC0nkhabtJI1L93xDGYRfQ", + "tag": "HoloID", + "2022-03-01": 1744000, + "2022-03-16": 1744000, + "2022-04-01": 2196000, + "2022-04-16": 2425000, + "2022-05-01": 3212000, + "2022-05-16": 4454000, + "2022-06-01": 4932000, + "2022-06-16": 5340000, + "2022-07-01": 5597000, + "2022-07-16": 6138000, + "2022-08-01": 6554000, + "2022-08-16": 7038000, + "2022-09-01": 8150000, + "2022-09-16": 9246000, + "2022-10-01": 10112000, + "2022-10-16": 10624000, + "2022-11-01": 11810000, + "2022-11-16": 12624000, + "2022-12-01": 13327000, + "2022-12-16": 13719000, + "2023-01-01": 14077000, + "2023-01-16": 14524000, + "2023-02-01": 15050000, + "2023-02-16": 15437000, + "2023-03-01": 15715000, + "2023-03-16": 16163000, + "2023-04-01": 16574000, + "2023-04-16": 16998000, + "2023-05-01": 17344000, + "2023-05-16": 17796000, + "2023-06-01": 18130000, + "2023-06-16": 18385000, + "2023-07-01": 18643000, + "2023-07-16": 18917000, + "2023-08-01": 19195000, + "2023-08-16": 19527000, + "2023-09-01": 19903000, + "2023-09-16": 20485000, + "2023-10-01": 20914000, + "2023-10-16": 21166000, + "2023-11-01": 21459000, + "2023-11-16": 21753000, + "2023-12-01": 22100000, + "2023-12-16": 22268000, + "2024-01-01": 22391000, + "2024-01-16": 22583000, + "2024-02-01": 23064000, + "2024-02-16": 23455000, + "2024-03-01": 23642000, + "2024-03-16": 24214000, + "2024-04-01": 24418000, + "2024-04-16": 24538000, + "2024-05-01": 24666000, + "2024-05-16": 24794000, + "2024-06-01": 24759000, + "2024-06-16": 24919000, + "2024-07-01": 25027000 + }, + { + "channelName": "Kami Clips", + "channelId": "UCHViryX3EF0hQ_LIRa0rtyw", + "tag": "HoloEN", + "2022-03-01": 20208000, + "2022-03-16": 20208000, + "2022-04-01": 21148000, + "2022-04-16": 21491000, + "2022-05-01": 21806000, + "2022-05-16": 22191000, + "2022-06-01": 22498000, + "2022-06-16": 22730000, + "2022-07-01": 22931000, + "2022-07-16": 23115000, + "2022-08-01": 23402000, + "2022-08-16": 23657000, + "2022-09-01": 23983000, + "2022-09-16": 24257000, + "2022-10-01": 24591000, + "2022-10-16": 24861000, + "2022-11-01": 25140000, + "2022-11-16": 25558000, + "2022-12-01": 25891000, + "2022-12-16": 26318000, + "2023-01-01": 26592000, + "2023-01-16": 26855000, + "2023-02-01": 27049000, + "2023-02-16": 27248000, + "2023-03-01": 27399000, + "2023-03-16": 27469000, + "2023-04-01": 27573000, + "2023-04-16": 27717000, + "2023-05-01": 27828000, + "2023-05-16": 27938000, + "2023-06-01": 28037000, + "2023-06-16": 28110000, + "2023-07-01": 28196000, + "2023-07-16": 28196000, + "2023-08-01": 28257000, + "2023-08-16": 28300000, + "2023-09-01": 28352000, + "2023-09-16": 28421000, + "2023-10-01": 28477000, + "2023-10-16": 28524000, + "2023-11-01": 28561000, + "2023-11-16": 28590000, + "2023-12-01": 28621000, + "2023-12-16": 28647000, + "2024-01-01": 28677000, + "2024-01-16": 28704000, + "2024-02-01": 28779000, + "2024-02-16": 28807000, + "2024-03-01": 28878000, + "2024-03-16": 28924000, + "2024-04-01": 28946000, + "2024-04-16": 28969000, + "2024-05-01": 28996000, + "2024-05-16": 29020000, + "2024-06-01": 29042000, + "2024-06-16": 29085000, + "2024-07-01": 29192000 + }, + { + "channelName": "dloow", + "channelId": "UCTxuyB5y_1aEBgBlOgsXAHA", + "tag": "HoloEN", + "2022-03-01": 137196000, + "2022-03-16": 137196000, + "2022-04-01": 138510000, + "2022-04-16": 141045000, + "2022-05-01": 144651000, + "2022-05-16": 147021000, + "2022-06-01": 147859000, + "2022-06-16": 149057000, + "2022-07-01": 150701000, + "2022-07-16": 151960000, + "2022-08-01": 153478000, + "2022-08-16": 155778000, + "2022-09-01": 157662000, + "2022-09-16": 158952000, + "2022-10-01": 159611000, + "2022-10-16": 160314000, + "2022-11-01": 161009000, + "2022-11-16": 161386000, + "2022-12-01": 161893000, + "2022-12-16": 162325000, + "2023-01-01": 163042000, + "2023-01-16": 164283000, + "2023-02-01": 165486000, + "2023-02-16": 165870000, + "2023-03-01": 166157000, + "2023-03-16": 167317000, + "2023-04-01": 168220000, + "2023-04-16": 170506000, + "2023-05-01": 171583000, + "2023-05-16": 172041000, + "2023-06-01": 172299000, + "2023-06-16": 172629000, + "2023-07-01": 173361000, + "2023-07-16": 173682000, + "2023-08-01": 173966000, + "2023-08-16": 174274000, + "2023-09-01": 174620000, + "2023-09-16": 175048000, + "2023-10-01": 175472000, + "2023-10-16": 175901000, + "2023-11-01": 176191000, + "2023-11-16": 176418000, + "2023-12-01": 176667000, + "2023-12-16": 176856000, + "2024-01-01": 177040000, + "2024-01-16": 177197000, + "2024-02-01": 177602000, + "2024-02-16": 177801000, + "2024-03-01": 178016000, + "2024-03-16": 178529000, + "2024-04-01": 178720000, + "2024-04-16": 179008000, + "2024-05-01": 179183000, + "2024-05-16": 179335000, + "2024-06-01": 179476000, + "2024-06-16": 179611000, + "2024-07-01": 179715000 + }, + { + "channelName": "Smoothie", + "channelId": "UC2-vX8pitnDvAUb1Go0RkKw", + "tag": "Niji", + "2022-03-01": 5020000, + "2022-03-16": 5020000, + "2022-04-01": 5328000, + "2022-04-16": 5949000, + "2022-05-01": 6221000, + "2022-05-16": 6543000, + "2022-06-01": 6885000, + "2022-06-16": 7310000, + "2022-07-01": 7957000, + "2022-07-16": 8385000, + "2022-08-01": 8685000, + "2022-08-16": 8865000, + "2022-09-01": 9288000, + "2022-09-16": 9674000, + "2022-10-01": 9970000, + "2022-10-16": 10083000, + "2022-11-01": 10172000, + "2022-11-16": 10359000, + "2022-12-01": 11044000, + "2022-12-16": 11130000, + "2023-01-01": 11805000, + "2023-01-16": 12548000, + "2023-02-01": 12905000, + "2023-02-16": 13297000, + "2023-03-01": 13485000, + "2023-03-16": 13642000, + "2023-04-01": 14051000, + "2023-04-16": 14609000, + "2023-05-01": 15169000, + "2023-05-16": 15444000, + "2023-06-01": 15657000, + "2023-06-16": 15783000, + "2023-07-01": 15898000, + "2023-07-16": 16026000, + "2023-08-01": 16172000, + "2023-08-16": 16282000, + "2023-09-01": 16404000, + "2023-09-16": 16498000, + "2023-10-01": 16578000, + "2023-10-16": 16653000, + "2023-11-01": 16692000, + "2023-11-16": 16867000, + "2023-12-01": 17038000, + "2023-12-16": 17101000, + "2024-01-01": 17153000, + "2024-01-16": 17195000, + "2024-02-01": 17532000, + "2024-02-16": 17737000, + "2024-03-01": 17917000, + "2024-03-16": 18167000, + "2024-04-01": 18252000, + "2024-04-16": 18326000, + "2024-05-01": 18385000, + "2024-05-16": 18456000, + "2024-06-01": 18551000, + "2024-06-16": 18729000, + "2024-07-01": 18832000 + }, + { + "channelName": "Starbuts", + "channelId": "UC7xk0tEUOOTLiLKp-C6KksQ", + "tag": "Niji", + "2022-03-01": -137000, + "2022-03-16": -137000, + "2022-04-01": -137000, + "2022-04-16": -137000, + "2022-05-01": -137000, + "2022-05-16": -137000, + "2022-06-01": -137000, + "2022-06-16": -137000, + "2022-07-01": -137000, + "2022-07-16": -137000, + "2022-08-01": -137000, + "2022-08-16": -137000, + "2022-09-01": -137000, + "2022-09-16": -137000, + "2022-10-01": -137000, + "2022-10-16": -137000, + "2022-11-01": -137000, + "2022-11-16": -137000, + "2022-12-01": -137000, + "2022-12-16": -137000, + "2023-01-01": -137000, + "2023-01-16": -137000, + "2023-02-01": 415000, + "2023-02-16": 724000, + "2023-03-01": 1704000, + "2023-03-16": 1945000, + "2023-04-01": 2412000, + "2023-04-16": 3298000, + "2023-05-01": 4394000, + "2023-05-16": 5426000, + "2023-06-01": 5995000, + "2023-06-16": 6464000, + "2023-07-01": 7459000, + "2023-07-16": 8049000, + "2023-08-01": 9036000, + "2023-08-16": 10003000, + "2023-09-01": 10831000, + "2023-09-16": 11792000, + "2023-10-01": 12718000, + "2023-10-16": 13474000, + "2023-11-01": 14473000, + "2023-11-16": 15371000, + "2023-12-01": 15842000, + "2023-12-16": 16077000, + "2024-01-01": 16253000, + "2024-01-16": 16399000, + "2024-02-01": 15620000, + "2024-02-16": 15804000, + "2024-03-01": 17154000, + "2024-03-16": 17383000, + "2024-04-01": 17442000, + "2024-04-16": 17495000, + "2024-05-01": 17559000, + "2024-05-16": 17623000, + "2024-06-01": 17678000, + "2024-06-16": 17838000, + "2024-07-01": 17941000 + }, + { + "channelName": "Irondawg", + "channelId": "UCvghg15EU0r7-xAIBYpAxvQ", + "tag": "Vshojo", + "2022-03-01": 12571000, + "2022-03-16": 12571000, + "2022-04-01": 12571000, + "2022-04-16": 12571000, + "2022-05-01": 12571000, + "2022-05-16": 12571000, + "2022-06-01": 12571000, + "2022-06-16": 12571000, + "2022-07-01": 12571000, + "2022-07-16": 12571000, + "2022-08-01": 12571000, + "2022-08-16": 12571000, + "2022-09-01": 12571000, + "2022-09-16": 12571000, + "2022-10-01": 12571000, + "2022-10-16": 12571000, + "2022-11-01": 12571000, + "2022-11-16": 12571000, + "2022-12-01": 12571000, + "2022-12-16": 12571000, + "2023-01-01": 12571000, + "2023-01-16": 12571000, + "2023-02-01": 12571000, + "2023-02-16": 12571000, + "2023-03-01": 12571000, + "2023-03-16": 12571000, + "2023-04-01": 12571000, + "2023-04-16": 12571000, + "2023-05-01": 12571000, + "2023-05-16": 12571000, + "2023-06-01": 12571000, + "2023-06-16": 12571000, + "2023-07-01": 12571000, + "2023-07-16": 12571000, + "2023-08-01": 12571000, + "2023-08-16": 12571000, + "2023-09-01": 12571000, + "2023-09-16": 12948000, + "2023-10-01": 13263000, + "2023-10-16": 13471000, + "2023-11-01": 13720000, + "2023-11-16": 13979000, + "2023-12-01": 14277000, + "2023-12-16": 14374000, + "2024-01-01": 14589000, + "2024-01-16": 15509000, + "2024-02-01": 16663000, + "2024-02-16": 16919000, + "2024-03-01": 17139000, + "2024-03-16": 17442000, + "2024-04-01": 17577000, + "2024-04-16": 17752000, + "2024-05-01": 17888000, + "2024-05-16": 18018000, + "2024-06-01": 18107000, + "2024-06-16": 18249000, + "2024-07-01": 18352000 + }, + { + "channelName": "Kenji Clipz", + "channelId": "UCW3akhzkFI0gqPSxyBmUXxw", + "tag": "HoloEN", + "2022-03-01": 1259000, + "2022-03-16": 1259000, + "2022-04-01": 1259000, + "2022-04-16": 1259000, + "2022-05-01": 1259000, + "2022-05-16": 1259000, + "2022-06-01": 1259000, + "2022-06-16": 1259000, + "2022-07-01": 1259000, + "2022-07-16": 1259000, + "2022-08-01": 1259000, + "2022-08-16": 1259000, + "2022-09-01": 1259000, + "2022-09-16": 1259000, + "2022-10-01": 1259000, + "2022-10-16": 1259000, + "2022-11-01": 1259000, + "2022-11-16": 1259000, + "2022-12-01": 1259000, + "2022-12-16": 1259000, + "2023-01-01": 1259000, + "2023-01-16": 1259000, + "2023-02-01": 1259000, + "2023-02-16": 1561000, + "2023-03-01": 1879000, + "2023-03-16": 2052000, + "2023-04-01": 2125000, + "2023-04-16": 2290000, + "2023-05-01": 2422000, + "2023-05-16": 2527000, + "2023-06-01": 2595000, + "2023-06-16": 2643000, + "2023-07-01": 2643000, + "2023-07-16": 2643000, + "2023-08-01": 2643000, + "2023-08-16": 2643000, + "2023-09-01": 2643000, + "2023-09-16": 2643000, + "2023-10-01": 2730000, + "2023-10-16": 2769000, + "2023-11-01": 2801000, + "2023-11-16": 2829000, + "2023-12-01": 2876000, + "2023-12-16": 2913000, + "2024-01-01": 3096000, + "2024-01-16": 3149000, + "2024-02-01": 3165000, + "2024-02-16": 3210000, + "2024-03-01": 3272000, + "2024-03-16": 3417000, + "2024-04-01": 3452000, + "2024-04-16": 3488000, + "2024-05-01": 3528000, + "2024-05-16": 3566000, + "2024-06-01": 3636000, + "2024-06-16": 3707000, + "2024-07-01": 3803000 + }, + { + "channelName": "Taiyaki Clips", + "channelId": "UCSbbJZryKTzBpl1NQTgIceA", + "tag": "HoloJP", + "2022-03-01": 1080000, + "2022-03-16": 1080000, + "2022-04-01": 1080000, + "2022-04-16": 1080000, + "2022-05-01": 1080000, + "2022-05-16": 1080000, + "2022-06-01": 1080000, + "2022-06-16": 1080000, + "2022-07-01": 1080000, + "2022-07-16": 1080000, + "2022-08-01": 1080000, + "2022-08-16": 1080000, + "2022-09-01": 1080000, + "2022-09-16": 1080000, + "2022-10-01": 1080000, + "2022-10-16": 1080000, + "2022-11-01": 1080000, + "2022-11-16": 1080000, + "2022-12-01": 1080000, + "2022-12-16": 1080000, + "2023-01-01": 1080000, + "2023-01-16": 1080000, + "2023-02-01": 1080000, + "2023-02-16": 1080000, + "2023-03-01": 1080000, + "2023-03-16": 1080000, + "2023-04-01": 1080000, + "2023-04-16": 1080000, + "2023-05-01": 1080000, + "2023-05-16": 1080000, + "2023-06-01": 1080000, + "2023-06-16": 1080000, + "2023-07-01": 1080000, + "2023-07-16": 1080000, + "2023-08-01": 1080000, + "2023-08-16": 1080000, + "2023-09-01": 1080000, + "2023-09-16": 1080000, + "2023-10-01": 1080000, + "2023-10-16": 1080000, + "2023-11-01": 1080000, + "2023-11-16": 1080000, + "2023-12-01": 1080000, + "2023-12-16": 1080000, + "2024-01-01": 1080000, + "2024-01-16": 1080000, + "2024-02-01": 1080000, + "2024-02-16": 1272000, + "2024-03-01": 1387000, + "2024-03-16": 1756000, + "2024-04-01": 2099000, + "2024-04-16": 2236000, + "2024-05-01": 2427000, + "2024-05-16": 2543000, + "2024-06-01": 2814000, + "2024-06-16": 3035000, + "2024-07-01": 3130000 + }, + { + "channelName": "Mikahide Ch.", + "channelId": "UCqoFAmllmIrZ4LIUWrmuSGw", + "tag": "Niji", + "2022-03-01": 1500000, + "2022-03-16": 1500000, + "2022-04-01": 1500000, + "2022-04-16": 1500000, + "2022-05-01": 1500000, + "2022-05-16": 1500000, + "2022-06-01": 1500000, + "2022-06-16": 1500000, + "2022-07-01": 1500000, + "2022-07-16": 1500000, + "2022-08-01": 1500000, + "2022-08-16": 1500000, + "2022-09-01": 1500000, + "2022-09-16": 1500000, + "2022-10-01": 1500000, + "2022-10-16": 1500000, + "2022-11-01": 1500000, + "2022-11-16": 1500000, + "2022-12-01": 1500000, + "2022-12-16": 1500000, + "2023-01-01": 1500000, + "2023-01-16": 1500000, + "2023-02-01": 1500000, + "2023-02-16": 1500000, + "2023-03-01": 1500000, + "2023-03-16": 1500000, + "2023-04-01": 1500000, + "2023-04-16": 1500000, + "2023-05-01": 1500000, + "2023-05-16": 1500000, + "2023-06-01": 1500000, + "2023-06-16": 1500000, + "2023-07-01": 1500000, + "2023-07-16": 1500000, + "2023-08-01": 1500000, + "2023-08-16": 1978000, + "2023-09-01": 2420000, + "2023-09-16": 2787000, + "2023-10-01": 3283000, + "2023-10-16": 3656000, + "2023-11-01": 3979000, + "2023-11-16": 4298000, + "2023-12-01": 4871000, + "2023-12-16": 5381000, + "2024-01-01": 5644000, + "2024-01-16": 5969000, + "2024-02-01": 6617000, + "2024-02-16": 7044000, + "2024-03-01": 7412000, + "2024-03-16": 7745000, + "2024-04-01": 7830000, + "2024-04-16": 7947000, + "2024-05-01": 8074000, + "2024-05-16": 8232000, + "2024-06-01": 8373000, + "2024-06-16": 8563000, + "2024-07-01": 8657000 + }, + { + "channelName": "EXPT", + "channelId": "UCXbPwiDGPCzEC7B4RfPFCqg", + "tag": "Niji", + "2022-03-01": 913000, + "2022-03-16": 913000, + "2022-04-01": 913000, + "2022-04-16": 913000, + "2022-05-01": 913000, + "2022-05-16": 913000, + "2022-06-01": 913000, + "2022-06-16": 913000, + "2022-07-01": 913000, + "2022-07-16": 913000, + "2022-08-01": 913000, + "2022-08-16": 913000, + "2022-09-01": 913000, + "2022-09-16": 913000, + "2022-10-01": 913000, + "2022-10-16": 913000, + "2022-11-01": 913000, + "2022-11-16": 913000, + "2022-12-01": 913000, + "2022-12-16": 913000, + "2023-01-01": 913000, + "2023-01-16": 913000, + "2023-02-01": 913000, + "2023-02-16": 913000, + "2023-03-01": 913000, + "2023-03-16": 913000, + "2023-04-01": 913000, + "2023-04-16": 913000, + "2023-05-01": 913000, + "2023-05-16": 913000, + "2023-06-01": 913000, + "2023-06-16": 913000, + "2023-07-01": 913000, + "2023-07-16": 913000, + "2023-08-01": 913000, + "2023-08-16": 913000, + "2023-09-01": 913000, + "2023-09-16": 913000, + "2023-10-01": 993000, + "2023-10-16": 1083000, + "2023-11-01": 1120000, + "2023-11-16": 1177000, + "2023-12-01": 1207000, + "2023-12-16": 1247000, + "2024-01-01": 1269000, + "2024-01-16": 1337000, + "2024-02-01": 1698000, + "2024-02-16": 1811000, + "2024-03-01": 1918000, + "2024-03-16": 1992000, + "2024-04-01": 2012000, + "2024-04-16": 2033000, + "2024-05-01": 2091000, + "2024-05-16": 2152000, + "2024-06-01": 2330000, + "2024-06-16": 2377000, + "2024-07-01": 2467000 + }, + { + "channelName": "Kurunii Sanzu Ch.", + "channelId": "UCMp2Zn8aPlkzQvpczbXDirA", + "tag": "HoloEN", + "2022-03-01": 9427000, + "2022-03-16": 9427000, + "2022-04-01": 9427000, + "2022-04-16": 9427000, + "2022-05-01": 9427000, + "2022-05-16": 9427000, + "2022-06-01": 9427000, + "2022-06-16": 9427000, + "2022-07-01": 9427000, + "2022-07-16": 9427000, + "2022-08-01": 9427000, + "2022-08-16": 9427000, + "2022-09-01": 9427000, + "2022-09-16": 9427000, + "2022-10-01": 9427000, + "2022-10-16": 9427000, + "2022-11-01": 9427000, + "2022-11-16": 9427000, + "2022-12-01": 9427000, + "2022-12-16": 9427000, + "2023-01-01": 9427000, + "2023-01-16": 9427000, + "2023-02-01": 9427000, + "2023-02-16": 9427000, + "2023-03-01": 9427000, + "2023-03-16": 9427000, + "2023-04-01": 9427000, + "2023-04-16": 9427000, + "2023-05-01": 9427000, + "2023-05-16": 9427000, + "2023-06-01": 9427000, + "2023-06-16": 9427000, + "2023-07-01": 9427000, + "2023-07-16": 9427000, + "2023-08-01": 9427000, + "2023-08-16": 9427000, + "2023-09-01": 9427000, + "2023-09-16": 9427000, + "2023-10-01": 9427000, + "2023-10-16": 9427000, + "2023-11-01": 9427000, + "2023-11-16": 9427000, + "2023-12-01": 9640000, + "2023-12-16": 9716000, + "2024-01-01": 9800000, + "2024-01-16": 9918000, + "2024-02-01": 10063000, + "2024-02-16": 10257000, + "2024-03-01": 10471000, + "2024-03-16": 10537000, + "2024-04-01": 10614000, + "2024-04-16": 10676000, + "2024-05-01": 10728000, + "2024-05-16": 10779000, + "2024-06-01": 10812000, + "2024-06-16": 10853000, + "2024-07-01": 10943000 + }, + { + "channelName": "Pepe the Vtuber Clipper", + "channelId": "UCaUIXN1JvYvT5u0OXin1_1w", + "tag": "Vshojo", + "2022-03-01": -77000, + "2022-03-16": -77000, + "2022-04-01": -77000, + "2022-04-16": -77000, + "2022-05-01": -77000, + "2022-05-16": -77000, + "2022-06-01": -77000, + "2022-06-16": -77000, + "2022-07-01": -77000, + "2022-07-16": -77000, + "2022-08-01": -77000, + "2022-08-16": -77000, + "2022-09-01": -77000, + "2022-09-16": -77000, + "2022-10-01": -77000, + "2022-10-16": -77000, + "2022-11-01": -77000, + "2022-11-16": -77000, + "2022-12-01": -77000, + "2022-12-16": -77000, + "2023-01-01": -77000, + "2023-01-16": -77000, + "2023-02-01": -77000, + "2023-02-16": -77000, + "2023-03-01": -77000, + "2023-03-16": -77000, + "2023-04-01": -77000, + "2023-04-16": -77000, + "2023-05-01": -77000, + "2023-05-16": -77000, + "2023-06-01": -77000, + "2023-06-16": -77000, + "2023-07-01": -77000, + "2023-07-16": -77000, + "2023-08-01": -77000, + "2023-08-16": -77000, + "2023-09-01": -77000, + "2023-09-16": -77000, + "2023-10-01": -77000, + "2023-10-16": -77000, + "2023-11-01": -77000, + "2023-11-16": -57000, + "2023-12-01": 253000, + "2023-12-16": 279000, + "2024-01-01": 295000, + "2024-01-16": 311000, + "2024-02-01": 347000, + "2024-02-16": 369000, + "2024-03-01": 507000, + "2024-03-16": 618000, + "2024-04-01": 637000, + "2024-04-16": 688000, + "2024-05-01": 715000, + "2024-05-16": 425000, + "2024-06-01": 449000, + "2024-06-16": 505000, + "2024-07-01": 593000 + }, + { + "channelName": "Lao Ch.", + "channelId": "UCgAyzg-CIhW47xl1NbaRFdg", + "tag": "Niji", + "2022-03-01": 0, + "2022-03-16": 0, + "2022-04-01": 0, + "2022-04-16": 0, + "2022-05-01": 0, + "2022-05-16": 0, + "2022-06-01": 0, + "2022-06-16": 0, + "2022-07-01": 0, + "2022-07-16": 0, + "2022-08-01": 0, + "2022-08-16": 0, + "2022-09-01": 0, + "2022-09-16": 0, + "2022-10-01": 0, + "2022-10-16": 0, + "2022-11-01": 0, + "2022-11-16": 0, + "2022-12-01": 0, + "2022-12-16": 0, + "2023-01-01": 0, + "2023-01-16": 0, + "2023-02-01": 0, + "2023-02-16": 0, + "2023-03-01": 0, + "2023-03-16": 0, + "2023-04-01": 0, + "2023-04-16": 0, + "2023-05-01": 0, + "2023-05-16": 0, + "2023-06-01": 0, + "2023-06-16": 117000, + "2023-07-01": 274000, + "2023-07-16": 501000, + "2023-08-01": 793000, + "2023-08-16": 1091000, + "2023-09-01": 1860000, + "2023-09-16": 2267000, + "2023-10-01": 2969000, + "2023-10-16": 3216000, + "2023-11-01": 3328000, + "2023-11-16": 3538000, + "2023-12-01": 3831000, + "2023-12-16": 4117000, + "2024-01-01": 4325000, + "2024-01-16": 4604000, + "2024-02-01": 5529000, + "2024-02-16": 5843000, + "2024-03-01": 6324000, + "2024-03-16": 6610000, + "2024-04-01": 7525000, + "2024-04-16": 8010000, + "2024-05-01": 8475000, + "2024-05-16": 8789000, + "2024-06-01": 8926000, + "2024-06-16": 8999000, + "2024-07-01": 9086000 + }, + { + "channelName": "Phalnoa Ch", + "channelId": "UCR7t5lyjL0jIf12CDVHduuQ", + "tag": "HoloID", + "2022-03-01": 5830000, + "2022-03-16": 5830000, + "2022-04-01": 5830000, + "2022-04-16": 5830000, + "2022-05-01": 5830000, + "2022-05-16": 5830000, + "2022-06-01": 5830000, + "2022-06-16": 5830000, + "2022-07-01": 5830000, + "2022-07-16": 5830000, + "2022-08-01": 5830000, + "2022-08-16": 5830000, + "2022-09-01": 5830000, + "2022-09-16": 5830000, + "2022-10-01": 5830000, + "2022-10-16": 5830000, + "2022-11-01": 5830000, + "2022-11-16": 5830000, + "2022-12-01": 5830000, + "2022-12-16": 5830000, + "2023-01-01": 5830000, + "2023-01-16": 5830000, + "2023-02-01": 5830000, + "2023-02-16": 5830000, + "2023-03-01": 5830000, + "2023-03-16": 5830000, + "2023-04-01": 5830000, + "2023-04-16": 5830000, + "2023-05-01": 5830000, + "2023-05-16": 5830000, + "2023-06-01": 5830000, + "2023-06-16": 5830000, + "2023-07-01": 5830000, + "2023-07-16": 5830000, + "2023-08-01": 5830000, + "2023-08-16": 5830000, + "2023-09-01": 5830000, + "2023-09-16": 5830000, + "2023-10-01": 5931000, + "2023-10-16": 6123000, + "2023-11-01": 6312000, + "2023-11-16": 6404000, + "2023-12-01": 6493000, + "2023-12-16": 6582000, + "2024-01-01": 6633000, + "2024-01-16": 6700000, + "2024-02-01": 6841000, + "2024-02-16": 6907000, + "2024-03-01": 7030000, + "2024-03-16": 7290000, + "2024-04-01": 7402000, + "2024-04-16": 7545000, + "2024-05-01": 7656000, + "2024-05-16": 7730000, + "2024-06-01": 7789000, + "2024-06-16": 7851000, + "2024-07-01": 7938000 + }, + { + "channelName": "Kage_Clips", + "channelId": "UC1mP207-DOCvD9J8isJEDPA", + "tag": "Other", + "2022-03-01": 3668000, + "2022-03-16": 3668000, + "2022-04-01": 3668000, + "2022-04-16": 3668000, + "2022-05-01": 3668000, + "2022-05-16": 3668000, + "2022-06-01": 4868000, + "2022-06-16": 6383000, + "2022-07-01": 9159000, + "2022-07-16": 11041000, + "2022-08-01": 12068000, + "2022-08-16": 12942000, + "2022-09-01": 13888000, + "2022-09-16": 14993000, + "2022-10-01": 15872000, + "2022-10-16": 16495000, + "2022-11-01": 17539000, + "2022-11-16": 18454000, + "2022-12-01": 19657000, + "2022-12-16": 20043000, + "2023-01-01": 20872000, + "2023-01-16": 21231000, + "2023-02-01": 21563000, + "2023-02-16": 22101000, + "2023-03-01": 22418000, + "2023-03-16": 22784000, + "2023-04-01": 23113000, + "2023-04-16": 23469000, + "2023-05-01": 24010000, + "2023-05-16": 24501000, + "2023-06-01": 24761000, + "2023-06-16": 24875000, + "2023-07-01": 25013000, + "2023-07-16": 25135000, + "2023-08-01": 25228000, + "2023-08-16": 25318000, + "2023-09-01": 25418000, + "2023-09-16": 25495000, + "2023-10-01": 25582000, + "2023-10-16": 25690000, + "2023-11-01": 25794000, + "2023-11-16": 25920000, + "2023-12-01": 26034000, + "2023-12-16": 26129000, + "2024-01-01": 26210000, + "2024-01-16": 26291000, + "2024-02-01": 26633000, + "2024-02-16": 26879000, + "2024-03-01": 27033000, + "2024-03-16": 27318000, + "2024-04-01": 27430000, + "2024-04-16": 27529000, + "2024-05-01": 27637000, + "2024-05-16": 27778000, + "2024-06-01": 27925000, + "2024-06-16": 28030000, + "2024-07-01": 28110000 + }, + { + "channelName": "RED", + "channelId": "UCKz5gUQPL-LDZJDAQTk_B0w", + "tag": "Niji", + "2022-03-01": 5892000, + "2022-03-16": 5892000, + "2022-04-01": 5892000, + "2022-04-16": 5892000, + "2022-05-01": 5892000, + "2022-05-16": 5892000, + "2022-06-01": 5892000, + "2022-06-16": 5892000, + "2022-07-01": 5892000, + "2022-07-16": 5892000, + "2022-08-01": 5892000, + "2022-08-16": 5892000, + "2022-09-01": 5892000, + "2022-09-16": 5892000, + "2022-10-01": 5892000, + "2022-10-16": 5892000, + "2022-11-01": 6129000, + "2022-11-16": 6466000, + "2022-12-01": 6864000, + "2022-12-16": 7044000, + "2023-01-01": 7325000, + "2023-01-16": 7551000, + "2023-02-01": 7656000, + "2023-02-16": 7813000, + "2023-03-01": 8105000, + "2023-03-16": 8225000, + "2023-04-01": 8717000, + "2023-04-16": 9257000, + "2023-05-01": 10212000, + "2023-05-16": 10557000, + "2023-06-01": 11336000, + "2023-06-16": 11907000, + "2023-07-01": 12431000, + "2023-07-16": 12838000, + "2023-08-01": 13215000, + "2023-08-16": 13880000, + "2023-09-01": 14796000, + "2023-09-16": 15464000, + "2023-10-01": 16458000, + "2023-10-16": 17041000, + "2023-11-01": 17445000, + "2023-11-16": 17911000, + "2023-12-01": 18395000, + "2023-12-16": 18842000, + "2024-01-01": 19249000, + "2024-01-16": 19470000, + "2024-02-01": 20192000, + "2024-02-16": 20499000, + "2024-03-01": 20698000, + "2024-03-16": 20914000, + "2024-04-01": 20981000, + "2024-04-16": 21046000, + "2024-05-01": 21130000, + "2024-05-16": 21215000, + "2024-06-01": 21286000, + "2024-06-16": 21369000, + "2024-07-01": 21443000 + }, + { + "channelName": "SlackFunday Ch.", + "channelId": "UCWrHUQo0T5lot1etA1gBMpA", + "tag": "HoloEN", + "2022-03-01": 1897000, + "2022-03-16": 1897000, + "2022-04-01": 2130000, + "2022-04-16": 2209000, + "2022-05-01": 2282000, + "2022-05-16": 2375000, + "2022-06-01": 2537000, + "2022-06-16": 2930000, + "2022-07-01": 3535000, + "2022-07-16": 3909000, + "2022-08-01": 4213000, + "2022-08-16": 4552000, + "2022-09-01": 4895000, + "2022-09-16": 5411000, + "2022-10-01": 5830000, + "2022-10-16": 6082000, + "2022-11-01": 6392000, + "2022-11-16": 6650000, + "2022-12-01": 6849000, + "2022-12-16": 7002000, + "2023-01-01": 7319000, + "2023-01-16": 7488000, + "2023-02-01": 7630000, + "2023-02-16": 7751000, + "2023-03-01": 7979000, + "2023-03-16": 8085000, + "2023-04-01": 8179000, + "2023-04-16": 8287000, + "2023-05-01": 8514000, + "2023-05-16": 8670000, + "2023-06-01": 8743000, + "2023-06-16": 8887000, + "2023-07-01": 9012000, + "2023-07-16": 9098000, + "2023-08-01": 9157000, + "2023-08-16": 9221000, + "2023-09-01": 9288000, + "2023-09-16": 9378000, + "2023-10-01": 9441000, + "2023-10-16": 9578000, + "2023-11-01": 9682000, + "2023-11-16": 9730000, + "2023-12-01": 9775000, + "2023-12-16": 9809000, + "2024-01-01": 9859000, + "2024-01-16": 9910000, + "2024-02-01": 10235000, + "2024-02-16": 10290000, + "2024-03-01": 10412000, + "2024-03-16": 10677000, + "2024-04-01": 10719000, + "2024-04-16": 10824000, + "2024-05-01": 10873000, + "2024-05-16": 10958000, + "2024-06-01": 11144000, + "2024-06-16": 11289000, + "2024-07-01": 11360000 + }, + { + "channelName": "LUMEN Clips Ch.", + "channelId": "UCe1mmilV7SJa1cFHzdMv5fw", + "tag": "HoloEN", + "2022-03-01": -128000, + "2022-03-16": -128000, + "2022-04-01": -128000, + "2022-04-16": -128000, + "2022-05-01": -128000, + "2022-05-16": -128000, + "2022-06-01": -128000, + "2022-06-16": -128000, + "2022-07-01": -128000, + "2022-07-16": -128000, + "2022-08-01": -128000, + "2022-08-16": -128000, + "2022-09-01": -128000, + "2022-09-16": -128000, + "2022-10-01": -128000, + "2022-10-16": -128000, + "2022-11-01": -128000, + "2022-11-16": -128000, + "2022-12-01": -128000, + "2022-12-16": -128000, + "2023-01-01": -128000, + "2023-01-16": -128000, + "2023-02-01": -17000, + "2023-02-16": 238000, + "2023-03-01": 454000, + "2023-03-16": 674000, + "2023-04-01": 913000, + "2023-04-16": 1093000, + "2023-05-01": 1546000, + "2023-05-16": 1767000, + "2023-06-01": 1944000, + "2023-06-16": 2100000, + "2023-07-01": 2281000, + "2023-07-16": 2391000, + "2023-08-01": 2798000, + "2023-08-16": 2942000, + "2023-09-01": 3097000, + "2023-09-16": 3291000, + "2023-10-01": 3556000, + "2023-10-16": 3706000, + "2023-11-01": 3809000, + "2023-11-16": 3919000, + "2023-12-01": 4048000, + "2023-12-16": 4178000, + "2024-01-01": 4301000, + "2024-01-16": 4402000, + "2024-02-01": 4765000, + "2024-02-16": 5137000, + "2024-03-01": 5255000, + "2024-03-16": 5516000, + "2024-04-01": 5604000, + "2024-04-16": 5690000, + "2024-05-01": 5877000, + "2024-05-16": 6030000, + "2024-06-01": 6120000, + "2024-06-16": 6218000, + "2024-07-01": 6289000 + }, + { + "channelName": "DV translation", + "channelId": "UC6c3ec5vj3ZAZXDUBLTvL2A", + "tag": "HoloJP", + "2022-03-01": 8042000, + "2022-03-16": 8042000, + "2022-04-01": 8084000, + "2022-04-16": 8130000, + "2022-05-01": 8181000, + "2022-05-16": 8225000, + "2022-06-01": 8272000, + "2022-06-16": 8330000, + "2022-07-01": 8414000, + "2022-07-16": 8523000, + "2022-08-01": 9236000, + "2022-08-16": 9781000, + "2022-09-01": 10144000, + "2022-09-16": 10910000, + "2022-10-01": 11692000, + "2022-10-16": 11951000, + "2022-11-01": 12175000, + "2022-11-16": 12274000, + "2022-12-01": 12365000, + "2022-12-16": 12443000, + "2023-01-01": 12506000, + "2023-01-16": 12768000, + "2023-02-01": 12921000, + "2023-02-16": 13018000, + "2023-03-01": 13077000, + "2023-03-16": 13127000, + "2023-04-01": 13172000, + "2023-04-16": 13222000, + "2023-05-01": 13222000, + "2023-05-16": 13322000, + "2023-06-01": 13493000, + "2023-06-16": 13654000, + "2023-07-01": 13775000, + "2023-07-16": 13835000, + "2023-08-01": 13895000, + "2023-08-16": 13960000, + "2023-09-01": 14047000, + "2023-09-16": 14123000, + "2023-10-01": 14206000, + "2023-10-16": 14274000, + "2023-11-01": 14330000, + "2023-11-16": 14382000, + "2023-12-01": 14428000, + "2023-12-16": 14471000, + "2024-01-01": 14515000, + "2024-01-16": 14574000, + "2024-02-01": 14720000, + "2024-02-16": 14775000, + "2024-03-01": 14824000, + "2024-03-16": 14901000, + "2024-04-01": 14937000, + "2024-04-16": 14970000, + "2024-05-01": 15007000, + "2024-05-16": 15044000, + "2024-06-01": 15085000, + "2024-06-16": 15159000, + "2024-07-01": 15230000 + }, + { + "channelName": "Lmao Clip", + "channelId": "UCYkZ6HG03H_lRbBIkhnAXmA", + "tag": "HoloEN", + "2022-03-01": 2044000, + "2022-03-16": 2044000, + "2022-04-01": 2044000, + "2022-04-16": 2044000, + "2022-05-01": 2044000, + "2022-05-16": 2044000, + "2022-06-01": 2044000, + "2022-06-16": 2044000, + "2022-07-01": 2044000, + "2022-07-16": 2044000, + "2022-08-01": 2044000, + "2022-08-16": 2044000, + "2022-09-01": 2044000, + "2022-09-16": 2044000, + "2022-10-01": 2044000, + "2022-10-16": 2044000, + "2022-11-01": 2044000, + "2022-11-16": 2044000, + "2022-12-01": 2044000, + "2022-12-16": 2044000, + "2023-01-01": 2044000, + "2023-01-16": 2044000, + "2023-02-01": 2044000, + "2023-02-16": 2044000, + "2023-03-01": 2044000, + "2023-03-16": 2044000, + "2023-04-01": 2044000, + "2023-04-16": 2044000, + "2023-05-01": 2044000, + "2023-05-16": 2044000, + "2023-06-01": 2044000, + "2023-06-16": 2044000, + "2023-07-01": 2299000, + "2023-07-16": 2533000, + "2023-08-01": 2835000, + "2023-08-16": 3135000, + "2023-09-01": 3446000, + "2023-09-16": 3940000, + "2023-10-01": 4509000, + "2023-10-16": 5001000, + "2023-11-01": 5576000, + "2023-11-16": 6058000, + "2023-12-01": 6491000, + "2023-12-16": 6521000, + "2024-01-01": 6543000, + "2024-01-16": 6559000, + "2024-02-01": 6621000, + "2024-02-16": 6699000, + "2024-03-01": 6855000, + "2024-03-16": 7113000, + "2024-04-01": 7280000, + "2024-04-16": 7360000, + "2024-05-01": 7471000, + "2024-05-16": 7537000, + "2024-06-01": 7714000, + "2024-06-16": 7785000, + "2024-07-01": 7855000 + }, + { + "channelName": "Square Ch.", + "channelId": "UC1OqApCIItwwYoUkHxghFMQ", + "tag": "Niji", + "2022-03-01": 2482000, + "2022-03-16": 2482000, + "2022-04-01": 2851000, + "2022-04-16": 3131000, + "2022-05-01": 3442000, + "2022-05-16": 3789000, + "2022-06-01": 4175000, + "2022-06-16": 4456000, + "2022-07-01": 4787000, + "2022-07-16": 5190000, + "2022-08-01": 5656000, + "2022-08-16": 6019000, + "2022-09-01": 6397000, + "2022-09-16": 6935000, + "2022-10-01": 7369000, + "2022-10-16": 7794000, + "2022-11-01": 8305000, + "2022-11-16": 8728000, + "2022-12-01": 9101000, + "2022-12-16": 9416000, + "2023-01-01": 9752000, + "2023-01-16": 10065000, + "2023-02-01": 10398000, + "2023-02-16": 10798000, + "2023-03-01": 11196000, + "2023-03-16": 11451000, + "2023-04-01": 11685000, + "2023-04-16": 12063000, + "2023-05-01": 12308000, + "2023-05-16": 12513000, + "2023-06-01": 12785000, + "2023-06-16": 13066000, + "2023-07-01": 13310000, + "2023-07-16": 13545000, + "2023-08-01": 13686000, + "2023-08-16": 13856000, + "2023-09-01": 14119000, + "2023-09-16": 14368000, + "2023-10-01": 14666000, + "2023-10-16": 14886000, + "2023-11-01": 15079000, + "2023-11-16": 15330000, + "2023-12-01": 15645000, + "2023-12-16": 15946000, + "2024-01-01": 16129000, + "2024-01-16": 16336000, + "2024-02-01": 16833000, + "2024-02-16": 17069000, + "2024-03-01": 17236000, + "2024-03-16": 17374000, + "2024-04-01": 17455000, + "2024-04-16": 17516000, + "2024-05-01": 17595000, + "2024-05-16": 17702000, + "2024-06-01": 17798000, + "2024-06-16": 17895000, + "2024-07-01": 17964000 + }, + { + "channelName": "Pomu's Sweat", + "channelId": "UCiCJuLxvgFDwnsIZ-hQtAPQ", + "tag": "Niji", + "2022-03-01": 28576000, + "2022-03-16": 28576000, + "2022-04-01": 28576000, + "2022-04-16": 28576000, + "2022-05-01": 28576000, + "2022-05-16": 28576000, + "2022-06-01": 28576000, + "2022-06-16": 28576000, + "2022-07-01": 28576000, + "2022-07-16": 28576000, + "2022-08-01": 28576000, + "2022-08-16": 28576000, + "2022-09-01": 28576000, + "2022-09-16": 28576000, + "2022-10-01": 28576000, + "2022-10-16": 28576000, + "2022-11-01": 28576000, + "2022-11-16": 28576000, + "2022-12-01": 28576000, + "2022-12-16": 28576000, + "2023-01-01": 28576000, + "2023-01-16": 28576000, + "2023-02-01": 28576000, + "2023-02-16": 28576000, + "2023-03-01": 28576000, + "2023-03-16": 28576000, + "2023-04-01": 28576000, + "2023-04-16": 28576000, + "2023-05-01": 28576000, + "2023-05-16": 28576000, + "2023-06-01": 28576000, + "2023-06-16": 28576000, + "2023-07-01": 28576000, + "2023-07-16": 28576000, + "2023-08-01": 28576000, + "2023-08-16": 29191000, + "2023-09-01": 29625000, + "2023-09-16": 30635000, + "2023-10-01": 31476000, + "2023-10-16": 32233000, + "2023-11-01": 33255000, + "2023-11-16": 34469000, + "2023-12-01": 35248000, + "2023-12-16": 35768000, + "2024-01-01": 36389000, + "2024-01-16": 36872000, + "2024-02-01": 37691000, + "2024-02-16": 38095000, + "2024-03-01": 38644000, + "2024-03-16": 39224000, + "2024-04-01": 39379000, + "2024-04-16": 39981000, + "2024-05-01": 40384000, + "2024-05-16": 40701000, + "2024-06-01": 41198000, + "2024-06-16": 41415000, + "2024-07-01": 41483000 + }, + { + "channelName": "Holo Master", + "channelId": "UCJE0w7N67x4p5d2JbUtpEww", + "tag": "HoloJP", + "2022-03-01": 8826000, + "2022-03-16": 8826000, + "2022-04-01": 8826000, + "2022-04-16": 8826000, + "2022-05-01": 8826000, + "2022-05-16": 8826000, + "2022-06-01": 8826000, + "2022-06-16": 8826000, + "2022-07-01": 8826000, + "2022-07-16": 8826000, + "2022-08-01": 8826000, + "2022-08-16": 8826000, + "2022-09-01": 8826000, + "2022-09-16": 8826000, + "2022-10-01": 8826000, + "2022-10-16": 8826000, + "2022-11-01": 8826000, + "2022-11-16": 8826000, + "2022-12-01": 8826000, + "2022-12-16": 8826000, + "2023-01-01": 8826000, + "2023-01-16": 8826000, + "2023-02-01": 8826000, + "2023-02-16": 8826000, + "2023-03-01": 8826000, + "2023-03-16": 8826000, + "2023-04-01": 8826000, + "2023-04-16": 8826000, + "2023-05-01": 8826000, + "2023-05-16": 8826000, + "2023-06-01": 8826000, + "2023-06-16": 8826000, + "2023-07-01": 8826000, + "2023-07-16": 8826000, + "2023-08-01": 8826000, + "2023-08-16": 9286000, + "2023-09-01": 9678000, + "2023-09-16": 10172000, + "2023-10-01": 10597000, + "2023-10-16": 11041000, + "2023-11-01": 11413000, + "2023-11-16": 11795000, + "2023-12-01": 12214000, + "2023-12-16": 12654000, + "2024-01-01": 13006000, + "2024-01-16": 13322000, + "2024-02-01": 14878000, + "2024-02-16": 15636000, + "2024-03-01": 15926000, + "2024-03-16": 16235000, + "2024-04-01": 16349000, + "2024-04-16": 16439000, + "2024-05-01": 16533000, + "2024-05-16": 16611000, + "2024-06-01": 16707000, + "2024-06-16": 16823000, + "2024-07-01": 16888000 + }, + { + "channelName": "Pamomi", + "channelId": "UC_f_-OsPQGuM-SObRHWOgKQ", + "tag": "HoloEN", + "2022-03-01": 6371000, + "2022-03-16": 6371000, + "2022-04-01": 7345000, + "2022-04-16": 13197000, + "2022-05-01": 16168000, + "2022-05-16": 16775000, + "2022-06-01": 17111000, + "2022-06-16": 17303000, + "2022-07-01": 17471000, + "2022-07-16": 17601000, + "2022-08-01": 17738000, + "2022-08-16": 17877000, + "2022-09-01": 18043000, + "2022-09-16": 18168000, + "2022-10-01": 18275000, + "2022-10-16": 18367000, + "2022-11-01": 18803000, + "2022-11-16": 19475000, + "2022-12-01": 19854000, + "2022-12-16": 19952000, + "2023-01-01": 20046000, + "2023-01-16": 20141000, + "2023-02-01": 20240000, + "2023-02-16": 20337000, + "2023-03-01": 20425000, + "2023-03-16": 20493000, + "2023-04-01": 20560000, + "2023-04-16": 20711000, + "2023-05-01": 20801000, + "2023-05-16": 20875000, + "2023-06-01": 20935000, + "2023-06-16": 20985000, + "2023-07-01": 21065000, + "2023-07-16": 21145000, + "2023-08-01": 21203000, + "2023-08-16": 21254000, + "2023-09-01": 21308000, + "2023-09-16": 21519000, + "2023-10-01": 21630000, + "2023-10-16": 21718000, + "2023-11-01": 21870000, + "2023-11-16": 21979000, + "2023-12-01": 22067000, + "2023-12-16": 22164000, + "2024-01-01": 22231000, + "2024-01-16": 22262000, + "2024-02-01": 22362000, + "2024-02-16": 22419000, + "2024-03-01": 22480000, + "2024-03-16": 20876000, + "2024-04-01": 20893000, + "2024-04-16": 20909000, + "2024-05-01": 20982000, + "2024-05-16": 21042000, + "2024-06-01": 21092000, + "2024-06-16": 21148000, + "2024-07-01": 21210000 + }, + { + "channelName": "HoloCrimson", + "channelId": "UC__vOTsLtDpdo7A7OyLtS8Q", + "tag": "HoloEN", + "2022-03-01": 2239000, + "2022-03-16": 2239000, + "2022-04-01": 2239000, + "2022-04-16": 2239000, + "2022-05-01": 2239000, + "2022-05-16": 2239000, + "2022-06-01": 2239000, + "2022-06-16": 2239000, + "2022-07-01": 2239000, + "2022-07-16": 2239000, + "2022-08-01": 2239000, + "2022-08-16": 2239000, + "2022-09-01": 2239000, + "2022-09-16": 2239000, + "2022-10-01": 2239000, + "2022-10-16": 2239000, + "2022-11-01": 2239000, + "2022-11-16": 2239000, + "2022-12-01": 2239000, + "2022-12-16": 2239000, + "2023-01-01": 2239000, + "2023-01-16": 2239000, + "2023-02-01": 2239000, + "2023-02-16": 2239000, + "2023-03-01": 2239000, + "2023-03-16": 2239000, + "2023-04-01": 2239000, + "2023-04-16": 2239000, + "2023-05-01": 2239000, + "2023-05-16": 2239000, + "2023-06-01": 2239000, + "2023-06-16": 2239000, + "2023-07-01": 2239000, + "2023-07-16": 2239000, + "2023-08-01": 2239000, + "2023-08-16": 2239000, + "2023-09-01": 2239000, + "2023-09-16": 2615000, + "2023-10-01": 2882000, + "2023-10-16": 2897000, + "2023-11-01": 2903000, + "2023-11-16": 2908000, + "2023-12-01": 2914000, + "2023-12-16": 2918000, + "2024-01-01": 2922000, + "2024-01-16": 2925000, + "2024-02-01": 2936000, + "2024-02-16": 3187000, + "2024-03-01": 3254000, + "2024-03-16": 3288000, + "2024-04-01": 3292000, + "2024-04-16": 3324000, + "2024-05-01": 3366000, + "2024-05-16": 3392000, + "2024-06-01": 3397000, + "2024-06-16": 3489000, + "2024-07-01": 3548000 + }, + { + "channelName": "Murasaki Ringo Vtuber Stories", + "channelId": "UC9BsMmuL_8YPvZeRBDzkcAQ", + "tag": "HoloJP", + "2022-03-01": 17789000, + "2022-03-16": 17789000, + "2022-04-01": 17789000, + "2022-04-16": 17789000, + "2022-05-01": 17789000, + "2022-05-16": 17789000, + "2022-06-01": 17789000, + "2022-06-16": 17789000, + "2022-07-01": 17789000, + "2022-07-16": 17789000, + "2022-08-01": 17789000, + "2022-08-16": 17789000, + "2022-09-01": 17789000, + "2022-09-16": 17789000, + "2022-10-01": 17789000, + "2022-10-16": 17789000, + "2022-11-01": 17789000, + "2022-11-16": 17789000, + "2022-12-01": 17789000, + "2022-12-16": 17789000, + "2023-01-01": 17789000, + "2023-01-16": 17789000, + "2023-02-01": 17789000, + "2023-02-16": 17789000, + "2023-03-01": 17789000, + "2023-03-16": 17789000, + "2023-04-01": 17789000, + "2023-04-16": 17789000, + "2023-05-01": 17789000, + "2023-05-16": 17789000, + "2023-06-01": 17789000, + "2023-06-16": 17789000, + "2023-07-01": 17789000, + "2023-07-16": 17789000, + "2023-08-01": 17789000, + "2023-08-16": 17789000, + "2023-09-01": 17789000, + "2023-09-16": 17966000, + "2023-10-01": 18416000, + "2023-10-16": 18743000, + "2023-11-01": 18928000, + "2023-11-16": 19065000, + "2023-12-01": 19300000, + "2023-12-16": 19464000, + "2024-01-01": 19535000, + "2024-01-16": 19604000, + "2024-02-01": 19762000, + "2024-02-16": 19843000, + "2024-03-01": 19909000, + "2024-03-16": 20017000, + "2024-04-01": 20076000, + "2024-04-16": 20122000, + "2024-05-01": 20181000, + "2024-05-16": 20242000, + "2024-06-01": 20305000, + "2024-06-16": 20444000, + "2024-07-01": 20499000 + }, + { + "channelName": "Vtuber Addict", + "channelId": "UCp_ZOA84TJeiq3WVFc1noag", + "tag": "HoloJP", + "2022-03-01": 236000, + "2022-03-16": 236000, + "2022-04-01": 236000, + "2022-04-16": 236000, + "2022-05-01": 236000, + "2022-05-16": 236000, + "2022-06-01": 236000, + "2022-06-16": 236000, + "2022-07-01": 236000, + "2022-07-16": 236000, + "2022-08-01": 236000, + "2022-08-16": 236000, + "2022-09-01": 236000, + "2022-09-16": 236000, + "2022-10-01": 236000, + "2022-10-16": 236000, + "2022-11-01": 236000, + "2022-11-16": 236000, + "2022-12-01": 236000, + "2022-12-16": 236000, + "2023-01-01": 236000, + "2023-01-16": 236000, + "2023-02-01": 236000, + "2023-02-16": 236000, + "2023-03-01": 575000, + "2023-03-16": 781000, + "2023-04-01": 1111000, + "2023-04-16": 3563000, + "2023-05-01": 6130000, + "2023-05-16": 7053000, + "2023-06-01": 7921000, + "2023-06-16": 8951000, + "2023-07-01": 9844000, + "2023-07-16": 11171000, + "2023-08-01": 11496000, + "2023-08-16": 11966000, + "2023-09-01": 12145000, + "2023-09-16": 12900000, + "2023-10-01": 13489000, + "2023-10-16": 14152000, + "2023-11-01": 15179000, + "2023-11-16": 16620000, + "2023-12-01": 17345000, + "2023-12-16": 18149000, + "2024-01-01": 18430000, + "2024-01-16": 18543000, + "2024-02-01": 19069000, + "2024-02-16": 19390000, + "2024-03-01": 19589000, + "2024-03-16": 19958000, + "2024-04-01": 20077000, + "2024-04-16": 20242000, + "2024-05-01": 20478000, + "2024-05-16": 20656000, + "2024-06-01": 20766000, + "2024-06-16": 20859000, + "2024-07-01": 20912000 + }, + { + "channelName": "Hololive Glimpse", + "channelId": "UCLsLVET8iNdhINnc0L35dHQ", + "tag": "HoloEN", + "2022-03-01": 379000, + "2022-03-16": 379000, + "2022-04-01": 379000, + "2022-04-16": 379000, + "2022-05-01": 379000, + "2022-05-16": 379000, + "2022-06-01": 379000, + "2022-06-16": 379000, + "2022-07-01": 379000, + "2022-07-16": 379000, + "2022-08-01": 379000, + "2022-08-16": 379000, + "2022-09-01": 379000, + "2022-09-16": 379000, + "2022-10-01": 379000, + "2022-10-16": 379000, + "2022-11-01": 379000, + "2022-11-16": 379000, + "2022-12-01": 379000, + "2022-12-16": 379000, + "2023-01-01": 379000, + "2023-01-16": 379000, + "2023-02-01": 379000, + "2023-02-16": 379000, + "2023-03-01": 379000, + "2023-03-16": 379000, + "2023-04-01": 379000, + "2023-04-16": 379000, + "2023-05-01": 379000, + "2023-05-16": 379000, + "2023-06-01": 379000, + "2023-06-16": 379000, + "2023-07-01": 379000, + "2023-07-16": 379000, + "2023-08-01": 379000, + "2023-08-16": 379000, + "2023-09-01": 379000, + "2023-09-16": 471000, + "2023-10-01": 1424000, + "2023-10-16": 1462000, + "2023-11-01": 1492000, + "2023-11-16": 1687000, + "2023-12-01": 1861000, + "2023-12-16": 1896000, + "2024-01-01": 2504000, + "2024-01-16": 3570000, + "2024-02-01": 4882000, + "2024-02-16": 5696000, + "2024-03-01": 6514000, + "2024-03-16": 7537000, + "2024-04-01": 7588000, + "2024-04-16": 7878000, + "2024-05-01": 8026000, + "2024-05-16": 8154000, + "2024-06-01": 8193000, + "2024-06-16": 8272000, + "2024-07-01": 8325000 + }, + { + "channelName": "clippermi", + "channelId": "UC8hiI02Oh3IZMTJoX31ZpVg", + "tag": "Neuro", + "2022-03-01": 3501000, + "2022-03-16": 3501000, + "2022-04-01": 3501000, + "2022-04-16": 3501000, + "2022-05-01": 3501000, + "2022-05-16": 3501000, + "2022-06-01": 3501000, + "2022-06-16": 3501000, + "2022-07-01": 3501000, + "2022-07-16": 3501000, + "2022-08-01": 3501000, + "2022-08-16": 3501000, + "2022-09-01": 3501000, + "2022-09-16": 3501000, + "2022-10-01": 3501000, + "2022-10-16": 3501000, + "2022-11-01": 3501000, + "2022-11-16": 3501000, + "2022-12-01": 3501000, + "2022-12-16": 3501000, + "2023-01-01": 3501000, + "2023-01-16": 3501000, + "2023-02-01": 3501000, + "2023-02-16": 3501000, + "2023-03-01": 3501000, + "2023-03-16": 3501000, + "2023-04-01": 3501000, + "2023-04-16": 4061000, + "2023-05-01": 5057000, + "2023-05-16": 5932000, + "2023-06-01": 7727000, + "2023-06-16": 8508000, + "2023-07-01": 8905000, + "2023-07-16": 9576000, + "2023-08-01": 9723000, + "2023-08-16": 9814000, + "2023-09-01": 9898000, + "2023-09-16": 9965000, + "2023-10-01": 9984000, + "2023-10-16": 10028000, + "2023-11-01": 10063000, + "2023-11-16": 10099000, + "2023-12-01": 10144000, + "2023-12-16": 10180000, + "2024-01-01": 10221000, + "2024-01-16": 10261000, + "2024-02-01": 10571000, + "2024-02-16": 10685000, + "2024-03-01": 10753000, + "2024-03-16": 10831000, + "2024-04-01": 10858000, + "2024-04-16": 10880000, + "2024-05-01": 10912000, + "2024-05-16": 10947000, + "2024-06-01": 10993000, + "2024-06-16": 11056000, + "2024-07-01": 11109000 + }, + { + "channelName": "Another Hololive Clip Channel", + "channelId": "UCF8w27yIKHD8CtAxE8_R3sA", + "tag": "HoloEN", + "2022-03-01": 6059000, + "2022-03-16": 6059000, + "2022-04-01": 6059000, + "2022-04-16": 6059000, + "2022-05-01": 6059000, + "2022-05-16": 6059000, + "2022-06-01": 6059000, + "2022-06-16": 6059000, + "2022-07-01": 6059000, + "2022-07-16": 6059000, + "2022-08-01": 6059000, + "2022-08-16": 6059000, + "2022-09-01": 6059000, + "2022-09-16": 6059000, + "2022-10-01": 6059000, + "2022-10-16": 6059000, + "2022-11-01": 6059000, + "2022-11-16": 6059000, + "2022-12-01": 6059000, + "2022-12-16": 6059000, + "2023-01-01": 6059000, + "2023-01-16": 6059000, + "2023-02-01": 6059000, + "2023-02-16": 6059000, + "2023-03-01": 6059000, + "2023-03-16": 6059000, + "2023-04-01": 6059000, + "2023-04-16": 6059000, + "2023-05-01": 6059000, + "2023-05-16": 6059000, + "2023-06-01": 6059000, + "2023-06-16": 6059000, + "2023-07-01": 6059000, + "2023-07-16": 6059000, + "2023-08-01": 6059000, + "2023-08-16": 6059000, + "2023-09-01": 6059000, + "2023-09-16": 6152000, + "2023-10-01": 6310000, + "2023-10-16": 6439000, + "2023-11-01": 6469000, + "2023-11-16": 6511000, + "2023-12-01": 6705000, + "2023-12-16": 6821000, + "2024-01-01": 6903000, + "2024-01-16": 7018000, + "2024-02-01": 7200000, + "2024-02-16": 7283000, + "2024-03-01": 7413000, + "2024-03-16": 7615000, + "2024-04-01": 7752000, + "2024-04-16": 7879000, + "2024-05-01": 7998000, + "2024-05-16": 8116000, + "2024-06-01": 8311000, + "2024-06-16": 8414000, + "2024-07-01": 8466000 + }, + { + "channelName": "maperu メペル", + "channelId": "UC2s-QktAISP2cud-JQmU5dQ", + "tag": "Niji", + "2022-03-01": 9164000, + "2022-03-16": 9164000, + "2022-04-01": 10635000, + "2022-04-16": 12313000, + "2022-05-01": 13761000, + "2022-05-16": 14606000, + "2022-06-01": 15490000, + "2022-06-16": 16339000, + "2022-07-01": 17647000, + "2022-07-16": 18403000, + "2022-08-01": 19093000, + "2022-08-16": 20002000, + "2022-09-01": 21398000, + "2022-09-16": 22280000, + "2022-10-01": 23111000, + "2022-10-16": 23585000, + "2022-11-01": 23910000, + "2022-11-16": 24157000, + "2022-12-01": 24417000, + "2022-12-16": 24672000, + "2023-01-01": 24887000, + "2023-01-16": 25309000, + "2023-02-01": 25762000, + "2023-02-16": 26194000, + "2023-03-01": 26649000, + "2023-03-16": 26916000, + "2023-04-01": 27083000, + "2023-04-16": 27264000, + "2023-05-01": 27618000, + "2023-05-16": 27825000, + "2023-06-01": 28025000, + "2023-06-16": 28146000, + "2023-07-01": 28271000, + "2023-07-16": 28392000, + "2023-08-01": 28547000, + "2023-08-16": 28736000, + "2023-09-01": 28939000, + "2023-09-16": 29108000, + "2023-10-01": 29247000, + "2023-10-16": 29369000, + "2023-11-01": 29479000, + "2023-11-16": 29589000, + "2023-12-01": 29687000, + "2023-12-16": 29765000, + "2024-01-01": 29915000, + "2024-01-16": 30100000, + "2024-02-01": 30515000, + "2024-02-16": 30691000, + "2024-03-01": 30800000, + "2024-03-16": 30944000, + "2024-04-01": 31004000, + "2024-04-16": 31043000, + "2024-05-01": 31083000, + "2024-05-16": 31127000, + "2024-06-01": 31174000, + "2024-06-16": 31239000, + "2024-07-01": 31289000 + }, + { + "channelName": "Sakanaa Clips", + "channelId": "UC4apA0H43L42ob4VEfCBl1A", + "tag": "HoloJP", + "2022-03-01": 2614000, + "2022-03-16": 2614000, + "2022-04-01": 2614000, + "2022-04-16": 2614000, + "2022-05-01": 2614000, + "2022-05-16": 2614000, + "2022-06-01": 2614000, + "2022-06-16": 2614000, + "2022-07-01": 2614000, + "2022-07-16": 2614000, + "2022-08-01": 2614000, + "2022-08-16": 2614000, + "2022-09-01": 2614000, + "2022-09-16": 2614000, + "2022-10-01": 2614000, + "2022-10-16": 2614000, + "2022-11-01": 2614000, + "2022-11-16": 2614000, + "2022-12-01": 2614000, + "2022-12-16": 2614000, + "2023-01-01": 2614000, + "2023-01-16": 2614000, + "2023-02-01": 2614000, + "2023-02-16": 2614000, + "2023-03-01": 2614000, + "2023-03-16": 3684000, + "2023-04-01": 4538000, + "2023-04-16": 5458000, + "2023-05-01": 6900000, + "2023-05-16": 7287000, + "2023-06-01": 7647000, + "2023-06-16": 8131000, + "2023-07-01": 8281000, + "2023-07-16": 8354000, + "2023-08-01": 8407000, + "2023-08-16": 8524000, + "2023-09-01": 8583000, + "2023-09-16": 8607000, + "2023-10-01": 8622000, + "2023-10-16": 8637000, + "2023-11-01": 8650000, + "2023-11-16": 8662000, + "2023-12-01": 8675000, + "2023-12-16": 8687000, + "2024-01-01": 8697000, + "2024-01-16": 8706000, + "2024-02-01": 8728000, + "2024-02-16": 8752000, + "2024-03-01": 8765000, + "2024-03-16": 8883000, + "2024-04-01": 8937000, + "2024-04-16": 8951000, + "2024-05-01": 8986000, + "2024-05-16": 9093000, + "2024-06-01": 9168000, + "2024-06-16": 9289000, + "2024-07-01": 9338000 + }, + { + "channelName": "Keiko Clips 🍑", + "channelId": "UCYMBNY1_4ztYmzHibk5NtVw", + "tag": "HoloEN", + "2022-03-01": -91000, + "2022-03-16": -91000, + "2022-04-01": -91000, + "2022-04-16": -91000, + "2022-05-01": -91000, + "2022-05-16": -91000, + "2022-06-01": -91000, + "2022-06-16": -91000, + "2022-07-01": -91000, + "2022-07-16": -91000, + "2022-08-01": -91000, + "2022-08-16": -91000, + "2022-09-01": -4000, + "2022-09-16": 512000, + "2022-10-01": 806000, + "2022-10-16": 955000, + "2022-11-01": 1267000, + "2022-11-16": 1540000, + "2022-12-01": 1839000, + "2022-12-16": 2027000, + "2023-01-01": 2096000, + "2023-01-16": 2487000, + "2023-02-01": 3011000, + "2023-02-16": 3132000, + "2023-03-01": 3632000, + "2023-03-16": 3728000, + "2023-04-01": 3873000, + "2023-04-16": 4178000, + "2023-05-01": 4286000, + "2023-05-16": 4369000, + "2023-06-01": 4520000, + "2023-06-16": 4901000, + "2023-07-01": 5170000, + "2023-07-16": 5246000, + "2023-08-01": 5387000, + "2023-08-16": 5458000, + "2023-09-01": 5532000, + "2023-09-16": 6565000, + "2023-10-01": 7465000, + "2023-10-16": 8004000, + "2023-11-01": 8905000, + "2023-11-16": 10305000, + "2023-12-01": 10915000, + "2023-12-16": 11044000, + "2024-01-01": 11429000, + "2024-01-16": 11492000, + "2024-02-01": 11631000, + "2024-02-16": 11677000, + "2024-03-01": 11733000, + "2024-03-16": 13326000, + "2024-04-01": 13756000, + "2024-04-16": 14293000, + "2024-05-01": 14613000, + "2024-05-16": 14975000, + "2024-06-01": 15073000, + "2024-06-16": 15149000, + "2024-07-01": 15198000 + }, + { + "channelName": "PON-DE-RING CLIPS", + "channelId": "UCMlVqnxEoByjyPfXriv1g1A", + "tag": "HoloEN", + "2022-03-01": 7000, + "2022-03-16": 7000, + "2022-04-01": 7000, + "2022-04-16": 7000, + "2022-05-01": 7000, + "2022-05-16": 7000, + "2022-06-01": 7000, + "2022-06-16": 7000, + "2022-07-01": 7000, + "2022-07-16": 7000, + "2022-08-01": 7000, + "2022-08-16": 7000, + "2022-09-01": 7000, + "2022-09-16": 7000, + "2022-10-01": 7000, + "2022-10-16": 7000, + "2022-11-01": 7000, + "2022-11-16": 7000, + "2022-12-01": 7000, + "2022-12-16": 7000, + "2023-01-01": 7000, + "2023-01-16": 7000, + "2023-02-01": 7000, + "2023-02-16": 7000, + "2023-03-01": 7000, + "2023-03-16": 7000, + "2023-04-01": 7000, + "2023-04-16": 7000, + "2023-05-01": 7000, + "2023-05-16": 7000, + "2023-06-01": 7000, + "2023-06-16": 7000, + "2023-07-01": 7000, + "2023-07-16": 7000, + "2023-08-01": 7000, + "2023-08-16": 7000, + "2023-09-01": 7000, + "2023-09-16": 24000, + "2023-10-01": 333000, + "2023-10-16": 404000, + "2023-11-01": 521000, + "2023-11-16": 574000, + "2023-12-01": 596000, + "2023-12-16": 706000, + "2024-01-01": 740000, + "2024-01-16": 895000, + "2024-02-01": 1432000, + "2024-02-16": 1746000, + "2024-03-01": 1887000, + "2024-03-16": 2041000, + "2024-04-01": 2060000, + "2024-04-16": 2179000, + "2024-05-01": 2230000, + "2024-05-16": 2387000, + "2024-06-01": 2445000, + "2024-06-16": 2491000, + "2024-07-01": 2540000 + }, + { + "channelName": "BlueAwoo", + "channelId": "UCE6l02Iwv7vJlAXfBE7ZUcw", + "tag": "HoloEN", + "2022-03-01": 40458000, + "2022-03-16": 40458000, + "2022-04-01": 40540000, + "2022-04-16": 40615000, + "2022-05-01": 40700000, + "2022-05-16": 40770000, + "2022-06-01": 40837000, + "2022-06-16": 40907000, + "2022-07-01": 40978000, + "2022-07-16": 41046000, + "2022-08-01": 41106000, + "2022-08-16": 41162000, + "2022-09-01": 41225000, + "2022-09-16": 41280000, + "2022-10-01": 41344000, + "2022-10-16": 41405000, + "2022-11-01": 41469000, + "2022-11-16": 41529000, + "2022-12-01": 41594000, + "2022-12-16": 41659000, + "2023-01-01": 41796000, + "2023-01-16": 41947000, + "2023-02-01": 42058000, + "2023-02-16": 42119000, + "2023-03-01": 42209000, + "2023-03-16": 42283000, + "2023-04-01": 42344000, + "2023-04-16": 42406000, + "2023-05-01": 42406000, + "2023-05-16": 42473000, + "2023-06-01": 42540000, + "2023-06-16": 42591000, + "2023-07-01": 42649000, + "2023-07-16": 42649000, + "2023-08-01": 42700000, + "2023-08-16": 42750000, + "2023-09-01": 42818000, + "2023-09-16": 42896000, + "2023-10-01": 42950000, + "2023-10-16": 42993000, + "2023-11-01": 43047000, + "2023-11-16": 43098000, + "2023-12-01": 43159000, + "2023-12-16": 43217000, + "2024-01-01": 43262000, + "2024-01-16": 43294000, + "2024-02-01": 43385000, + "2024-02-16": 43431000, + "2024-03-01": 43487000, + "2024-03-16": 43591000, + "2024-04-01": 43666000, + "2024-04-16": 43720000, + "2024-05-01": 43765000, + "2024-05-16": 43806000, + "2024-06-01": 43848000, + "2024-06-16": 43914000, + "2024-07-01": 43960000 + }, + { + "channelName": "MadeOfCherryToo", + "channelId": "UC0-MPx3OndGX47t8BXZkrSw", + "tag": "HoloEN", + "2022-03-01": 881000, + "2022-03-16": 881000, + "2022-04-01": 881000, + "2022-04-16": 881000, + "2022-05-01": 881000, + "2022-05-16": 881000, + "2022-06-01": 881000, + "2022-06-16": 881000, + "2022-07-01": 881000, + "2022-07-16": 881000, + "2022-08-01": 881000, + "2022-08-16": 881000, + "2022-09-01": 881000, + "2022-09-16": 881000, + "2022-10-01": 881000, + "2022-10-16": 881000, + "2022-11-01": 881000, + "2022-11-16": 881000, + "2022-12-01": 881000, + "2022-12-16": 881000, + "2023-01-01": 881000, + "2023-01-16": 881000, + "2023-02-01": 881000, + "2023-02-16": 881000, + "2023-03-01": 881000, + "2023-03-16": 881000, + "2023-04-01": 881000, + "2023-04-16": 881000, + "2023-05-01": 881000, + "2023-05-16": 881000, + "2023-06-01": 881000, + "2023-06-16": 881000, + "2023-07-01": 881000, + "2023-07-16": 881000, + "2023-08-01": 881000, + "2023-08-16": 881000, + "2023-09-01": 881000, + "2023-09-16": 881000, + "2023-10-01": 881000, + "2023-10-16": 881000, + "2023-11-01": 881000, + "2023-11-16": 881000, + "2023-12-01": 881000, + "2023-12-16": 881000, + "2024-01-01": 881000, + "2024-01-16": 1002000, + "2024-02-01": 1519000, + "2024-02-16": 1681000, + "2024-03-01": 1947000, + "2024-03-16": 2141000, + "2024-04-01": 2210000, + "2024-04-16": 2256000, + "2024-05-01": 2276000, + "2024-05-16": 2325000, + "2024-06-01": 2429000, + "2024-06-16": 2541000, + "2024-07-01": 2585000 + }, + { + "channelName": "Naniwazuni", + "channelId": "UC4g58aKgC8ia4pTnyURyoBw", + "tag": "Niji", + "2022-03-01": 852000, + "2022-03-16": 852000, + "2022-04-01": 1176000, + "2022-04-16": 1639000, + "2022-05-01": 2018000, + "2022-05-16": 2441000, + "2022-06-01": 2784000, + "2022-06-16": 3339000, + "2022-07-01": 3822000, + "2022-07-16": 4229000, + "2022-08-01": 4658000, + "2022-08-16": 5173000, + "2022-09-01": 5781000, + "2022-09-16": 6393000, + "2022-10-01": 6895000, + "2022-10-16": 7506000, + "2022-11-01": 8215000, + "2022-11-16": 8708000, + "2022-12-01": 9407000, + "2022-12-16": 10016000, + "2023-01-01": 10414000, + "2023-01-16": 10712000, + "2023-02-01": 11205000, + "2023-02-16": 11567000, + "2023-03-01": 12137000, + "2023-03-16": 12781000, + "2023-04-01": 13138000, + "2023-04-16": 13551000, + "2023-05-01": 13889000, + "2023-05-16": 14203000, + "2023-06-01": 14480000, + "2023-06-16": 14930000, + "2023-07-01": 15360000, + "2023-07-16": 15744000, + "2023-08-01": 16320000, + "2023-08-16": 16940000, + "2023-09-01": 17554000, + "2023-09-16": 17999000, + "2023-10-01": 18401000, + "2023-10-16": 18696000, + "2023-11-01": 18981000, + "2023-11-16": 19242000, + "2023-12-01": 19507000, + "2023-12-16": 19807000, + "2024-01-01": 19995000, + "2024-01-16": 20281000, + "2024-02-01": 20641000, + "2024-02-16": 21052000, + "2024-03-01": 21316000, + "2024-03-16": 21499000, + "2024-04-01": 21552000, + "2024-04-16": 21611000, + "2024-05-01": 21665000, + "2024-05-16": 21710000, + "2024-06-01": 21763000, + "2024-06-16": 21846000, + "2024-07-01": 21890000 + }, + { + "channelName": "ziemawari 🌻", + "channelId": "UCi0RgDECcI11cr-fdcsTpIw", + "tag": "Niji", + "2022-03-01": 3512000, + "2022-03-16": 3512000, + "2022-04-01": 3512000, + "2022-04-16": 3512000, + "2022-05-01": 3512000, + "2022-05-16": 3512000, + "2022-06-01": 3512000, + "2022-06-16": 3512000, + "2022-07-01": 3512000, + "2022-07-16": 3512000, + "2022-08-01": 3512000, + "2022-08-16": 3512000, + "2022-09-01": 3512000, + "2022-09-16": 3512000, + "2022-10-01": 3512000, + "2022-10-16": 3512000, + "2022-11-01": 3512000, + "2022-11-16": 3512000, + "2022-12-01": 3512000, + "2022-12-16": 3512000, + "2023-01-01": 3512000, + "2023-01-16": 3512000, + "2023-02-01": 3512000, + "2023-02-16": 3512000, + "2023-03-01": 3512000, + "2023-03-16": 3754000, + "2023-04-01": 3860000, + "2023-04-16": 3969000, + "2023-05-01": 4279000, + "2023-05-16": 4576000, + "2023-06-01": 4696000, + "2023-06-16": 4827000, + "2023-07-01": 5009000, + "2023-07-16": 5231000, + "2023-08-01": 5401000, + "2023-08-16": 5598000, + "2023-09-01": 5771000, + "2023-09-16": 5943000, + "2023-10-01": 6071000, + "2023-10-16": 6182000, + "2023-11-01": 6289000, + "2023-11-16": 6407000, + "2023-12-01": 6542000, + "2023-12-16": 6643000, + "2024-01-01": 6763000, + "2024-01-16": 6857000, + "2024-02-01": 7111000, + "2024-02-16": 7207000, + "2024-03-01": 7275000, + "2024-03-16": 7442000, + "2024-04-01": 7617000, + "2024-04-16": 7722000, + "2024-05-01": 7849000, + "2024-05-16": 7909000, + "2024-06-01": 7948000, + "2024-06-16": 8009000, + "2024-07-01": 8052000 + }, + { + "channelName": "HoloBONK", + "channelId": "UCcSXPnzaG2f3Sgac3wen31Q", + "tag": "HoloEN", + "2022-03-01": 2773000, + "2022-03-16": 2773000, + "2022-04-01": 2773000, + "2022-04-16": 2773000, + "2022-05-01": 2773000, + "2022-05-16": 2773000, + "2022-06-01": 2773000, + "2022-06-16": 2773000, + "2022-07-01": 2773000, + "2022-07-16": 2773000, + "2022-08-01": 2773000, + "2022-08-16": 2773000, + "2022-09-01": 2773000, + "2022-09-16": 2773000, + "2022-10-01": 2773000, + "2022-10-16": 2773000, + "2022-11-01": 2773000, + "2022-11-16": 2773000, + "2022-12-01": 2773000, + "2022-12-16": 2773000, + "2023-01-01": 2773000, + "2023-01-16": 2773000, + "2023-02-01": 2773000, + "2023-02-16": 2773000, + "2023-03-01": 2773000, + "2023-03-16": 2773000, + "2023-04-01": 2773000, + "2023-04-16": 2773000, + "2023-05-01": 2773000, + "2023-05-16": 2773000, + "2023-06-01": 2773000, + "2023-06-16": 2773000, + "2023-07-01": 2773000, + "2023-07-16": 2773000, + "2023-08-01": 2773000, + "2023-08-16": 2773000, + "2023-09-01": 2773000, + "2023-09-16": 2773000, + "2023-10-01": 2773000, + "2023-10-16": 2773000, + "2023-11-01": 2773000, + "2023-11-16": 2773000, + "2023-12-01": 2773000, + "2023-12-16": 2859000, + "2024-01-01": 2892000, + "2024-01-16": 2901000, + "2024-02-01": 3207000, + "2024-02-16": 3337000, + "2024-03-01": 3400000, + "2024-03-16": 3905000, + "2024-04-01": 4100000, + "2024-04-16": 4225000, + "2024-05-01": 4347000, + "2024-05-16": 4432000, + "2024-06-01": 4507000, + "2024-06-16": 4569000, + "2024-07-01": 4611000 + }, + { + "channelName": "Sapa", + "channelId": "UCTSDamOCSpXKRb8cz1mwNrg", + "tag": "Niji", + "2022-03-01": 611000, + "2022-03-16": 611000, + "2022-04-01": 1020000, + "2022-04-16": 1419000, + "2022-05-01": 1755000, + "2022-05-16": 1978000, + "2022-06-01": 2481000, + "2022-06-16": 2723000, + "2022-07-01": 2948000, + "2022-07-16": 3250000, + "2022-08-01": 3744000, + "2022-08-16": 4256000, + "2022-09-01": 4653000, + "2022-09-16": 5526000, + "2022-10-01": 5926000, + "2022-10-16": 6478000, + "2022-11-01": 6792000, + "2022-11-16": 7167000, + "2022-12-01": 7477000, + "2022-12-16": 7892000, + "2023-01-01": 8259000, + "2023-01-16": 8644000, + "2023-02-01": 8986000, + "2023-02-16": 9364000, + "2023-03-01": 9665000, + "2023-03-16": 9849000, + "2023-04-01": 9979000, + "2023-04-16": 10100000, + "2023-05-01": 10258000, + "2023-05-16": 10396000, + "2023-06-01": 10530000, + "2023-06-16": 10648000, + "2023-07-01": 10784000, + "2023-07-16": 10969000, + "2023-08-01": 11137000, + "2023-08-16": 11423000, + "2023-09-01": 11771000, + "2023-09-16": 12027000, + "2023-10-01": 12218000, + "2023-10-16": 12333000, + "2023-11-01": 12433000, + "2023-11-16": 12516000, + "2023-12-01": 12605000, + "2023-12-16": 12666000, + "2024-01-01": 12794000, + "2024-01-16": 12926000, + "2024-02-01": 13241000, + "2024-02-16": 13366000, + "2024-03-01": 13455000, + "2024-03-16": 13547000, + "2024-04-01": 13578000, + "2024-04-16": 13606000, + "2024-05-01": 13637000, + "2024-05-16": 13662000, + "2024-06-01": 13690000, + "2024-06-16": 13724000, + "2024-07-01": 13766000 + }, + { + "channelName": "Skitchama", + "channelId": "UClokc9XRlMIxW56s4nZoTAQ", + "tag": "HoloEN", + "2022-03-01": 39003000, + "2022-03-16": 39003000, + "2022-04-01": 39093000, + "2022-04-16": 39134000, + "2022-05-01": 39439000, + "2022-05-16": 39487000, + "2022-06-01": 39523000, + "2022-06-16": 39544000, + "2022-07-01": 39569000, + "2022-07-16": 39593000, + "2022-08-01": 39694000, + "2022-08-16": 39793000, + "2022-09-01": 39822000, + "2022-09-16": 39842000, + "2022-10-01": 39865000, + "2022-10-16": 39881000, + "2022-11-01": 39905000, + "2022-11-16": 39926000, + "2022-12-01": 39943000, + "2022-12-16": 39960000, + "2023-01-01": 39973000, + "2023-01-16": 39986000, + "2023-02-01": 40007000, + "2023-02-16": 40023000, + "2023-03-01": 40042000, + "2023-03-16": 40059000, + "2023-04-01": 40074000, + "2023-04-16": 40074000, + "2023-05-01": 40074000, + "2023-05-16": 40074000, + "2023-06-01": 40074000, + "2023-06-16": 40074000, + "2023-07-01": 40074000, + "2023-07-16": 40074000, + "2023-08-01": 40074000, + "2023-08-16": 40074000, + "2023-09-01": 40074000, + "2023-09-16": 40074000, + "2023-10-01": 40179000, + "2023-10-16": 40189000, + "2023-11-01": 40199000, + "2023-11-16": 40207000, + "2023-12-01": 40215000, + "2023-12-16": 40230000, + "2024-01-01": 40237000, + "2024-01-16": 40242000, + "2024-02-01": 40252000, + "2024-02-16": 40256000, + "2024-03-01": 40261000, + "2024-03-16": 40271000, + "2024-04-01": 40276000, + "2024-04-16": 40282000, + "2024-05-01": 40289000, + "2024-05-16": 40414000, + "2024-06-01": 40520000, + "2024-06-16": 40629000, + "2024-07-01": 40669000 + }, + { + "channelName": "Ikemen Squid", + "channelId": "UCtJViBLJqdUB038jVTLeetg", + "tag": "HoloEN", + "2022-03-01": 1019000, + "2022-03-16": 1019000, + "2022-04-01": 1019000, + "2022-04-16": 1019000, + "2022-05-01": 1019000, + "2022-05-16": 1019000, + "2022-06-01": 1019000, + "2022-06-16": 1019000, + "2022-07-01": 1019000, + "2022-07-16": 1019000, + "2022-08-01": 1019000, + "2022-08-16": 1019000, + "2022-09-01": 1019000, + "2022-09-16": 1019000, + "2022-10-01": 1019000, + "2022-10-16": 1019000, + "2022-11-01": 1309000, + "2022-11-16": 2014000, + "2022-12-01": 2580000, + "2022-12-16": 3167000, + "2023-01-01": 3314000, + "2023-01-16": 3594000, + "2023-02-01": 4487000, + "2023-02-16": 4955000, + "2023-03-01": 5319000, + "2023-03-16": 5518000, + "2023-04-01": 5610000, + "2023-04-16": 5761000, + "2023-05-01": 5844000, + "2023-05-16": 5962000, + "2023-06-01": 6028000, + "2023-06-16": 6083000, + "2023-07-01": 6145000, + "2023-07-16": 6145000, + "2023-08-01": 6219000, + "2023-08-16": 6292000, + "2023-09-01": 6394000, + "2023-09-16": 6440000, + "2023-10-01": 6503000, + "2023-10-16": 6608000, + "2023-11-01": 6657000, + "2023-11-16": 6724000, + "2023-12-01": 6776000, + "2023-12-16": 6835000, + "2024-01-01": 6935000, + "2024-01-16": 7000000, + "2024-02-01": 7092000, + "2024-02-16": 7141000, + "2024-03-01": 7279000, + "2024-03-16": 7524000, + "2024-04-01": 7570000, + "2024-04-16": 7603000, + "2024-05-01": 7645000, + "2024-05-16": 7684000, + "2024-06-01": 7722000, + "2024-06-16": 7795000, + "2024-07-01": 7835000 + }, + { + "channelName": "Takusachi Clips Ch.", + "channelId": "UC_QPhnsC2c1PIv0rs2Y61EQ", + "tag": "HoloEN", + "2022-03-01": 3469000, + "2022-03-16": 3469000, + "2022-04-01": 3545000, + "2022-04-16": 3638000, + "2022-05-01": 3730000, + "2022-05-16": 4212000, + "2022-06-01": 4635000, + "2022-06-16": 4832000, + "2022-07-01": 4968000, + "2022-07-16": 5129000, + "2022-08-01": 5232000, + "2022-08-16": 5317000, + "2022-09-01": 5471000, + "2022-09-16": 5606000, + "2022-10-01": 5703000, + "2022-10-16": 5789000, + "2022-11-01": 5864000, + "2022-11-16": 6064000, + "2022-12-01": 6162000, + "2022-12-16": 6259000, + "2023-01-01": 6408000, + "2023-01-16": 6603000, + "2023-02-01": 6788000, + "2023-02-16": 6934000, + "2023-03-01": 7022000, + "2023-03-16": 7105000, + "2023-04-01": 7206000, + "2023-04-16": 7271000, + "2023-05-01": 7271000, + "2023-05-16": 7435000, + "2023-06-01": 7544000, + "2023-06-16": 7619000, + "2023-07-01": 7764000, + "2023-07-16": 7888000, + "2023-08-01": 7956000, + "2023-08-16": 8052000, + "2023-09-01": 8132000, + "2023-09-16": 8282000, + "2023-10-01": 8337000, + "2023-10-16": 8402000, + "2023-11-01": 8483000, + "2023-11-16": 8575000, + "2023-12-01": 8652000, + "2023-12-16": 8712000, + "2024-01-01": 8730000, + "2024-01-16": 8779000, + "2024-02-01": 8973000, + "2024-02-16": 9014000, + "2024-03-01": 9050000, + "2024-03-16": 9166000, + "2024-04-01": 9218000, + "2024-04-16": 9344000, + "2024-05-01": 9434000, + "2024-05-16": 9508000, + "2024-06-01": 9630000, + "2024-06-16": 9700000, + "2024-07-01": 9739000 + }, + { + "channelName": "Daily Dose of K9 Kuro", + "channelId": "UCTC8je-179PrRzUsG4xQ5vA", + "tag": "Vshojo", + "2022-03-01": 0, + "2022-03-16": 0, + "2022-04-01": 0, + "2022-04-16": 0, + "2022-05-01": 0, + "2022-05-16": 0, + "2022-06-01": 0, + "2022-06-16": 0, + "2022-07-01": 0, + "2022-07-16": 0, + "2022-08-01": 0, + "2022-08-16": 0, + "2022-09-01": 0, + "2022-09-16": 0, + "2022-10-01": 0, + "2022-10-16": 0, + "2022-11-01": 0, + "2022-11-16": 0, + "2022-12-01": 0, + "2022-12-16": 0, + "2023-01-01": 0, + "2023-01-16": 0, + "2023-02-01": 0, + "2023-02-16": 0, + "2023-03-01": 0, + "2023-03-16": 0, + "2023-04-01": 0, + "2023-04-16": 0, + "2023-05-01": 0, + "2023-05-16": 0, + "2023-06-01": 0, + "2023-06-16": 0, + "2023-07-01": 0, + "2023-07-16": 0, + "2023-08-01": 0, + "2023-08-16": 0, + "2023-09-01": 0, + "2023-09-16": 0, + "2023-10-01": 0, + "2023-10-16": 0, + "2023-11-01": 0, + "2023-11-16": 270000, + "2023-12-01": 293000, + "2023-12-16": 296000, + "2024-01-01": 298000, + "2024-01-16": 299000, + "2024-02-01": 303000, + "2024-02-16": 305000, + "2024-03-01": 308000, + "2024-03-16": 303000, + "2024-04-01": 381000, + "2024-04-16": 740000, + "2024-05-01": 1107000, + "2024-05-16": 1232000, + "2024-06-01": 1344000, + "2024-06-16": 1250000, + "2024-07-01": 1289000 + }, + { + "channelName": "Genius Clips", + "channelId": "UCYrbVTyMUFlDcNO8_SHnVww", + "tag": "Vshojo", + "2022-03-01": 983000, + "2022-03-16": 983000, + "2022-04-01": 983000, + "2022-04-16": 983000, + "2022-05-01": 983000, + "2022-05-16": 983000, + "2022-06-01": 983000, + "2022-06-16": 983000, + "2022-07-01": 983000, + "2022-07-16": 983000, + "2022-08-01": 983000, + "2022-08-16": 983000, + "2022-09-01": 983000, + "2022-09-16": 983000, + "2022-10-01": 983000, + "2022-10-16": 983000, + "2022-11-01": 983000, + "2022-11-16": 983000, + "2022-12-01": 983000, + "2022-12-16": 983000, + "2023-01-01": 983000, + "2023-01-16": 983000, + "2023-02-01": 983000, + "2023-02-16": 983000, + "2023-03-01": 983000, + "2023-03-16": 983000, + "2023-04-01": 983000, + "2023-04-16": 983000, + "2023-05-01": 983000, + "2023-05-16": 983000, + "2023-06-01": 983000, + "2023-06-16": 983000, + "2023-07-01": 983000, + "2023-07-16": 983000, + "2023-08-01": 983000, + "2023-08-16": 983000, + "2023-09-01": 983000, + "2023-09-16": 1043000, + "2023-10-01": 1896000, + "2023-10-16": 2162000, + "2023-11-01": 2372000, + "2023-11-16": 2652000, + "2023-12-01": 3051000, + "2023-12-16": 3454000, + "2024-01-01": 3671000, + "2024-01-16": 3816000, + "2024-02-01": 4580000, + "2024-02-16": 4766000, + "2024-03-01": 4847000, + "2024-03-16": 4981000, + "2024-04-01": 5032000, + "2024-04-16": 5066000, + "2024-05-01": 5098000, + "2024-05-16": 5135000, + "2024-06-01": 5175000, + "2024-06-16": 5230000, + "2024-07-01": 5268000 + }, + { + "channelName": "Khaos Clips", + "channelId": "UCLSVoL4snDc928ntvbp5AFQ", + "tag": "HoloEN", + "2022-03-01": 2059000, + "2022-03-16": 2059000, + "2022-04-01": 2059000, + "2022-04-16": 2059000, + "2022-05-01": 2059000, + "2022-05-16": 2059000, + "2022-06-01": 2059000, + "2022-06-16": 2059000, + "2022-07-01": 2059000, + "2022-07-16": 2059000, + "2022-08-01": 2059000, + "2022-08-16": 2059000, + "2022-09-01": 2059000, + "2022-09-16": 2059000, + "2022-10-01": 2059000, + "2022-10-16": 2444000, + "2022-11-01": 2912000, + "2022-11-16": 3650000, + "2022-12-01": 4018000, + "2022-12-16": 4216000, + "2023-01-01": 4303000, + "2023-01-16": 4475000, + "2023-02-01": 4714000, + "2023-02-16": 5042000, + "2023-03-01": 5263000, + "2023-03-16": 5380000, + "2023-04-01": 5467000, + "2023-04-16": 5625000, + "2023-05-01": 5834000, + "2023-05-16": 5975000, + "2023-06-01": 6153000, + "2023-06-16": 6228000, + "2023-07-01": 6351000, + "2023-07-16": 6462000, + "2023-08-01": 6528000, + "2023-08-16": 6616000, + "2023-09-01": 6750000, + "2023-09-16": 6961000, + "2023-10-01": 7218000, + "2023-10-16": 7344000, + "2023-11-01": 7419000, + "2023-11-16": 7458000, + "2023-12-01": 7573000, + "2023-12-16": 7606000, + "2024-01-01": 7732000, + "2024-01-16": 7769000, + "2024-02-01": 7905000, + "2024-02-16": 7958000, + "2024-03-01": 8022000, + "2024-03-16": 8211000, + "2024-04-01": 8247000, + "2024-04-16": 8270000, + "2024-05-01": 8305000, + "2024-05-16": 8340000, + "2024-06-01": 8371000, + "2024-06-16": 8409000, + "2024-07-01": 8447000 + }, + { + "channelName": "YUSiA .YUUSHA04", + "channelId": "UCeRZCrwxHTJdoBIANV3YwQA", + "tag": "HoloJP", + "2022-03-01": 2950000, + "2022-03-16": 2950000, + "2022-04-01": 2950000, + "2022-04-16": 2950000, + "2022-05-01": 2950000, + "2022-05-16": 2950000, + "2022-06-01": 2950000, + "2022-06-16": 2950000, + "2022-07-01": 2950000, + "2022-07-16": 2950000, + "2022-08-01": 2950000, + "2022-08-16": 2950000, + "2022-09-01": 2950000, + "2022-09-16": 2950000, + "2022-10-01": 2950000, + "2022-10-16": 2950000, + "2022-11-01": 2950000, + "2022-11-16": 2950000, + "2022-12-01": 2950000, + "2022-12-16": 2950000, + "2023-01-01": 2950000, + "2023-01-16": 2950000, + "2023-02-01": 2950000, + "2023-02-16": 2950000, + "2023-03-01": 2950000, + "2023-03-16": 2950000, + "2023-04-01": 2950000, + "2023-04-16": 2950000, + "2023-05-01": 2950000, + "2023-05-16": 2950000, + "2023-06-01": 2950000, + "2023-06-16": 2950000, + "2023-07-01": 2950000, + "2023-07-16": 2950000, + "2023-08-01": 2950000, + "2023-08-16": 2950000, + "2023-09-01": 2950000, + "2023-09-16": 2950000, + "2023-10-01": 3224000, + "2023-10-16": 3545000, + "2023-11-01": 3811000, + "2023-11-16": 4128000, + "2023-12-01": 4370000, + "2023-12-16": 4490000, + "2024-01-01": 4659000, + "2024-01-16": 4901000, + "2024-02-01": 5336000, + "2024-02-16": 5467000, + "2024-03-01": 5607000, + "2024-03-16": 5764000, + "2024-04-01": 5823000, + "2024-04-16": 5905000, + "2024-05-01": 5982000, + "2024-05-16": 3652000, + "2024-06-01": 3696000, + "2024-06-16": 3756000, + "2024-07-01": 3793000 + }, + { + "channelName": "ZI4", + "channelId": "UCiRBOF3tkuev9Fg83NlvLeA", + "tag": "HoloEN", + "2022-03-01": 2971000, + "2022-03-16": 2971000, + "2022-04-01": 2971000, + "2022-04-16": 2971000, + "2022-05-01": 2971000, + "2022-05-16": 2971000, + "2022-06-01": 2971000, + "2022-06-16": 2971000, + "2022-07-01": 2971000, + "2022-07-16": 2971000, + "2022-08-01": 2971000, + "2022-08-16": 2971000, + "2022-09-01": 2971000, + "2022-09-16": 2971000, + "2022-10-01": 2971000, + "2022-10-16": 2971000, + "2022-11-01": 2971000, + "2022-11-16": 2971000, + "2022-12-01": 2971000, + "2022-12-16": 2971000, + "2023-01-01": 2971000, + "2023-01-16": 2971000, + "2023-02-01": 2971000, + "2023-02-16": 2971000, + "2023-03-01": 2971000, + "2023-03-16": 2971000, + "2023-04-01": 2971000, + "2023-04-16": 2971000, + "2023-05-01": 2971000, + "2023-05-16": 2971000, + "2023-06-01": 2971000, + "2023-06-16": 2971000, + "2023-07-01": 2971000, + "2023-07-16": 2971000, + "2023-08-01": 2971000, + "2023-08-16": 2971000, + "2023-09-01": 2971000, + "2023-09-16": 2971000, + "2023-10-01": 2971000, + "2023-10-16": 2971000, + "2023-11-01": 2971000, + "2023-11-16": 3090000, + "2023-12-01": 3240000, + "2023-12-16": 3406000, + "2024-01-01": 3535000, + "2024-01-16": 3644000, + "2024-02-01": 3748000, + "2024-02-16": 3781000, + "2024-03-01": 4080000, + "2024-03-16": 4463000, + "2024-04-01": 4497000, + "2024-04-16": 4516000, + "2024-05-01": 4531000, + "2024-05-16": 4552000, + "2024-06-01": 4610000, + "2024-06-16": 4669000, + "2024-07-01": 4706000 + }, + { + "channelName": "P1XLE", + "channelId": "UC5nEh8I9MdkSfUVxjG4ZWVA", + "tag": "HoloEN", + "2022-03-01": 4178000, + "2022-03-16": 4178000, + "2022-04-01": 4178000, + "2022-04-16": 4178000, + "2022-05-01": 4178000, + "2022-05-16": 4178000, + "2022-06-01": 4178000, + "2022-06-16": 4178000, + "2022-07-01": 4178000, + "2022-07-16": 4178000, + "2022-08-01": 4178000, + "2022-08-16": 4178000, + "2022-09-01": 4178000, + "2022-09-16": 4178000, + "2022-10-01": 4178000, + "2022-10-16": 4178000, + "2022-11-01": 4178000, + "2022-11-16": 4178000, + "2022-12-01": 4178000, + "2022-12-16": 4178000, + "2023-01-01": 4178000, + "2023-01-16": 4178000, + "2023-02-01": 4178000, + "2023-02-16": 4178000, + "2023-03-01": 4178000, + "2023-03-16": 4178000, + "2023-04-01": 4178000, + "2023-04-16": 4178000, + "2023-05-01": 4178000, + "2023-05-16": 4178000, + "2023-06-01": 4178000, + "2023-06-16": 4178000, + "2023-07-01": 4178000, + "2023-07-16": 4178000, + "2023-08-01": 4178000, + "2023-08-16": 4178000, + "2023-09-01": 4178000, + "2023-09-16": 4671000, + "2023-10-01": 4994000, + "2023-10-16": 5081000, + "2023-11-01": 5139000, + "2023-11-16": 5228000, + "2023-12-01": 5277000, + "2023-12-16": 5396000, + "2024-01-01": 5441000, + "2024-01-16": 5552000, + "2024-02-01": 5866000, + "2024-02-16": 5951000, + "2024-03-01": 6133000, + "2024-03-16": 6489000, + "2024-04-01": 6587000, + "2024-04-16": 6771000, + "2024-05-01": 6835000, + "2024-05-16": 6899000, + "2024-06-01": 7012000, + "2024-06-16": 7065000, + "2024-07-01": 7102000 + }, + { + "channelName": "Yui Best of Vshojo", + "channelId": "UCMMCkQpRt9Nh1QnM73uY2Gg", + "tag": "Vshojo", + "2022-03-01": 4177000, + "2022-03-16": 4177000, + "2022-04-01": 4177000, + "2022-04-16": 4177000, + "2022-05-01": 4740000, + "2022-05-16": 7437000, + "2022-06-01": 8134000, + "2022-06-16": 8858000, + "2022-07-01": 10863000, + "2022-07-16": 12135000, + "2022-08-01": 13742000, + "2022-08-16": 17387000, + "2022-09-01": 19923000, + "2022-09-16": 22056000, + "2022-10-01": 23823000, + "2022-10-16": 24994000, + "2022-11-01": 26583000, + "2022-11-16": 27815000, + "2022-12-01": 28687000, + "2022-12-16": 30054000, + "2023-01-01": 30741000, + "2023-01-16": 32085000, + "2023-02-01": 33109000, + "2023-02-16": 34684000, + "2023-03-01": 35985000, + "2023-03-16": 37288000, + "2023-04-01": 38331000, + "2023-04-16": 39888000, + "2023-05-01": 40225000, + "2023-05-16": 40324000, + "2023-06-01": 40339000, + "2023-06-16": 40339000, + "2023-07-01": 40339000, + "2023-07-16": 40339000, + "2023-08-01": 40339000, + "2023-08-16": 40339000, + "2023-09-01": 40339000, + "2023-09-16": 40339000, + "2023-10-01": 40373000, + "2023-10-16": 40417000, + "2023-11-01": 40454000, + "2023-11-16": 40497000, + "2023-12-01": 40546000, + "2023-12-16": 40697000, + "2024-01-01": 40784000, + "2024-01-16": 40849000, + "2024-02-01": 41040000, + "2024-02-16": 41121000, + "2024-03-01": 41226000, + "2024-03-16": 41319000, + "2024-04-01": 41351000, + "2024-04-16": 41379000, + "2024-05-01": 41413000, + "2024-05-16": 41466000, + "2024-06-01": 41510000, + "2024-06-16": 41568000, + "2024-07-01": 41604000 + }, + { + "channelName": "K9KURO CLIPS", + "channelId": "UCp4kSYMiydVF06rGMDgdo4Q", + "tag": "Vshojo", + "2022-03-01": 0, + "2022-03-16": 0, + "2022-04-01": 0, + "2022-04-16": 0, + "2022-05-01": 0, + "2022-05-16": 0, + "2022-06-01": 0, + "2022-06-16": 0, + "2022-07-01": 0, + "2022-07-16": 0, + "2022-08-01": 0, + "2022-08-16": 0, + "2022-09-01": 0, + "2022-09-16": 0, + "2022-10-01": 0, + "2022-10-16": 0, + "2022-11-01": 0, + "2022-11-16": 0, + "2022-12-01": 0, + "2022-12-16": 0, + "2023-01-01": 0, + "2023-01-16": 0, + "2023-02-01": 0, + "2023-02-16": 0, + "2023-03-01": 0, + "2023-03-16": 0, + "2023-04-01": 0, + "2023-04-16": 0, + "2023-05-01": 0, + "2023-05-16": 0, + "2023-06-01": 0, + "2023-06-16": 0, + "2023-07-01": 0, + "2023-07-16": 0, + "2023-08-01": 0, + "2023-08-16": 0, + "2023-09-01": 0, + "2023-09-16": 0, + "2023-10-01": 0, + "2023-10-16": 0, + "2023-11-01": 0, + "2023-11-16": 387000, + "2023-12-01": 1006000, + "2023-12-16": 1457000, + "2024-01-01": 1787000, + "2024-01-16": 2039000, + "2024-02-01": 2553000, + "2024-02-16": 2823000, + "2024-03-01": 3268000, + "2024-03-16": 3641000, + "2024-04-01": 3674000, + "2024-04-16": 3732000, + "2024-05-01": 3836000, + "2024-05-16": 3925000, + "2024-06-01": 3983000, + "2024-06-16": 4032000, + "2024-07-01": 4067000 + }, + { + "channelName": "Vi Clip", + "channelId": "UC5v8qjfTiV5V0eGb5ZY7YoQ", + "tag": "Niji", + "2022-03-01": 497000, + "2022-03-16": 497000, + "2022-04-01": 956000, + "2022-04-16": 1445000, + "2022-05-01": 2091000, + "2022-05-16": 2723000, + "2022-06-01": 3581000, + "2022-06-16": 4535000, + "2022-07-01": 5887000, + "2022-07-16": 7498000, + "2022-08-01": 8986000, + "2022-08-16": 10155000, + "2022-09-01": 11454000, + "2022-09-16": 12592000, + "2022-10-01": 13692000, + "2022-10-16": 15037000, + "2022-11-01": 16104000, + "2022-11-16": 17032000, + "2022-12-01": 17715000, + "2022-12-16": 18339000, + "2023-01-01": 19124000, + "2023-01-16": 19645000, + "2023-02-01": 19902000, + "2023-02-16": 20539000, + "2023-03-01": 21427000, + "2023-03-16": 21968000, + "2023-04-01": 22401000, + "2023-04-16": 22876000, + "2023-05-01": 23530000, + "2023-05-16": 24566000, + "2023-06-01": 24954000, + "2023-06-16": 25191000, + "2023-07-01": 25447000, + "2023-07-16": 25773000, + "2023-08-01": 26492000, + "2023-08-16": 27519000, + "2023-09-01": 28444000, + "2023-09-16": 29218000, + "2023-10-01": 29964000, + "2023-10-16": 30425000, + "2023-11-01": 30811000, + "2023-11-16": 31027000, + "2023-12-01": 31219000, + "2023-12-16": 31365000, + "2024-01-01": 31492000, + "2024-01-16": 31611000, + "2024-02-01": 31542000, + "2024-02-16": 31725000, + "2024-03-01": 31871000, + "2024-03-16": 31994000, + "2024-04-01": 32037000, + "2024-04-16": 32077000, + "2024-05-01": 32121000, + "2024-05-16": 32159000, + "2024-06-01": 32198000, + "2024-06-16": 32250000, + "2024-07-01": 32284000 + }, + { + "channelName": "Lilac Ch.", + "channelId": "UCWNdt2jthyHLo6uEGbmegEA", + "tag": "Niji", + "2022-03-01": 22850000, + "2022-03-16": 22850000, + "2022-04-01": 22850000, + "2022-04-16": 22850000, + "2022-05-01": 22850000, + "2022-05-16": 22850000, + "2022-06-01": 22850000, + "2022-06-16": 22850000, + "2022-07-01": 22850000, + "2022-07-16": 22850000, + "2022-08-01": 22850000, + "2022-08-16": 22850000, + "2022-09-01": 22850000, + "2022-09-16": 22850000, + "2022-10-01": 22850000, + "2022-10-16": 22850000, + "2022-11-01": 22850000, + "2022-11-16": 22850000, + "2022-12-01": 22850000, + "2022-12-16": 22850000, + "2023-01-01": 22850000, + "2023-01-16": 22850000, + "2023-02-01": 22850000, + "2023-02-16": 22850000, + "2023-03-01": 22850000, + "2023-03-16": 22850000, + "2023-04-01": 22850000, + "2023-04-16": 22850000, + "2023-05-01": 22850000, + "2023-05-16": 22850000, + "2023-06-01": 22850000, + "2023-06-16": 22850000, + "2023-07-01": 22850000, + "2023-07-16": 22850000, + "2023-08-01": 22850000, + "2023-08-16": 22850000, + "2023-09-01": 22850000, + "2023-09-16": 23009000, + "2023-10-01": 23168000, + "2023-10-16": 23330000, + "2023-11-01": 23435000, + "2023-11-16": 23531000, + "2023-12-01": 23630000, + "2023-12-16": 23730000, + "2024-01-01": 23887000, + "2024-01-16": 24061000, + "2024-02-01": 24343000, + "2024-02-16": 24737000, + "2024-03-01": 24874000, + "2024-03-16": 24975000, + "2024-04-01": 25009000, + "2024-04-16": 25037000, + "2024-05-01": 25071000, + "2024-05-16": 25101000, + "2024-06-01": 25150000, + "2024-06-16": 25193000, + "2024-07-01": 25227000 + }, + { + "channelName": "Hololive moments I think about a lot", + "channelId": "UCFMhce4n47vS6qBELNHEy4g", + "tag": "HoloEN", + "2022-03-01": 37254000, + "2022-03-16": 37254000, + "2022-04-01": 39885000, + "2022-04-16": 41830000, + "2022-05-01": 42893000, + "2022-05-16": 43300000, + "2022-06-01": 43515000, + "2022-06-16": 43640000, + "2022-07-01": 43743000, + "2022-07-16": 44173000, + "2022-08-01": 44468000, + "2022-08-16": 44927000, + "2022-09-01": 45444000, + "2022-09-16": 45563000, + "2022-10-01": 45631000, + "2022-10-16": 45677000, + "2022-11-01": 45923000, + "2022-11-16": 46029000, + "2022-12-01": 46074000, + "2022-12-16": 46114000, + "2023-01-01": 46149000, + "2023-01-16": 46224000, + "2023-02-01": 46384000, + "2023-02-16": 46439000, + "2023-03-01": 46474000, + "2023-03-16": 46503000, + "2023-04-01": 46528000, + "2023-04-16": 46563000, + "2023-05-01": 46563000, + "2023-05-16": 46720000, + "2023-06-01": 46784000, + "2023-06-16": 46817000, + "2023-07-01": 46849000, + "2023-07-16": 46849000, + "2023-08-01": 46969000, + "2023-08-16": 47021000, + "2023-09-01": 47122000, + "2023-09-16": 47448000, + "2023-10-01": 47518000, + "2023-10-16": 47760000, + "2023-11-01": 47843000, + "2023-11-16": 47902000, + "2023-12-01": 48090000, + "2023-12-16": 48213000, + "2024-01-01": 48275000, + "2024-01-16": 48327000, + "2024-02-01": 48631000, + "2024-02-16": 48706000, + "2024-03-01": 48774000, + "2024-03-16": 48941000, + "2024-04-01": 49054000, + "2024-04-16": 49087000, + "2024-05-01": 49130000, + "2024-05-16": 49169000, + "2024-06-01": 49201000, + "2024-06-16": 49233000, + "2024-07-01": 49267000 + }, + { + "channelName": "DiwR Ch.", + "channelId": "UCivQZDWE0OkUKP32KhBifJQ", + "tag": "HoloEN", + "2022-03-01": 1746000, + "2022-03-16": 1746000, + "2022-04-01": 1746000, + "2022-04-16": 1746000, + "2022-05-01": 1746000, + "2022-05-16": 1746000, + "2022-06-01": 1746000, + "2022-06-16": 1746000, + "2022-07-01": 1746000, + "2022-07-16": 1746000, + "2022-08-01": 1746000, + "2022-08-16": 1746000, + "2022-09-01": 1746000, + "2022-09-16": 1746000, + "2022-10-01": 1746000, + "2022-10-16": 1746000, + "2022-11-01": 1746000, + "2022-11-16": 1746000, + "2022-12-01": 1746000, + "2022-12-16": 1746000, + "2023-01-01": 1746000, + "2023-01-16": 1746000, + "2023-02-01": 1746000, + "2023-02-16": 1746000, + "2023-03-01": 1746000, + "2023-03-16": 1746000, + "2023-04-01": 1746000, + "2023-04-16": 1746000, + "2023-05-01": 1746000, + "2023-05-16": 1746000, + "2023-06-01": 1746000, + "2023-06-16": 1746000, + "2023-07-01": 1746000, + "2023-07-16": 1746000, + "2023-08-01": 1746000, + "2023-08-16": 1746000, + "2023-09-01": 1746000, + "2023-09-16": 1746000, + "2023-10-01": 1890000, + "2023-10-16": 2039000, + "2023-11-01": 2068000, + "2023-11-16": 2074000, + "2023-12-01": 2081000, + "2023-12-16": 2085000, + "2024-01-01": 2089000, + "2024-01-16": 2092000, + "2024-02-01": 2101000, + "2024-02-16": 2106000, + "2024-03-01": 2120000, + "2024-03-16": 2174000, + "2024-04-01": 2209000, + "2024-04-16": 2216000, + "2024-05-01": 2221000, + "2024-05-16": 2229000, + "2024-06-01": 2239000, + "2024-06-16": 2269000, + "2024-07-01": 2303000 + }, + { + "channelName": "Hect \/ Hololive Clips", + "channelId": "UCEeKmL6snjWgb2XncHtExKQ", + "tag": "HoloJP", + "2022-03-01": 598000, + "2022-03-16": 598000, + "2022-04-01": 598000, + "2022-04-16": 598000, + "2022-05-01": 598000, + "2022-05-16": 598000, + "2022-06-01": 598000, + "2022-06-16": 598000, + "2022-07-01": 598000, + "2022-07-16": 598000, + "2022-08-01": 598000, + "2022-08-16": 598000, + "2022-09-01": 598000, + "2022-09-16": 598000, + "2022-10-01": 598000, + "2022-10-16": 598000, + "2022-11-01": 598000, + "2022-11-16": 598000, + "2022-12-01": 598000, + "2022-12-16": 598000, + "2023-01-01": 598000, + "2023-01-16": 598000, + "2023-02-01": 598000, + "2023-02-16": 598000, + "2023-03-01": 598000, + "2023-03-16": 598000, + "2023-04-01": 598000, + "2023-04-16": 598000, + "2023-05-01": 598000, + "2023-05-16": 598000, + "2023-06-01": 598000, + "2023-06-16": 598000, + "2023-07-01": 598000, + "2023-07-16": 598000, + "2023-08-01": 598000, + "2023-08-16": 598000, + "2023-09-01": 598000, + "2023-09-16": 598000, + "2023-10-01": 598000, + "2023-10-16": 598000, + "2023-11-01": 598000, + "2023-11-16": 598000, + "2023-12-01": 598000, + "2023-12-16": 621000, + "2024-01-01": 690000, + "2024-01-16": 893000, + "2024-02-01": 1060000, + "2024-02-16": 1199000, + "2024-03-01": 1292000, + "2024-03-16": 1402000, + "2024-04-01": 1438000, + "2024-04-16": 1500000, + "2024-05-01": 1583000, + "2024-05-16": 1667000, + "2024-06-01": 1707000, + "2024-06-16": 1775000, + "2024-07-01": 1808000 + }, + { + "channelName": "holopicks.", + "channelId": "UCHO5LVAvokDg5vwdDORf4gw", + "tag": "HoloJP", + "2022-03-01": -9201000, + "2022-03-16": -9201000, + "2022-04-01": -9201000, + "2022-04-16": -9201000, + "2022-05-01": -9201000, + "2022-05-16": -9201000, + "2022-06-01": -9201000, + "2022-06-16": -9201000, + "2022-07-01": -9201000, + "2022-07-16": -9201000, + "2022-08-01": -9201000, + "2022-08-16": -9201000, + "2022-09-01": -9201000, + "2022-09-16": -9201000, + "2022-10-01": -9124000, + "2022-10-16": -8716000, + "2022-11-01": -8330000, + "2022-11-16": -8056000, + "2022-12-01": -7681000, + "2022-12-16": -7260000, + "2023-01-01": -6375000, + "2023-01-16": -5313000, + "2023-02-01": -3546000, + "2023-02-16": -1541000, + "2023-03-01": -152000, + "2023-03-16": 709000, + "2023-04-01": 1354000, + "2023-04-16": 2374000, + "2023-05-01": 3790000, + "2023-05-16": 4742000, + "2023-06-01": 5777000, + "2023-06-16": 6708000, + "2023-07-01": 7692000, + "2023-07-16": 7918000, + "2023-08-01": 8023000, + "2023-08-16": 8080000, + "2023-09-01": 8134000, + "2023-09-16": 8224000, + "2023-10-01": 8364000, + "2023-10-16": 8455000, + "2023-11-01": 8513000, + "2023-11-16": 8560000, + "2023-12-01": 8569000, + "2023-12-16": 8613000, + "2024-01-01": 8647000, + "2024-01-16": 8674000, + "2024-02-01": 8746000, + "2024-02-16": 8795000, + "2024-03-01": 8844000, + "2024-03-16": 8998000, + "2024-04-01": 9045000, + "2024-04-16": 9089000, + "2024-05-01": 9150000, + "2024-05-16": 9222000, + "2024-06-01": 9273000, + "2024-06-16": 9328000, + "2024-07-01": 9361000 + }, + { + "channelName": "Best of Ironmouse", + "channelId": "UCzDJ6vpUcDViKoFTryBxQlQ", + "tag": "Vshojo", + "2022-03-01": 37356000, + "2022-03-16": 37356000, + "2022-04-01": 37356000, + "2022-04-16": 37356000, + "2022-05-01": 37356000, + "2022-05-16": 37356000, + "2022-06-01": 37356000, + "2022-06-16": 37356000, + "2022-07-01": 37356000, + "2022-07-16": 37356000, + "2022-08-01": 37356000, + "2022-08-16": 37356000, + "2022-09-01": 37356000, + "2022-09-16": 37356000, + "2022-10-01": 37356000, + "2022-10-16": 37356000, + "2022-11-01": 37356000, + "2022-11-16": 37356000, + "2022-12-01": 37356000, + "2022-12-16": 37356000, + "2023-01-01": 37356000, + "2023-01-16": 37356000, + "2023-02-01": 37356000, + "2023-02-16": 37356000, + "2023-03-01": 37356000, + "2023-03-16": 37356000, + "2023-04-01": 37356000, + "2023-04-16": 37356000, + "2023-05-01": 37356000, + "2023-05-16": 37356000, + "2023-06-01": 37356000, + "2023-06-16": 37356000, + "2023-07-01": 37356000, + "2023-07-16": 37356000, + "2023-08-01": 37356000, + "2023-08-16": 37924000, + "2023-09-01": 38440000, + "2023-09-16": 38703000, + "2023-10-01": 38788000, + "2023-10-16": 38850000, + "2023-11-01": 38904000, + "2023-11-16": 38963000, + "2023-12-01": 38998000, + "2023-12-16": 39046000, + "2024-01-01": 39098000, + "2024-01-16": 39203000, + "2024-02-01": 39425000, + "2024-02-16": 39518000, + "2024-03-01": 39637000, + "2024-03-16": 39739000, + "2024-04-01": 39783000, + "2024-04-16": 39815000, + "2024-05-01": 39850000, + "2024-05-16": 39888000, + "2024-06-01": 39927000, + "2024-06-16": 39970000, + "2024-07-01": 40001000 + }, + { + "channelName": "LIR Clips", + "channelId": "UCMSYZMRLk5xPC7DTT18UP-Q", + "tag": "Vshojo", + "2022-03-01": 3759000, + "2022-03-16": 3759000, + "2022-04-01": 3759000, + "2022-04-16": 3759000, + "2022-05-01": 3759000, + "2022-05-16": 3759000, + "2022-06-01": 3759000, + "2022-06-16": 3759000, + "2022-07-01": 3759000, + "2022-07-16": 3759000, + "2022-08-01": 3759000, + "2022-08-16": 3759000, + "2022-09-01": 3759000, + "2022-09-16": 3759000, + "2022-10-01": 3759000, + "2022-10-16": 3759000, + "2022-11-01": 3759000, + "2022-11-16": 3759000, + "2022-12-01": 3759000, + "2022-12-16": 3759000, + "2023-01-01": 3759000, + "2023-01-16": 3759000, + "2023-02-01": 3759000, + "2023-02-16": 3759000, + "2023-03-01": 3759000, + "2023-03-16": 3759000, + "2023-04-01": 3759000, + "2023-04-16": 3759000, + "2023-05-01": 3759000, + "2023-05-16": 3759000, + "2023-06-01": 3759000, + "2023-06-16": 3759000, + "2023-07-01": 4220000, + "2023-07-16": 4346000, + "2023-08-01": 4389000, + "2023-08-16": 4422000, + "2023-09-01": 4422000, + "2023-09-16": 4441000, + "2023-10-01": 4533000, + "2023-10-16": 4679000, + "2023-11-01": 4885000, + "2023-11-16": 5623000, + "2023-12-01": 6611000, + "2023-12-16": 6990000, + "2024-01-01": 7976000, + "2024-01-16": 8556000, + "2024-02-01": 9009000, + "2024-02-16": 9174000, + "2024-03-01": 9342000, + "2024-03-16": 9517000, + "2024-04-01": 9584000, + "2024-04-16": 9639000, + "2024-05-01": 9787000, + "2024-05-16": 9888000, + "2024-06-01": 9958000, + "2024-06-16": 10017000, + "2024-07-01": 10047000 + }, + { + "channelName": "Ritore Translations", + "channelId": "UCoe3QLdQk2TTJd8iXJkQLmA", + "tag": "HoloJP", + "2022-03-01": 23259000, + "2022-03-16": 23259000, + "2022-04-01": 23428000, + "2022-04-16": 23600000, + "2022-05-01": 23898000, + "2022-05-16": 23937000, + "2022-06-01": 24000000, + "2022-06-16": 24321000, + "2022-07-01": 24492000, + "2022-07-16": 24535000, + "2022-08-01": 24565000, + "2022-08-16": 24598000, + "2022-09-01": 24632000, + "2022-09-16": 24659000, + "2022-10-01": 24685000, + "2022-10-16": 24708000, + "2022-11-01": 24743000, + "2022-11-16": 24777000, + "2022-12-01": 24816000, + "2022-12-16": 24845000, + "2023-01-01": 24886000, + "2023-01-16": 24932000, + "2023-02-01": 25014000, + "2023-02-16": 25062000, + "2023-03-01": 25100000, + "2023-03-16": 25129000, + "2023-04-01": 25181000, + "2023-04-16": 25263000, + "2023-05-01": 25327000, + "2023-05-16": 25352000, + "2023-06-01": 25374000, + "2023-06-16": 25411000, + "2023-07-01": 25437000, + "2023-07-16": 25437000, + "2023-08-01": 25462000, + "2023-08-16": 25498000, + "2023-09-01": 25498000, + "2023-09-16": 25515000, + "2023-10-01": 25535000, + "2023-10-16": 25557000, + "2023-11-01": 25579000, + "2023-11-16": 25601000, + "2023-12-01": 25617000, + "2023-12-16": 25631000, + "2024-01-01": 25646000, + "2024-01-16": 25660000, + "2024-02-01": 25328000, + "2024-02-16": 25378000, + "2024-03-01": 25411000, + "2024-03-16": 25463000, + "2024-04-01": 25476000, + "2024-04-16": 25486000, + "2024-05-01": 25503000, + "2024-05-16": 25611000, + "2024-06-01": 25716000, + "2024-06-16": 25768000, + "2024-07-01": 25798000 + }, + { + "channelName": "Kuwu Alouette", + "channelId": "UCddLrdCqB4j8uylXvug2Pag", + "tag": "Niji", + "2022-03-01": 2397000, + "2022-03-16": 2397000, + "2022-04-01": 2397000, + "2022-04-16": 2397000, + "2022-05-01": 2397000, + "2022-05-16": 2397000, + "2022-06-01": 2397000, + "2022-06-16": 2397000, + "2022-07-01": 2397000, + "2022-07-16": 2397000, + "2022-08-01": 2397000, + "2022-08-16": 2397000, + "2022-09-01": 2397000, + "2022-09-16": 2397000, + "2022-10-01": 2397000, + "2022-10-16": 2397000, + "2022-11-01": 2397000, + "2022-11-16": 2397000, + "2022-12-01": 2397000, + "2022-12-16": 2397000, + "2023-01-01": 2397000, + "2023-01-16": 2397000, + "2023-02-01": 2397000, + "2023-02-16": 2397000, + "2023-03-01": 2397000, + "2023-03-16": 2397000, + "2023-04-01": 2397000, + "2023-04-16": 2397000, + "2023-05-01": 2397000, + "2023-05-16": 2397000, + "2023-06-01": 2397000, + "2023-06-16": 2397000, + "2023-07-01": 2397000, + "2023-07-16": 2397000, + "2023-08-01": 2397000, + "2023-08-16": 2397000, + "2023-09-01": 2397000, + "2023-09-16": 2397000, + "2023-10-01": 2397000, + "2023-10-16": 2397000, + "2023-11-01": 2397000, + "2023-11-16": 2397000, + "2023-12-01": 2397000, + "2023-12-16": 2397000, + "2024-01-01": 2397000, + "2024-01-16": 2397000, + "2024-02-01": 2711000, + "2024-02-16": 2930000, + "2024-03-01": 3074000, + "2024-03-16": 3166000, + "2024-04-01": 3197000, + "2024-04-16": 3235000, + "2024-05-01": 3279000, + "2024-05-16": 3322000, + "2024-06-01": 3348000, + "2024-06-16": 3371000, + "2024-07-01": 3401000 + }, + { + "channelName": "Clipchama", + "channelId": "UCqucee5QVKAGbnlbTsvrskg", + "tag": "Vshojo", + "2022-03-01": 14385000, + "2022-03-16": 14385000, + "2022-04-01": 15228000, + "2022-04-16": 15761000, + "2022-05-01": 16546000, + "2022-05-16": 17833000, + "2022-06-01": 18842000, + "2022-06-16": 19788000, + "2022-07-01": 20663000, + "2022-07-16": 21523000, + "2022-08-01": 21929000, + "2022-08-16": 22201000, + "2022-09-01": 22724000, + "2022-09-16": 23232000, + "2022-10-01": 23892000, + "2022-10-16": 24399000, + "2022-11-01": 24959000, + "2022-11-16": 26350000, + "2022-12-01": 27866000, + "2022-12-16": 28621000, + "2023-01-01": 29125000, + "2023-01-16": 29694000, + "2023-02-01": 30140000, + "2023-02-16": 31809000, + "2023-03-01": 32338000, + "2023-03-16": 32510000, + "2023-04-01": 32623000, + "2023-04-16": 33556000, + "2023-05-01": 34433000, + "2023-05-16": 35768000, + "2023-06-01": 35972000, + "2023-06-16": 36146000, + "2023-07-01": 36982000, + "2023-07-16": 37770000, + "2023-08-01": 38168000, + "2023-08-16": 38463000, + "2023-09-01": 38714000, + "2023-09-16": 38864000, + "2023-10-01": 38952000, + "2023-10-16": 39058000, + "2023-11-01": 39139000, + "2023-11-16": 39210000, + "2023-12-01": 39292000, + "2023-12-16": 39360000, + "2024-01-01": 39418000, + "2024-01-16": 39468000, + "2024-02-01": 39601000, + "2024-02-16": 39670000, + "2024-03-01": 39727000, + "2024-03-16": 39831000, + "2024-04-01": 39871000, + "2024-04-16": 39907000, + "2024-05-01": 39957000, + "2024-05-16": 40003000, + "2024-06-01": 40044000, + "2024-06-16": 40084000, + "2024-07-01": 40113000 + }, + { + "channelName": "PikaPakaPoko", + "channelId": "UCKxuFF3PLafJVD2fNds0fHA", + "tag": "Niji", + "2022-03-01": -2720000, + "2022-03-16": -2720000, + "2022-04-01": -2720000, + "2022-04-16": -2720000, + "2022-05-01": -2720000, + "2022-05-16": -2720000, + "2022-06-01": -2720000, + "2022-06-16": -2720000, + "2022-07-01": -2720000, + "2022-07-16": -2720000, + "2022-08-01": -2720000, + "2022-08-16": -2720000, + "2022-09-01": -2720000, + "2022-09-16": -2720000, + "2022-10-01": -2720000, + "2022-10-16": -2720000, + "2022-11-01": -2720000, + "2022-11-16": -2720000, + "2022-12-01": -480000, + "2022-12-16": 1415000, + "2023-01-01": 2320000, + "2023-01-16": 3883000, + "2023-02-01": 4934000, + "2023-02-16": 5876000, + "2023-03-01": 7284000, + "2023-03-16": 8606000, + "2023-04-01": 9083000, + "2023-04-16": 9931000, + "2023-05-01": 10866000, + "2023-05-16": 11827000, + "2023-06-01": 11981000, + "2023-06-16": 12069000, + "2023-07-01": 12149000, + "2023-07-16": 12217000, + "2023-08-01": 12289000, + "2023-08-16": 12377000, + "2023-09-01": 12475000, + "2023-09-16": 12571000, + "2023-10-01": 12651000, + "2023-10-16": 12787000, + "2023-11-01": 12899000, + "2023-11-16": 12936000, + "2023-12-01": 13010000, + "2023-12-16": 13070000, + "2024-01-01": 13117000, + "2024-01-16": 13336000, + "2024-02-01": 13898000, + "2024-02-16": 13987000, + "2024-03-01": 16329000, + "2024-03-16": 17065000, + "2024-04-01": 17146000, + "2024-04-16": 17214000, + "2024-05-01": 17296000, + "2024-05-16": 15113000, + "2024-06-01": 15143000, + "2024-06-16": 15181000, + "2024-07-01": 15210000 + }, + { + "channelName": "Zero Kanao Ch.", + "channelId": "UC4R_7GTIA78e_VfoBsweP6w", + "tag": "Niji", + "2022-03-01": 5949000, + "2022-03-16": 5949000, + "2022-04-01": 5949000, + "2022-04-16": 5949000, + "2022-05-01": 5949000, + "2022-05-16": 5949000, + "2022-06-01": 5949000, + "2022-06-16": 5949000, + "2022-07-01": 5949000, + "2022-07-16": 5949000, + "2022-08-01": 5949000, + "2022-08-16": 5949000, + "2022-09-01": 5949000, + "2022-09-16": 5949000, + "2022-10-01": 5949000, + "2022-10-16": 5949000, + "2022-11-01": 5949000, + "2022-11-16": 5949000, + "2022-12-01": 5949000, + "2022-12-16": 5949000, + "2023-01-01": 5949000, + "2023-01-16": 5949000, + "2023-02-01": 5949000, + "2023-02-16": 5949000, + "2023-03-01": 5949000, + "2023-03-16": 5949000, + "2023-04-01": 5949000, + "2023-04-16": 5949000, + "2023-05-01": 5949000, + "2023-05-16": 5949000, + "2023-06-01": 5949000, + "2023-06-16": 5949000, + "2023-07-01": 5949000, + "2023-07-16": 5949000, + "2023-08-01": 5949000, + "2023-08-16": 5949000, + "2023-09-01": 5949000, + "2023-09-16": 5949000, + "2023-10-01": 5983000, + "2023-10-16": 6068000, + "2023-11-01": 6124000, + "2023-11-16": 6164000, + "2023-12-01": 6195000, + "2023-12-16": 6228000, + "2024-01-01": 6253000, + "2024-01-16": 6280000, + "2024-02-01": 6709000, + "2024-02-16": 6818000, + "2024-03-01": 7420000, + "2024-03-16": 7913000, + "2024-04-01": 7982000, + "2024-04-16": 8036000, + "2024-05-01": 8079000, + "2024-05-16": 8114000, + "2024-06-01": 8153000, + "2024-06-16": 8188000, + "2024-07-01": 8217000 + }, + { + "channelName": "Vshonen", + "channelId": "UCUmWG6Qdb0s0RxbhsNGdOzA", + "tag": "Other", + "2022-03-01": 408000, + "2022-03-16": 408000, + "2022-04-01": 408000, + "2022-04-16": 408000, + "2022-05-01": 408000, + "2022-05-16": 408000, + "2022-06-01": 408000, + "2022-06-16": 408000, + "2022-07-01": 408000, + "2022-07-16": 408000, + "2022-08-01": 408000, + "2022-08-16": 408000, + "2022-09-01": 408000, + "2022-09-16": 408000, + "2022-10-01": 408000, + "2022-10-16": 408000, + "2022-11-01": 428000, + "2022-11-16": 642000, + "2022-12-01": 940000, + "2022-12-16": 1281000, + "2023-01-01": 1658000, + "2023-01-16": 1805000, + "2023-02-01": 2092000, + "2023-02-16": 2979000, + "2023-03-01": 4196000, + "2023-03-16": 4353000, + "2023-04-01": 4417000, + "2023-04-16": 5299000, + "2023-05-01": 5463000, + "2023-05-16": 5642000, + "2023-06-01": 5928000, + "2023-06-16": 6028000, + "2023-07-01": 6100000, + "2023-07-16": 6100000, + "2023-08-01": 6149000, + "2023-08-16": 6192000, + "2023-09-01": 6350000, + "2023-09-16": 6615000, + "2023-10-01": 6901000, + "2023-10-16": 7049000, + "2023-11-01": 7211000, + "2023-11-16": 7333000, + "2023-12-01": 7690000, + "2023-12-16": 8407000, + "2024-01-01": 8890000, + "2024-01-16": 9183000, + "2024-02-01": 10524000, + "2024-02-16": 11231000, + "2024-03-01": 10690000, + "2024-03-16": 10166000, + "2024-04-01": 2885000, + "2024-04-16": 2907000, + "2024-05-01": 2922000, + "2024-05-16": 2936000, + "2024-06-01": 2981000, + "2024-06-16": 3025000, + "2024-07-01": 3053000 + }, + { + "channelName": "chiaki clips", + "channelId": "UCBcYfS8pq8A_fnoRKOp9j0w", + "tag": "Niji", + "2022-03-01": 2080000, + "2022-03-16": 2080000, + "2022-04-01": 2080000, + "2022-04-16": 2080000, + "2022-05-01": 2080000, + "2022-05-16": 2080000, + "2022-06-01": 2080000, + "2022-06-16": 2080000, + "2022-07-01": 2080000, + "2022-07-16": 2080000, + "2022-08-01": 2080000, + "2022-08-16": 2080000, + "2022-09-01": 2080000, + "2022-09-16": 2080000, + "2022-10-01": 2080000, + "2022-10-16": 2080000, + "2022-11-01": 2080000, + "2022-11-16": 2080000, + "2022-12-01": 2080000, + "2022-12-16": 2271000, + "2023-01-01": 2460000, + "2023-01-16": 2708000, + "2023-02-01": 2901000, + "2023-02-16": 3020000, + "2023-03-01": 3289000, + "2023-03-16": 3444000, + "2023-04-01": 3669000, + "2023-04-16": 3953000, + "2023-05-01": 4195000, + "2023-05-16": 4361000, + "2023-06-01": 4461000, + "2023-06-16": 4541000, + "2023-07-01": 4541000, + "2023-07-16": 4541000, + "2023-08-01": 4715000, + "2023-08-16": 4939000, + "2023-09-01": 5168000, + "2023-09-16": 5363000, + "2023-10-01": 5467000, + "2023-10-16": 5544000, + "2023-11-01": 5610000, + "2023-11-16": 5667000, + "2023-12-01": 5746000, + "2023-12-16": 5852000, + "2024-01-01": 5939000, + "2024-01-16": 5999000, + "2024-02-01": 6120000, + "2024-02-16": 6185000, + "2024-03-01": 6249000, + "2024-03-16": 6405000, + "2024-04-01": 6491000, + "2024-04-16": 6551000, + "2024-05-01": 6593000, + "2024-05-16": 6623000, + "2024-06-01": 6656000, + "2024-06-16": 6691000, + "2024-07-01": 6719000 + }, + { + "channelName": "Whatopia ", + "channelId": "UC_4WGocM14_hmWNn0eL11KQ", + "tag": "HoloEN", + "2022-03-01": -33642000, + "2022-03-16": -33642000, + "2022-04-01": -31262000, + "2022-04-16": -30063000, + "2022-05-01": -28166000, + "2022-05-16": -27228000, + "2022-06-01": -26473000, + "2022-06-16": -24717000, + "2022-07-01": -23979000, + "2022-07-16": -23111000, + "2022-08-01": -21717000, + "2022-08-16": -19847000, + "2022-09-01": -16930000, + "2022-09-16": -14290000, + "2022-10-01": -13874000, + "2022-10-16": -13502000, + "2022-11-01": -12869000, + "2022-11-16": -12561000, + "2022-12-01": -12164000, + "2022-12-16": -11812000, + "2023-01-01": -11548000, + "2023-01-16": -11282000, + "2023-02-01": -10924000, + "2023-02-16": -10397000, + "2023-03-01": -10032000, + "2023-03-16": -9125000, + "2023-04-01": -8420000, + "2023-04-16": -7150000, + "2023-05-01": -6703000, + "2023-05-16": -6135000, + "2023-06-01": -5673000, + "2023-06-16": -4846000, + "2023-07-01": -4126000, + "2023-07-16": -3663000, + "2023-08-01": -2923000, + "2023-08-16": -460000, + "2023-09-01": 3440000, + "2023-09-16": 6092000, + "2023-10-01": 7128000, + "2023-10-16": 8322000, + "2023-11-01": 9170000, + "2023-11-16": 10095000, + "2023-12-01": 10095000, + "2023-12-16": 11174000, + "2024-01-01": 12245000, + "2024-01-16": 12630000, + "2024-02-01": 12955000, + "2024-02-16": 13079000, + "2024-03-01": 4137000, + "2024-03-16": 4160000, + "2024-04-01": 4170000, + "2024-04-16": 4180000, + "2024-05-01": 4192000, + "2024-05-16": 4206000, + "2024-06-01": 4220000, + "2024-06-16": 4236000, + "2024-07-01": 4264000 + }, + { + "channelName": "JUNsta rias", + "channelId": "UCM6GPJzACbemXIhwYUULzCw", + "tag": "Niji", + "2022-03-01": 6520000, + "2022-03-16": 6520000, + "2022-04-01": 6520000, + "2022-04-16": 6520000, + "2022-05-01": 6520000, + "2022-05-16": 6520000, + "2022-06-01": 6520000, + "2022-06-16": 6520000, + "2022-07-01": 6520000, + "2022-07-16": 6520000, + "2022-08-01": 6520000, + "2022-08-16": 6520000, + "2022-09-01": 6520000, + "2022-09-16": 6520000, + "2022-10-01": 6520000, + "2022-10-16": 6520000, + "2022-11-01": 6520000, + "2022-11-16": 6520000, + "2022-12-01": 7066000, + "2022-12-16": 7234000, + "2023-01-01": 7461000, + "2023-01-16": 7857000, + "2023-02-01": 8174000, + "2023-02-16": 8954000, + "2023-03-01": 9189000, + "2023-03-16": 9392000, + "2023-04-01": 9672000, + "2023-04-16": 10062000, + "2023-05-01": 10413000, + "2023-05-16": 10752000, + "2023-06-01": 10907000, + "2023-06-16": 11031000, + "2023-07-01": 11195000, + "2023-07-16": 11339000, + "2023-08-01": 11525000, + "2023-08-16": 11690000, + "2023-09-01": 11879000, + "2023-09-16": 12005000, + "2023-10-01": 12101000, + "2023-10-16": 12249000, + "2023-11-01": 12364000, + "2023-11-16": 12442000, + "2023-12-01": 12488000, + "2023-12-16": 12521000, + "2024-01-01": 12556000, + "2024-01-16": 12598000, + "2024-02-01": 12700000, + "2024-02-16": 12745000, + "2024-03-01": 12794000, + "2024-03-16": 12865000, + "2024-04-01": 12883000, + "2024-04-16": 12901000, + "2024-05-01": 12924000, + "2024-05-16": 12951000, + "2024-06-01": 12976000, + "2024-06-16": 13012000, + "2024-07-01": 13039000 + }, + { + "channelName": "Vtuber Universe", + "channelId": "UCAZ7ahfdwZN5_e2xUhLWbZg", + "tag": "HoloJP", + "2022-03-01": 1521000, + "2022-03-16": 1521000, + "2022-04-01": 1521000, + "2022-04-16": 1521000, + "2022-05-01": 1521000, + "2022-05-16": 1521000, + "2022-06-01": 1521000, + "2022-06-16": 1521000, + "2022-07-01": 1521000, + "2022-07-16": 1521000, + "2022-08-01": 1521000, + "2022-08-16": 1521000, + "2022-09-01": 1521000, + "2022-09-16": 1521000, + "2022-10-01": 1521000, + "2022-10-16": 1521000, + "2022-11-01": 1521000, + "2022-11-16": 1521000, + "2022-12-01": 1521000, + "2022-12-16": 1521000, + "2023-01-01": 1521000, + "2023-01-16": 1521000, + "2023-02-01": 1521000, + "2023-02-16": 1521000, + "2023-03-01": 1521000, + "2023-03-16": 1521000, + "2023-04-01": 1521000, + "2023-04-16": 1521000, + "2023-05-01": 1521000, + "2023-05-16": 1521000, + "2023-06-01": 1521000, + "2023-06-16": 1521000, + "2023-07-01": 1521000, + "2023-07-16": 1521000, + "2023-08-01": 1521000, + "2023-08-16": 1521000, + "2023-09-01": 1521000, + "2023-09-16": 1521000, + "2023-10-01": 1521000, + "2023-10-16": 1627000, + "2023-11-01": 1744000, + "2023-11-16": 2010000, + "2023-12-01": 2052000, + "2023-12-16": 2213000, + "2024-01-01": 2300000, + "2024-01-16": 2436000, + "2024-02-01": 2781000, + "2024-02-16": 2819000, + "2024-03-01": 2840000, + "2024-03-16": 2880000, + "2024-04-01": 2908000, + "2024-04-16": 2956000, + "2024-05-01": 3305000, + "2024-05-16": 3387000, + "2024-06-01": 3488000, + "2024-06-16": 3530000, + "2024-07-01": 3555000 + }, + { + "channelName": "HoloChips Ch.", + "channelId": "UC0QvckA6UV5JxMasMuDCjdQ", + "tag": "HoloEN", + "2022-03-01": 4228000, + "2022-03-16": 4228000, + "2022-04-01": 4228000, + "2022-04-16": 4228000, + "2022-05-01": 4228000, + "2022-05-16": 4228000, + "2022-06-01": 4228000, + "2022-06-16": 4228000, + "2022-07-01": 4228000, + "2022-07-16": 4228000, + "2022-08-01": 4228000, + "2022-08-16": 4228000, + "2022-09-01": 4228000, + "2022-09-16": 4228000, + "2022-10-01": 4228000, + "2022-10-16": 4228000, + "2022-11-01": 4228000, + "2022-11-16": 4228000, + "2022-12-01": 4228000, + "2022-12-16": 4228000, + "2023-01-01": 4228000, + "2023-01-16": 4228000, + "2023-02-01": 4228000, + "2023-02-16": 4228000, + "2023-03-01": 4228000, + "2023-03-16": 4228000, + "2023-04-01": 4228000, + "2023-04-16": 4228000, + "2023-05-01": 4228000, + "2023-05-16": 4228000, + "2023-06-01": 4228000, + "2023-06-16": 4228000, + "2023-07-01": 4228000, + "2023-07-16": 4228000, + "2023-08-01": 4228000, + "2023-08-16": 4228000, + "2023-09-01": 4228000, + "2023-09-16": 4505000, + "2023-10-01": 4979000, + "2023-10-16": 5080000, + "2023-11-01": 5103000, + "2023-11-16": 5162000, + "2023-12-01": 5320000, + "2023-12-16": 5345000, + "2024-01-01": 5363000, + "2024-01-16": 5378000, + "2024-02-01": 5426000, + "2024-02-16": 5450000, + "2024-03-01": 5651000, + "2024-03-16": 5780000, + "2024-04-01": 5823000, + "2024-04-16": 5857000, + "2024-05-01": 5878000, + "2024-05-16": 5899000, + "2024-06-01": 5923000, + "2024-06-16": 5970000, + "2024-07-01": 5993000 + }, + { + "channelName": "Yunaユナ Ch", + "channelId": "UCTANgTIc0a3nJZ2PeonRnLg", + "tag": "HoloJP", + "2022-03-01": 9002000, + "2022-03-16": 9002000, + "2022-04-01": 9002000, + "2022-04-16": 9002000, + "2022-05-01": 9002000, + "2022-05-16": 9002000, + "2022-06-01": 9002000, + "2022-06-16": 9002000, + "2022-07-01": 9002000, + "2022-07-16": 9002000, + "2022-08-01": 9002000, + "2022-08-16": 9002000, + "2022-09-01": 9002000, + "2022-09-16": 9002000, + "2022-10-01": 9002000, + "2022-10-16": 9002000, + "2022-11-01": 9002000, + "2022-11-16": 9002000, + "2022-12-01": 9002000, + "2022-12-16": 9002000, + "2023-01-01": 9002000, + "2023-01-16": 9002000, + "2023-02-01": 9002000, + "2023-02-16": 9002000, + "2023-03-01": 9002000, + "2023-03-16": 9002000, + "2023-04-01": 9002000, + "2023-04-16": 9002000, + "2023-05-01": 9002000, + "2023-05-16": 9002000, + "2023-06-01": 9002000, + "2023-06-16": 9002000, + "2023-07-01": 9002000, + "2023-07-16": 9002000, + "2023-08-01": 9002000, + "2023-08-16": 9002000, + "2023-09-01": 9002000, + "2023-09-16": 9199000, + "2023-10-01": 9414000, + "2023-10-16": 9542000, + "2023-11-01": 9625000, + "2023-11-16": 9712000, + "2023-12-01": 9813000, + "2023-12-16": 9845000, + "2024-01-01": 9875000, + "2024-01-16": 9932000, + "2024-02-01": 10009000, + "2024-02-16": 10055000, + "2024-03-01": 10087000, + "2024-03-16": 10216000, + "2024-04-01": 10253000, + "2024-04-16": 10285000, + "2024-05-01": 10339000, + "2024-05-16": 10377000, + "2024-06-01": 10441000, + "2024-06-16": 10493000, + "2024-07-01": 10515000 + }, + { + "channelName": "HoloLover", + "channelId": "UC-bp5jsEgVZ-5S5fVr_tsEw", + "tag": "HoloJP", + "2022-03-01": 1658000, + "2022-03-16": 1658000, + "2022-04-01": 1658000, + "2022-04-16": 1658000, + "2022-05-01": 1658000, + "2022-05-16": 1658000, + "2022-06-01": 1658000, + "2022-06-16": 1658000, + "2022-07-01": 1658000, + "2022-07-16": 1658000, + "2022-08-01": 1658000, + "2022-08-16": 1658000, + "2022-09-01": 1658000, + "2022-09-16": 1658000, + "2022-10-01": 1658000, + "2022-10-16": 1658000, + "2022-11-01": 1658000, + "2022-11-16": 1658000, + "2022-12-01": 1658000, + "2022-12-16": 1658000, + "2023-01-01": 1658000, + "2023-01-16": 1658000, + "2023-02-01": 1658000, + "2023-02-16": 1658000, + "2023-03-01": 1658000, + "2023-03-16": 1658000, + "2023-04-01": 1658000, + "2023-04-16": 1658000, + "2023-05-01": 1658000, + "2023-05-16": 1658000, + "2023-06-01": 1658000, + "2023-06-16": 1658000, + "2023-07-01": 1658000, + "2023-07-16": 1658000, + "2023-08-01": 1658000, + "2023-08-16": 1658000, + "2023-09-01": 1658000, + "2023-09-16": 1658000, + "2023-10-01": 1812000, + "2023-10-16": 2017000, + "2023-11-01": 2144000, + "2023-11-16": 2268000, + "2023-12-01": 2425000, + "2023-12-16": 2579000, + "2024-01-01": 2664000, + "2024-01-16": 2788000, + "2024-02-01": 3124000, + "2024-02-16": 3289000, + "2024-03-01": 3474000, + "2024-03-16": 3629000, + "2024-04-01": 3665000, + "2024-04-16": 3696000, + "2024-05-01": 3730000, + "2024-05-16": 3760000, + "2024-06-01": 3793000, + "2024-06-16": 3829000, + "2024-07-01": 3851000 + }, + { + "channelName": "Hotaru Ch.", + "channelId": "UCTkqKMlvyybgVu97AjrXZmw", + "tag": "HoloEN", + "2022-03-01": 20103000, + "2022-03-16": 20103000, + "2022-04-01": 20149000, + "2022-04-16": 20245000, + "2022-05-01": 20525000, + "2022-05-16": 20615000, + "2022-06-01": 20659000, + "2022-06-16": 20872000, + "2022-07-01": 20926000, + "2022-07-16": 20982000, + "2022-08-01": 21022000, + "2022-08-16": 21058000, + "2022-09-01": 21092000, + "2022-09-16": 21136000, + "2022-10-01": 21210000, + "2022-10-16": 21287000, + "2022-11-01": 21379000, + "2022-11-16": 21402000, + "2022-12-01": 21483000, + "2022-12-16": 21625000, + "2023-01-01": 21672000, + "2023-01-16": 21692000, + "2023-02-01": 21712000, + "2023-02-16": 21741000, + "2023-03-01": 21800000, + "2023-03-16": 21823000, + "2023-04-01": 21843000, + "2023-04-16": 21856000, + "2023-05-01": 21856000, + "2023-05-16": 21869000, + "2023-06-01": 21882000, + "2023-06-16": 21895000, + "2023-07-01": 21895000, + "2023-07-16": 21895000, + "2023-08-01": 21907000, + "2023-08-16": 21922000, + "2023-09-01": 22030000, + "2023-09-16": 22082000, + "2023-10-01": 22148000, + "2023-10-16": 22278000, + "2023-11-01": 22347000, + "2023-11-16": 22384000, + "2023-12-01": 22463000, + "2023-12-16": 22525000, + "2024-01-01": 22563000, + "2024-01-16": 22626000, + "2024-02-01": 23023000, + "2024-02-16": 23089000, + "2024-03-01": 23140000, + "2024-03-16": 23254000, + "2024-04-01": 23285000, + "2024-04-16": 23314000, + "2024-05-01": 23343000, + "2024-05-16": 23356000, + "2024-06-01": 23366000, + "2024-06-16": 23377000, + "2024-07-01": 23399000 + }, + { + "channelName": "VeeTu", + "channelId": "UCcqVbhZ80EVDFpyO_20QrzQ", + "tag": "HoloEN", + "2022-03-01": 1933000, + "2022-03-16": 1933000, + "2022-04-01": 1933000, + "2022-04-16": 1933000, + "2022-05-01": 1933000, + "2022-05-16": 1933000, + "2022-06-01": 1933000, + "2022-06-16": 1933000, + "2022-07-01": 1933000, + "2022-07-16": 1933000, + "2022-08-01": 1933000, + "2022-08-16": 1933000, + "2022-09-01": 1933000, + "2022-09-16": 1933000, + "2022-10-01": 1933000, + "2022-10-16": 1933000, + "2022-11-01": 1933000, + "2022-11-16": 1933000, + "2022-12-01": 1933000, + "2022-12-16": 1933000, + "2023-01-01": 1933000, + "2023-01-16": 1933000, + "2023-02-01": 1933000, + "2023-02-16": 1933000, + "2023-03-01": 1933000, + "2023-03-16": 1933000, + "2023-04-01": 1933000, + "2023-04-16": 1933000, + "2023-05-01": 1933000, + "2023-05-16": 1933000, + "2023-06-01": 1933000, + "2023-06-16": 1933000, + "2023-07-01": 1933000, + "2023-07-16": 1933000, + "2023-08-01": 1933000, + "2023-08-16": 1933000, + "2023-09-01": 1933000, + "2023-09-16": 2079000, + "2023-10-01": 2275000, + "2023-10-16": 2545000, + "2023-11-01": 2692000, + "2023-11-16": 3128000, + "2023-12-01": 3245000, + "2023-12-16": 3512000, + "2024-01-01": 3615000, + "2024-01-16": 3771000, + "2024-02-01": 4004000, + "2024-02-16": 4058000, + "2024-03-01": 4092000, + "2024-03-16": 4149000, + "2024-04-01": 4170000, + "2024-04-16": 4189000, + "2024-05-01": 4217000, + "2024-05-16": 4250000, + "2024-06-01": 4299000, + "2024-06-16": 4357000, + "2024-07-01": 4378000 + }, + { + "channelName": "Staz", + "channelId": "UC59DciYGKsMgGAKH0bVXrXQ", + "tag": "HoloEN", + "2022-03-01": -269000, + "2022-03-16": -269000, + "2022-04-01": -269000, + "2022-04-16": -269000, + "2022-05-01": -269000, + "2022-05-16": -269000, + "2022-06-01": -269000, + "2022-06-16": -269000, + "2022-07-01": -269000, + "2022-07-16": -269000, + "2022-08-01": -269000, + "2022-08-16": -269000, + "2022-09-01": -269000, + "2022-09-16": -269000, + "2022-10-01": -269000, + "2022-10-16": -269000, + "2022-11-01": -269000, + "2022-11-16": -269000, + "2022-12-01": -269000, + "2022-12-16": -269000, + "2023-01-01": -269000, + "2023-01-16": -269000, + "2023-02-01": 1132000, + "2023-02-16": 2220000, + "2023-03-01": 3381000, + "2023-03-16": 4072000, + "2023-04-01": 4656000, + "2023-04-16": 5168000, + "2023-05-01": 5428000, + "2023-05-16": 5723000, + "2023-06-01": 5901000, + "2023-06-16": 6024000, + "2023-07-01": 6292000, + "2023-07-16": 6425000, + "2023-08-01": 6506000, + "2023-08-16": 6576000, + "2023-09-01": 6636000, + "2023-09-16": 6732000, + "2023-10-01": 6825000, + "2023-10-16": 6919000, + "2023-11-01": 6951000, + "2023-11-16": 6977000, + "2023-12-01": 7001000, + "2023-12-16": 7022000, + "2024-01-01": 7050000, + "2024-01-16": 7069000, + "2024-02-01": 7113000, + "2024-02-16": 7134000, + "2024-03-01": 7161000, + "2024-03-16": 7218000, + "2024-04-01": 7240000, + "2024-04-16": 7260000, + "2024-05-01": 7284000, + "2024-05-16": 7310000, + "2024-06-01": 7334000, + "2024-06-16": 7360000, + "2024-07-01": 7380000 + }, + { + "channelName": "Kazuma Sensei", + "channelId": "UC7eW0-f_81EGlkOx_ZtVpQA", + "tag": "HoloEN", + "2022-03-01": 61327000, + "2022-03-16": 61327000, + "2022-04-01": 61552000, + "2022-04-16": 61809000, + "2022-05-01": 62003000, + "2022-05-16": 62125000, + "2022-06-01": 62279000, + "2022-06-16": 62413000, + "2022-07-01": 62535000, + "2022-07-16": 62865000, + "2022-08-01": 62970000, + "2022-08-16": 63222000, + "2022-09-01": 63300000, + "2022-09-16": 63373000, + "2022-10-01": 63599000, + "2022-10-16": 64807000, + "2022-11-01": 65637000, + "2022-11-16": 65997000, + "2022-12-01": 66082000, + "2022-12-16": 66356000, + "2023-01-01": 67493000, + "2023-01-16": 68456000, + "2023-02-01": 68611000, + "2023-02-16": 68663000, + "2023-03-01": 68713000, + "2023-03-16": 68762000, + "2023-04-01": 68806000, + "2023-04-16": 68850000, + "2023-05-01": 68850000, + "2023-05-16": 68899000, + "2023-06-01": 69001000, + "2023-06-16": 69038000, + "2023-07-01": 69079000, + "2023-07-16": 69079000, + "2023-08-01": 69133000, + "2023-08-16": 69219000, + "2023-09-01": 69293000, + "2023-09-16": 69332000, + "2023-10-01": 69364000, + "2023-10-16": 69411000, + "2023-11-01": 69455000, + "2023-11-16": 69497000, + "2023-12-01": 69590000, + "2023-12-16": 69635000, + "2024-01-01": 69676000, + "2024-01-16": 69740000, + "2024-02-01": 69870000, + "2024-02-16": 69898000, + "2024-03-01": 69923000, + "2024-03-16": 69967000, + "2024-04-01": 69992000, + "2024-04-16": 70018000, + "2024-05-01": 70045000, + "2024-05-16": 70071000, + "2024-06-01": 70093000, + "2024-06-16": 70116000, + "2024-07-01": 70134000 + }, + { + "channelName": "Oboretai Clip Channel", + "channelId": "UCRb_B3_ps0f98-ZBOPQWDkg", + "tag": "HoloJP", + "2022-03-01": -38114000, + "2022-03-16": -38114000, + "2022-04-01": -36500000, + "2022-04-16": -34602000, + "2022-05-01": -33095000, + "2022-05-16": -31685000, + "2022-06-01": -30398000, + "2022-06-16": -28990000, + "2022-07-01": -27549000, + "2022-07-16": -26450000, + "2022-08-01": -24794000, + "2022-08-16": -23044000, + "2022-09-01": -21594000, + "2022-09-16": -20751000, + "2022-10-01": -18323000, + "2022-10-16": -17127000, + "2022-11-01": -15676000, + "2022-11-16": -14382000, + "2022-12-01": -13286000, + "2022-12-16": -12286000, + "2023-01-01": -11553000, + "2023-01-16": -10759000, + "2023-02-01": -9844000, + "2023-02-16": -8694000, + "2023-03-01": -7743000, + "2023-03-16": -6690000, + "2023-04-01": -6001000, + "2023-04-16": -5275000, + "2023-05-01": -4526000, + "2023-05-16": -3670000, + "2023-06-01": -2347000, + "2023-06-16": -1284000, + "2023-07-01": -564000, + "2023-07-16": -213000, + "2023-08-01": 74000, + "2023-08-16": 421000, + "2023-09-01": 672000, + "2023-09-16": 854000, + "2023-10-01": 1155000, + "2023-10-16": 1248000, + "2023-11-01": 1418000, + "2023-11-16": 1894000, + "2023-12-01": 2138000, + "2023-12-16": 2285000, + "2024-01-01": 2335000, + "2024-01-16": 2490000, + "2024-02-01": 2656000, + "2024-02-16": 2715000, + "2024-03-01": 2756000, + "2024-03-16": 2831000, + "2024-04-01": 2060000, + "2024-04-16": 2055000, + "2024-05-01": 2081000, + "2024-05-16": 2124000, + "2024-06-01": 2187000, + "2024-06-16": 2208000, + "2024-07-01": 2226000 + }, + { + "channelName": "Major Arcana #310 Big God Mion", + "channelId": "UCCz-_ns0sn7fppx35HMznFw", + "tag": "HoloJP", + "2022-03-01": 8924000, + "2022-03-16": 8924000, + "2022-04-01": 8924000, + "2022-04-16": 8924000, + "2022-05-01": 8924000, + "2022-05-16": 8924000, + "2022-06-01": 8924000, + "2022-06-16": 8924000, + "2022-07-01": 8924000, + "2022-07-16": 8924000, + "2022-08-01": 8924000, + "2022-08-16": 8924000, + "2022-09-01": 8924000, + "2022-09-16": 8924000, + "2022-10-01": 8924000, + "2022-10-16": 8924000, + "2022-11-01": 8924000, + "2022-11-16": 8924000, + "2022-12-01": 8924000, + "2022-12-16": 8924000, + "2023-01-01": 8924000, + "2023-01-16": 8924000, + "2023-02-01": 8924000, + "2023-02-16": 8924000, + "2023-03-01": 8924000, + "2023-03-16": 8924000, + "2023-04-01": 8924000, + "2023-04-16": 8924000, + "2023-05-01": 8924000, + "2023-05-16": 8924000, + "2023-06-01": 8924000, + "2023-06-16": 8924000, + "2023-07-01": 8924000, + "2023-07-16": 8924000, + "2023-08-01": 8924000, + "2023-08-16": 8924000, + "2023-09-01": 8924000, + "2023-09-16": 8924000, + "2023-10-01": 9076000, + "2023-10-16": 9201000, + "2023-11-01": 9303000, + "2023-11-16": 9374000, + "2023-12-01": 9495000, + "2023-12-16": 9659000, + "2024-01-01": 9760000, + "2024-01-16": 9862000, + "2024-02-01": 10016000, + "2024-02-16": 10104000, + "2024-03-01": 10150000, + "2024-03-16": 10353000, + "2024-04-01": 10411000, + "2024-04-16": 10484000, + "2024-05-01": 10531000, + "2024-05-16": 10566000, + "2024-06-01": 10596000, + "2024-06-16": 10625000, + "2024-07-01": 10642000 + }, + { + "channelName": "Blaneyu Ch.", + "channelId": "UC0RdIn0KgvIMBw9tK4L-YMg", + "tag": "Niji", + "2022-03-01": 2061000, + "2022-03-16": 2061000, + "2022-04-01": 2061000, + "2022-04-16": 2061000, + "2022-05-01": 2061000, + "2022-05-16": 2061000, + "2022-06-01": 2061000, + "2022-06-16": 2061000, + "2022-07-01": 2061000, + "2022-07-16": 2061000, + "2022-08-01": 2061000, + "2022-08-16": 2061000, + "2022-09-01": 2061000, + "2022-09-16": 2061000, + "2022-10-01": 2061000, + "2022-10-16": 2061000, + "2022-11-01": 2061000, + "2022-11-16": 2061000, + "2022-12-01": 2061000, + "2022-12-16": 2061000, + "2023-01-01": 2061000, + "2023-01-16": 2289000, + "2023-02-01": 2563000, + "2023-02-16": 2691000, + "2023-03-01": 2761000, + "2023-03-16": 2837000, + "2023-04-01": 2887000, + "2023-04-16": 2962000, + "2023-05-01": 3022000, + "2023-05-16": 3022000, + "2023-06-01": 3022000, + "2023-06-16": 3022000, + "2023-07-01": 3022000, + "2023-07-16": 3022000, + "2023-08-01": 3022000, + "2023-08-16": 3022000, + "2023-09-01": 3022000, + "2023-09-16": 3022000, + "2023-10-01": 3082000, + "2023-10-16": 3152000, + "2023-11-01": 3214000, + "2023-11-16": 3248000, + "2023-12-01": 3276000, + "2023-12-16": 3301000, + "2024-01-01": 3322000, + "2024-01-16": 3377000, + "2024-02-01": 3478000, + "2024-02-16": 3513000, + "2024-03-01": 3544000, + "2024-03-16": 3587000, + "2024-04-01": 3603000, + "2024-04-16": 3618000, + "2024-05-01": 3636000, + "2024-05-16": 3652000, + "2024-06-01": 3668000, + "2024-06-16": 3688000, + "2024-07-01": 3704000 + }, + { + "channelName": "Matu [hololive clips]", + "channelId": "UCVOi1DAJBQmFeCv3z06IZAA", + "tag": "HoloJP", + "2022-03-01": 35000, + "2022-03-16": 35000, + "2022-04-01": 35000, + "2022-04-16": 35000, + "2022-05-01": 35000, + "2022-05-16": 35000, + "2022-06-01": 35000, + "2022-06-16": 35000, + "2022-07-01": 35000, + "2022-07-16": 35000, + "2022-08-01": 35000, + "2022-08-16": 35000, + "2022-09-01": 35000, + "2022-09-16": 112000, + "2022-10-01": 201000, + "2022-10-16": 292000, + "2022-11-01": 336000, + "2022-11-16": 375000, + "2022-12-01": 510000, + "2022-12-16": 636000, + "2023-01-01": 863000, + "2023-01-16": 982000, + "2023-02-01": 1133000, + "2023-02-16": 1275000, + "2023-03-01": 1407000, + "2023-03-16": 1557000, + "2023-04-01": 1735000, + "2023-04-16": 1932000, + "2023-05-01": 2140000, + "2023-05-16": 2307000, + "2023-06-01": 2415000, + "2023-06-16": 2535000, + "2023-07-01": 2595000, + "2023-07-16": 2724000, + "2023-08-01": 2831000, + "2023-08-16": 2938000, + "2023-09-01": 3040000, + "2023-09-16": 3148000, + "2023-10-01": 3230000, + "2023-10-16": 3316000, + "2023-11-01": 3445000, + "2023-11-16": 3645000, + "2023-12-01": 3812000, + "2023-12-16": 3976000, + "2024-01-01": 4053000, + "2024-01-16": 4122000, + "2024-02-01": 4250000, + "2024-02-16": 4276000, + "2024-03-01": 4299000, + "2024-03-16": 4341000, + "2024-04-01": 4364000, + "2024-04-16": 4388000, + "2024-05-01": 4433000, + "2024-05-16": 4462000, + "2024-06-01": 4488000, + "2024-06-16": 4514000, + "2024-07-01": 4529000 + }, + { + "channelName": "PEF | Nijisanji Clips", + "channelId": "UCVa32TB8xqILymt6VBG1YVQ", + "tag": "Niji", + "2022-03-01": 7270000, + "2022-03-16": 7270000, + "2022-04-01": 8245000, + "2022-04-16": 9070000, + "2022-05-01": 10720000, + "2022-05-16": 11687000, + "2022-06-01": 12398000, + "2022-06-16": 13060000, + "2022-07-01": 13994000, + "2022-07-16": 14845000, + "2022-08-01": 16243000, + "2022-08-16": 17318000, + "2022-09-01": 18896000, + "2022-09-16": 19889000, + "2022-10-01": 21006000, + "2022-10-16": 21768000, + "2022-11-01": 22469000, + "2022-11-16": 23101000, + "2022-12-01": 23772000, + "2022-12-16": 24274000, + "2023-01-01": 25197000, + "2023-01-16": 26211000, + "2023-02-01": 26998000, + "2023-02-16": 27473000, + "2023-03-01": 27993000, + "2023-03-16": 28426000, + "2023-04-01": 28673000, + "2023-04-16": 29108000, + "2023-05-01": 29521000, + "2023-05-16": 29730000, + "2023-06-01": 29983000, + "2023-06-16": 30124000, + "2023-07-01": 30234000, + "2023-07-16": 30317000, + "2023-08-01": 30384000, + "2023-08-16": 30492000, + "2023-09-01": 30628000, + "2023-09-16": 30727000, + "2023-10-01": 30823000, + "2023-10-16": 30918000, + "2023-11-01": 30993000, + "2023-11-16": 31054000, + "2023-12-01": 31118000, + "2023-12-16": 31322000, + "2024-01-01": 31373000, + "2024-01-16": 31415000, + "2024-02-01": 31630000, + "2024-02-16": 31785000, + "2024-03-01": 31869000, + "2024-03-16": 31938000, + "2024-04-01": 31957000, + "2024-04-16": 31977000, + "2024-05-01": 31997000, + "2024-05-16": 32017000, + "2024-06-01": 32037000, + "2024-06-16": 32057000, + "2024-07-01": 32072000 + }, + { + "channelName": "yuriko kun", + "channelId": "UCjev_F1L2mufza6PEkLFniQ", + "tag": "HoloEN", + "2022-03-01": 13009000, + "2022-03-16": 13009000, + "2022-04-01": 13093000, + "2022-04-16": 13157000, + "2022-05-01": 13236000, + "2022-05-16": 13296000, + "2022-06-01": 13359000, + "2022-06-16": 13420000, + "2022-07-01": 13463000, + "2022-07-16": 13501000, + "2022-08-01": 13536000, + "2022-08-16": 13561000, + "2022-09-01": 13601000, + "2022-09-16": 13631000, + "2022-10-01": 13663000, + "2022-10-16": 13689000, + "2022-11-01": 13721000, + "2022-11-16": 13757000, + "2022-12-01": 13789000, + "2022-12-16": 13813000, + "2023-01-01": 13836000, + "2023-01-16": 13857000, + "2023-02-01": 13881000, + "2023-02-16": 13905000, + "2023-03-01": 13926000, + "2023-03-16": 13944000, + "2023-04-01": 13962000, + "2023-04-16": 13962000, + "2023-05-01": 13962000, + "2023-05-16": 13962000, + "2023-06-01": 13962000, + "2023-06-16": 13962000, + "2023-07-01": 13962000, + "2023-07-16": 13962000, + "2023-08-01": 13962000, + "2023-08-16": 13977000, + "2023-09-01": 13996000, + "2023-09-16": 14014000, + "2023-10-01": 14033000, + "2023-10-16": 14052000, + "2023-11-01": 14070000, + "2023-11-16": 14084000, + "2023-12-01": 14100000, + "2023-12-16": 14115000, + "2024-01-01": 14132000, + "2024-01-16": 14150000, + "2024-02-01": 14192000, + "2024-02-16": 14208000, + "2024-03-01": 14235000, + "2024-03-16": 14312000, + "2024-04-01": 14341000, + "2024-04-16": 14366000, + "2024-05-01": 14389000, + "2024-05-16": 14408000, + "2024-06-01": 14426000, + "2024-06-16": 14444000, + "2024-07-01": 14459000 + }, + { + "channelName": "BauBau Clips", + "channelId": "UCxzc8UQYvMcy0wzgX7HHJyQ", + "tag": "HoloEN", + "2022-03-01": 51000, + "2022-03-16": 51000, + "2022-04-01": 51000, + "2022-04-16": 51000, + "2022-05-01": 51000, + "2022-05-16": 51000, + "2022-06-01": 51000, + "2022-06-16": 51000, + "2022-07-01": 51000, + "2022-07-16": 51000, + "2022-08-01": 51000, + "2022-08-16": 51000, + "2022-09-01": 51000, + "2022-09-16": 51000, + "2022-10-01": 51000, + "2022-10-16": 51000, + "2022-11-01": 51000, + "2022-11-16": 51000, + "2022-12-01": 51000, + "2022-12-16": 51000, + "2023-01-01": 51000, + "2023-01-16": 51000, + "2023-02-01": 51000, + "2023-02-16": 51000, + "2023-03-01": 51000, + "2023-03-16": 51000, + "2023-04-01": 51000, + "2023-04-16": 51000, + "2023-05-01": 51000, + "2023-05-16": 51000, + "2023-06-01": 51000, + "2023-06-16": 51000, + "2023-07-01": 51000, + "2023-07-16": 51000, + "2023-08-01": 51000, + "2023-08-16": 51000, + "2023-09-01": 51000, + "2023-09-16": 1157000, + "2023-10-01": 1392000, + "2023-10-16": 1648000, + "2023-11-01": 1866000, + "2023-11-16": 1975000, + "2023-12-01": 2094000, + "2023-12-16": 2186000, + "2024-01-01": 2258000, + "2024-01-16": 2317000, + "2024-02-01": 2433000, + "2024-02-16": 2494000, + "2024-03-01": 2543000, + "2024-03-16": 2637000, + "2024-04-01": 2662000, + "2024-04-16": 2681000, + "2024-05-01": 2699000, + "2024-05-16": 2716000, + "2024-06-01": 2730000, + "2024-06-16": 2744000, + "2024-07-01": 2759000 + }, + { + "channelName": "Gorira Ch.", + "channelId": "UCPMvP1UKeOX1JiKC6DFicdQ", + "tag": "HoloEN", + "2022-03-01": 3015000, + "2022-03-16": 3015000, + "2022-04-01": 3015000, + "2022-04-16": 3015000, + "2022-05-01": 3015000, + "2022-05-16": 3015000, + "2022-06-01": 3015000, + "2022-06-16": 3015000, + "2022-07-01": 3015000, + "2022-07-16": 3015000, + "2022-08-01": 3015000, + "2022-08-16": 3015000, + "2022-09-01": 3015000, + "2022-09-16": 3015000, + "2022-10-01": 3015000, + "2022-10-16": 3015000, + "2022-11-01": 3015000, + "2022-11-16": 3015000, + "2022-12-01": 3015000, + "2022-12-16": 3015000, + "2023-01-01": 3015000, + "2023-01-16": 3015000, + "2023-02-01": 3015000, + "2023-02-16": 3015000, + "2023-03-01": 3015000, + "2023-03-16": 3015000, + "2023-04-01": 3015000, + "2023-04-16": 3015000, + "2023-05-01": 3015000, + "2023-05-16": 3015000, + "2023-06-01": 3015000, + "2023-06-16": 3015000, + "2023-07-01": 3015000, + "2023-07-16": 3015000, + "2023-08-01": 3015000, + "2023-08-16": 3015000, + "2023-09-01": 3015000, + "2023-09-16": 3268000, + "2023-10-01": 3585000, + "2023-10-16": 3767000, + "2023-11-01": 3821000, + "2023-11-16": 4030000, + "2023-12-01": 4126000, + "2023-12-16": 4291000, + "2024-01-01": 4350000, + "2024-01-16": 4616000, + "2024-02-01": 5178000, + "2024-02-16": 5323000, + "2024-03-01": 4963000, + "2024-03-16": 5038000, + "2024-04-01": 5101000, + "2024-04-16": 5136000, + "2024-05-01": 5213000, + "2024-05-16": 5217000, + "2024-06-01": 5247000, + "2024-06-16": 5273000, + "2024-07-01": 5287000 + }, + { + "channelName": "Holy shrimp Ch.", + "channelId": "UCr7tNSNf7_aEEh5P-F5mE4A", + "tag": "HoloID", + "2022-03-01": 2347000, + "2022-03-16": 2347000, + "2022-04-01": 2965000, + "2022-04-16": 3419000, + "2022-05-01": 4325000, + "2022-05-16": 5252000, + "2022-06-01": 5845000, + "2022-06-16": 6278000, + "2022-07-01": 7019000, + "2022-07-16": 7451000, + "2022-08-01": 7846000, + "2022-08-16": 8431000, + "2022-09-01": 10010000, + "2022-09-16": 10660000, + "2022-10-01": 11795000, + "2022-10-16": 12683000, + "2022-11-01": 13425000, + "2022-11-16": 14295000, + "2022-12-01": 14838000, + "2022-12-16": 15668000, + "2023-01-01": 16266000, + "2023-01-16": 16660000, + "2023-02-01": 17112000, + "2023-02-16": 17861000, + "2023-03-01": 18579000, + "2023-03-16": 19317000, + "2023-04-01": 19808000, + "2023-04-16": 20544000, + "2023-05-01": 21380000, + "2023-05-16": 22081000, + "2023-06-01": 22597000, + "2023-06-16": 22957000, + "2023-07-01": 23336000, + "2023-07-16": 23590000, + "2023-08-01": 23628000, + "2023-08-16": 23628000, + "2023-09-01": 23628000, + "2023-09-16": 23666000, + "2023-10-01": 23715000, + "2023-10-16": 23757000, + "2023-11-01": 23797000, + "2023-11-16": 23827000, + "2023-12-01": 23856000, + "2023-12-16": 23871000, + "2024-01-01": 23889000, + "2024-01-16": 23906000, + "2024-02-01": 23954000, + "2024-02-16": 23981000, + "2024-03-01": 24019000, + "2024-03-16": 24124000, + "2024-04-01": 24143000, + "2024-04-16": 24158000, + "2024-05-01": 24175000, + "2024-05-16": 24194000, + "2024-06-01": 24212000, + "2024-06-16": 24234000, + "2024-07-01": 24248000 + }, + { + "channelName": "IchigoClipstuffs", + "channelId": "UCAGXCkbO7ddOAhx90gDjFKg", + "tag": "Niji", + "2022-03-01": 3295000, + "2022-03-16": 3295000, + "2022-04-01": 3295000, + "2022-04-16": 4148000, + "2022-05-01": 4961000, + "2022-05-16": 5360000, + "2022-06-01": 5861000, + "2022-06-16": 7334000, + "2022-07-01": 8124000, + "2022-07-16": 8726000, + "2022-08-01": 9311000, + "2022-08-16": 9786000, + "2022-09-01": 10222000, + "2022-09-16": 11120000, + "2022-10-01": 11686000, + "2022-10-16": 12239000, + "2022-11-01": 12508000, + "2022-11-16": 12894000, + "2022-12-01": 13580000, + "2022-12-16": 13980000, + "2023-01-01": 14485000, + "2023-01-16": 14784000, + "2023-02-01": 15342000, + "2023-02-16": 15818000, + "2023-03-01": 16147000, + "2023-03-16": 16323000, + "2023-04-01": 16451000, + "2023-04-16": 16620000, + "2023-05-01": 16879000, + "2023-05-16": 17032000, + "2023-06-01": 17333000, + "2023-06-16": 17486000, + "2023-07-01": 17617000, + "2023-07-16": 17843000, + "2023-08-01": 18034000, + "2023-08-16": 18165000, + "2023-09-01": 18302000, + "2023-09-16": 18482000, + "2023-10-01": 18563000, + "2023-10-16": 18627000, + "2023-11-01": 18669000, + "2023-11-16": 18718000, + "2023-12-01": 18758000, + "2023-12-16": 18795000, + "2024-01-01": 18825000, + "2024-01-16": 18853000, + "2024-02-01": 18922000, + "2024-02-16": 18954000, + "2024-03-01": 18981000, + "2024-03-16": 19021000, + "2024-04-01": 19037000, + "2024-04-16": 19052000, + "2024-05-01": 19072000, + "2024-05-16": 19091000, + "2024-06-01": 19108000, + "2024-06-16": 19127000, + "2024-07-01": 19141000 + }, + { + "channelName": "raildex enthusiast", + "channelId": "UCUQpVptLEt-282xkl3Pzbog", + "tag": "Other", + "2022-03-01": 95000, + "2022-03-16": 95000, + "2022-04-01": 95000, + "2022-04-16": 95000, + "2022-05-01": 95000, + "2022-05-16": 95000, + "2022-06-01": 95000, + "2022-06-16": 95000, + "2022-07-01": 95000, + "2022-07-16": 95000, + "2022-08-01": 95000, + "2022-08-16": 95000, + "2022-09-01": 95000, + "2022-09-16": 95000, + "2022-10-01": 95000, + "2022-10-16": 95000, + "2022-11-01": 95000, + "2022-11-16": 95000, + "2022-12-01": 95000, + "2022-12-16": 95000, + "2023-01-01": 95000, + "2023-01-16": 95000, + "2023-02-01": 158000, + "2023-02-16": 245000, + "2023-03-01": 387000, + "2023-03-16": 437000, + "2023-04-01": 576000, + "2023-04-16": 1161000, + "2023-05-01": 1512000, + "2023-05-16": 1734000, + "2023-06-01": 1938000, + "2023-06-16": 2238000, + "2023-07-01": 2357000, + "2023-07-16": 2534000, + "2023-08-01": 2594000, + "2023-08-16": 2657000, + "2023-09-01": 2867000, + "2023-09-16": 3035000, + "2023-10-01": 3102000, + "2023-10-16": 3167000, + "2023-11-01": 3238000, + "2023-11-16": 3348000, + "2023-12-01": 3427000, + "2023-12-16": 3492000, + "2024-01-01": 3578000, + "2024-01-16": 3653000, + "2024-02-01": 3786000, + "2024-02-16": 3855000, + "2024-03-01": 3953000, + "2024-03-16": 4164000, + "2024-04-01": 364000, + "2024-04-16": 371000, + "2024-05-01": 370000, + "2024-05-16": 374000, + "2024-06-01": 380000, + "2024-06-16": 386000, + "2024-07-01": 400000 + }, + { + "channelName": "HoloNews", + "channelId": "UC5bMdbatIHKwXjLHwDa2kew", + "tag": "HoloEN", + "2022-03-01": 1991000, + "2022-03-16": 1991000, + "2022-04-01": 1991000, + "2022-04-16": 1991000, + "2022-05-01": 1991000, + "2022-05-16": 1991000, + "2022-06-01": 1991000, + "2022-06-16": 1991000, + "2022-07-01": 1991000, + "2022-07-16": 1991000, + "2022-08-01": 1991000, + "2022-08-16": 1991000, + "2022-09-01": 1991000, + "2022-09-16": 1991000, + "2022-10-01": 1991000, + "2022-10-16": 1991000, + "2022-11-01": 1991000, + "2022-11-16": 1991000, + "2022-12-01": 1991000, + "2022-12-16": 1991000, + "2023-01-01": 1991000, + "2023-01-16": 1991000, + "2023-02-01": 1991000, + "2023-02-16": 1991000, + "2023-03-01": 1991000, + "2023-03-16": 1991000, + "2023-04-01": 1991000, + "2023-04-16": 1991000, + "2023-05-01": 1991000, + "2023-05-16": 1991000, + "2023-06-01": 1991000, + "2023-06-16": 1991000, + "2023-07-01": 1991000, + "2023-07-16": 1991000, + "2023-08-01": 1991000, + "2023-08-16": 1991000, + "2023-09-01": 1991000, + "2023-09-16": 3001000, + "2023-10-01": 4200000, + "2023-10-16": 4472000, + "2023-11-01": 4571000, + "2023-11-16": 4795000, + "2023-12-01": 5556000, + "2023-12-16": 6315000, + "2024-01-01": 6701000, + "2024-01-16": 7177000, + "2024-02-01": 7754000, + "2024-02-16": 7831000, + "2024-03-01": 7891000, + "2024-03-16": 7980000, + "2024-04-01": 8011000, + "2024-04-16": 8040000, + "2024-05-01": 695000, + "2024-05-16": 696000, + "2024-06-01": 697000, + "2024-06-16": 698000, + "2024-07-01": 710000 + }, + { + "channelName": "Holozilla", + "channelId": "UCQ9lz9S-4YyEUyyT1BuplLg", + "tag": "HoloEN", + "2022-03-01": 7428000, + "2022-03-16": 7428000, + "2022-04-01": 7953000, + "2022-04-16": 8664000, + "2022-05-01": 9503000, + "2022-05-16": 11104000, + "2022-06-01": 12400000, + "2022-06-16": 12868000, + "2022-07-01": 13039000, + "2022-07-16": 13083000, + "2022-08-01": 13482000, + "2022-08-16": 14257000, + "2022-09-01": 15027000, + "2022-09-16": 15987000, + "2022-10-01": 16894000, + "2022-10-16": 17059000, + "2022-11-01": 17219000, + "2022-11-16": 17688000, + "2022-12-01": 18130000, + "2022-12-16": 18734000, + "2023-01-01": 19117000, + "2023-01-16": 19520000, + "2023-02-01": 19813000, + "2023-02-16": 19855000, + "2023-03-01": 19885000, + "2023-03-16": 19912000, + "2023-04-01": 19938000, + "2023-04-16": 19962000, + "2023-05-01": 19962000, + "2023-05-16": 20209000, + "2023-06-01": 20239000, + "2023-06-16": 20260000, + "2023-07-01": 20279000, + "2023-07-16": 20369000, + "2023-08-01": 20779000, + "2023-08-16": 20812000, + "2023-09-01": 20922000, + "2023-09-16": 21122000, + "2023-10-01": 21262000, + "2023-10-16": 21283000, + "2023-11-01": 21301000, + "2023-11-16": 21320000, + "2023-12-01": 21344000, + "2023-12-16": 21363000, + "2024-01-01": 21376000, + "2024-01-16": 21388000, + "2024-02-01": 21419000, + "2024-02-16": 21435000, + "2024-03-01": 21457000, + "2024-03-16": 21574000, + "2024-04-01": 21589000, + "2024-04-16": 21638000, + "2024-05-01": 21656000, + "2024-05-16": 21674000, + "2024-06-01": 21690000, + "2024-06-16": 21704000, + "2024-07-01": 21715000 + }, + { + "channelName": "NONKINI", + "channelId": "UCKB3ca8dE153yEGVgIrK4kg", + "tag": "HoloJP", + "2022-03-01": 4613000, + "2022-03-16": 4613000, + "2022-04-01": 4613000, + "2022-04-16": 4613000, + "2022-05-01": 4613000, + "2022-05-16": 4613000, + "2022-06-01": 4613000, + "2022-06-16": 4613000, + "2022-07-01": 4613000, + "2022-07-16": 4613000, + "2022-08-01": 4613000, + "2022-08-16": 4613000, + "2022-09-01": 4613000, + "2022-09-16": 4613000, + "2022-10-01": 4613000, + "2022-10-16": 4613000, + "2022-11-01": 4613000, + "2022-11-16": 4613000, + "2022-12-01": 4613000, + "2022-12-16": 4613000, + "2023-01-01": 4613000, + "2023-01-16": 4613000, + "2023-02-01": 4613000, + "2023-02-16": 4613000, + "2023-03-01": 4613000, + "2023-03-16": 4613000, + "2023-04-01": 4613000, + "2023-04-16": 4613000, + "2023-05-01": 4613000, + "2023-05-16": 4613000, + "2023-06-01": 4613000, + "2023-06-16": 4613000, + "2023-07-01": 4613000, + "2023-07-16": 4613000, + "2023-08-01": 4613000, + "2023-08-16": 4613000, + "2023-09-01": 4613000, + "2023-09-16": 4613000, + "2023-10-01": 4725000, + "2023-10-16": 4777000, + "2023-11-01": 4817000, + "2023-11-16": 4876000, + "2023-12-01": 4895000, + "2023-12-16": 4908000, + "2024-01-01": 4919000, + "2024-01-16": 4929000, + "2024-02-01": 4956000, + "2024-02-16": 4974000, + "2024-03-01": 4995000, + "2024-03-16": 5137000, + "2024-04-01": 5155000, + "2024-04-16": 5170000, + "2024-05-01": 5186000, + "2024-05-16": 5203000, + "2024-06-01": 5218000, + "2024-06-16": 5234000, + "2024-07-01": 5244000 + }, + { + "channelName": "Neurochama", + "channelId": "UCqWLY2yKMif_0r1N3UQhpGg", + "tag": "Neuro", + "2022-03-01": -2128000, + "2022-03-16": -2128000, + "2022-04-01": -2128000, + "2022-04-16": -2128000, + "2022-05-01": -2128000, + "2022-05-16": -2128000, + "2022-06-01": -2128000, + "2022-06-16": -2128000, + "2022-07-01": -2128000, + "2022-07-16": -2128000, + "2022-08-01": -2128000, + "2022-08-16": -2128000, + "2022-09-01": -2128000, + "2022-09-16": -2128000, + "2022-10-01": -2128000, + "2022-10-16": -2128000, + "2022-11-01": -2128000, + "2022-11-16": -2128000, + "2022-12-01": -2128000, + "2022-12-16": -2128000, + "2023-01-01": -2128000, + "2023-01-16": -2128000, + "2023-02-01": -2128000, + "2023-02-16": -2128000, + "2023-03-01": -2128000, + "2023-03-16": -2128000, + "2023-04-01": -2128000, + "2023-04-16": -2128000, + "2023-05-01": -2128000, + "2023-05-16": -2128000, + "2023-06-01": -1712000, + "2023-06-16": -416000, + "2023-07-01": 466000, + "2023-07-16": 665000, + "2023-08-01": 697000, + "2023-08-16": 697000, + "2023-09-01": 697000, + "2023-09-16": 705000, + "2023-10-01": 714000, + "2023-10-16": 718000, + "2023-11-01": 721000, + "2023-11-16": 725000, + "2023-12-01": 730000, + "2023-12-16": 736000, + "2024-01-01": 741000, + "2024-01-16": 745000, + "2024-02-01": 794000, + "2024-02-16": 813000, + "2024-03-01": 819000, + "2024-03-16": 827000, + "2024-04-01": 830000, + "2024-04-16": 835000, + "2024-05-01": 839000, + "2024-05-16": 845000, + "2024-06-01": 860000, + "2024-06-16": 869000, + "2024-07-01": 879000 + }, + { + "channelName": "Vadur", + "channelId": "UC3PNeSvanhrdysDnD6MFumw", + "tag": "Niji", + "2022-03-01": -1374000, + "2022-03-16": -1374000, + "2022-04-01": -1224000, + "2022-04-16": -1060000, + "2022-05-01": -598000, + "2022-05-16": -396000, + "2022-06-01": -143000, + "2022-06-16": 670000, + "2022-07-01": 1669000, + "2022-07-16": 2527000, + "2022-08-01": 3165000, + "2022-08-16": 3603000, + "2022-09-01": 4408000, + "2022-09-16": 5354000, + "2022-10-01": 5785000, + "2022-10-16": 6192000, + "2022-11-01": 6501000, + "2022-11-16": 6872000, + "2022-12-01": 7296000, + "2022-12-16": 7418000, + "2023-01-01": 7515000, + "2023-01-16": 7558000, + "2023-02-01": 7640000, + "2023-02-16": 7713000, + "2023-03-01": 7783000, + "2023-03-16": 7804000, + "2023-04-01": 7859000, + "2023-04-16": 7885000, + "2023-05-01": 7885000, + "2023-05-16": 7885000, + "2023-06-01": 7885000, + "2023-06-16": 7917000, + "2023-07-01": 7917000, + "2023-07-16": 7917000, + "2023-08-01": 7917000, + "2023-08-16": 7917000, + "2023-09-01": 7917000, + "2023-09-16": 7917000, + "2023-10-01": 7917000, + "2023-10-16": 7996000, + "2023-11-01": 8020000, + "2023-11-16": 8045000, + "2023-12-01": 8067000, + "2023-12-16": 8084000, + "2024-01-01": 8112000, + "2024-01-16": 8126000, + "2024-02-01": 8172000, + "2024-02-16": 8215000, + "2024-03-01": 8251000, + "2024-03-16": 5631000, + "2024-04-01": 5640000, + "2024-04-16": 5648000, + "2024-05-01": 5656000, + "2024-05-16": 5662000, + "2024-06-01": 5669000, + "2024-06-16": 6244000, + "2024-07-01": 6253000 + }, + { + "channelName": "Virtuals Translated", + "channelId": "UCg-5I4KD3L2zBTTbFKid91w", + "tag": "HoloJP", + "2022-03-01": 37259000, + "2022-03-16": 37259000, + "2022-04-01": 37354000, + "2022-04-16": 37450000, + "2022-05-01": 37712000, + "2022-05-16": 37896000, + "2022-06-01": 38031000, + "2022-06-16": 38228000, + "2022-07-01": 38445000, + "2022-07-16": 38562000, + "2022-08-01": 38645000, + "2022-08-16": 38747000, + "2022-09-01": 38863000, + "2022-09-16": 38967000, + "2022-10-01": 39036000, + "2022-10-16": 39092000, + "2022-11-01": 39173000, + "2022-11-16": 39508000, + "2022-12-01": 40317000, + "2022-12-16": 40448000, + "2023-01-01": 40491000, + "2023-01-16": 40537000, + "2023-02-01": 40647000, + "2023-02-16": 40699000, + "2023-03-01": 40758000, + "2023-03-16": 40804000, + "2023-04-01": 40844000, + "2023-04-16": 40890000, + "2023-05-01": 40890000, + "2023-05-16": 40926000, + "2023-06-01": 40964000, + "2023-06-16": 41002000, + "2023-07-01": 41044000, + "2023-07-16": 41044000, + "2023-08-01": 41078000, + "2023-08-16": 41111000, + "2023-09-01": 41149000, + "2023-09-16": 41181000, + "2023-10-01": 41216000, + "2023-10-16": 41248000, + "2023-11-01": 41275000, + "2023-11-16": 41299000, + "2023-12-01": 41320000, + "2023-12-16": 41355000, + "2024-01-01": 41374000, + "2024-01-16": 41395000, + "2024-02-01": 41441000, + "2024-02-16": 41466000, + "2024-03-01": 41500000, + "2024-03-16": 42134000, + "2024-04-01": 42183000, + "2024-04-16": 42220000, + "2024-05-01": 42253000, + "2024-05-16": 42288000, + "2024-06-01": 42329000, + "2024-06-16": 42382000, + "2024-07-01": 42391000 + }, + { + "channelName": "Toro [Hololive Clips]", + "channelId": "UCrb-h1UxnsaEUCIIheysztQ", + "tag": "HoloJP", + "2022-03-01": 1420000, + "2022-03-16": 1420000, + "2022-04-01": 1420000, + "2022-04-16": 1420000, + "2022-05-01": 1420000, + "2022-05-16": 1420000, + "2022-06-01": 1420000, + "2022-06-16": 1420000, + "2022-07-01": 1420000, + "2022-07-16": 1420000, + "2022-08-01": 1420000, + "2022-08-16": 1420000, + "2022-09-01": 1420000, + "2022-09-16": 1420000, + "2022-10-01": 1420000, + "2022-10-16": 1420000, + "2022-11-01": 1420000, + "2022-11-16": 1420000, + "2022-12-01": 1420000, + "2022-12-16": 1420000, + "2023-01-01": 1420000, + "2023-01-16": 1420000, + "2023-02-01": 1420000, + "2023-02-16": 1420000, + "2023-03-01": 1420000, + "2023-03-16": 1420000, + "2023-04-01": 1420000, + "2023-04-16": 1420000, + "2023-05-01": 1420000, + "2023-05-16": 1687000, + "2023-06-01": 1919000, + "2023-06-16": 2234000, + "2023-07-01": 2349000, + "2023-07-16": 2413000, + "2023-08-01": 2431000, + "2023-08-16": 2431000, + "2023-09-01": 2431000, + "2023-09-16": 2431000, + "2023-10-01": 2444000, + "2023-10-16": 2458000, + "2023-11-01": 2478000, + "2023-11-16": 2482000, + "2023-12-01": 2485000, + "2023-12-16": 2489000, + "2024-01-01": 2492000, + "2024-01-16": 2494000, + "2024-02-01": 2502000, + "2024-02-16": 2508000, + "2024-03-01": 2512000, + "2024-03-16": 2529000, + "2024-04-01": 2536000, + "2024-04-16": 2540000, + "2024-05-01": 2546000, + "2024-05-16": 2551000, + "2024-06-01": 2601000, + "2024-06-16": 2737000, + "2024-07-01": 2745000 + }, + { + "channelName": "Arkathon", + "channelId": "UCccj5LAlfjRUH0hzBNvFTCg", + "tag": "Niji", + "2022-03-01": 1623000, + "2022-03-16": 1623000, + "2022-04-01": 1623000, + "2022-04-16": 1623000, + "2022-05-01": 1623000, + "2022-05-16": 1623000, + "2022-06-01": 1623000, + "2022-06-16": 1623000, + "2022-07-01": 1623000, + "2022-07-16": 1623000, + "2022-08-01": 1623000, + "2022-08-16": 1623000, + "2022-09-01": 1623000, + "2022-09-16": 1623000, + "2022-10-01": 1623000, + "2022-10-16": 1623000, + "2022-11-01": 1623000, + "2022-11-16": 1623000, + "2022-12-01": 1623000, + "2022-12-16": 1623000, + "2023-01-01": 1623000, + "2023-01-16": 1623000, + "2023-02-01": 1623000, + "2023-02-16": 1623000, + "2023-03-01": 1623000, + "2023-03-16": 1623000, + "2023-04-01": 1623000, + "2023-04-16": 1623000, + "2023-05-01": 1623000, + "2023-05-16": 1623000, + "2023-06-01": 1623000, + "2023-06-16": 1623000, + "2023-07-01": 1623000, + "2023-07-16": 1623000, + "2023-08-01": 1623000, + "2023-08-16": 1623000, + "2023-09-01": 1623000, + "2023-09-16": 1623000, + "2023-10-01": 1728000, + "2023-10-16": 1806000, + "2023-11-01": 1916000, + "2023-11-16": 2015000, + "2023-12-01": 2100000, + "2023-12-16": 2210000, + "2024-01-01": 2276000, + "2024-01-16": 2319000, + "2024-02-01": 2412000, + "2024-02-16": 2526000, + "2024-03-01": 2616000, + "2024-03-16": 2752000, + "2024-04-01": 2790000, + "2024-04-16": 2813000, + "2024-05-01": 2832000, + "2024-05-16": 2867000, + "2024-06-01": 2887000, + "2024-06-16": 2915000, + "2024-07-01": 2923000 + }, + { + "channelName": "Bunshin Clips", + "channelId": "UCcP551PfgDhn93RVzp797Hw", + "tag": "HoloEN", + "2022-03-01": 265000, + "2022-03-16": 265000, + "2022-04-01": 265000, + "2022-04-16": 265000, + "2022-05-01": 265000, + "2022-05-16": 265000, + "2022-06-01": 265000, + "2022-06-16": 265000, + "2022-07-01": 265000, + "2022-07-16": 265000, + "2022-08-01": 265000, + "2022-08-16": 265000, + "2022-09-01": 265000, + "2022-09-16": 265000, + "2022-10-01": 265000, + "2022-10-16": 265000, + "2022-11-01": 265000, + "2022-11-16": 265000, + "2022-12-01": 265000, + "2022-12-16": 265000, + "2023-01-01": 265000, + "2023-01-16": 265000, + "2023-02-01": 265000, + "2023-02-16": 265000, + "2023-03-01": 265000, + "2023-03-16": 265000, + "2023-04-01": 265000, + "2023-04-16": 265000, + "2023-05-01": 265000, + "2023-05-16": 265000, + "2023-06-01": 265000, + "2023-06-16": 265000, + "2023-07-01": 265000, + "2023-07-16": 265000, + "2023-08-01": 265000, + "2023-08-16": 265000, + "2023-09-01": 265000, + "2023-09-16": 389000, + "2023-10-01": 399000, + "2023-10-16": 402000, + "2023-11-01": 405000, + "2023-11-16": 408000, + "2023-12-01": 411000, + "2023-12-16": 412000, + "2024-01-01": 414000, + "2024-01-16": 416000, + "2024-02-01": 534000, + "2024-02-16": 661000, + "2024-03-01": 671000, + "2024-03-16": 800000, + "2024-04-01": 844000, + "2024-04-16": 850000, + "2024-05-01": 855000, + "2024-05-16": 994000, + "2024-06-01": 1036000, + "2024-06-16": 1053000, + "2024-07-01": 1061000 + }, + { + "channelName": "🐾Kuro's FuwaMoco Clips💕", + "channelId": "UCEDH8S6dnaYbUVHI5oRQfFw", + "tag": "HoloEN", + "2022-03-01": 970000, + "2022-03-16": 970000, + "2022-04-01": 970000, + "2022-04-16": 970000, + "2022-05-01": 970000, + "2022-05-16": 970000, + "2022-06-01": 970000, + "2022-06-16": 970000, + "2022-07-01": 970000, + "2022-07-16": 970000, + "2022-08-01": 970000, + "2022-08-16": 970000, + "2022-09-01": 970000, + "2022-09-16": 970000, + "2022-10-01": 970000, + "2022-10-16": 970000, + "2022-11-01": 970000, + "2022-11-16": 970000, + "2022-12-01": 970000, + "2022-12-16": 970000, + "2023-01-01": 970000, + "2023-01-16": 970000, + "2023-02-01": 970000, + "2023-02-16": 970000, + "2023-03-01": 970000, + "2023-03-16": 970000, + "2023-04-01": 970000, + "2023-04-16": 970000, + "2023-05-01": 970000, + "2023-05-16": 970000, + "2023-06-01": 970000, + "2023-06-16": 970000, + "2023-07-01": 970000, + "2023-07-16": 970000, + "2023-08-01": 970000, + "2023-08-16": 970000, + "2023-09-01": 970000, + "2023-09-16": 970000, + "2023-10-01": 1097000, + "2023-10-16": 1141000, + "2023-11-01": 1257000, + "2023-11-16": 1373000, + "2023-12-01": 1431000, + "2023-12-16": 1467000, + "2024-01-01": 1488000, + "2024-01-16": 1507000, + "2024-02-01": 1563000, + "2024-02-16": 1585000, + "2024-03-01": 1594000, + "2024-03-16": 1623000, + "2024-04-01": 1635000, + "2024-04-16": 1519000, + "2024-05-01": 1533000, + "2024-05-16": 1657000, + "2024-06-01": 1676000, + "2024-06-16": 1693000, + "2024-07-01": 1701000 + }, + { + "channelName": "Pudding Ch.", + "channelId": "UCzHYSSm1KW2NiqzX_u0iCEQ", + "tag": "HoloEN", + "2022-03-01": 9886000, + "2022-03-16": 9886000, + "2022-04-01": 10081000, + "2022-04-16": 10238000, + "2022-05-01": 10499000, + "2022-05-16": 10833000, + "2022-06-01": 11056000, + "2022-06-16": 11421000, + "2022-07-01": 11659000, + "2022-07-16": 11743000, + "2022-08-01": 11887000, + "2022-08-16": 12052000, + "2022-09-01": 12145000, + "2022-09-16": 12331000, + "2022-10-01": 12447000, + "2022-10-16": 12528000, + "2022-11-01": 12670000, + "2022-11-16": 12764000, + "2022-12-01": 12869000, + "2022-12-16": 12958000, + "2023-01-01": 13006000, + "2023-01-16": 13071000, + "2023-02-01": 13123000, + "2023-02-16": 13162000, + "2023-03-01": 13189000, + "2023-03-16": 13215000, + "2023-04-01": 13240000, + "2023-04-16": 13261000, + "2023-05-01": 13261000, + "2023-05-16": 13292000, + "2023-06-01": 13340000, + "2023-06-16": 13362000, + "2023-07-01": 13386000, + "2023-07-16": 13386000, + "2023-08-01": 13407000, + "2023-08-16": 13427000, + "2023-09-01": 13427000, + "2023-09-16": 13449000, + "2023-10-01": 13477000, + "2023-10-16": 13506000, + "2023-11-01": 13528000, + "2023-11-16": 13544000, + "2023-12-01": 13560000, + "2023-12-16": 13575000, + "2024-01-01": 13586000, + "2024-01-16": 13598000, + "2024-02-01": 13621000, + "2024-02-16": 13633000, + "2024-03-01": 13644000, + "2024-03-16": 13675000, + "2024-04-01": 13691000, + "2024-04-16": 13708000, + "2024-05-01": 13721000, + "2024-05-16": 13750000, + "2024-06-01": 13715000, + "2024-06-16": 13726000, + "2024-07-01": 13734000 + }, + { + "channelName": "Cultive", + "channelId": "UCsJsV-Uv_h5mXAjeEsqFO5A", + "tag": "Vshojo", + "2022-03-01": 4410000, + "2022-03-16": 4410000, + "2022-04-01": 4410000, + "2022-04-16": 4410000, + "2022-05-01": 4410000, + "2022-05-16": 4410000, + "2022-06-01": 4410000, + "2022-06-16": 4410000, + "2022-07-01": 4410000, + "2022-07-16": 4410000, + "2022-08-01": 4410000, + "2022-08-16": 4410000, + "2022-09-01": 4410000, + "2022-09-16": 4410000, + "2022-10-01": 4410000, + "2022-10-16": 4410000, + "2022-11-01": 4410000, + "2022-11-16": 4410000, + "2022-12-01": 4410000, + "2022-12-16": 4410000, + "2023-01-01": 4410000, + "2023-01-16": 4410000, + "2023-02-01": 4410000, + "2023-02-16": 4410000, + "2023-03-01": 4410000, + "2023-03-16": 4410000, + "2023-04-01": 4410000, + "2023-04-16": 4410000, + "2023-05-01": 4410000, + "2023-05-16": 4410000, + "2023-06-01": 4410000, + "2023-06-16": 4410000, + "2023-07-01": 4410000, + "2023-07-16": 4410000, + "2023-08-01": 4410000, + "2023-08-16": 4410000, + "2023-09-01": 4410000, + "2023-09-16": 4410000, + "2023-10-01": 4410000, + "2023-10-16": 4410000, + "2023-11-01": 4410000, + "2023-11-16": 4461000, + "2023-12-01": 4785000, + "2023-12-16": 4832000, + "2024-01-01": 4852000, + "2024-01-16": 4890000, + "2024-02-01": 5004000, + "2024-02-16": 5103000, + "2024-03-01": 5170000, + "2024-03-16": 5219000, + "2024-04-01": 5230000, + "2024-04-16": 5240000, + "2024-05-01": 5258000, + "2024-05-16": 5273000, + "2024-06-01": 5284000, + "2024-06-16": 5295000, + "2024-07-01": 5302000 + }, + { + "channelName": "Pendora`s Box", + "channelId": "UCUlOQjbZEvNLtk5Fej5-aew", + "tag": "Niji", + "2022-03-01": 7987000, + "2022-03-16": 7987000, + "2022-04-01": 8878000, + "2022-04-16": 9579000, + "2022-05-01": 10275000, + "2022-05-16": 10845000, + "2022-06-01": 11387000, + "2022-06-16": 12062000, + "2022-07-01": 12444000, + "2022-07-16": 12598000, + "2022-08-01": 12762000, + "2022-08-16": 13018000, + "2022-09-01": 13509000, + "2022-09-16": 14079000, + "2022-10-01": 14502000, + "2022-10-16": 14703000, + "2022-11-01": 14938000, + "2022-11-16": 15120000, + "2022-12-01": 15373000, + "2022-12-16": 15530000, + "2023-01-01": 15636000, + "2023-01-16": 15837000, + "2023-02-01": 16070000, + "2023-02-16": 16204000, + "2023-03-01": 16446000, + "2023-03-16": 16648000, + "2023-04-01": 16818000, + "2023-04-16": 16921000, + "2023-05-01": 17036000, + "2023-05-16": 17527000, + "2023-06-01": 17718000, + "2023-06-16": 17788000, + "2023-07-01": 17868000, + "2023-07-16": 17941000, + "2023-08-01": 17987000, + "2023-08-16": 18054000, + "2023-09-01": 18135000, + "2023-09-16": 18207000, + "2023-10-01": 18267000, + "2023-10-16": 18350000, + "2023-11-01": 18423000, + "2023-11-16": 18522000, + "2023-12-01": 18630000, + "2023-12-16": 18722000, + "2024-01-01": 18756000, + "2024-01-16": 18826000, + "2024-02-01": 19187000, + "2024-02-16": 19234000, + "2024-03-01": 19267000, + "2024-03-16": 19297000, + "2024-04-01": 19306000, + "2024-04-16": 19314000, + "2024-05-01": 19323000, + "2024-05-16": 19332000, + "2024-06-01": 19342000, + "2024-06-16": 19352000, + "2024-07-01": 19359000 + }, + { + "channelName": "JinwooClips", + "channelId": "UCkGhVqDfrO3vvFiTSzrHEbA", + "tag": "Niji", + "2022-03-01": 4081000, + "2022-03-16": 4081000, + "2022-04-01": 4081000, + "2022-04-16": 4081000, + "2022-05-01": 4081000, + "2022-05-16": 4081000, + "2022-06-01": 4081000, + "2022-06-16": 4081000, + "2022-07-01": 4081000, + "2022-07-16": 4081000, + "2022-08-01": 4081000, + "2022-08-16": 4081000, + "2022-09-01": 4081000, + "2022-09-16": 4081000, + "2022-10-01": 4081000, + "2022-10-16": 4081000, + "2022-11-01": 4081000, + "2022-11-16": 4081000, + "2022-12-01": 4081000, + "2022-12-16": 4081000, + "2023-01-01": 4081000, + "2023-01-16": 4081000, + "2023-02-01": 4081000, + "2023-02-16": 4081000, + "2023-03-01": 4081000, + "2023-03-16": 4081000, + "2023-04-01": 4111000, + "2023-04-16": 4145000, + "2023-05-01": 4145000, + "2023-05-16": 4209000, + "2023-06-01": 4252000, + "2023-06-16": 4335000, + "2023-07-01": 4393000, + "2023-07-16": 4393000, + "2023-08-01": 4439000, + "2023-08-16": 4526000, + "2023-09-01": 4669000, + "2023-09-16": 4775000, + "2023-10-01": 4870000, + "2023-10-16": 4925000, + "2023-11-01": 5004000, + "2023-11-16": 5038000, + "2023-12-01": 5060000, + "2023-12-16": 5078000, + "2024-01-01": 5091000, + "2024-01-16": 5102000, + "2024-02-01": 5134000, + "2024-02-16": 5148000, + "2024-03-01": 5161000, + "2024-03-16": 5181000, + "2024-04-01": 5189000, + "2024-04-16": 5196000, + "2024-05-01": 5204000, + "2024-05-16": 5214000, + "2024-06-01": 5222000, + "2024-06-16": 5232000, + "2024-07-01": 5239000 + }, + { + "channelName": "Seed Ch.", + "channelId": "UCh5xbhwN7pj7x0zk3tLgkjw", + "tag": "Niji", + "2022-03-01": 983000, + "2022-03-16": 983000, + "2022-04-01": 983000, + "2022-04-16": 983000, + "2022-05-01": 983000, + "2022-05-16": 983000, + "2022-06-01": 983000, + "2022-06-16": 983000, + "2022-07-01": 983000, + "2022-07-16": 983000, + "2022-08-01": 983000, + "2022-08-16": 983000, + "2022-09-01": 983000, + "2022-09-16": 983000, + "2022-10-01": 983000, + "2022-10-16": 983000, + "2022-11-01": 983000, + "2022-11-16": 983000, + "2022-12-01": 983000, + "2022-12-16": 983000, + "2023-01-01": 983000, + "2023-01-16": 983000, + "2023-02-01": 983000, + "2023-02-16": 983000, + "2023-03-01": 983000, + "2023-03-16": 983000, + "2023-04-01": 983000, + "2023-04-16": 983000, + "2023-05-01": 983000, + "2023-05-16": 983000, + "2023-06-01": 983000, + "2023-06-16": 983000, + "2023-07-01": 983000, + "2023-07-16": 983000, + "2023-08-01": 983000, + "2023-08-16": 983000, + "2023-09-01": 983000, + "2023-09-16": 983000, + "2023-10-01": 983000, + "2023-10-16": 983000, + "2023-11-01": 983000, + "2023-11-16": 1262000, + "2023-12-01": 2026000, + "2023-12-16": 2088000, + "2024-01-01": 2188000, + "2024-01-16": 2229000, + "2024-02-01": 2410000, + "2024-02-16": 2578000, + "2024-03-01": 2652000, + "2024-03-16": 2680000, + "2024-04-01": 2689000, + "2024-04-16": 2700000, + "2024-05-01": 2709000, + "2024-05-16": 2715000, + "2024-06-01": 2724000, + "2024-06-16": 2732000, + "2024-07-01": 2739000 + }, + { + "channelName": "Mare Stellarum", + "channelId": "UCaFC-ws-V0cd2OQuc4LXoWA", + "tag": "HoloEN", + "2022-03-01": 599000, + "2022-03-16": 599000, + "2022-04-01": 599000, + "2022-04-16": 599000, + "2022-05-01": 599000, + "2022-05-16": 599000, + "2022-06-01": 599000, + "2022-06-16": 599000, + "2022-07-01": 599000, + "2022-07-16": 599000, + "2022-08-01": 599000, + "2022-08-16": 599000, + "2022-09-01": 599000, + "2022-09-16": 599000, + "2022-10-01": 928000, + "2022-10-16": 1135000, + "2022-11-01": 1284000, + "2022-11-16": 1357000, + "2022-12-01": 1592000, + "2022-12-16": 1726000, + "2023-01-01": 1850000, + "2023-01-16": 1927000, + "2023-02-01": 1956000, + "2023-02-16": 2104000, + "2023-03-01": 2187000, + "2023-03-16": 2317000, + "2023-04-01": 2474000, + "2023-04-16": 2536000, + "2023-05-01": 2536000, + "2023-05-16": 2565000, + "2023-06-01": 2596000, + "2023-06-16": 2613000, + "2023-07-01": 2613000, + "2023-07-16": 2613000, + "2023-08-01": 2630000, + "2023-08-16": 2630000, + "2023-09-01": 2630000, + "2023-09-16": 2630000, + "2023-10-01": 2644000, + "2023-10-16": 2654000, + "2023-11-01": 2661000, + "2023-11-16": 2668000, + "2023-12-01": 2674000, + "2023-12-16": 2680000, + "2024-01-01": 2687000, + "2024-01-16": 2692000, + "2024-02-01": 2705000, + "2024-02-16": 2713000, + "2024-03-01": 2721000, + "2024-03-16": 2736000, + "2024-04-01": 2741000, + "2024-04-16": 2746000, + "2024-05-01": 2757000, + "2024-05-16": 2767000, + "2024-06-01": 2774000, + "2024-06-16": 2782000, + "2024-07-01": 2789000 + }, + { + "channelName": "Church of Parfait's Ego", + "channelId": "UCqIQ7oyPOpRfQtbeXX9_Snw", + "tag": "Niji", + "2022-03-01": 0, + "2022-03-16": 0, + "2022-04-01": 0, + "2022-04-16": 0, + "2022-05-01": 0, + "2022-05-16": 0, + "2022-06-01": 0, + "2022-06-16": 0, + "2022-07-01": 0, + "2022-07-16": 0, + "2022-08-01": 0, + "2022-08-16": 0, + "2022-09-01": 0, + "2022-09-16": 0, + "2022-10-01": 0, + "2022-10-16": 0, + "2022-11-01": 0, + "2022-11-16": 0, + "2022-12-01": 0, + "2022-12-16": 0, + "2023-01-01": 0, + "2023-01-16": 0, + "2023-02-01": 0, + "2023-02-16": 0, + "2023-03-01": 0, + "2023-03-16": 0, + "2023-04-01": 0, + "2023-04-16": 0, + "2023-05-01": 0, + "2023-05-16": 0, + "2023-06-01": 0, + "2023-06-16": 0, + "2023-07-01": 0, + "2023-07-16": 0, + "2023-08-01": 0, + "2023-08-16": 0, + "2023-09-01": 0, + "2023-09-16": 0, + "2023-10-01": 251000, + "2023-10-16": 383000, + "2023-11-01": 489000, + "2023-11-16": 739000, + "2023-12-01": 796000, + "2023-12-16": 824000, + "2024-01-01": 865000, + "2024-01-16": 913000, + "2024-02-01": 1033000, + "2024-02-16": 1219000, + "2024-03-01": 1270000, + "2024-03-16": 1293000, + "2024-04-01": 1299000, + "2024-04-16": 1306000, + "2024-05-01": 1313000, + "2024-05-16": 1319000, + "2024-06-01": 1326000, + "2024-06-16": 1334000, + "2024-07-01": 1341000 + }, + { + "channelName": "Neural Net Nuggets", + "channelId": "UCotGwJ8EyXPpFsVNcOhB9aw", + "tag": "Neuro", + "2022-03-01": 445000, + "2022-03-16": 445000, + "2022-04-01": 445000, + "2022-04-16": 445000, + "2022-05-01": 445000, + "2022-05-16": 445000, + "2022-06-01": 445000, + "2022-06-16": 445000, + "2022-07-01": 445000, + "2022-07-16": 445000, + "2022-08-01": 445000, + "2022-08-16": 445000, + "2022-09-01": 445000, + "2022-09-16": 445000, + "2022-10-01": 445000, + "2022-10-16": 445000, + "2022-11-01": 445000, + "2022-11-16": 445000, + "2022-12-01": 445000, + "2022-12-16": 445000, + "2023-01-01": 445000, + "2023-01-16": 445000, + "2023-02-01": 445000, + "2023-02-16": 445000, + "2023-03-01": 445000, + "2023-03-16": 445000, + "2023-04-01": 445000, + "2023-04-16": 445000, + "2023-05-01": 445000, + "2023-05-16": 445000, + "2023-06-01": 445000, + "2023-06-16": 445000, + "2023-07-01": 445000, + "2023-07-16": 445000, + "2023-08-01": 445000, + "2023-08-16": 445000, + "2023-09-01": 445000, + "2023-09-16": 445000, + "2023-10-01": 555000, + "2023-10-16": 621000, + "2023-11-01": 654000, + "2023-11-16": 706000, + "2023-12-01": 730000, + "2023-12-16": 758000, + "2024-01-01": 793000, + "2024-01-16": 804000, + "2024-02-01": 959000, + "2024-02-16": 985000, + "2024-03-01": 1005000, + "2024-03-16": 1038000, + "2024-04-01": 1049000, + "2024-04-16": 1058000, + "2024-05-01": 1070000, + "2024-05-16": 1089000, + "2024-06-01": 1104000, + "2024-06-16": 1025000, + "2024-07-01": 1032000 + }, + { + "channelName": "Shoki", + "channelId": "UCZMGfLnHkposu1FBXn2Uv6g", + "tag": "HoloEN", + "2022-03-01": 11700000, + "2022-03-16": 11700000, + "2022-04-01": 11700000, + "2022-04-16": 11700000, + "2022-05-01": 11700000, + "2022-05-16": 11700000, + "2022-06-01": 11700000, + "2022-06-16": 11700000, + "2022-07-01": 11700000, + "2022-07-16": 11700000, + "2022-08-01": 11700000, + "2022-08-16": 11700000, + "2022-09-01": 11700000, + "2022-09-16": 11700000, + "2022-10-01": 11700000, + "2022-10-16": 11700000, + "2022-11-01": 11700000, + "2022-11-16": 11700000, + "2022-12-01": 11700000, + "2022-12-16": 11719000, + "2023-01-01": 11741000, + "2023-01-16": 11741000, + "2023-02-01": 11741000, + "2023-02-16": 11741000, + "2023-03-01": 11741000, + "2023-03-16": 11741000, + "2023-04-01": 11741000, + "2023-04-16": 11741000, + "2023-05-01": 11741000, + "2023-05-16": 11741000, + "2023-06-01": 11741000, + "2023-06-16": 11741000, + "2023-07-01": 11741000, + "2023-07-16": 11741000, + "2023-08-01": 11741000, + "2023-08-16": 11741000, + "2023-09-01": 11741000, + "2023-09-16": 11741000, + "2023-10-01": 11810000, + "2023-10-16": 11835000, + "2023-11-01": 11870000, + "2023-11-16": 11888000, + "2023-12-01": 11900000, + "2023-12-16": 11920000, + "2024-01-01": 11935000, + "2024-01-16": 11951000, + "2024-02-01": 11978000, + "2024-02-16": 11992000, + "2024-03-01": 12006000, + "2024-03-16": 12037000, + "2024-04-01": 12046000, + "2024-04-16": 12055000, + "2024-05-01": 12065000, + "2024-05-16": 12078000, + "2024-06-01": 12086000, + "2024-06-16": 12096000, + "2024-07-01": 12102000 + }, + { + "channelName": "Qute Ch.", + "channelId": "UCiYluFx2-1owMUKqFcgWkMw", + "tag": "HoloEN", + "2022-03-01": 18240000, + "2022-03-16": 18240000, + "2022-04-01": 20100000, + "2022-04-16": 20660000, + "2022-05-01": 20903000, + "2022-05-16": 21029000, + "2022-06-01": 21141000, + "2022-06-16": 21226000, + "2022-07-01": 21322000, + "2022-07-16": 21398000, + "2022-08-01": 21457000, + "2022-08-16": 21520000, + "2022-09-01": 21575000, + "2022-09-16": 21617000, + "2022-10-01": 21656000, + "2022-10-16": 21687000, + "2022-11-01": 21739000, + "2022-11-16": 21825000, + "2022-12-01": 21896000, + "2022-12-16": 21954000, + "2023-01-01": 22026000, + "2023-01-16": 22082000, + "2023-02-01": 22131000, + "2023-02-16": 22164000, + "2023-03-01": 22190000, + "2023-03-16": 22213000, + "2023-04-01": 22229000, + "2023-04-16": 22229000, + "2023-05-01": 22229000, + "2023-05-16": 22229000, + "2023-06-01": 22229000, + "2023-06-16": 22229000, + "2023-07-01": 22229000, + "2023-07-16": 22229000, + "2023-08-01": 22229000, + "2023-08-16": 22246000, + "2023-09-01": 22246000, + "2023-09-16": 22269000, + "2023-10-01": 22296000, + "2023-10-16": 22314000, + "2023-11-01": 22326000, + "2023-11-16": 22339000, + "2023-12-01": 22352000, + "2023-12-16": 22364000, + "2024-01-01": 22380000, + "2024-01-16": 22391000, + "2024-02-01": 22410000, + "2024-02-16": 22422000, + "2024-03-01": 22434000, + "2024-03-16": 22449000, + "2024-04-01": 22455000, + "2024-04-16": 22461000, + "2024-05-01": 22469000, + "2024-05-16": 22477000, + "2024-06-01": 22485000, + "2024-06-16": 22492000, + "2024-07-01": 22498000 + }, + { + "channelName": "Clipper Chan~", + "channelId": "UCyjupJ2AedKoom4s2tdszhg", + "tag": "Neuro", + "2022-03-01": 1421000, + "2022-03-16": 1421000, + "2022-04-01": 1421000, + "2022-04-16": 1421000, + "2022-05-01": 1421000, + "2022-05-16": 1421000, + "2022-06-01": 1421000, + "2022-06-16": 1421000, + "2022-07-01": 1421000, + "2022-07-16": 1421000, + "2022-08-01": 1421000, + "2022-08-16": 1421000, + "2022-09-01": 1421000, + "2022-09-16": 1421000, + "2022-10-01": 1421000, + "2022-10-16": 1421000, + "2022-11-01": 1421000, + "2022-11-16": 1421000, + "2022-12-01": 1421000, + "2022-12-16": 1421000, + "2023-01-01": 1421000, + "2023-01-16": 1421000, + "2023-02-01": 1421000, + "2023-02-16": 1421000, + "2023-03-01": 1421000, + "2023-03-16": 1421000, + "2023-04-01": 1421000, + "2023-04-16": 1421000, + "2023-05-01": 1421000, + "2023-05-16": 1421000, + "2023-06-01": 1421000, + "2023-06-16": 1421000, + "2023-07-01": 1636000, + "2023-07-16": 1727000, + "2023-08-01": 1775000, + "2023-08-16": 1860000, + "2023-09-01": 1909000, + "2023-09-16": 1936000, + "2023-10-01": 1959000, + "2023-10-16": 1965000, + "2023-11-01": 1970000, + "2023-11-16": 1980000, + "2023-12-01": 1996000, + "2023-12-16": 2025000, + "2024-01-01": 2097000, + "2024-01-16": 2139000, + "2024-02-01": 2207000, + "2024-02-16": 2229000, + "2024-03-01": 2240000, + "2024-03-16": 2257000, + "2024-04-01": 2265000, + "2024-04-16": 2272000, + "2024-05-01": 2317000, + "2024-05-16": 2341000, + "2024-06-01": 2361000, + "2024-06-16": 2372000, + "2024-07-01": 2377000 + }, + { + "channelName": "Pomu's Left Snot", + "channelId": "UCRcUjIUSHBj-jErbEaCDi1g", + "tag": "Niji", + "2022-03-01": 1391000, + "2022-03-16": 1391000, + "2022-04-01": 1391000, + "2022-04-16": 1391000, + "2022-05-01": 1391000, + "2022-05-16": 1391000, + "2022-06-01": 1391000, + "2022-06-16": 1391000, + "2022-07-01": 1391000, + "2022-07-16": 1391000, + "2022-08-01": 1391000, + "2022-08-16": 1391000, + "2022-09-01": 1391000, + "2022-09-16": 1391000, + "2022-10-01": 1391000, + "2022-10-16": 1391000, + "2022-11-01": 1391000, + "2022-11-16": 1391000, + "2022-12-01": 1391000, + "2022-12-16": 1391000, + "2023-01-01": 1391000, + "2023-01-16": 1391000, + "2023-02-01": 1391000, + "2023-02-16": 1391000, + "2023-03-01": 1391000, + "2023-03-16": 1391000, + "2023-04-01": 1391000, + "2023-04-16": 1391000, + "2023-05-01": 1391000, + "2023-05-16": 1391000, + "2023-06-01": 1471000, + "2023-06-16": 1505000, + "2023-07-01": 1505000, + "2023-07-16": 1505000, + "2023-08-01": 1584000, + "2023-08-16": 1697000, + "2023-09-01": 1837000, + "2023-09-16": 1876000, + "2023-10-01": 1901000, + "2023-10-16": 1919000, + "2023-11-01": 1934000, + "2023-11-16": 2143000, + "2023-12-01": 2268000, + "2023-12-16": 2269000, + "2024-01-01": 2319000, + "2024-01-16": 2344000, + "2024-02-01": 2472000, + "2024-02-16": 2498000, + "2024-03-01": 3113000, + "2024-03-16": 3406000, + "2024-04-01": 3418000, + "2024-04-16": 3458000, + "2024-05-01": 3467000, + "2024-05-16": 3473000, + "2024-06-01": 3480000, + "2024-06-16": 3487000, + "2024-07-01": 3492000 + }, + { + "channelName": "Sakura Ch. [Vspo]", + "channelId": "UCFcYgPfMZodXqXKfgLCfxXA", + "tag": "Other", + "2022-03-01": -7083000, + "2022-03-16": -7083000, + "2022-04-01": -7083000, + "2022-04-16": -7083000, + "2022-05-01": -7083000, + "2022-05-16": -7083000, + "2022-06-01": -7083000, + "2022-06-16": -7083000, + "2022-07-01": -7083000, + "2022-07-16": -7083000, + "2022-08-01": -7083000, + "2022-08-16": -7083000, + "2022-09-01": -7083000, + "2022-09-16": -7083000, + "2022-10-01": -7083000, + "2022-10-16": -6888000, + "2022-11-01": -6418000, + "2022-11-16": -5599000, + "2022-12-01": -5053000, + "2022-12-16": -4946000, + "2023-01-01": -4461000, + "2023-01-16": -3599000, + "2023-02-01": -3041000, + "2023-02-16": -2889000, + "2023-03-01": -1687000, + "2023-03-16": -1203000, + "2023-04-01": -529000, + "2023-04-16": 1241000, + "2023-05-01": 1739000, + "2023-05-16": 2249000, + "2023-06-01": 2668000, + "2023-06-16": 3220000, + "2023-07-01": 3734000, + "2023-07-16": 3824000, + "2023-08-01": 3839000, + "2023-08-16": 3839000, + "2023-09-01": 3839000, + "2023-09-16": 3842000, + "2023-10-01": 3848000, + "2023-10-16": 3851000, + "2023-11-01": 3853000, + "2023-11-16": 3856000, + "2023-12-01": 3870000, + "2023-12-16": 3880000, + "2024-01-01": 3887000, + "2024-01-16": 3890000, + "2024-02-01": 3904000, + "2024-02-16": 3914000, + "2024-03-01": 3918000, + "2024-03-16": 3923000, + "2024-04-01": 3924000, + "2024-04-16": 3926000, + "2024-05-01": 3927000, + "2024-05-16": 3929000, + "2024-06-01": 3933000, + "2024-06-16": 3956000, + "2024-07-01": 3960000 + }, + { + "channelName": "HOLO TSKR \/ Hololive Clips", + "channelId": "UC1a3N-bRsF6heD5JlPUmSfw", + "tag": "HoloJP", + "2022-03-01": 623000, + "2022-03-16": 623000, + "2022-04-01": 623000, + "2022-04-16": 623000, + "2022-05-01": 623000, + "2022-05-16": 623000, + "2022-06-01": 623000, + "2022-06-16": 623000, + "2022-07-01": 623000, + "2022-07-16": 623000, + "2022-08-01": 623000, + "2022-08-16": 623000, + "2022-09-01": 623000, + "2022-09-16": 623000, + "2022-10-01": 623000, + "2022-10-16": 623000, + "2022-11-01": 623000, + "2022-11-16": 623000, + "2022-12-01": 623000, + "2022-12-16": 623000, + "2023-01-01": 623000, + "2023-01-16": 623000, + "2023-02-01": 623000, + "2023-02-16": 623000, + "2023-03-01": 623000, + "2023-03-16": 749000, + "2023-04-01": 794000, + "2023-04-16": 829000, + "2023-05-01": 829000, + "2023-05-16": 829000, + "2023-06-01": 829000, + "2023-06-16": 829000, + "2023-07-01": 829000, + "2023-07-16": 829000, + "2023-08-01": 829000, + "2023-08-16": 829000, + "2023-09-01": 829000, + "2023-09-16": 829000, + "2023-10-01": 886000, + "2023-10-16": 978000, + "2023-11-01": 988000, + "2023-11-16": 993000, + "2023-12-01": 999000, + "2023-12-16": 1005000, + "2024-01-01": 1010000, + "2024-01-16": 1014000, + "2024-02-01": 1023000, + "2024-02-16": 1027000, + "2024-03-01": 1031000, + "2024-03-16": 1039000, + "2024-04-01": 1044000, + "2024-04-16": 1049000, + "2024-05-01": 1054000, + "2024-05-16": 1060000, + "2024-06-01": 1072000, + "2024-06-16": 1080000, + "2024-07-01": 1084000 + }, + { + "channelName": "ShicV2", + "channelId": "UCRkDPwITzfbI05l2Bo1IZHA", + "tag": "Niji", + "2022-03-01": -2705000, + "2022-03-16": -2705000, + "2022-04-01": -2705000, + "2022-04-16": -2705000, + "2022-05-01": -2705000, + "2022-05-16": -2705000, + "2022-06-01": -2705000, + "2022-06-16": -2705000, + "2022-07-01": -2705000, + "2022-07-16": -2705000, + "2022-08-01": -2705000, + "2022-08-16": -2705000, + "2022-09-01": -2705000, + "2022-09-16": -1937000, + "2022-10-01": -1402000, + "2022-10-16": -721000, + "2022-11-01": 111000, + "2022-11-16": 524000, + "2022-12-01": 852000, + "2022-12-16": 1032000, + "2023-01-01": 1185000, + "2023-01-16": 1261000, + "2023-02-01": 1361000, + "2023-02-16": 1592000, + "2023-03-01": 1836000, + "2023-03-16": 1984000, + "2023-04-01": 2165000, + "2023-04-16": 2237000, + "2023-05-01": 2304000, + "2023-05-16": 2352000, + "2023-06-01": 2401000, + "2023-06-16": 2485000, + "2023-07-01": 2581000, + "2023-07-16": 2651000, + "2023-08-01": 2691000, + "2023-08-16": 2745000, + "2023-09-01": 2812000, + "2023-09-16": 2867000, + "2023-10-01": 2916000, + "2023-10-16": 2948000, + "2023-11-01": 2984000, + "2023-11-16": 3009000, + "2023-12-01": 3028000, + "2023-12-16": 3040000, + "2024-01-01": 3051000, + "2024-01-16": 3061000, + "2024-02-01": 3092000, + "2024-02-16": 3202000, + "2024-03-01": 3223000, + "2024-03-16": 3235000, + "2024-04-01": 3241000, + "2024-04-16": 3243000, + "2024-05-01": 3248000, + "2024-05-16": 3256000, + "2024-06-01": 3262000, + "2024-06-16": 3270000, + "2024-07-01": 3274000 + }, + { + "channelName": "Daily Lives Of Vshojo and Friends", + "channelId": "UC4fKPIr6zxLeKjc6glKwj0w", + "tag": "Vshojo", + "2022-03-01": 556000, + "2022-03-16": 556000, + "2022-04-01": 556000, + "2022-04-16": 556000, + "2022-05-01": 556000, + "2022-05-16": 556000, + "2022-06-01": 556000, + "2022-06-16": 556000, + "2022-07-01": 556000, + "2022-07-16": 556000, + "2022-08-01": 556000, + "2022-08-16": 556000, + "2022-09-01": 556000, + "2022-09-16": 556000, + "2022-10-01": 556000, + "2022-10-16": 556000, + "2022-11-01": 556000, + "2022-11-16": 556000, + "2022-12-01": 556000, + "2022-12-16": 556000, + "2023-01-01": 556000, + "2023-01-16": 556000, + "2023-02-01": 556000, + "2023-02-16": 556000, + "2023-03-01": 556000, + "2023-03-16": 556000, + "2023-04-01": 556000, + "2023-04-16": 556000, + "2023-05-01": 556000, + "2023-05-16": 556000, + "2023-06-01": 556000, + "2023-06-16": 556000, + "2023-07-01": 556000, + "2023-07-16": 556000, + "2023-08-01": 556000, + "2023-08-16": 556000, + "2023-09-01": 556000, + "2023-09-16": 556000, + "2023-10-01": 556000, + "2023-10-16": 556000, + "2023-11-01": 556000, + "2023-11-16": 726000, + "2023-12-01": 1649000, + "2023-12-16": 1665000, + "2024-01-01": 1677000, + "2024-01-16": 1685000, + "2024-02-01": 1727000, + "2024-02-16": 1835000, + "2024-03-01": 1904000, + "2024-03-16": 2039000, + "2024-04-01": 2085000, + "2024-04-16": 2126000, + "2024-05-01": 2206000, + "2024-05-16": 2224000, + "2024-06-01": 2231000, + "2024-06-16": 2237000, + "2024-07-01": 2241000 + }, + { + "channelName": "Kosacat", + "channelId": "UChkT0jCc-btLzos_Gwv5OUg", + "tag": "Niji", + "2022-03-01": 1501000, + "2022-03-16": 1501000, + "2022-04-01": 1697000, + "2022-04-16": 1828000, + "2022-05-01": 1959000, + "2022-05-16": 2145000, + "2022-06-01": 2856000, + "2022-06-16": 3055000, + "2022-07-01": 3196000, + "2022-07-16": 3313000, + "2022-08-01": 3468000, + "2022-08-16": 3553000, + "2022-09-01": 3644000, + "2022-09-16": 3963000, + "2022-10-01": 4849000, + "2022-10-16": 5298000, + "2022-11-01": 5501000, + "2022-11-16": 5698000, + "2022-12-01": 5784000, + "2022-12-16": 5889000, + "2023-01-01": 5971000, + "2023-01-16": 6051000, + "2023-02-01": 6236000, + "2023-02-16": 6457000, + "2023-03-01": 6505000, + "2023-03-16": 6536000, + "2023-04-01": 6562000, + "2023-04-16": 6609000, + "2023-05-01": 6908000, + "2023-05-16": 6966000, + "2023-06-01": 7240000, + "2023-06-16": 7351000, + "2023-07-01": 7392000, + "2023-07-16": 7792000, + "2023-08-01": 7915000, + "2023-08-16": 7966000, + "2023-09-01": 8014000, + "2023-09-16": 8070000, + "2023-10-01": 8107000, + "2023-10-16": 8132000, + "2023-11-01": 8152000, + "2023-11-16": 8170000, + "2023-12-01": 8212000, + "2023-12-16": 8229000, + "2024-01-01": 8241000, + "2024-01-16": 8251000, + "2024-02-01": 8297000, + "2024-02-16": 8312000, + "2024-03-01": 8325000, + "2024-03-16": 8342000, + "2024-04-01": 8347000, + "2024-04-16": 8352000, + "2024-05-01": 8358000, + "2024-05-16": 8363000, + "2024-06-01": 8368000, + "2024-06-16": 8374000, + "2024-07-01": 8378000 + }, + { + "channelName": "Raindrop Vtuber Clips Ch.", + "channelId": "UCQbsb_lghJRnlYqKatofzzQ", + "tag": "Other", + "2022-03-01": 2633000, + "2022-03-16": 2633000, + "2022-04-01": 2633000, + "2022-04-16": 2633000, + "2022-05-01": 2633000, + "2022-05-16": 2633000, + "2022-06-01": 2633000, + "2022-06-16": 2633000, + "2022-07-01": 2633000, + "2022-07-16": 2633000, + "2022-08-01": 2633000, + "2022-08-16": 2633000, + "2022-09-01": 2633000, + "2022-09-16": 2633000, + "2022-10-01": 2633000, + "2022-10-16": 2633000, + "2022-11-01": 2633000, + "2022-11-16": 2633000, + "2022-12-01": 2633000, + "2022-12-16": 2633000, + "2023-01-01": 2633000, + "2023-01-16": 2633000, + "2023-02-01": 2633000, + "2023-02-16": 2994000, + "2023-03-01": 4062000, + "2023-03-16": 4587000, + "2023-04-01": 4711000, + "2023-04-16": 4758000, + "2023-05-01": 4758000, + "2023-05-16": 4839000, + "2023-06-01": 4861000, + "2023-06-16": 4861000, + "2023-07-01": 4861000, + "2023-07-16": 4861000, + "2023-08-01": 4861000, + "2023-08-16": 4880000, + "2023-09-01": 4880000, + "2023-09-16": 4916000, + "2023-10-01": 4979000, + "2023-10-16": 5044000, + "2023-11-01": 5080000, + "2023-11-16": 5141000, + "2023-12-01": 5243000, + "2023-12-16": 5307000, + "2024-01-01": 5313000, + "2024-01-16": 5269000, + "2024-02-01": 5282000, + "2024-02-16": 5290000, + "2024-03-01": 5297000, + "2024-03-16": 5306000, + "2024-04-01": 5310000, + "2024-04-16": 5323000, + "2024-05-01": 5343000, + "2024-05-16": 5371000, + "2024-06-01": 5395000, + "2024-06-16": 5400000, + "2024-07-01": 5404000 + }, + { + "channelName": "Neuron Ch.", + "channelId": "UCmo-cyNwG-KlQlY00F-9T3Q", + "tag": "Neuro", + "2022-03-01": 198000, + "2022-03-16": 198000, + "2022-04-01": 198000, + "2022-04-16": 198000, + "2022-05-01": 198000, + "2022-05-16": 198000, + "2022-06-01": 198000, + "2022-06-16": 198000, + "2022-07-01": 198000, + "2022-07-16": 198000, + "2022-08-01": 198000, + "2022-08-16": 198000, + "2022-09-01": 198000, + "2022-09-16": 198000, + "2022-10-01": 198000, + "2022-10-16": 198000, + "2022-11-01": 198000, + "2022-11-16": 198000, + "2022-12-01": 198000, + "2022-12-16": 198000, + "2023-01-01": 198000, + "2023-01-16": 198000, + "2023-02-01": 198000, + "2023-02-16": 198000, + "2023-03-01": 198000, + "2023-03-16": 198000, + "2023-04-01": 198000, + "2023-04-16": 1221000, + "2023-05-01": 1996000, + "2023-05-16": 2474000, + "2023-06-01": 2984000, + "2023-06-16": 3253000, + "2023-07-01": 3314000, + "2023-07-16": 3348000, + "2023-08-01": 3348000, + "2023-08-16": 3367000, + "2023-09-01": 3367000, + "2023-09-16": 3400000, + "2023-10-01": 3416000, + "2023-10-16": 3433000, + "2023-11-01": 3450000, + "2023-11-16": 3457000, + "2023-12-01": 3461000, + "2023-12-16": 3465000, + "2024-01-01": 3477000, + "2024-01-16": 3490000, + "2024-02-01": 3510000, + "2024-02-16": 3514000, + "2024-03-01": 3517000, + "2024-03-16": 3522000, + "2024-04-01": 3524000, + "2024-04-16": 3526000, + "2024-05-01": 3529000, + "2024-05-16": 3533000, + "2024-06-01": 3537000, + "2024-06-16": 3541000, + "2024-07-01": 3545000 + }, + { + "channelName": "Hololive-EN Highlights with Tako", + "channelId": "UC5dSYHOKq-XT0A3wdf35nhA", + "tag": "HoloEN", + "2022-03-01": 135000, + "2022-03-16": 135000, + "2022-04-01": 135000, + "2022-04-16": 135000, + "2022-05-01": 135000, + "2022-05-16": 135000, + "2022-06-01": 135000, + "2022-06-16": 135000, + "2022-07-01": 135000, + "2022-07-16": 135000, + "2022-08-01": 135000, + "2022-08-16": 135000, + "2022-09-01": 135000, + "2022-09-16": 135000, + "2022-10-01": 135000, + "2022-10-16": 135000, + "2022-11-01": 135000, + "2022-11-16": 135000, + "2022-12-01": 135000, + "2022-12-16": 135000, + "2023-01-01": 135000, + "2023-01-16": 135000, + "2023-02-01": 135000, + "2023-02-16": 135000, + "2023-03-01": 135000, + "2023-03-16": 135000, + "2023-04-01": 135000, + "2023-04-16": 135000, + "2023-05-01": 135000, + "2023-05-16": 135000, + "2023-06-01": 135000, + "2023-06-16": 135000, + "2023-07-01": 135000, + "2023-07-16": 135000, + "2023-08-01": 135000, + "2023-08-16": 135000, + "2023-09-01": 135000, + "2023-09-16": 135000, + "2023-10-01": 261000, + "2023-10-16": 340000, + "2023-11-01": 411000, + "2023-11-16": 425000, + "2023-12-01": 434000, + "2023-12-16": 448000, + "2024-01-01": 452000, + "2024-01-16": 453000, + "2024-02-01": 456000, + "2024-02-16": 457000, + "2024-03-01": 461000, + "2024-03-16": 463000, + "2024-04-01": 463000, + "2024-04-16": 464000, + "2024-05-01": 464000, + "2024-05-16": 465000, + "2024-06-01": 465000, + "2024-06-16": 466000, + "2024-07-01": 470000 + }, + { + "channelName": "MeiMei Clips匿名", + "channelId": "UCj9ktIyueHIodlcOxWB0TWA", + "tag": "HoloJP", + "2022-03-01": 10595000, + "2022-03-16": 10595000, + "2022-04-01": 11010000, + "2022-04-16": 11183000, + "2022-05-01": 11533000, + "2022-05-16": 11662000, + "2022-06-01": 11840000, + "2022-06-16": 11958000, + "2022-07-01": 12074000, + "2022-07-16": 12146000, + "2022-08-01": 12254000, + "2022-08-16": 12438000, + "2022-09-01": 12550000, + "2022-09-16": 12605000, + "2022-10-01": 12686000, + "2022-10-16": 12719000, + "2022-11-01": 12742000, + "2022-11-16": 12765000, + "2022-12-01": 12782000, + "2022-12-16": 12798000, + "2023-01-01": 12829000, + "2023-01-16": 12848000, + "2023-02-01": 12863000, + "2023-02-16": 12891000, + "2023-03-01": 12920000, + "2023-03-16": 12931000, + "2023-04-01": 12941000, + "2023-04-16": 12941000, + "2023-05-01": 12941000, + "2023-05-16": 12941000, + "2023-06-01": 12941000, + "2023-06-16": 12941000, + "2023-07-01": 12941000, + "2023-07-16": 12941000, + "2023-08-01": 12941000, + "2023-08-16": 12941000, + "2023-09-01": 12941000, + "2023-09-16": 12941000, + "2023-10-01": 12953000, + "2023-10-16": 12966000, + "2023-11-01": 12978000, + "2023-11-16": 12989000, + "2023-12-01": 13000000, + "2023-12-16": 13009000, + "2024-01-01": 13017000, + "2024-01-16": 13024000, + "2024-02-01": 13038000, + "2024-02-16": 13045000, + "2024-03-01": 13052000, + "2024-03-16": 13064000, + "2024-04-01": 13070000, + "2024-04-16": 13076000, + "2024-05-01": 13083000, + "2024-05-16": 13089000, + "2024-06-01": 13094000, + "2024-06-16": 13100000, + "2024-07-01": 13103000 + }, + { + "channelName": "Gurin Observation Archive", + "channelId": "UCxuWy46xgdAznB2-UjKZWPA", + "tag": "Niji", + "2022-03-01": 2798000, + "2022-03-16": 2798000, + "2022-04-01": 2798000, + "2022-04-16": 3125000, + "2022-05-01": 3404000, + "2022-05-16": 3712000, + "2022-06-01": 3919000, + "2022-06-16": 4134000, + "2022-07-01": 4415000, + "2022-07-16": 4705000, + "2022-08-01": 5108000, + "2022-08-16": 5312000, + "2022-09-01": 5483000, + "2022-09-16": 5599000, + "2022-10-01": 5866000, + "2022-10-16": 6169000, + "2022-11-01": 6411000, + "2022-11-16": 6610000, + "2022-12-01": 6856000, + "2022-12-16": 7052000, + "2023-01-01": 7205000, + "2023-01-16": 7272000, + "2023-02-01": 7425000, + "2023-02-16": 7558000, + "2023-03-01": 7746000, + "2023-03-16": 7860000, + "2023-04-01": 7971000, + "2023-04-16": 8083000, + "2023-05-01": 8226000, + "2023-05-16": 8303000, + "2023-06-01": 8374000, + "2023-06-16": 8452000, + "2023-07-01": 8530000, + "2023-07-16": 8530000, + "2023-08-01": 8582000, + "2023-08-16": 8660000, + "2023-09-01": 8745000, + "2023-09-16": 8783000, + "2023-10-01": 8823000, + "2023-10-16": 8919000, + "2023-11-01": 8953000, + "2023-11-16": 8974000, + "2023-12-01": 8990000, + "2023-12-16": 9002000, + "2024-01-01": 9018000, + "2024-01-16": 9029000, + "2024-02-01": 9050000, + "2024-02-16": 9068000, + "2024-03-01": 9078000, + "2024-03-16": 9087000, + "2024-04-01": 9090000, + "2024-04-16": 9094000, + "2024-05-01": 9098000, + "2024-05-16": 9102000, + "2024-06-01": 9107000, + "2024-06-16": 9111000, + "2024-07-01": 9114000 + }, + { + "channelName": "Keeowo", + "channelId": "UCc34c5DSFFOVSJLfrGXC8ig", + "tag": "HoloEN", + "2022-03-01": 5961000, + "2022-03-16": 5961000, + "2022-04-01": 6010000, + "2022-04-16": 6038000, + "2022-05-01": 6076000, + "2022-05-16": 6120000, + "2022-06-01": 6169000, + "2022-06-16": 6195000, + "2022-07-01": 6213000, + "2022-07-16": 6228000, + "2022-08-01": 6242000, + "2022-08-16": 6259000, + "2022-09-01": 6276000, + "2022-09-16": 6289000, + "2022-10-01": 6305000, + "2022-10-16": 6316000, + "2022-11-01": 6327000, + "2022-11-16": 6340000, + "2022-12-01": 6350000, + "2022-12-16": 6358000, + "2023-01-01": 6365000, + "2023-01-16": 6372000, + "2023-02-01": 6380000, + "2023-02-16": 6387000, + "2023-03-01": 6394000, + "2023-03-16": 6401000, + "2023-04-01": 6407000, + "2023-04-16": 6407000, + "2023-05-01": 6407000, + "2023-05-16": 6407000, + "2023-06-01": 6407000, + "2023-06-16": 6407000, + "2023-07-01": 6407000, + "2023-07-16": 6407000, + "2023-08-01": 6407000, + "2023-08-16": 6407000, + "2023-09-01": 6407000, + "2023-09-16": 6407000, + "2023-10-01": 6418000, + "2023-10-16": 6429000, + "2023-11-01": 6439000, + "2023-11-16": 6449000, + "2023-12-01": 6456000, + "2023-12-16": 6460000, + "2024-01-01": 6464000, + "2024-01-16": 6467000, + "2024-02-01": 6475000, + "2024-02-16": 6479000, + "2024-03-01": 6484000, + "2024-03-16": 6494000, + "2024-04-01": 6497000, + "2024-04-16": 6500000, + "2024-05-01": 6503000, + "2024-05-16": 6506000, + "2024-06-01": 6509000, + "2024-06-16": 6513000, + "2024-07-01": 6516000 + }, + { + "channelName": "Neuroclipper", + "channelId": "UC4klhuUqpiCflZrZiot1KAA", + "tag": "Neuro", + "2022-03-01": 820000, + "2022-03-16": 820000, + "2022-04-01": 820000, + "2022-04-16": 820000, + "2022-05-01": 820000, + "2022-05-16": 820000, + "2022-06-01": 820000, + "2022-06-16": 820000, + "2022-07-01": 820000, + "2022-07-16": 820000, + "2022-08-01": 820000, + "2022-08-16": 820000, + "2022-09-01": 820000, + "2022-09-16": 820000, + "2022-10-01": 820000, + "2022-10-16": 820000, + "2022-11-01": 820000, + "2022-11-16": 820000, + "2022-12-01": 820000, + "2022-12-16": 820000, + "2023-01-01": 820000, + "2023-01-16": 820000, + "2023-02-01": 820000, + "2023-02-16": 820000, + "2023-03-01": 820000, + "2023-03-16": 820000, + "2023-04-01": 820000, + "2023-04-16": 1405000, + "2023-05-01": 1764000, + "2023-05-16": 1853000, + "2023-06-01": 1996000, + "2023-06-16": 2105000, + "2023-07-01": 2211000, + "2023-07-16": 2234000, + "2023-08-01": 2234000, + "2023-08-16": 2249000, + "2023-09-01": 2249000, + "2023-09-16": 2257000, + "2023-10-01": 2264000, + "2023-10-16": 2269000, + "2023-11-01": 2274000, + "2023-11-16": 2279000, + "2023-12-01": 2284000, + "2023-12-16": 2288000, + "2024-01-01": 2292000, + "2024-01-16": 2295000, + "2024-02-01": 2309000, + "2024-02-16": 2314000, + "2024-03-01": 2317000, + "2024-03-16": 2323000, + "2024-04-01": 2326000, + "2024-04-16": 2329000, + "2024-05-01": 2332000, + "2024-05-16": 2335000, + "2024-06-01": 2338000, + "2024-06-16": 2342000, + "2024-07-01": 2345000 + }, + { + "channelName": "HoloMoment Ch.", + "channelId": "UCQVwlAYHFPtouqwvvNx5ZXQ", + "tag": "HoloEN", + "2022-03-01": -80000, + "2022-03-16": -80000, + "2022-04-01": -80000, + "2022-04-16": -80000, + "2022-05-01": -80000, + "2022-05-16": -80000, + "2022-06-01": -80000, + "2022-06-16": -80000, + "2022-07-01": -80000, + "2022-07-16": -80000, + "2022-08-01": -80000, + "2022-08-16": -80000, + "2022-09-01": -80000, + "2022-09-16": -80000, + "2022-10-01": -80000, + "2022-10-16": -80000, + "2022-11-01": -80000, + "2022-11-16": -80000, + "2022-12-01": -80000, + "2022-12-16": -80000, + "2023-01-01": -80000, + "2023-01-16": -80000, + "2023-02-01": -80000, + "2023-02-16": -80000, + "2023-03-01": -80000, + "2023-03-16": -80000, + "2023-04-01": -80000, + "2023-04-16": -80000, + "2023-05-01": -80000, + "2023-05-16": -80000, + "2023-06-01": -80000, + "2023-06-16": -80000, + "2023-07-01": -80000, + "2023-07-16": -80000, + "2023-08-01": -80000, + "2023-08-16": -80000, + "2023-09-01": -80000, + "2023-09-16": 32000, + "2023-10-01": 887000, + "2023-10-16": 930000, + "2023-11-01": 999000, + "2023-11-16": 1439000, + "2023-12-01": 1846000, + "2023-12-16": 1964000, + "2024-01-01": 2144000, + "2024-01-16": 2343000, + "2024-02-01": 3135000, + "2024-02-16": 3566000, + "2024-03-01": 3873000, + "2024-03-16": 4286000, + "2024-04-01": 4328000, + "2024-04-16": 4348000, + "2024-05-01": 4395000, + "2024-05-16": 4492000, + "2024-06-01": 4766000, + "2024-06-16": 4816000, + "2024-07-01": 4817000 + }, + { + "channelName": "Rose", + "channelId": "UCN32kN41BJEa0cArHsFSVjw", + "tag": "Niji", + "2022-03-01": -4528000, + "2022-03-16": -4528000, + "2022-04-01": -4528000, + "2022-04-16": -4528000, + "2022-05-01": -4528000, + "2022-05-16": -4528000, + "2022-06-01": -4528000, + "2022-06-16": -4528000, + "2022-07-01": -4528000, + "2022-07-16": -4528000, + "2022-08-01": -4528000, + "2022-08-16": -4528000, + "2022-09-01": -4528000, + "2022-09-16": -4528000, + "2022-10-01": -4528000, + "2022-10-16": -3724000, + "2022-11-01": -2699000, + "2022-11-16": -2471000, + "2022-12-01": -2399000, + "2022-12-16": -2367000, + "2023-01-01": -2261000, + "2023-01-16": -2214000, + "2023-02-01": -1514000, + "2023-02-16": -1212000, + "2023-03-01": -1136000, + "2023-03-16": -1067000, + "2023-04-01": -987000, + "2023-04-16": -537000, + "2023-05-01": -397000, + "2023-05-16": -292000, + "2023-06-01": -247000, + "2023-06-16": -196000, + "2023-07-01": -196000, + "2023-07-16": -196000, + "2023-08-01": -196000, + "2023-08-16": -154000, + "2023-09-01": -154000, + "2023-09-16": -112000, + "2023-10-01": -67000, + "2023-10-16": -42000, + "2023-11-01": -25000, + "2023-11-16": -11000, + "2023-12-01": 3000, + "2023-12-16": 21000, + "2024-01-01": 55000, + "2024-01-16": 110000, + "2024-02-01": 267000, + "2024-02-16": 380000, + "2024-03-01": 392000, + "2024-03-16": 396000, + "2024-04-01": 397000, + "2024-04-16": 398000, + "2024-05-01": 400000, + "2024-05-16": 401000, + "2024-06-01": 403000, + "2024-06-16": 404000, + "2024-07-01": 405000 + }, + { + "channelName": "Ichinagi Ch.", + "channelId": "UCfRMahiaVIzYkTfb0QXU6lw", + "tag": "HoloEN", + "2022-03-01": 1699000, + "2022-03-16": 1699000, + "2022-04-01": 1699000, + "2022-04-16": 1699000, + "2022-05-01": 1699000, + "2022-05-16": 1699000, + "2022-06-01": 1699000, + "2022-06-16": 1699000, + "2022-07-01": 1699000, + "2022-07-16": 1699000, + "2022-08-01": 1699000, + "2022-08-16": 1699000, + "2022-09-01": 1699000, + "2022-09-16": 1699000, + "2022-10-01": 1699000, + "2022-10-16": 1699000, + "2022-11-01": 1699000, + "2022-11-16": 1699000, + "2022-12-01": 1699000, + "2022-12-16": 1699000, + "2023-01-01": 1699000, + "2023-01-16": 1699000, + "2023-02-01": 1699000, + "2023-02-16": 1699000, + "2023-03-01": 1699000, + "2023-03-16": 1699000, + "2023-04-01": 1699000, + "2023-04-16": 1699000, + "2023-05-01": 1699000, + "2023-05-16": 1699000, + "2023-06-01": 1699000, + "2023-06-16": 1699000, + "2023-07-01": 1699000, + "2023-07-16": 1699000, + "2023-08-01": 1699000, + "2023-08-16": 1699000, + "2023-09-01": 1699000, + "2023-09-16": 1699000, + "2023-10-01": 1845000, + "2023-10-16": 1863000, + "2023-11-01": 1878000, + "2023-11-16": 1914000, + "2023-12-01": 1923000, + "2023-12-16": 1937000, + "2024-01-01": 1945000, + "2024-01-16": 1951000, + "2024-02-01": 1969000, + "2024-02-16": 1973000, + "2024-03-01": 1978000, + "2024-03-16": 1998000, + "2024-04-01": 1999000, + "2024-04-16": 2004000, + "2024-05-01": 2006000, + "2024-05-16": 2007000, + "2024-06-01": 2008000, + "2024-06-16": 2009000, + "2024-07-01": 2010000 + }, + { + "channelName": "Daily Dose Of Holo Advent", + "channelId": "UCfzkAu01z_Neo0pEyaWkk9g", + "tag": "HoloEN", + "2022-03-01": -239000, + "2022-03-16": -239000, + "2022-04-01": -239000, + "2022-04-16": -239000, + "2022-05-01": -239000, + "2022-05-16": -239000, + "2022-06-01": -239000, + "2022-06-16": -239000, + "2022-07-01": -239000, + "2022-07-16": -239000, + "2022-08-01": -239000, + "2022-08-16": -239000, + "2022-09-01": -239000, + "2022-09-16": -239000, + "2022-10-01": -239000, + "2022-10-16": -239000, + "2022-11-01": -239000, + "2022-11-16": -239000, + "2022-12-01": -239000, + "2022-12-16": -239000, + "2023-01-01": -239000, + "2023-01-16": -239000, + "2023-02-01": -239000, + "2023-02-16": -239000, + "2023-03-01": -239000, + "2023-03-16": -239000, + "2023-04-01": -239000, + "2023-04-16": -239000, + "2023-05-01": -239000, + "2023-05-16": -239000, + "2023-06-01": -239000, + "2023-06-16": -239000, + "2023-07-01": -239000, + "2023-07-16": -239000, + "2023-08-01": -239000, + "2023-08-16": -239000, + "2023-09-01": -239000, + "2023-09-16": -214000, + "2023-10-01": -154000, + "2023-10-16": -64000, + "2023-11-01": -8000, + "2023-11-16": 16000, + "2023-12-01": 67000, + "2023-12-16": 166000, + "2024-01-01": 195000, + "2024-01-16": 200000, + "2024-02-01": 204000, + "2024-02-16": 205000, + "2024-03-01": 206000, + "2024-03-16": 207000, + "2024-04-01": 207000, + "2024-04-16": 208000, + "2024-05-01": 208000, + "2024-05-16": 208000, + "2024-06-01": 208000, + "2024-06-16": 209000, + "2024-07-01": 209000 + }, + { + "channelName": "Teksta", + "channelId": "UC8MEmniktP9mYWcE-skYPMw", + "tag": "Niji", + "2022-03-01": 872000, + "2022-03-16": 872000, + "2022-04-01": 872000, + "2022-04-16": 872000, + "2022-05-01": 872000, + "2022-05-16": 872000, + "2022-06-01": 872000, + "2022-06-16": 872000, + "2022-07-01": 872000, + "2022-07-16": 872000, + "2022-08-01": 872000, + "2022-08-16": 872000, + "2022-09-01": 872000, + "2022-09-16": 872000, + "2022-10-01": 1044000, + "2022-10-16": 1232000, + "2022-11-01": 1932000, + "2022-11-16": 2090000, + "2022-12-01": 2267000, + "2022-12-16": 2563000, + "2023-01-01": 2712000, + "2023-01-16": 3205000, + "2023-02-01": 3534000, + "2023-02-16": 3570000, + "2023-03-01": 3641000, + "2023-03-16": 3695000, + "2023-04-01": 3706000, + "2023-04-16": 3706000, + "2023-05-01": 3706000, + "2023-05-16": 3706000, + "2023-06-01": 3706000, + "2023-06-16": 3710000, + "2023-07-01": 3710000, + "2023-07-16": 3710000, + "2023-08-01": 3710000, + "2023-08-16": 3710000, + "2023-09-01": 3710000, + "2023-09-16": 3710000, + "2023-10-01": 3710000, + "2023-10-16": 3716000, + "2023-11-01": 3718000, + "2023-11-16": 3720000, + "2023-12-01": 3722000, + "2023-12-16": 3725000, + "2024-01-01": 3734000, + "2024-01-16": 3736000, + "2024-02-01": 3768000, + "2024-02-16": 3770000, + "2024-03-01": 3773000, + "2024-03-16": 3778000, + "2024-04-01": 3779000, + "2024-04-16": 3781000, + "2024-05-01": 7000, + "2024-05-16": 7000, + "2024-06-01": 7000, + "2024-06-16": 7000, + "2024-07-01": 7000 + }, + { + "channelName": "Sid Thestupidslug", + "channelId": "UCSaW7S8xjGuWOwDi7eJ8WWw", + "tag": "Niji", + "2022-03-01": 369000, + "2022-03-16": 369000, + "2022-04-01": 369000, + "2022-04-16": 369000, + "2022-05-01": 369000, + "2022-05-16": 369000, + "2022-06-01": 369000, + "2022-06-16": 369000, + "2022-07-01": 369000, + "2022-07-16": 369000, + "2022-08-01": 369000, + "2022-08-16": 369000, + "2022-09-01": 369000, + "2022-09-16": 369000, + "2022-10-01": 369000, + "2022-10-16": 369000, + "2022-11-01": 369000, + "2022-11-16": 542000, + "2022-12-01": 950000, + "2022-12-16": 1492000, + "2023-01-01": 1987000, + "2023-01-16": 2335000, + "2023-02-01": 3654000, + "2023-02-16": 4297000, + "2023-03-01": 4823000, + "2023-03-16": 5265000, + "2023-04-01": 5765000, + "2023-04-16": 6185000, + "2023-05-01": 6402000, + "2023-05-16": 6968000, + "2023-06-01": 7111000, + "2023-06-16": 7199000, + "2023-07-01": 7282000, + "2023-07-16": 7282000, + "2023-08-01": 7332000, + "2023-08-16": 7453000, + "2023-09-01": 7595000, + "2023-09-16": 7713000, + "2023-10-01": 7800000, + "2023-10-16": 7856000, + "2023-11-01": 7913000, + "2023-11-16": 7966000, + "2023-12-01": 8028000, + "2023-12-16": 8081000, + "2024-01-01": 8110000, + "2024-01-16": 8140000, + "2024-02-01": 8254000, + "2024-02-16": 8387000, + "2024-03-01": 8447000, + "2024-03-16": 8499000, + "2024-04-01": 8512000, + "2024-04-16": 8522000, + "2024-05-01": 8536000, + "2024-05-16": 8550000, + "2024-06-01": 0, + "2024-06-16": 0, + "2024-07-01": 0 + }, + { + "channelName": "GIGACLIPPER II", + "2022-03-01": -52361000, + "2022-03-16": -52361000, + "2022-04-01": -52361000, + "2022-04-16": -52361000, + "2022-05-01": -52361000, + "2022-05-16": -52361000, + "2022-06-01": -50954000, + "2022-06-16": -47573000, + "2022-07-01": -45278000, + "2022-07-16": -42573000, + "2022-08-01": -39418000, + "2022-08-16": -34770000, + "2022-09-01": -31483000, + "2022-09-16": -27014000, + "2022-10-01": -23250000, + "2022-10-16": -21377000, + "2022-11-01": -19408000, + "2022-11-16": -18066000, + "2022-12-01": -16745000, + "2022-12-16": -15129000, + "2023-01-01": -13685000, + "2023-01-16": -11626000, + "2023-02-01": -10038000, + "2023-02-16": -8039000, + "2023-03-01": -5846000, + "2023-03-16": -4484000, + "2023-04-01": -3364000, + "2023-04-16": -1289000, + "2023-05-01": -921000, + "2023-05-16": -567000, + "2023-06-01": -443000, + "2023-06-16": -442000, + "2023-07-01": 0, + "2023-07-16": 0, + "2023-08-01": 0, + "2023-08-16": 0, + "2023-09-01": 0, + "2023-09-16": 0, + "2023-10-01": 0, + "2023-10-16": 0, + "2023-11-01": 0, + "2023-11-16": 0, + "2023-12-01": 0, + "2023-12-16": 0, + "2024-01-01": 0, + "2024-01-16": 0, + "2024-02-01": 0, + "2024-02-16": 0, + "2024-03-01": 0, + "2024-03-16": 0, + "2024-04-01": 0, + "2024-04-16": 0, + "2024-05-01": 0, + "2024-05-16": 0, + "2024-06-01": 0, + "2024-06-16": 0, + "2024-07-01": 0 + }, + { + "channelName": "PeaceClipper", + "2022-03-01": -7972000, + "2022-03-16": -7972000, + "2022-04-01": -7972000, + "2022-04-16": -7972000, + "2022-05-01": -7972000, + "2022-05-16": -7972000, + "2022-06-01": -7972000, + "2022-06-16": -7972000, + "2022-07-01": -7972000, + "2022-07-16": -7972000, + "2022-08-01": -7972000, + "2022-08-16": -7972000, + "2022-09-01": -7972000, + "2022-09-16": -7972000, + "2022-10-01": -7972000, + "2022-10-16": -7972000, + "2022-11-01": -7972000, + "2022-11-16": -7972000, + "2022-12-01": -7972000, + "2022-12-16": -7972000, + "2023-01-01": -7972000, + "2023-01-16": -7972000, + "2023-02-01": -7972000, + "2023-02-16": -7972000, + "2023-03-01": -7836000, + "2023-03-16": -7281000, + "2023-04-01": -6674000, + "2023-04-16": -5224000, + "2023-05-01": -2696000, + "2023-05-16": -1533000, + "2023-06-01": -478000, + "2023-06-16": 0, + "2023-07-01": 0, + "2023-07-16": 0, + "2023-08-01": 0, + "2023-08-16": 0, + "2023-09-01": 0, + "2023-09-16": 0, + "2023-10-01": 0, + "2023-10-16": 0, + "2023-11-01": 0, + "2023-11-16": 0, + "2023-12-01": 0, + "2023-12-16": 0, + "2024-01-01": 0, + "2024-01-16": 0, + "2024-02-01": 0, + "2024-02-16": 0, + "2024-03-01": 0, + "2024-03-16": 0, + "2024-04-01": 0, + "2024-04-16": 0, + "2024-05-01": 0, + "2024-05-16": 0, + "2024-06-01": 0, + "2024-06-16": 0, + "2024-07-01": 0 + }, + { + "channelName": "WompLily", + "2022-03-01": -2899000, + "2022-03-16": -2899000, + "2022-04-01": -2899000, + "2022-04-16": -2899000, + "2022-05-01": -2899000, + "2022-05-16": -2899000, + "2022-06-01": -2899000, + "2022-06-16": -2899000, + "2022-07-01": -2899000, + "2022-07-16": -2899000, + "2022-08-01": -2899000, + "2022-08-16": -2899000, + "2022-09-01": -2899000, + "2022-09-16": -2899000, + "2022-10-01": -2899000, + "2022-10-16": -2899000, + "2022-11-01": -2899000, + "2022-11-16": -2899000, + "2022-12-01": -2899000, + "2022-12-16": -2899000, + "2023-01-01": -2899000, + "2023-01-16": -2899000, + "2023-02-01": -2899000, + "2023-02-16": -2899000, + "2023-03-01": -2899000, + "2023-03-16": -2899000, + "2023-04-01": -2899000, + "2023-04-16": -2899000, + "2023-05-01": -2899000, + "2023-05-16": -1126000, + "2023-06-01": 0, + "2023-06-16": 0, + "2023-07-01": 0, + "2023-07-16": 0, + "2023-08-01": 0, + "2023-08-16": 0, + "2023-09-01": 0, + "2023-09-16": 0, + "2023-10-01": 0, + "2023-10-16": 0, + "2023-11-01": 0, + "2023-11-16": 0, + "2023-12-01": 0, + "2023-12-16": 0, + "2024-01-01": 0, + "2024-01-16": 0, + "2024-02-01": 0, + "2024-02-16": 0, + "2024-03-01": 0, + "2024-03-16": 0, + "2024-04-01": 0, + "2024-04-16": 0, + "2024-05-01": 0, + "2024-05-16": 0, + "2024-06-01": 0, + "2024-06-16": 0, + "2024-07-01": 0 + }, + { + "channelName": "Garybalt Ch.", + "2022-03-01": -6287000, + "2022-03-16": -6287000, + "2022-04-01": -6193000, + "2022-04-16": -5984000, + "2022-05-01": -5807000, + "2022-05-16": -5602000, + "2022-06-01": -5412000, + "2022-06-16": -5212000, + "2022-07-01": -5061000, + "2022-07-16": -4963000, + "2022-08-01": -4845000, + "2022-08-16": -4765000, + "2022-09-01": -4415000, + "2022-09-16": -4268000, + "2022-10-01": -4166000, + "2022-10-16": -3965000, + "2022-11-01": -3652000, + "2022-11-16": -3523000, + "2022-12-01": -3396000, + "2022-12-16": -3171000, + "2023-01-01": -2968000, + "2023-01-16": -2844000, + "2023-02-01": -2690000, + "2023-02-16": -2382000, + "2023-03-01": -2049000, + "2023-03-16": -1857000, + "2023-04-01": -1661000, + "2023-04-16": -1465000, + "2023-05-01": -1232000, + "2023-05-16": -1107000, + "2023-06-01": -952000, + "2023-06-16": -703000, + "2023-07-01": -411000, + "2023-07-16": -227000, + "2023-08-01": -93000, + "2023-08-16": 0, + "2023-09-01": 0, + "2023-09-16": 0, + "2023-10-01": 0, + "2023-10-16": 0, + "2023-11-01": 0, + "2023-11-16": 0, + "2023-12-01": 0, + "2023-12-16": 0, + "2024-01-01": 0, + "2024-01-16": 0, + "2024-02-01": 0, + "2024-02-16": 0, + "2024-03-01": 0, + "2024-03-16": 0, + "2024-04-01": 0, + "2024-04-16": 0, + "2024-05-01": 0, + "2024-05-16": 0, + "2024-06-01": 0, + "2024-06-16": 0, + "2024-07-01": 0 + }, + { + "channelName": "Amon Loves Vtubers", + "2022-03-01": -2999000, + "2022-03-16": -2999000, + "2022-04-01": -2999000, + "2022-04-16": -2999000, + "2022-05-01": -2999000, + "2022-05-16": -2999000, + "2022-06-01": -2999000, + "2022-06-16": -2999000, + "2022-07-01": -2999000, + "2022-07-16": -2999000, + "2022-08-01": -2999000, + "2022-08-16": -2999000, + "2022-09-01": -2999000, + "2022-09-16": -2999000, + "2022-10-01": -2999000, + "2022-10-16": -2999000, + "2022-11-01": -2999000, + "2022-11-16": -2999000, + "2022-12-01": -2999000, + "2022-12-16": -2999000, + "2023-01-01": -2999000, + "2023-01-16": -2999000, + "2023-02-01": -2236000, + "2023-02-16": -1274000, + "2023-03-01": -929000, + "2023-03-16": -628000, + "2023-04-01": -31000, + "2023-04-16": 0, + "2023-05-01": 0, + "2023-05-16": 0, + "2023-06-01": 0, + "2023-06-16": 0, + "2023-07-01": 0, + "2023-07-16": 0, + "2023-08-01": 0, + "2023-08-16": 0, + "2023-09-01": 0, + "2023-09-16": 0, + "2023-10-01": 0, + "2023-10-16": 0, + "2023-11-01": 0, + "2023-11-16": 0, + "2023-12-01": 0, + "2023-12-16": 0, + "2024-01-01": 0, + "2024-01-16": 0, + "2024-02-01": 0, + "2024-02-16": 0, + "2024-03-01": 0, + "2024-03-16": 0, + "2024-04-01": 0, + "2024-04-16": 0, + "2024-05-01": 0, + "2024-05-16": 0, + "2024-06-01": 0, + "2024-06-16": 0, + "2024-07-01": 0 + }, + { + "channelName": "Neuroma Ch.", + "tag": "Neuro", + "2022-03-01": -1541000, + "2022-03-16": -1541000, + "2022-04-01": -1541000, + "2022-04-16": -1541000, + "2022-05-01": -1541000, + "2022-05-16": -1541000, + "2022-06-01": -1541000, + "2022-06-16": -1541000, + "2022-07-01": -1541000, + "2022-07-16": -1541000, + "2022-08-01": -1541000, + "2022-08-16": -1541000, + "2022-09-01": -1541000, + "2022-09-16": -1541000, + "2022-10-01": -1541000, + "2022-10-16": -1541000, + "2022-11-01": -1541000, + "2022-11-16": -1541000, + "2022-12-01": -1541000, + "2022-12-16": -1541000, + "2023-01-01": -1541000, + "2023-01-16": -1541000, + "2023-02-01": -1541000, + "2023-02-16": -1541000, + "2023-03-01": -1541000, + "2023-03-16": -1541000, + "2023-04-01": -1541000, + "2023-04-16": -530000, + "2023-05-01": -95000, + "2023-05-16": -95000, + "2023-06-01": -95000, + "2023-06-16": -95000, + "2023-07-01": -95000, + "2023-07-16": -95000, + "2023-08-01": -95000, + "2023-08-16": -95000, + "2023-09-01": -95000, + "2023-09-16": -95000, + "2023-10-01": -42000, + "2023-10-16": 0, + "2023-11-01": 0, + "2023-11-16": 0, + "2023-12-01": 0, + "2023-12-16": 0, + "2024-01-01": 0, + "2024-01-16": 0, + "2024-02-01": 0, + "2024-02-16": 0, + "2024-03-01": 0, + "2024-03-16": 0, + "2024-04-01": 0, + "2024-04-16": 0, + "2024-05-01": 0, + "2024-05-16": 0, + "2024-06-01": 0, + "2024-06-16": 0, + "2024-07-01": 0 + }, + { + "channelName": "Tamper Ch.", + "2022-03-01": -1021000, + "2022-03-16": -1021000, + "2022-04-01": -1021000, + "2022-04-16": -1021000, + "2022-05-01": -1021000, + "2022-05-16": -1021000, + "2022-06-01": -1021000, + "2022-06-16": -1021000, + "2022-07-01": -1021000, + "2022-07-16": -1021000, + "2022-08-01": -1021000, + "2022-08-16": -1021000, + "2022-09-01": -1021000, + "2022-09-16": -1021000, + "2022-10-01": -1021000, + "2022-10-16": -1021000, + "2022-11-01": -1021000, + "2022-11-16": -1021000, + "2022-12-01": -1021000, + "2022-12-16": -1021000, + "2023-01-01": -1021000, + "2023-01-16": -1021000, + "2023-02-01": -1021000, + "2023-02-16": -1021000, + "2023-03-01": -444000, + "2023-03-16": -161000, + "2023-04-01": -105000, + "2023-04-16": -6000, + "2023-05-01": 0, + "2023-05-16": 0, + "2023-06-01": 0, + "2023-06-16": 0, + "2023-07-01": 0, + "2023-07-16": 0, + "2023-08-01": 0, + "2023-08-16": 0, + "2023-09-01": 0, + "2023-09-16": 0, + "2023-10-01": 0, + "2023-10-16": 0, + "2023-11-01": 0, + "2023-11-16": 0, + "2023-12-01": 0, + "2023-12-16": 0, + "2024-01-01": 0, + "2024-01-16": 0, + "2024-02-01": 0, + "2024-02-16": 0, + "2024-03-01": 0, + "2024-03-16": 0, + "2024-04-01": 0, + "2024-04-16": 0, + "2024-05-01": 0, + "2024-05-16": 0, + "2024-06-01": 0, + "2024-06-16": 0, + "2024-07-01": 0 + }, + { + "channelName": "Neuro-sama Highlights", + "tag": "Neuro", + "2022-03-01": -938000, + "2022-03-16": -938000, + "2022-04-01": -938000, + "2022-04-16": -938000, + "2022-05-01": -938000, + "2022-05-16": -938000, + "2022-06-01": -938000, + "2022-06-16": -938000, + "2022-07-01": -938000, + "2022-07-16": -938000, + "2022-08-01": -938000, + "2022-08-16": -938000, + "2022-09-01": -938000, + "2022-09-16": -938000, + "2022-10-01": -938000, + "2022-10-16": -938000, + "2022-11-01": -938000, + "2022-11-16": -938000, + "2022-12-01": -938000, + "2022-12-16": -938000, + "2023-01-01": -938000, + "2023-01-16": -938000, + "2023-02-01": -938000, + "2023-02-16": -938000, + "2023-03-01": -938000, + "2023-03-16": -938000, + "2023-04-01": -938000, + "2023-04-16": -382000, + "2023-05-01": -180000, + "2023-05-16": -95000, + "2023-06-01": -44000, + "2023-06-16": -16000, + "2023-07-01": -16000, + "2023-07-16": -16000, + "2023-08-01": -7000, + "2023-08-16": -7000, + "2023-09-01": -7000, + "2023-09-16": -7000, + "2023-10-01": -4000, + "2023-10-16": 0, + "2023-11-01": 0, + "2023-11-16": 0, + "2023-12-01": 0, + "2023-12-16": 0, + "2024-01-01": 0, + "2024-01-16": 0, + "2024-02-01": 0, + "2024-02-16": 0, + "2024-03-01": 0, + "2024-03-16": 0, + "2024-04-01": 0, + "2024-04-16": 0, + "2024-05-01": 0, + "2024-05-16": 0, + "2024-06-01": 0, + "2024-06-16": 0, + "2024-07-01": 0 + }, + { + "channelName": "Purple Maid Ch.", + "channelId": "UCXgwGTJZCHt4AMQzVwQDkcw", + "tag": "Niji", + "2022-03-01": -51053000, + "2022-03-16": -51053000, + "2022-04-01": -50820000, + "2022-04-16": -50362000, + "2022-05-01": -49677000, + "2022-05-16": -49116000, + "2022-06-01": -48431000, + "2022-06-16": -48086000, + "2022-07-01": -46766000, + "2022-07-16": -45986000, + "2022-08-01": -44930000, + "2022-08-16": -44308000, + "2022-09-01": -42859000, + "2022-09-16": -41521000, + "2022-10-01": -39485000, + "2022-10-16": -37334000, + "2022-11-01": -35044000, + "2022-11-16": -33304000, + "2022-12-01": -31965000, + "2022-12-16": -30373000, + "2023-01-01": -28193000, + "2023-01-16": -24720000, + "2023-02-01": -21833000, + "2023-02-16": -18446000, + "2023-03-01": -14635000, + "2023-03-16": -11403000, + "2023-04-01": -9178000, + "2023-04-16": -7527000, + "2023-05-01": -6117000, + "2023-05-16": -4642000, + "2023-06-01": -3583000, + "2023-06-16": -2557000, + "2023-07-01": -1097000, + "2023-07-16": -441000, + "2023-08-01": -292000, + "2023-08-16": -155000, + "2023-09-01": -115000, + "2023-09-16": -83000, + "2023-10-01": -59000, + "2023-10-16": -52000, + "2023-11-01": -43000, + "2023-11-16": -35000, + "2023-12-01": -21000, + "2023-12-16": -12000, + "2024-01-01": -5000, + "2024-01-16": 0, + "2024-02-01": 0, + "2024-02-16": 0, + "2024-03-01": 0, + "2024-03-16": 0, + "2024-04-01": 0, + "2024-04-16": 0, + "2024-05-01": 0, + "2024-05-16": 0, + "2024-06-01": 0, + "2024-06-16": 0, + "2024-07-01": 0 + }, + { + "channelName": "UffUff", + "2022-03-01": -1816000, + "2022-03-16": -1816000, + "2022-04-01": -1816000, + "2022-04-16": -1816000, + "2022-05-01": -1816000, + "2022-05-16": -1816000, + "2022-06-01": -1816000, + "2022-06-16": -1816000, + "2022-07-01": -1816000, + "2022-07-16": -1816000, + "2022-08-01": -1816000, + "2022-08-16": -1816000, + "2022-09-01": -1816000, + "2022-09-16": -1552000, + "2022-10-01": -1414000, + "2022-10-16": -1337000, + "2022-11-01": -1274000, + "2022-11-16": -1149000, + "2022-12-01": -1091000, + "2022-12-16": -1035000, + "2023-01-01": -957000, + "2023-01-16": -929000, + "2023-02-01": -897000, + "2023-02-16": -636000, + "2023-03-01": -441000, + "2023-03-16": -121000, + "2023-04-01": -41000, + "2023-04-16": 0, + "2023-05-01": 0, + "2023-05-16": 0, + "2023-06-01": 0, + "2023-06-16": 0, + "2023-07-01": 0, + "2023-07-16": 0, + "2023-08-01": 0, + "2023-08-16": 0, + "2023-09-01": 0, + "2023-09-16": 0, + "2023-10-01": 0, + "2023-10-16": 0, + "2023-11-01": 0, + "2023-11-16": 0, + "2023-12-01": 0, + "2023-12-16": 0, + "2024-01-01": 0, + "2024-01-16": 0, + "2024-02-01": 0, + "2024-02-16": 0, + "2024-03-01": 0, + "2024-03-16": 0, + "2024-04-01": 0, + "2024-04-16": 0, + "2024-05-01": 0, + "2024-05-16": 0, + "2024-06-01": 0, + "2024-06-16": 0, + "2024-07-01": 0 + }, + { + "channelName": "Daily Dose of Shylily", + "2022-03-01": -2111000, + "2022-03-16": -2111000, + "2022-04-01": -2111000, + "2022-04-16": -2111000, + "2022-05-01": -2111000, + "2022-05-16": -2111000, + "2022-06-01": -2111000, + "2022-06-16": -2111000, + "2022-07-01": -2111000, + "2022-07-16": -2111000, + "2022-08-01": -2111000, + "2022-08-16": -2111000, + "2022-09-01": -2111000, + "2022-09-16": -2111000, + "2022-10-01": -2111000, + "2022-10-16": -2111000, + "2022-11-01": -2111000, + "2022-11-16": -2111000, + "2022-12-01": -2111000, + "2022-12-16": -2111000, + "2023-01-01": -2111000, + "2023-01-16": -2111000, + "2023-02-01": -888000, + "2023-02-16": -382000, + "2023-03-01": -53000, + "2023-03-16": -6000, + "2023-04-01": 0, + "2023-04-16": 0, + "2023-05-01": 0, + "2023-05-16": 0, + "2023-06-01": 0, + "2023-06-16": 0, + "2023-07-01": 0, + "2023-07-16": 0, + "2023-08-01": 0, + "2023-08-16": 0, + "2023-09-01": 0, + "2023-09-16": 0, + "2023-10-01": 0, + "2023-10-16": 0, + "2023-11-01": 0, + "2023-11-16": 0, + "2023-12-01": 0, + "2023-12-16": 0, + "2024-01-01": 0, + "2024-01-16": 0, + "2024-02-01": 0, + "2024-02-16": 0, + "2024-03-01": 0, + "2024-03-16": 0, + "2024-04-01": 0, + "2024-04-16": 0, + "2024-05-01": 0, + "2024-05-16": 0, + "2024-06-01": 0, + "2024-06-16": 0, + "2024-07-01": 0 + }, + { + "channelName": "NyanNyan", + "2022-03-01": -832000, + "2022-03-16": -832000, + "2022-04-01": -832000, + "2022-04-16": -832000, + "2022-05-01": -832000, + "2022-05-16": -832000, + "2022-06-01": -832000, + "2022-06-16": -832000, + "2022-07-01": -832000, + "2022-07-16": -832000, + "2022-08-01": -832000, + "2022-08-16": -832000, + "2022-09-01": -832000, + "2022-09-16": -832000, + "2022-10-01": -832000, + "2022-10-16": -832000, + "2022-11-01": -832000, + "2022-11-16": -832000, + "2022-12-01": -832000, + "2022-12-16": -832000, + "2023-01-01": -832000, + "2023-01-16": -832000, + "2023-02-01": -832000, + "2023-02-16": -832000, + "2023-03-01": -832000, + "2023-03-16": -832000, + "2023-04-01": -832000, + "2023-04-16": -832000, + "2023-05-01": -832000, + "2023-05-16": -832000, + "2023-06-01": -832000, + "2023-06-16": -832000, + "2023-07-01": -720000, + "2023-07-16": -108000, + "2023-08-01": 0, + "2023-08-16": 0, + "2023-09-01": 0, + "2023-09-16": 0, + "2023-10-01": 0, + "2023-10-16": 0, + "2023-11-01": 0, + "2023-11-16": 0, + "2023-12-01": 0, + "2023-12-16": 0, + "2024-01-01": 0, + "2024-01-16": 0, + "2024-02-01": 0, + "2024-02-16": 0, + "2024-03-01": 0, + "2024-03-16": 0, + "2024-04-01": 0, + "2024-04-16": 0, + "2024-05-01": 0, + "2024-05-16": 0, + "2024-06-01": 0, + "2024-06-16": 0, + "2024-07-01": 0 + }, + { + "channelName": "HOLOLIVE TODAY", + "2022-03-01": -518000, + "2022-03-16": -518000, + "2022-04-01": -518000, + "2022-04-16": -518000, + "2022-05-01": -518000, + "2022-05-16": -518000, + "2022-06-01": -518000, + "2022-06-16": -518000, + "2022-07-01": -518000, + "2022-07-16": -518000, + "2022-08-01": -518000, + "2022-08-16": -518000, + "2022-09-01": -518000, + "2022-09-16": -518000, + "2022-10-01": -518000, + "2022-10-16": -518000, + "2022-11-01": -518000, + "2022-11-16": -518000, + "2022-12-01": -518000, + "2022-12-16": -518000, + "2023-01-01": -518000, + "2023-01-16": -518000, + "2023-02-01": -518000, + "2023-02-16": -518000, + "2023-03-01": -363000, + "2023-03-16": -118000, + "2023-04-01": -27000, + "2023-04-16": 0, + "2023-05-01": 0, + "2023-05-16": 0, + "2023-06-01": 0, + "2023-06-16": 0, + "2023-07-01": 0, + "2023-07-16": 0, + "2023-08-01": 0, + "2023-08-16": 0, + "2023-09-01": 0, + "2023-09-16": 0, + "2023-10-01": 0, + "2023-10-16": 0, + "2023-11-01": 0, + "2023-11-16": 0, + "2023-12-01": 0, + "2023-12-16": 0, + "2024-01-01": 0, + "2024-01-16": 0, + "2024-02-01": 0, + "2024-02-16": 0, + "2024-03-01": 0, + "2024-03-16": 0, + "2024-04-01": 0, + "2024-04-16": 0, + "2024-05-01": 0, + "2024-05-16": 0, + "2024-06-01": 0, + "2024-06-16": 0, + "2024-07-01": 0 + }, + { + "channelName": "Eggu", + "2022-03-01": -1871000, + "2022-03-16": -1871000, + "2022-04-01": -1871000, + "2022-04-16": -1871000, + "2022-05-01": -1871000, + "2022-05-16": -1871000, + "2022-06-01": -1871000, + "2022-06-16": -1871000, + "2022-07-01": -1871000, + "2022-07-16": -1871000, + "2022-08-01": -1871000, + "2022-08-16": -1763000, + "2022-09-01": -1593000, + "2022-09-16": -1450000, + "2022-10-01": -1357000, + "2022-10-16": -1296000, + "2022-11-01": -1246000, + "2022-11-16": -1208000, + "2022-12-01": -1178000, + "2022-12-16": -1149000, + "2023-01-01": -1124000, + "2023-01-16": -889000, + "2023-02-01": -504000, + "2023-02-16": -281000, + "2023-03-01": -178000, + "2023-03-16": -98000, + "2023-04-01": -38000, + "2023-04-16": 0, + "2023-05-01": 0, + "2023-05-16": 0, + "2023-06-01": 0, + "2023-06-16": 0, + "2023-07-01": 0, + "2023-07-16": 0, + "2023-08-01": 0, + "2023-08-16": 0, + "2023-09-01": 0, + "2023-09-16": 0, + "2023-10-01": 0, + "2023-10-16": 0, + "2023-11-01": 0, + "2023-11-16": 0, + "2023-12-01": 0, + "2023-12-16": 0, + "2024-01-01": 0, + "2024-01-16": 0, + "2024-02-01": 0, + "2024-02-16": 0, + "2024-03-01": 0, + "2024-03-16": 0, + "2024-04-01": 0, + "2024-04-16": 0, + "2024-05-01": 0, + "2024-05-16": 0, + "2024-06-01": 0, + "2024-06-16": 0, + "2024-07-01": 0 + }, + { + "channelName": "Not Seth", + "2022-03-01": -432000, + "2022-03-16": -432000, + "2022-04-01": -432000, + "2022-04-16": -432000, + "2022-05-01": -432000, + "2022-05-16": -432000, + "2022-06-01": -432000, + "2022-06-16": -432000, + "2022-07-01": -432000, + "2022-07-16": -432000, + "2022-08-01": -432000, + "2022-08-16": -432000, + "2022-09-01": -432000, + "2022-09-16": -432000, + "2022-10-01": -432000, + "2022-10-16": -432000, + "2022-11-01": -432000, + "2022-11-16": -432000, + "2022-12-01": -432000, + "2022-12-16": -432000, + "2023-01-01": -432000, + "2023-01-16": -432000, + "2023-02-01": -432000, + "2023-02-16": -432000, + "2023-03-01": -432000, + "2023-03-16": -103000, + "2023-04-01": -41000, + "2023-04-16": 0, + "2023-05-01": 0, + "2023-05-16": 0, + "2023-06-01": 0, + "2023-06-16": 0, + "2023-07-01": 0, + "2023-07-16": 0, + "2023-08-01": 0, + "2023-08-16": 0, + "2023-09-01": 0, + "2023-09-16": 0, + "2023-10-01": 0, + "2023-10-16": 0, + "2023-11-01": 0, + "2023-11-16": 0, + "2023-12-01": 0, + "2023-12-16": 0, + "2024-01-01": 0, + "2024-01-16": 0, + "2024-02-01": 0, + "2024-02-16": 0, + "2024-03-01": 0, + "2024-03-16": 0, + "2024-04-01": 0, + "2024-04-16": 0, + "2024-05-01": 0, + "2024-05-16": 0, + "2024-06-01": 0, + "2024-06-16": 0, + "2024-07-01": 0 + }, + { + "channelName": "CMT", + "2022-03-01": -2351000, + "2022-03-16": -2351000, + "2022-04-01": -2241000, + "2022-04-16": -2119000, + "2022-05-01": -1996000, + "2022-05-16": -1894000, + "2022-06-01": -1799000, + "2022-06-16": -1677000, + "2022-07-01": -1554000, + "2022-07-16": -1309000, + "2022-08-01": -1230000, + "2022-08-16": -1149000, + "2022-09-01": -1075000, + "2022-09-16": -1006000, + "2022-10-01": -928000, + "2022-10-16": -864000, + "2022-11-01": -781000, + "2022-11-16": -660000, + "2022-12-01": -565000, + "2022-12-16": -501000, + "2023-01-01": -443000, + "2023-01-16": -388000, + "2023-02-01": -329000, + "2023-02-16": -263000, + "2023-03-01": -198000, + "2023-03-16": -145000, + "2023-04-01": -98000, + "2023-04-16": -51000, + "2023-05-01": -51000, + "2023-05-16": 0, + "2023-06-01": 0, + "2023-06-16": 0, + "2023-07-01": 0, + "2023-07-16": 0, + "2023-08-01": 0, + "2023-08-16": 0, + "2023-09-01": 0, + "2023-09-16": 0, + "2023-10-01": 0, + "2023-10-16": 0, + "2023-11-01": 0, + "2023-11-16": 0, + "2023-12-01": 0, + "2023-12-16": 0, + "2024-01-01": 0, + "2024-01-16": 0, + "2024-02-01": 0, + "2024-02-16": 0, + "2024-03-01": 0, + "2024-03-16": 0, + "2024-04-01": 0, + "2024-04-16": 0, + "2024-05-01": 0, + "2024-05-16": 0, + "2024-06-01": 0, + "2024-06-16": 0, + "2024-07-01": 0 + }, + { + "channelName": "Kaito Ch.", + "2022-03-01": -1980000, + "2022-03-16": -1980000, + "2022-04-01": -1980000, + "2022-04-16": -1980000, + "2022-05-01": -1980000, + "2022-05-16": -1980000, + "2022-06-01": -1980000, + "2022-06-16": -1980000, + "2022-07-01": -1980000, + "2022-07-16": -1980000, + "2022-08-01": -1980000, + "2022-08-16": -1980000, + "2022-09-01": -1980000, + "2022-09-16": -1600000, + "2022-10-01": -1361000, + "2022-10-16": -1082000, + "2022-11-01": -742000, + "2022-11-16": -589000, + "2022-12-01": -516000, + "2022-12-16": -469000, + "2023-01-01": -407000, + "2023-01-16": -369000, + "2023-02-01": -298000, + "2023-02-16": -197000, + "2023-03-01": -124000, + "2023-03-16": -97000, + "2023-04-01": -31000, + "2023-04-16": 0, + "2023-05-01": 0, + "2023-05-16": 0, + "2023-06-01": 0, + "2023-06-16": 0, + "2023-07-01": 0, + "2023-07-16": 0, + "2023-08-01": 0, + "2023-08-16": 0, + "2023-09-01": 0, + "2023-09-16": 0, + "2023-10-01": 0, + "2023-10-16": 0, + "2023-11-01": 0, + "2023-11-16": 0, + "2023-12-01": 0, + "2023-12-16": 0, + "2024-01-01": 0, + "2024-01-16": 0, + "2024-02-01": 0, + "2024-02-16": 0, + "2024-03-01": 0, + "2024-03-16": 0, + "2024-04-01": 0, + "2024-04-16": 0, + "2024-05-01": 0, + "2024-05-16": 0, + "2024-06-01": 0, + "2024-06-16": 0, + "2024-07-01": 0 + }, + { + "channelName": "Koi's clips", + "2022-03-01": -248000, + "2022-03-16": -248000, + "2022-04-01": -248000, + "2022-04-16": -248000, + "2022-05-01": -248000, + "2022-05-16": -248000, + "2022-06-01": -248000, + "2022-06-16": -248000, + "2022-07-01": -248000, + "2022-07-16": -248000, + "2022-08-01": -248000, + "2022-08-16": -248000, + "2022-09-01": -248000, + "2022-09-16": -248000, + "2022-10-01": -248000, + "2022-10-16": -248000, + "2022-11-01": -248000, + "2022-11-16": -248000, + "2022-12-01": -248000, + "2022-12-16": -248000, + "2023-01-01": -248000, + "2023-01-16": -248000, + "2023-02-01": -248000, + "2023-02-16": -248000, + "2023-03-01": -248000, + "2023-03-16": -248000, + "2023-04-01": -248000, + "2023-04-16": -248000, + "2023-05-01": 0, + "2023-05-16": 0, + "2023-06-01": 0, + "2023-06-16": 0, + "2023-07-01": 0, + "2023-07-16": 0, + "2023-08-01": 0, + "2023-08-16": 0, + "2023-09-01": 0, + "2023-09-16": 0, + "2023-10-01": 0, + "2023-10-16": 0, + "2023-11-01": 0, + "2023-11-16": 0, + "2023-12-01": 0, + "2023-12-16": 0, + "2024-01-01": 0, + "2024-01-16": 0, + "2024-02-01": 0, + "2024-02-16": 0, + "2024-03-01": 0, + "2024-03-16": 0, + "2024-04-01": 0, + "2024-04-16": 0, + "2024-05-01": 0, + "2024-05-16": 0, + "2024-06-01": 0, + "2024-06-16": 0, + "2024-07-01": 0 + }, + { + "channelName": "Daily Dose of Neuro", + "2022-03-01": -49000, + "2022-03-16": -49000, + "2022-04-01": -49000, + "2022-04-16": -49000, + "2022-05-01": -49000, + "2022-05-16": -49000, + "2022-06-01": -49000, + "2022-06-16": -49000, + "2022-07-01": -49000, + "2022-07-16": -49000, + "2022-08-01": -49000, + "2022-08-16": -49000, + "2022-09-01": -49000, + "2022-09-16": -49000, + "2022-10-01": -49000, + "2022-10-16": -49000, + "2022-11-01": -49000, + "2022-11-16": -49000, + "2022-12-01": -49000, + "2022-12-16": -49000, + "2023-01-01": -49000, + "2023-01-16": -49000, + "2023-02-01": -49000, + "2023-02-16": -49000, + "2023-03-01": -49000, + "2023-03-16": -49000, + "2023-04-01": -49000, + "2023-04-16": -49000, + "2023-05-01": 0, + "2023-05-16": 0, + "2023-06-01": 0, + "2023-06-16": 0, + "2023-07-01": 0, + "2023-07-16": 0, + "2023-08-01": 0, + "2023-08-16": 0, + "2023-09-01": 0, + "2023-09-16": 0, + "2023-10-01": 0, + "2023-10-16": 0, + "2023-11-01": 0, + "2023-11-16": 0, + "2023-12-01": 0, + "2023-12-16": 0, + "2024-01-01": 0, + "2024-01-16": 0, + "2024-02-01": 0, + "2024-02-16": 0, + "2024-03-01": 0, + "2024-03-16": 0, + "2024-04-01": 0, + "2024-04-16": 0, + "2024-05-01": 0, + "2024-05-16": 0, + "2024-06-01": 0, + "2024-06-16": 0, + "2024-07-01": 0 + }, + { + "channelName": "Smort Clips", + "channelId": "UCZE8Z1rOokkKF6c1s37iFAA", + "tag": "HoloEN", + "2022-03-01": -4848000, + "2022-03-16": -4848000, + "2022-04-01": -4848000, + "2022-04-16": -4848000, + "2022-05-01": -4848000, + "2022-05-16": -4848000, + "2022-06-01": -4848000, + "2022-06-16": -4848000, + "2022-07-01": -4848000, + "2022-07-16": -4848000, + "2022-08-01": -4848000, + "2022-08-16": -4848000, + "2022-09-01": -4848000, + "2022-09-16": -4848000, + "2022-10-01": -4848000, + "2022-10-16": -4848000, + "2022-11-01": -4848000, + "2022-11-16": -4007000, + "2022-12-01": -3025000, + "2022-12-16": -2226000, + "2023-01-01": -1356000, + "2023-01-16": -909000, + "2023-02-01": -573000, + "2023-02-16": -529000, + "2023-03-01": -492000, + "2023-03-16": -483000, + "2023-04-01": -481000, + "2023-04-16": -481000, + "2023-05-01": -481000, + "2023-05-16": -481000, + "2023-06-01": -481000, + "2023-06-16": -183000, + "2023-07-01": -74000, + "2023-07-16": 0, + "2023-08-01": 0, + "2023-08-16": 0, + "2023-09-01": 0, + "2023-09-16": 0, + "2023-10-01": 0, + "2023-10-16": 0, + "2023-11-01": 0, + "2023-11-16": 0, + "2023-12-01": 0, + "2023-12-16": 0, + "2024-01-01": 0, + "2024-01-16": 0, + "2024-02-01": 0, + "2024-02-16": 0, + "2024-03-01": 0, + "2024-03-16": 0, + "2024-04-01": 0, + "2024-04-16": 0, + "2024-05-01": 0, + "2024-05-16": 0, + "2024-06-01": 0, + "2024-06-16": 0, + "2024-07-01": 0 + }, + { + "channelName": "Iroha Translations", + "2022-03-01": 0, + "2022-03-16": 0, + "2022-04-01": 0, + "2022-04-16": 0, + "2022-05-01": 0, + "2022-05-16": 0, + "2022-06-01": 0, + "2022-06-16": 0, + "2022-07-01": 0, + "2022-07-16": 0, + "2022-08-01": 0, + "2022-08-16": 0, + "2022-09-01": 0, + "2022-09-16": 0, + "2022-10-01": 0, + "2022-10-16": 0, + "2022-11-01": 0, + "2022-11-16": 0, + "2022-12-01": 0, + "2022-12-16": 0, + "2023-01-01": 0, + "2023-01-16": 0, + "2023-02-01": 0, + "2023-02-16": 0, + "2023-03-01": 0, + "2023-03-16": 0, + "2023-04-01": 0, + "2023-04-16": 0, + "2023-05-01": 0, + "2023-05-16": 0, + "2023-06-01": 0, + "2023-06-16": 0, + "2023-07-01": 0, + "2023-07-16": 0, + "2023-08-01": 0, + "2023-08-16": 0, + "2023-09-01": 0, + "2023-09-16": 0, + "2023-10-01": 0, + "2023-10-16": 0, + "2023-11-01": 0, + "2023-11-16": 0, + "2023-12-01": 0, + "2023-12-16": 0, + "2024-01-01": 0, + "2024-01-16": 0, + "2024-02-01": 0, + "2024-02-16": 0, + "2024-03-01": 0, + "2024-03-16": 0, + "2024-04-01": 0, + "2024-04-16": 0, + "2024-05-01": 0, + "2024-05-16": 0, + "2024-06-01": 0, + "2024-06-16": 0, + "2024-07-01": 0 + }, + { + "channelName": "IRySimp", + "2022-03-01": 0, + "2022-03-16": 0, + "2022-04-01": 0, + "2022-04-16": 0, + "2022-05-01": 0, + "2022-05-16": 0, + "2022-06-01": 0, + "2022-06-16": 0, + "2022-07-01": 0, + "2022-07-16": 0, + "2022-08-01": 0, + "2022-08-16": 0, + "2022-09-01": 0, + "2022-09-16": 0, + "2022-10-01": 0, + "2022-10-16": 0, + "2022-11-01": 0, + "2022-11-16": 0, + "2022-12-01": 0, + "2022-12-16": 0, + "2023-01-01": 0, + "2023-01-16": 0, + "2023-02-01": 0, + "2023-02-16": 0, + "2023-03-01": 0, + "2023-03-16": 0, + "2023-04-01": 0, + "2023-04-16": 0, + "2023-05-01": 0, + "2023-05-16": 0, + "2023-06-01": 0, + "2023-06-16": 0, + "2023-07-01": 0, + "2023-07-16": 0, + "2023-08-01": 0, + "2023-08-16": 0, + "2023-09-01": 0, + "2023-09-16": 0, + "2023-10-01": 0, + "2023-10-16": 0, + "2023-11-01": 0, + "2023-11-16": 0, + "2023-12-01": 0, + "2023-12-16": 0, + "2024-01-01": 0, + "2024-01-16": 0, + "2024-02-01": 0, + "2024-02-16": 0, + "2024-03-01": 0, + "2024-03-16": 0, + "2024-04-01": 0, + "2024-04-16": 0, + "2024-05-01": 0, + "2024-05-16": 0, + "2024-06-01": 0, + "2024-06-16": 0, + "2024-07-01": 0 + }, + { + "channelName": "Kitty Pryde Clips Ch.", + "2022-03-01": 0, + "2022-03-16": 0, + "2022-04-01": 0, + "2022-04-16": 0, + "2022-05-01": 0, + "2022-05-16": 0, + "2022-06-01": 0, + "2022-06-16": 0, + "2022-07-01": 0, + "2022-07-16": 0, + "2022-08-01": 0, + "2022-08-16": 0, + "2022-09-01": 0, + "2022-09-16": 0, + "2022-10-01": 0, + "2022-10-16": 0, + "2022-11-01": 0, + "2022-11-16": 0, + "2022-12-01": 0, + "2022-12-16": 0, + "2023-01-01": 0, + "2023-01-16": 0, + "2023-02-01": 0, + "2023-02-16": 0, + "2023-03-01": 0, + "2023-03-16": 0, + "2023-04-01": 0, + "2023-04-16": 0, + "2023-05-01": 0, + "2023-05-16": 0, + "2023-06-01": 0, + "2023-06-16": 0, + "2023-07-01": 0, + "2023-07-16": 0, + "2023-08-01": 0, + "2023-08-16": 0, + "2023-09-01": 0, + "2023-09-16": 0, + "2023-10-01": 0, + "2023-10-16": 0, + "2023-11-01": 0, + "2023-11-16": 0, + "2023-12-01": 0, + "2023-12-16": 0, + "2024-01-01": 0, + "2024-01-16": 0, + "2024-02-01": 0, + "2024-02-16": 0, + "2024-03-01": 0, + "2024-03-16": 0, + "2024-04-01": 0, + "2024-04-16": 0, + "2024-05-01": 0, + "2024-05-16": 0, + "2024-06-01": 0, + "2024-06-16": 0, + "2024-07-01": 0 + }, + { + "channelName": "Daily Dose Of Matara Kan", + "channelId": "UCXjY1MsA4xQWUR9tn-Ceo3A", + "tag": "Vshojo", + "2022-03-01": 0, + "2022-03-16": 0, + "2022-04-01": 0, + "2022-04-16": 0, + "2022-05-01": 0, + "2022-05-16": 0, + "2022-06-01": 0, + "2022-06-16": 0, + "2022-07-01": 0, + "2022-07-16": 0, + "2022-08-01": 0, + "2022-08-16": 0, + "2022-09-01": 0, + "2022-09-16": 0, + "2022-10-01": 0, + "2022-10-16": 0, + "2022-11-01": 0, + "2022-11-16": 0, + "2022-12-01": 0, + "2022-12-16": 0, + "2023-01-01": 0, + "2023-01-16": 0, + "2023-02-01": 0, + "2023-02-16": 0, + "2023-03-01": 0, + "2023-03-16": 0, + "2023-04-01": 0, + "2023-04-16": 0, + "2023-05-01": 0, + "2023-05-16": 0, + "2023-06-01": 0, + "2023-06-16": 0, + "2023-07-01": 0, + "2023-07-16": 0, + "2023-08-01": 0, + "2023-08-16": 0, + "2023-09-01": 0, + "2023-09-16": 0, + "2023-10-01": 0, + "2023-10-16": 0, + "2023-11-01": 0, + "2023-11-16": 0, + "2023-12-01": 0, + "2023-12-16": 0, + "2024-01-01": 0, + "2024-01-16": 0, + "2024-02-01": 0, + "2024-02-16": 0, + "2024-03-01": 0, + "2024-03-16": 0, + "2024-04-01": 0, + "2024-04-16": 0, + "2024-05-01": 0, + "2024-05-16": 0, + "2024-06-01": 0, + "2024-06-16": 0, + "2024-07-01": 0 + }, + { + "channelName": "Mousey Vtuber Clips", + "channelId": "UCRnXQoVCnaBNy8WTfAiSyxA", + "tag": "Vshojo", + "2022-03-01": -14225000, + "2022-03-16": -14225000, + "2022-04-01": -14225000, + "2022-04-16": -14225000, + "2022-05-01": -14051000, + "2022-05-16": -13798000, + "2022-06-01": -13440000, + "2022-06-16": -13209000, + "2022-07-01": -12714000, + "2022-07-16": -12103000, + "2022-08-01": -10862000, + "2022-08-16": -10038000, + "2022-09-01": -8995000, + "2022-09-16": -8149000, + "2022-10-01": -7498000, + "2022-10-16": -7161000, + "2022-11-01": -6947000, + "2022-11-16": -6763000, + "2022-12-01": -6644000, + "2022-12-16": -6618000, + "2023-01-01": -6588000, + "2023-01-16": -6540000, + "2023-02-01": -6421000, + "2023-02-16": -6174000, + "2023-03-01": -4943000, + "2023-03-16": -3462000, + "2023-04-01": -2413000, + "2023-04-16": -763000, + "2023-05-01": 178000, + "2023-05-16": 489000, + "2023-06-01": 683000, + "2023-06-16": 739000, + "2023-07-01": 739000, + "2023-07-16": 739000, + "2023-08-01": 739000, + "2023-08-16": 739000, + "2023-09-01": 739000, + "2023-09-16": 739000, + "2023-10-01": 781000, + "2023-10-16": 808000, + "2023-11-01": 830000, + "2023-11-16": 830000, + "2023-12-01": 890000, + "2023-12-16": -29000, + "2024-01-01": -17000, + "2024-01-16": 0, + "2024-02-01": 0, + "2024-02-16": 0, + "2024-03-01": 0, + "2024-03-16": 0, + "2024-04-01": 0, + "2024-04-16": 0, + "2024-05-01": 0, + "2024-05-16": 0, + "2024-06-01": 0, + "2024-06-16": 0, + "2024-07-01": 0 + }, + { + "channelName": "Daily Shylily Clips", + "channelId": "UCfOUNDtVEEf9xmK-VTU-vRw", + "tag": "Other", + "2022-03-01": -1148000, + "2022-03-16": -1148000, + "2022-04-01": -1148000, + "2022-04-16": -1148000, + "2022-05-01": -1148000, + "2022-05-16": -1148000, + "2022-06-01": -1148000, + "2022-06-16": -1148000, + "2022-07-01": -1148000, + "2022-07-16": -1148000, + "2022-08-01": -1148000, + "2022-08-16": -1148000, + "2022-09-01": -1148000, + "2022-09-16": -1148000, + "2022-10-01": -1148000, + "2022-10-16": -1148000, + "2022-11-01": -1148000, + "2022-11-16": -1148000, + "2022-12-01": -1148000, + "2022-12-16": -1148000, + "2023-01-01": -1148000, + "2023-01-16": -1148000, + "2023-02-01": -1148000, + "2023-02-16": -1148000, + "2023-03-01": -1148000, + "2023-03-16": -1148000, + "2023-04-01": -1148000, + "2023-04-16": -1148000, + "2023-05-01": -1148000, + "2023-05-16": -1148000, + "2023-06-01": -1148000, + "2023-06-16": -1148000, + "2023-07-01": -1148000, + "2023-07-16": -1148000, + "2023-08-01": -1148000, + "2023-08-16": -1148000, + "2023-09-01": -1148000, + "2023-09-16": -1148000, + "2023-10-01": -1148000, + "2023-10-16": -1148000, + "2023-11-01": -1148000, + "2023-11-16": -1046000, + "2023-12-01": -728000, + "2023-12-16": -258000, + "2024-01-01": 0, + "2024-01-16": 0, + "2024-02-01": 0, + "2024-02-16": 0, + "2024-03-01": 0, + "2024-03-16": 0, + "2024-04-01": 0, + "2024-04-16": 0, + "2024-05-01": 0, + "2024-05-16": 0, + "2024-06-01": 0, + "2024-06-16": 0, + "2024-07-01": 0 + }, + { + "channelName": "corvus.", + "channelId": "UC-mR3_eOIa4HTAB4c8K9Cbw", + "tag": "HoloID", + "2022-03-01": -4701000, + "2022-03-16": -4701000, + "2022-04-01": -4701000, + "2022-04-16": -4701000, + "2022-05-01": -4701000, + "2022-05-16": -4701000, + "2022-06-01": -4701000, + "2022-06-16": -4701000, + "2022-07-01": -4701000, + "2022-07-16": -4701000, + "2022-08-01": -4701000, + "2022-08-16": -4701000, + "2022-09-01": -4701000, + "2022-09-16": -4701000, + "2022-10-01": -4701000, + "2022-10-16": -4701000, + "2022-11-01": -4701000, + "2022-11-16": -4701000, + "2022-12-01": -4701000, + "2022-12-16": -4701000, + "2023-01-01": -4701000, + "2023-01-16": -4701000, + "2023-02-01": -4701000, + "2023-02-16": -4701000, + "2023-03-01": -4701000, + "2023-03-16": -4701000, + "2023-04-01": -4701000, + "2023-04-16": -4701000, + "2023-05-01": -4701000, + "2023-05-16": -4701000, + "2023-06-01": -4701000, + "2023-06-16": -4701000, + "2023-07-01": -4701000, + "2023-07-16": -4701000, + "2023-08-01": -4701000, + "2023-08-16": -4701000, + "2023-09-01": -4701000, + "2023-09-16": -3620000, + "2023-10-01": -2238000, + "2023-10-16": -1286000, + "2023-11-01": 0, + "2023-11-16": 0, + "2023-12-01": 0, + "2023-12-16": 0, + "2024-01-01": 0, + "2024-01-16": 0, + "2024-02-01": 0, + "2024-02-16": 0, + "2024-03-01": 0, + "2024-03-16": 0, + "2024-04-01": 0, + "2024-04-16": 0, + "2024-05-01": 0, + "2024-05-16": 0, + "2024-06-01": 0, + "2024-06-16": 0, + "2024-07-01": 0 + }, + { + "channelName": "Neuro-sama Moments Night", + "channelId": "UCzK02XLz6lxOb4TTFIgOyDQ", + "tag": "Neuro", + "2022-03-01": 7000, + "2022-03-16": 7000, + "2022-04-01": 7000, + "2022-04-16": 7000, + "2022-05-01": 7000, + "2022-05-16": 7000, + "2022-06-01": 7000, + "2022-06-16": 7000, + "2022-07-01": 7000, + "2022-07-16": 7000, + "2022-08-01": 7000, + "2022-08-16": 7000, + "2022-09-01": 7000, + "2022-09-16": 7000, + "2022-10-01": 7000, + "2022-10-16": 7000, + "2022-11-01": 7000, + "2022-11-16": 7000, + "2022-12-01": 7000, + "2022-12-16": 7000, + "2023-01-01": 7000, + "2023-01-16": 7000, + "2023-02-01": 380000, + "2023-02-16": 528000, + "2023-03-01": 872000, + "2023-03-16": 1319000, + "2023-04-01": 1656000, + "2023-04-16": 1825000, + "2023-05-01": 1894000, + "2023-05-16": 1925000, + "2023-06-01": 2939000, + "2023-06-16": 3435000, + "2023-07-01": 3843000, + "2023-07-16": 4546000, + "2023-08-01": 4739000, + "2023-08-16": 4927000, + "2023-09-01": 5168000, + "2023-09-16": 5269000, + "2023-10-01": 5354000, + "2023-10-16": 5404000, + "2023-11-01": 5451000, + "2023-11-16": 5504000, + "2023-12-01": 5596000, + "2023-12-16": 5703000, + "2024-01-01": 5783000, + "2024-01-16": 5870000, + "2024-02-01": 0, + "2024-02-16": 0, + "2024-03-01": 0, + "2024-03-16": 0, + "2024-04-01": 0, + "2024-04-16": 0, + "2024-05-01": 0, + "2024-05-16": 0, + "2024-06-01": 0, + "2024-06-16": 0, + "2024-07-01": 0 + }, + { + "channelName": "Kamitsurugi", + "2022-03-01": 0, + "2022-03-16": 0, + "2022-04-01": 0, + "2022-04-16": 0, + "2022-05-01": 0, + "2022-05-16": 0, + "2022-06-01": 0, + "2022-06-16": 0, + "2022-07-01": 0, + "2022-07-16": 0, + "2022-08-01": 0, + "2022-08-16": 0, + "2022-09-01": 0, + "2022-09-16": 0, + "2022-10-01": 0, + "2022-10-16": 0, + "2022-11-01": 0, + "2022-11-16": 0, + "2022-12-01": 0, + "2022-12-16": 0, + "2023-01-01": 0, + "2023-01-16": 0, + "2023-02-01": 0, + "2023-02-16": 0, + "2023-03-01": 0, + "2023-03-16": 0, + "2023-04-01": 0, + "2023-04-16": 0, + "2023-05-01": 0, + "2023-05-16": 0, + "2023-06-01": 0, + "2023-06-16": 0, + "2023-07-01": 0, + "2023-07-16": 0, + "2023-08-01": 0, + "2023-08-16": 0, + "2023-09-01": 0, + "2023-09-16": 0, + "2023-10-01": 0, + "2023-10-16": 0, + "2023-11-01": 0, + "2023-11-16": 0, + "2023-12-01": 0, + "2023-12-16": 0, + "2024-01-01": 0, + "2024-01-16": 0, + "2024-02-01": 0, + "2024-02-16": 0, + "2024-03-01": 0, + "2024-03-16": 0, + "2024-04-01": 0, + "2024-04-16": 0, + "2024-05-01": 0, + "2024-05-16": 0, + "2024-06-01": 0, + "2024-06-16": 0, + "2024-07-01": 0 + }, + { + "channelName": "BiggZim Ch", + "channelId": "UCyzelLPcSrGUdLhN79eA4mg", + "tag": "HoloJP", + "2022-03-01": 66093000, + "2022-03-16": 66093000, + "2022-04-01": 67974000, + "2022-04-16": 68690000, + "2022-05-01": 69467000, + "2022-05-16": 70327000, + "2022-06-01": 70685000, + "2022-06-16": 71520000, + "2022-07-01": 71999000, + "2022-07-16": 72387000, + "2022-08-01": 73363000, + "2022-08-16": 73579000, + "2022-09-01": 73738000, + "2022-09-16": 73793000, + "2022-10-01": 73835000, + "2022-10-16": 73872000, + "2022-11-01": 73923000, + "2022-11-16": 73983000, + "2022-12-01": 74047000, + "2022-12-16": 74089000, + "2023-01-01": 74125000, + "2023-01-16": 74163000, + "2023-02-01": 74216000, + "2023-02-16": 74285000, + "2023-03-01": 74654000, + "2023-03-16": 74826000, + "2023-04-01": 74924000, + "2023-04-16": 74962000, + "2023-05-01": 74962000, + "2023-05-16": 75031000, + "2023-06-01": 75492000, + "2023-06-16": 76195000, + "2023-07-01": 78258000, + "2023-07-16": 80218000, + "2023-08-01": 81109000, + "2023-08-16": 82481000, + "2023-09-01": 83008000, + "2023-09-16": 83208000, + "2023-10-01": 83464000, + "2023-10-16": 83754000, + "2023-11-01": 83978000, + "2023-11-16": 84246000, + "2023-12-01": 84475000, + "2023-12-16": 84651000, + "2024-01-01": 84787000, + "2024-01-16": 84919000, + "2024-02-01": 85204000, + "2024-02-16": 85320000, + "2024-03-01": 85411000, + "2024-03-16": 85585000, + "2024-04-01": 85682000, + "2024-04-16": 85966000, + "2024-05-01": 86125000, + "2024-05-16": 86296000, + "2024-06-01": 86551000, + "2024-06-16": 86828000, + "2024-07-01": 86592000 + }, + { + "channelName": "Nekomikuri 寝込み栗", + "channelId": "UCZohBcP4HL5UxV4xwY_81YA", + "tag": "HoloJP", + "2022-03-01": 30419000, + "2022-03-16": 30419000, + "2022-04-01": 30935000, + "2022-04-16": 31309000, + "2022-05-01": 31877000, + "2022-05-16": 32499000, + "2022-06-01": 32745000, + "2022-06-16": 33004000, + "2022-07-01": 33276000, + "2022-07-16": 33514000, + "2022-08-01": 33756000, + "2022-08-16": 34084000, + "2022-09-01": 34506000, + "2022-09-16": 35035000, + "2022-10-01": 35352000, + "2022-10-16": 35566000, + "2022-11-01": 35796000, + "2022-11-16": 36019000, + "2022-12-01": 36233000, + "2022-12-16": 36827000, + "2023-01-01": 37461000, + "2023-01-16": 37953000, + "2023-02-01": 38296000, + "2023-02-16": 38758000, + "2023-03-01": 39157000, + "2023-03-16": 39403000, + "2023-04-01": 39707000, + "2023-04-16": 40184000, + "2023-05-01": 40714000, + "2023-05-16": 41034000, + "2023-06-01": 41367000, + "2023-06-16": 41682000, + "2023-07-01": 41854000, + "2023-07-16": 42120000, + "2023-08-01": 42333000, + "2023-08-16": 42594000, + "2023-09-01": 42930000, + "2023-09-16": 43165000, + "2023-10-01": 43503000, + "2023-10-16": 43713000, + "2023-11-01": 43925000, + "2023-11-16": 44191000, + "2023-12-01": 44439000, + "2023-12-16": 44693000, + "2024-01-01": 44831000, + "2024-01-16": 45037000, + "2024-02-01": 45619000, + "2024-02-16": 45947000, + "2024-03-01": 46100000, + "2024-03-16": 46555000, + "2024-04-01": 46678000, + "2024-04-16": 46978000, + "2024-05-01": 47176000, + "2024-05-16": 47459000, + "2024-06-01": 47628000, + "2024-06-16": 47967000, + "2024-07-01": 47710000 + } +] \ No newline at end of file diff --git a/server/db/user.json b/server/db/user.json new file mode 100644 index 0000000..2cddea9 --- /dev/null +++ b/server/db/user.json @@ -0,0 +1,5 @@ +[{ + "username": "raf", + "password": "raf", + "role": "admin" +}] \ No newline at end of file diff --git a/server/ecosystem.config.js b/server/ecosystem.config.js new file mode 100644 index 0000000..4141322 --- /dev/null +++ b/server/ecosystem.config.js @@ -0,0 +1,14 @@ +module.exports = { + apps: [{ + name: "clipperDevelopment", + script: "./bin/www", + env: { + NODE_ENV: 'production', + PORT: 80, + YOUTUBE_API_KEY: "AIzaSyAVfGRhhUGxfkMSoc2TAqd1cJvTP8Jexfs", + GEMINI_API_KEY: "AIzaSyBoo6QsyOUPU1u2y9Y3lf-VCLliHF6AbzE", + CLIENT_ID: "612420835466-gvfg8rq8usad778t9aadqv897sakg0hg.apps.googleusercontent.com", + HOST: "0.0.0.0" + } + }] +} \ No newline at end of file diff --git a/server/helpers/bcryptjs.js b/server/helpers/bcryptjs.js new file mode 100644 index 0000000..a90a35c --- /dev/null +++ b/server/helpers/bcryptjs.js @@ -0,0 +1,7 @@ +var bcrypt = require('bcryptjs'); + +var salt = bcrypt.genSaltSync(10); +const hashPassword = (value) => bcrypt.hashSync(value, salt); +const checkPassword = (value,value2) => bcrypt.compareSync(value, value2); + +module.exports = {hashPassword,checkPassword} \ No newline at end of file diff --git a/server/helpers/jwt.js b/server/helpers/jwt.js new file mode 100644 index 0000000..5988c13 --- /dev/null +++ b/server/helpers/jwt.js @@ -0,0 +1,17 @@ +var jwt = require('jsonwebtoken'); + +function signToken(value){ + var token = jwt.sign(value, 'shhhhh'); + return token +} + +function verifyToken(value){ + try { + var decoded = jwt.verify(value, 'shhhhh'); + return decoded + } catch (err) { + return undefined + } +} + +module.exports = {signToken, verifyToken} \ No newline at end of file diff --git a/server/initializeData.js b/server/initializeData.js new file mode 100644 index 0000000..ed51bb9 --- /dev/null +++ b/server/initializeData.js @@ -0,0 +1,169 @@ +require('dotenv').config(); +const ChannelViews = require(`./models`).ChannelViews +const Channel = require(`./models`).Channel +const { sequelize } = require('./models'); +const YoutubeService = require('./services/YoutubeService'); + +async function initializeData() { + const clipperJson = require(`./db/Clippertrack.json`) + let clippers = clipperJson + .filter(e => e !== null && e !== undefined && e.channelName !== null && e.channelName !== undefined && e.channelId !== null && e.channelId !== undefined) + // console.log(clippers.length) + clippers.forEach(async (clipper) => { + try { + let result = await YoutubeService.getChannelInfoFromId(clipper.channelId) + let addToChannel = await Channel.create({ + channelId: result.id, + title: result.snippet.title, + description: result.snippet.description, + customUrl: result.snippet.customUrl, + publishedAt: result.snippet.publishedAt, + thumbnails: result.snippet.thumbnails.default.url, + country: result.snippet.country, + viewCount: result.statistics.viewCount, + subscriberCount: result.statistics.subscriberCount, + videoCount: result.statistics.videoCount + }) + + + console.log(clipper["2024-07-01"]) + const addQuery = ` +INSERT INTO "ChannelViews" ( + "channelName", + "channelId", + tag, + "createdAt", + "updatedAt", + "2022-03-01", + "2022-03-16", + "2022-04-01", + "2022-04-16", + "2022-05-01", + "2022-05-16", + "2022-06-01", + "2022-06-16", + "2022-07-01", + "2022-07-16", + "2022-08-01", + "2022-08-16", + "2022-09-01", + "2022-09-16", + "2022-10-01", + "2022-10-16", + "2022-11-01", + "2022-11-16", + "2022-12-01", + "2022-12-16", + "2023-01-01", + "2023-01-16", + "2023-02-01", + "2023-02-16", + "2023-03-01", + "2023-03-16", + "2023-04-01", + "2023-04-16", + "2023-05-01", + "2023-05-16", + "2023-06-01", + "2023-06-16", + "2023-07-01", + "2023-07-16", + "2023-08-01", + "2023-08-16", + "2023-09-01", + "2023-09-16", + "2023-10-01", + "2023-10-16", + "2023-11-01", + "2023-11-16", + "2023-12-01", + "2023-12-16", + "2024-01-01", + "2024-01-16", + "2024-02-01", + "2024-02-16", + "2024-03-01", + "2024-03-16", + "2024-04-01", + "2024-04-16", + "2024-05-01", + "2024-05-16", + "2024-06-01", + "2024-06-16", + "2024-07-01" + ) VALUES ( + '${clipper["channelName"]}', + '${clipper["channelId"]}', + '${clipper["tag"]}', + '2024-07-09 20:23:52.485 +0700', + '2024-07-09 20:23:52.485 +0700', + ${clipper["2022-03-01"]}, + ${clipper["2022-03-16"]}, + ${clipper["2022-04-01"]}, + ${clipper["2022-04-16"]}, + ${clipper["2022-05-01"]}, + ${clipper["2022-05-16"]}, + ${clipper["2022-06-01"]}, + ${clipper["2022-06-16"]}, + ${clipper["2022-07-01"]}, + ${clipper["2022-07-16"]}, + ${clipper["2022-08-01"]}, + ${clipper["2022-08-16"]}, + ${clipper["2022-09-01"]}, + ${clipper["2022-09-16"]}, + ${clipper["2022-10-01"]}, + ${clipper["2022-10-16"]}, + ${clipper["2022-11-01"]}, + ${clipper["2022-11-16"]}, + ${clipper["2022-12-01"]}, + ${clipper["2022-12-16"]}, + ${clipper["2023-01-01"]}, + ${clipper["2023-01-16"]}, + ${clipper["2023-02-01"]}, + ${clipper["2023-02-16"]}, + ${clipper["2023-03-01"]}, + ${clipper["2023-03-16"]}, + ${clipper["2023-04-01"]}, + ${clipper["2023-04-16"]}, + ${clipper["2023-05-01"]}, + ${clipper["2023-05-16"]}, + ${clipper["2023-06-01"]}, + ${clipper["2023-06-16"]}, + ${clipper["2023-07-01"]}, + ${clipper["2023-07-16"]}, + ${clipper["2023-08-01"]}, + ${clipper["2023-08-16"]}, + ${clipper["2023-09-01"]}, + ${clipper["2023-09-16"]}, + ${clipper["2023-10-01"]}, + ${clipper["2023-10-16"]}, + ${clipper["2023-11-01"]}, + ${clipper["2023-11-16"]}, + ${clipper["2023-12-01"]}, + ${clipper["2023-12-16"]}, + ${clipper["2024-01-01"]}, + ${clipper["2024-01-16"]}, + ${clipper["2024-02-01"]}, + ${clipper["2024-02-16"]}, + ${clipper["2024-03-01"]}, + ${clipper["2024-03-16"]}, + ${clipper["2024-04-01"]}, + ${clipper["2024-04-16"]}, + ${clipper["2024-05-01"]}, + ${clipper["2024-05-16"]}, + ${clipper["2024-06-01"]}, + ${clipper["2024-06-16"]}, + ${clipper["2024-07-01"]} +)`; + + await sequelize.query(addQuery, { raw: true }); + + } catch (err) { + console.log(err) + } + }); + + +} + +initializeData() \ No newline at end of file diff --git a/server/middlewares/authentication.js b/server/middlewares/authentication.js new file mode 100644 index 0000000..6af591e --- /dev/null +++ b/server/middlewares/authentication.js @@ -0,0 +1,40 @@ +const { verifyToken } = require("../helpers/jwt") +const User = require(`../models`).User + + +async function authentication(req, res, next) { + try { + let access_token = req.headers.authorization + if (!access_token) { + res.status(401).json({message:"Unauthenticated"}) + return + } + + let [ bearer, token ] = access_token.split(" ") + if (bearer != "Bearer") { + res.status(401).json({message:"Unauthenticated"}) + return + } + let payload = verifyToken(token) + if(payload == undefined){ + res.status(401).json({message:"You are not logged in!"}) + console.log("access_token not exist") + return + } + + let user = await User.findByPk(payload.id) + if (!user) { + res.status(401).json({message:"Unauthenticated"}) + return + } + + req.user = { id: payload.id } + next() + + } catch (err) { + console.log(err) + + } +} + +module.exports = authentication diff --git a/server/middlewares/errorHandler.js b/server/middlewares/errorHandler.js new file mode 100644 index 0000000..ff434eb --- /dev/null +++ b/server/middlewares/errorHandler.js @@ -0,0 +1,43 @@ +function errorHandler(err, req, res, next) { + let status = err.status || 500 + let message = err.message || "Internal server error" + + switch (err.name){ + case "SequelizeValidationError": + case "SequelizeUniqueConstraintError": + status = 400 + message = err.errors.map(e => e.message) + break; + case "Invalid Input": + status = 400 + message = "username/password is required" + break; + case "Invalid User": + status = 401 + message = "username/password is invalid" + break; + case "Unauthenticated": + case "JsonWebTokenError": + status = 401 + message = "Unauthenticated" + break; + case "CuisineNotFound": + status = 404 + message = "Channel not found" + break; + case "CategoryNotFound": + status = 404 + message = "Category not found" + break; + case "Forbidden": + status = 403 + message = "Forbidden" + break; + } + res.status(status).json({message: message}) +} + + + + +module.exports = errorHandler \ No newline at end of file diff --git a/server/migrations/20240708110911-create-channel-views.js b/server/migrations/20240708110911-create-channel-views.js new file mode 100644 index 0000000..3e9d2fa --- /dev/null +++ b/server/migrations/20240708110911-create-channel-views.js @@ -0,0 +1,58 @@ +'use strict'; +/** @type {import('sequelize-cli').Migration} */ +module.exports = { + up: async (queryInterface, Sequelize) => { + await queryInterface.createTable('ChannelViews', { + id: { + allowNull: false, + autoIncrement: true, + primaryKey: true, + type: Sequelize.INTEGER + }, + channelName: { + type: Sequelize.STRING, + allowNull: false + }, + channelId: { + type: Sequelize.STRING, + unique:true + }, + tag: { + type: Sequelize.STRING, + }, + createdAt: { + allowNull: false, + type: Sequelize.DATE + }, + updatedAt: { + allowNull: false, + type: Sequelize.DATE + } + }); + + + const startDate = new Date('2022-03-01'); + const endDate = new Date('2024-07-01'); + let currentDate = new Date(startDate); + + while (currentDate <= endDate) { + console.log(currentDate) + const columnName1 = currentDate.toISOString().slice(0, 10) + await queryInterface.addColumn('ChannelViews', columnName1, { + type: Sequelize.INTEGER, + allowNull: true + }); + + if (currentDate.getDate() === 1) { + currentDate.setDate(16); + } else { + currentDate.setDate(1); + currentDate.setMonth(currentDate.getMonth() + 1); + } + } + }, + + down: async (queryInterface, Sequelize) => { + await queryInterface.dropTable('ChannelViews'); + } +}; \ No newline at end of file diff --git a/server/migrations/20240709095546-create-channel.js b/server/migrations/20240709095546-create-channel.js new file mode 100644 index 0000000..b070824 --- /dev/null +++ b/server/migrations/20240709095546-create-channel.js @@ -0,0 +1,56 @@ +'use strict'; +/** @type {import('sequelize-cli').Migration} */ +module.exports = { + async up(queryInterface, Sequelize) { + await queryInterface.createTable('Channels', { + id: { + allowNull: false, + autoIncrement: true, + primaryKey: true, + type: Sequelize.INTEGER + }, + channelId: { + type: Sequelize.STRING, + unique :true + }, + title: { + type: Sequelize.STRING + }, + description: { + type: Sequelize.TEXT + }, + customUrl: { + type: Sequelize.STRING + }, + publishedAt: { + type: Sequelize.DATE + }, + thumbnails: { + type: Sequelize.STRING + }, + country: { + type: Sequelize.STRING + }, + viewCount: { + type: Sequelize.INTEGER + }, + subscriberCount: { + type: Sequelize.INTEGER + }, + videoCount: { + type: Sequelize.INTEGER + }, + createdAt: { + allowNull: false, + type: Sequelize.DATE + }, + updatedAt: { + allowNull: false, + type: Sequelize.DATE + } + }); + }, + async down(queryInterface, Sequelize) { + await queryInterface.dropTable('Channels'); + } +}; \ No newline at end of file diff --git a/server/migrations/20240709100438-addedFK.js b/server/migrations/20240709100438-addedFK.js new file mode 100644 index 0000000..2da0d0b --- /dev/null +++ b/server/migrations/20240709100438-addedFK.js @@ -0,0 +1,19 @@ +'use strict'; +module.exports = { + up: async (queryInterface, Sequelize) => { + await queryInterface.addConstraint('ChannelViews', { + fields: ['channelId'], + type: 'foreign key', + name: 'fk_channelviews_channels', + references: { + table: 'Channels', + field: 'channelId' + }, + onDelete: 'cascade', + onUpdate: 'cascade' + }); + }, + down: async (queryInterface, Sequelize) => { + await queryInterface.removeConstraint('ChannelViews', 'fk_channelviews_channels'); + } +}; \ No newline at end of file diff --git a/server/migrations/20240709133755-create-user.js b/server/migrations/20240709133755-create-user.js new file mode 100644 index 0000000..eed0a07 --- /dev/null +++ b/server/migrations/20240709133755-create-user.js @@ -0,0 +1,37 @@ +'use strict'; +/** @type {import('sequelize-cli').Migration} */ +module.exports = { + async up(queryInterface, Sequelize) { + await queryInterface.createTable('Users', { + id: { + allowNull: false, + autoIncrement: true, + primaryKey: true, + type: Sequelize.INTEGER + }, + username: { + type: Sequelize.STRING, + allowNull: false + }, + password: { + type: Sequelize.STRING, + allowNull: false + }, + role: { + type: Sequelize.STRING, + allowNull: false + }, + createdAt: { + allowNull: false, + type: Sequelize.DATE + }, + updatedAt: { + allowNull: false, + type: Sequelize.DATE + } + }); + }, + async down(queryInterface, Sequelize) { + await queryInterface.dropTable('Users'); + } +}; \ No newline at end of file diff --git a/server/models/channel.js b/server/models/channel.js new file mode 100644 index 0000000..58f807a --- /dev/null +++ b/server/models/channel.js @@ -0,0 +1,42 @@ +'use strict'; +const { + Model +} = require('sequelize'); +module.exports = (sequelize, DataTypes) => { + class Channel extends Model { + /** + * Helper method for defining associations. + * This method is not a part of Sequelize lifecycle. + * The `models/index` file will call this method automatically. + */ + static associate(models) { + Channel.hasOne(models.ChannelViews, { foreignKey: "channelId", sourceKey: "channelId" }) + } + } + Channel.init({ + channelId: { + type: DataTypes.STRING, + unique: true, + allowNull: false + }, + title: DataTypes.STRING, + description: DataTypes.TEXT, + customUrl: DataTypes.STRING, + publishedAt: DataTypes.DATE, + thumbnails: DataTypes.STRING, + country: DataTypes.STRING, + viewCount: DataTypes.INTEGER, + subscriberCount: DataTypes.INTEGER, + videoCount: DataTypes.INTEGER + }, { + sequelize, + modelName: 'Channel', + indexes: [ + { + unique: true, + fields: ['channelId'] + } + ] + }); + return Channel; +}; \ No newline at end of file diff --git a/server/models/channelviews.js b/server/models/channelviews.js new file mode 100644 index 0000000..bf53481 --- /dev/null +++ b/server/models/channelviews.js @@ -0,0 +1,31 @@ +'use strict'; +const { + Model +} = require('sequelize'); +module.exports = (sequelize, DataTypes) => { + class ChannelViews extends Model { + /** + * Helper method for defining associations. + * This method is not a part of Sequelize lifecycle. + * The `models/index` file will call this method automatically. + */ + static associate(models) { + ChannelViews.belongsTo(models.Channel, { foreignKey: "channelId", targetKey: "channelId" }) + } + } + ChannelViews.init({ + channelName: DataTypes.STRING, + channelId: { + type: DataTypes.STRING, + references: { + model: 'Channels', + key: 'channelId' + } + }, + tag: DataTypes.STRING + }, { + sequelize, + modelName: 'ChannelViews', + }); + return ChannelViews; +}; \ No newline at end of file diff --git a/server/models/index.js b/server/models/index.js new file mode 100644 index 0000000..024200e --- /dev/null +++ b/server/models/index.js @@ -0,0 +1,43 @@ +'use strict'; + +const fs = require('fs'); +const path = require('path'); +const Sequelize = require('sequelize'); +const process = require('process'); +const basename = path.basename(__filename); +const env = process.env.NODE_ENV || 'development'; +const config = require(__dirname + '/../config/config.json')[env]; +const db = {}; + +let sequelize; +if (config.use_env_variable) { + sequelize = new Sequelize(process.env[config.use_env_variable], config); +} else { + sequelize = new Sequelize(config.database, config.username, config.password, config); +} + +fs + .readdirSync(__dirname) + .filter(file => { + return ( + file.indexOf('.') !== 0 && + file !== basename && + file.slice(-3) === '.js' && + file.indexOf('.test.js') === -1 + ); + }) + .forEach(file => { + const model = require(path.join(__dirname, file))(sequelize, Sequelize.DataTypes); + db[model.name] = model; + }); + +Object.keys(db).forEach(modelName => { + if (db[modelName].associate) { + db[modelName].associate(db); + } +}); + +db.sequelize = sequelize; +db.Sequelize = Sequelize; + +module.exports = db; diff --git a/server/models/user.js b/server/models/user.js new file mode 100644 index 0000000..caabace --- /dev/null +++ b/server/models/user.js @@ -0,0 +1,34 @@ +'use strict'; +const { + Model +} = require('sequelize'); +module.exports = (sequelize, DataTypes) => { + class User extends Model { + /** + * Helper method for defining associations. + * This method is not a part of Sequelize lifecycle. + * The `models/index` file will call this method automatically. + */ + static associate(models) { + // define association here + } + } + User.init({ + username: { + type: DataTypes.STRING, + allowNull: false + }, + password: { + type: DataTypes.STRING, + allowNull: false + }, + role: { + type: DataTypes.STRING, + allowNull: false + }, + }, { + sequelize, + modelName: 'User', + }); + return User; +}; \ No newline at end of file diff --git a/server/package-lock.json b/server/package-lock.json new file mode 100644 index 0000000..81854e7 --- /dev/null +++ b/server/package-lock.json @@ -0,0 +1,6303 @@ +{ + "name": "server", + "version": "1.0.0", + "lockfileVersion": 3, + "requires": true, + "packages": { + "": { + "name": "server", + "version": "1.0.0", + "license": "ISC", + "dependencies": { + "@google/generative-ai": "^0.14.1", + "axios": "^1.7.2", + "bcryptjs": "^2.4.3", + "cors": "^2.8.5", + "dotenv": "^16.4.5", + "express": "^4.19.2", + "google-auth-library": "^9.11.0", + "googleapis": "^140.0.1", + "jest": "^29.7.0", + "jsonwebtoken": "^9.0.2", + "moment": "^2.30.1", + "node-cron": "^3.0.3", + "nodemon": "^3.1.4", + "openai": "^4.52.4", + "pg": "^8.12.0", + "sequelize": "^6.37.3", + "supertest": "^7.0.0" + }, + "devDependencies": { + "sequelize-cli": "^6.6.2" + } + }, + "node_modules/@ampproject/remapping": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz", + "integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==", + "dependencies": { + "@jridgewell/gen-mapping": "^0.3.5", + "@jridgewell/trace-mapping": "^0.3.24" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@babel/code-frame": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.7.tgz", + "integrity": "sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==", + "dependencies": { + "@babel/highlight": "^7.24.7", + "picocolors": "^1.0.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/compat-data": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.24.7.tgz", + "integrity": "sha512-qJzAIcv03PyaWqxRgO4mSU3lihncDT296vnyuE2O8uA4w3UHWI4S3hgeZd1L8W1Bft40w9JxJ2b412iDUFFRhw==", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/core": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.24.7.tgz", + "integrity": "sha512-nykK+LEK86ahTkX/3TgauT0ikKoNCfKHEaZYTUVupJdTLzGNvrblu4u6fa7DhZONAltdf8e662t/abY8idrd/g==", + "dependencies": { + "@ampproject/remapping": "^2.2.0", + "@babel/code-frame": "^7.24.7", + "@babel/generator": "^7.24.7", + "@babel/helper-compilation-targets": "^7.24.7", + "@babel/helper-module-transforms": "^7.24.7", + "@babel/helpers": "^7.24.7", + "@babel/parser": "^7.24.7", + "@babel/template": "^7.24.7", + "@babel/traverse": "^7.24.7", + "@babel/types": "^7.24.7", + "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/debug": { + "version": "4.3.5", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.5.tgz", + "integrity": "sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg==", + "dependencies": { + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/@babel/core/node_modules/ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + }, + "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==", + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/@babel/generator": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.24.7.tgz", + "integrity": "sha512-oipXieGC3i45Y1A41t4tAqpnEZWgB/lC6Ehh6+rOviR5XWpTtMmLN+fGjz9vOiNRt0p6RtO6DtD0pdU3vpqdSA==", + "dependencies": { + "@babel/types": "^7.24.7", + "@jridgewell/gen-mapping": "^0.3.5", + "@jridgewell/trace-mapping": "^0.3.25", + "jsesc": "^2.5.1" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-compilation-targets": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.24.7.tgz", + "integrity": "sha512-ctSdRHBi20qWOfy27RUb4Fhp07KSJ3sXcuSvTrXrc4aG8NSYDo1ici3Vhg9bg69y5bj0Mr1lh0aeEgTvc12rMg==", + "dependencies": { + "@babel/compat-data": "^7.24.7", + "@babel/helper-validator-option": "^7.24.7", + "browserslist": "^4.22.2", + "lru-cache": "^5.1.1", + "semver": "^6.3.1" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-compilation-targets/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==", + "dependencies": { + "yallist": "^3.0.2" + } + }, + "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==", + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/@babel/helper-environment-visitor": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.24.7.tgz", + "integrity": "sha512-DoiN84+4Gnd0ncbBOM9AZENV4a5ZiL39HYMyZJGZ/AZEykHYdJw0wW3kdcsh9/Kn+BRXHLkkklZ51ecPKmI1CQ==", + "dependencies": { + "@babel/types": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-function-name": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.24.7.tgz", + "integrity": "sha512-FyoJTsj/PEUWu1/TYRiXTIHc8lbw+TDYkZuoE43opPS5TrI7MyONBE1oNvfguEXAD9yhQRrVBnXdXzSLQl9XnA==", + "dependencies": { + "@babel/template": "^7.24.7", + "@babel/types": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-hoist-variables": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.24.7.tgz", + "integrity": "sha512-MJJwhkoGy5c4ehfoRyrJ/owKeMl19U54h27YYftT0o2teQ3FJ3nQUf/I3LlJsX4l3qlw7WRXUmiyajvHXoTubQ==", + "dependencies": { + "@babel/types": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-module-imports": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.24.7.tgz", + "integrity": "sha512-8AyH3C+74cgCVVXow/myrynrAGv+nTVg5vKu2nZph9x7RcRwzmh0VFallJuFTZ9mx6u4eSdXZfcOzSqTUm0HCA==", + "dependencies": { + "@babel/traverse": "^7.24.7", + "@babel/types": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-module-transforms": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.24.7.tgz", + "integrity": "sha512-1fuJEwIrp+97rM4RWdO+qrRsZlAeL1lQJoPqtCYWv0NL115XM93hIH4CSRln2w52SqvmY5hqdtauB6QFCDiZNQ==", + "dependencies": { + "@babel/helper-environment-visitor": "^7.24.7", + "@babel/helper-module-imports": "^7.24.7", + "@babel/helper-simple-access": "^7.24.7", + "@babel/helper-split-export-declaration": "^7.24.7", + "@babel/helper-validator-identifier": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/helper-plugin-utils": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.7.tgz", + "integrity": "sha512-Rq76wjt7yz9AAc1KnlRKNAi/dMSVWgDRx43FHoJEbcYU6xOWaE2dVPwcdTukJrjxS65GITyfbvEYHvkirZ6uEg==", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-simple-access": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.24.7.tgz", + "integrity": "sha512-zBAIvbCMh5Ts+b86r/CjU+4XGYIs+R1j951gxI3KmmxBMhCg4oQMsv6ZXQ64XOm/cvzfU1FmoCyt6+owc5QMYg==", + "dependencies": { + "@babel/traverse": "^7.24.7", + "@babel/types": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-split-export-declaration": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.7.tgz", + "integrity": "sha512-oy5V7pD+UvfkEATUKvIjvIAH/xCzfsFVw7ygW2SI6NClZzquT+mwdTfgfdbUiceh6iQO0CHtCPsyze/MZ2YbAA==", + "dependencies": { + "@babel/types": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-string-parser": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.24.7.tgz", + "integrity": "sha512-7MbVt6xrwFQbunH2DNQsAP5sTGxfqQtErvBIvIMi6EQnbgUOuVYanvREcmFrOPhoXBrTtjhhP+lW+o5UfK+tDg==", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-validator-identifier": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz", + "integrity": "sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-validator-option": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.24.7.tgz", + "integrity": "sha512-yy1/KvjhV/ZCL+SM7hBrvnZJ3ZuT9OuZgIJAGpPEToANvc3iM6iDvBnRjtElWibHU6n8/LPR/EjX9EtIEYO3pw==", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helpers": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.24.7.tgz", + "integrity": "sha512-NlmJJtvcw72yRJRcnCmGvSi+3jDEg8qFu3z0AFoymmzLx5ERVWyzd9kVXr7Th9/8yIJi2Zc6av4Tqz3wFs8QWg==", + "dependencies": { + "@babel/template": "^7.24.7", + "@babel/types": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/highlight": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.7.tgz", + "integrity": "sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==", + "dependencies": { + "@babel/helper-validator-identifier": "^7.24.7", + "chalk": "^2.4.2", + "js-tokens": "^4.0.0", + "picocolors": "^1.0.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/highlight/node_modules/ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "dependencies": { + "color-convert": "^1.9.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/@babel/highlight/node_modules/chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "dependencies": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/@babel/highlight/node_modules/color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "dependencies": { + "color-name": "1.1.3" + } + }, + "node_modules/@babel/highlight/node_modules/color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==" + }, + "node_modules/@babel/highlight/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==", + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/@babel/parser": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.24.7.tgz", + "integrity": "sha512-9uUYRm6OqQrCqQdG1iCBwBPZgN8ciDBro2nIOFaiRz1/BCxaI7CNvQbDHvsArAC7Tw9Hda/B3U+6ui9u4HWXPw==", + "bin": { + "parser": "bin/babel-parser.js" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@babel/plugin-syntax-async-generators": { + "version": "7.8.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz", + "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-bigint": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz", + "integrity": "sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-class-properties": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz", + "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.12.13" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-import-meta": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz", + "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.10.4" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-json-strings": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz", + "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-jsx": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.24.7.tgz", + "integrity": "sha512-6ddciUPe/mpMnOKv/U+RSd2vvVy+Yw/JfBB0ZHYjEZt9NLHmCUylNYlsbqCCS1Bffjlb0fCwC9Vqz+sBz6PsiQ==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-logical-assignment-operators": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz", + "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.10.4" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-nullish-coalescing-operator": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz", + "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-numeric-separator": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz", + "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.10.4" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-object-rest-spread": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz", + "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-optional-catch-binding": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz", + "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-optional-chaining": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz", + "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-top-level-await": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz", + "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-typescript": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.24.7.tgz", + "integrity": "sha512-c/+fVeJBB0FeKsFvwytYiUD+LBvhHjGSI0g446PRGdSVGZLRNArBUno2PETbAly3tpiNAQR5XaZ+JslxkotsbA==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/template": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.24.7.tgz", + "integrity": "sha512-jYqfPrU9JTF0PmPy1tLYHW4Mp4KlgxJD9l2nP9fD6yT/ICi554DmrWBAEYpIelzjHf1msDP3PxJIRt/nFNfBig==", + "dependencies": { + "@babel/code-frame": "^7.24.7", + "@babel/parser": "^7.24.7", + "@babel/types": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/traverse": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.24.7.tgz", + "integrity": "sha512-yb65Ed5S/QAcewNPh0nZczy9JdYXkkAbIsEo+P7BE7yO3txAY30Y/oPa3QkQ5It3xVG2kpKMg9MsdxZaO31uKA==", + "dependencies": { + "@babel/code-frame": "^7.24.7", + "@babel/generator": "^7.24.7", + "@babel/helper-environment-visitor": "^7.24.7", + "@babel/helper-function-name": "^7.24.7", + "@babel/helper-hoist-variables": "^7.24.7", + "@babel/helper-split-export-declaration": "^7.24.7", + "@babel/parser": "^7.24.7", + "@babel/types": "^7.24.7", + "debug": "^4.3.1", + "globals": "^11.1.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/traverse/node_modules/debug": { + "version": "4.3.5", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.5.tgz", + "integrity": "sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg==", + "dependencies": { + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/@babel/traverse/node_modules/ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + }, + "node_modules/@babel/types": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.24.7.tgz", + "integrity": "sha512-XEFXSlxiG5td2EJRe8vOmRbaXVgfcBlszKujvVmWIK/UpywWljQCfzAv3RQCGujWQ1RD4YYWEAqDXfuJiy8f5Q==", + "dependencies": { + "@babel/helper-string-parser": "^7.24.7", + "@babel/helper-validator-identifier": "^7.24.7", + "to-fast-properties": "^2.0.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@bcoe/v8-coverage": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz", + "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==" + }, + "node_modules/@google/generative-ai": { + "version": "0.14.1", + "resolved": "https://registry.npmjs.org/@google/generative-ai/-/generative-ai-0.14.1.tgz", + "integrity": "sha512-pevEyZCb0Oc+dYNlSberW8oZBm4ofeTD5wN01TowQMhTwdAbGAnJMtQzoklh6Blq2AKsx8Ox6FWa44KioZLZiA==", + "engines": { + "node": ">=18.0.0" + } + }, + "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==", + "dev": true, + "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/@istanbuljs/load-nyc-config": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz", + "integrity": "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==", + "dependencies": { + "camelcase": "^5.3.1", + "find-up": "^4.1.0", + "get-package-type": "^0.1.0", + "js-yaml": "^3.13.1", + "resolve-from": "^5.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/@istanbuljs/schema": { + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz", + "integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==", + "engines": { + "node": ">=8" + } + }, + "node_modules/@jest/console": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/@jest/console/-/console-29.7.0.tgz", + "integrity": "sha512-5Ni4CU7XHQi32IJ398EEP4RrB8eV09sXP2ROqD4bksHrnTree52PsxvX8tpL8LvTZ3pFzXyPbNQReSN41CAhOg==", + "dependencies": { + "@jest/types": "^29.6.3", + "@types/node": "*", + "chalk": "^4.0.0", + "jest-message-util": "^29.7.0", + "jest-util": "^29.7.0", + "slash": "^3.0.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/@jest/core": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/@jest/core/-/core-29.7.0.tgz", + "integrity": "sha512-n7aeXWKMnGtDA48y8TLWJPJmLmmZ642Ceo78cYWEpiD7FzDgmNDV/GCVRorPABdXLJZ/9wzzgZAlHjXjxDHGsg==", + "dependencies": { + "@jest/console": "^29.7.0", + "@jest/reporters": "^29.7.0", + "@jest/test-result": "^29.7.0", + "@jest/transform": "^29.7.0", + "@jest/types": "^29.6.3", + "@types/node": "*", + "ansi-escapes": "^4.2.1", + "chalk": "^4.0.0", + "ci-info": "^3.2.0", + "exit": "^0.1.2", + "graceful-fs": "^4.2.9", + "jest-changed-files": "^29.7.0", + "jest-config": "^29.7.0", + "jest-haste-map": "^29.7.0", + "jest-message-util": "^29.7.0", + "jest-regex-util": "^29.6.3", + "jest-resolve": "^29.7.0", + "jest-resolve-dependencies": "^29.7.0", + "jest-runner": "^29.7.0", + "jest-runtime": "^29.7.0", + "jest-snapshot": "^29.7.0", + "jest-util": "^29.7.0", + "jest-validate": "^29.7.0", + "jest-watcher": "^29.7.0", + "micromatch": "^4.0.4", + "pretty-format": "^29.7.0", + "slash": "^3.0.0", + "strip-ansi": "^6.0.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + }, + "peerDependencies": { + "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" + }, + "peerDependenciesMeta": { + "node-notifier": { + "optional": true + } + } + }, + "node_modules/@jest/core/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==", + "engines": { + "node": ">=8" + } + }, + "node_modules/@jest/core/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==", + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/@jest/environment": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-29.7.0.tgz", + "integrity": "sha512-aQIfHDq33ExsN4jP1NWGXhxgQ/wixs60gDiKO+XVMd8Mn0NWPWgc34ZQDTb2jKaUWQ7MuwoitXAsN2XVXNMpAw==", + "dependencies": { + "@jest/fake-timers": "^29.7.0", + "@jest/types": "^29.6.3", + "@types/node": "*", + "jest-mock": "^29.7.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/@jest/expect": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/@jest/expect/-/expect-29.7.0.tgz", + "integrity": "sha512-8uMeAMycttpva3P1lBHB8VciS9V0XAr3GymPpipdyQXbBcuhkLQOSe8E/p92RyAdToS6ZD1tFkX+CkhoECE0dQ==", + "dependencies": { + "expect": "^29.7.0", + "jest-snapshot": "^29.7.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/@jest/expect-utils": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/@jest/expect-utils/-/expect-utils-29.7.0.tgz", + "integrity": "sha512-GlsNBWiFQFCVi9QVSx7f5AgMeLxe9YCCs5PuP2O2LdjDAA8Jh9eX7lA1Jq/xdXw3Wb3hyvlFNfZIfcRetSzYcA==", + "dependencies": { + "jest-get-type": "^29.6.3" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/@jest/fake-timers": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-29.7.0.tgz", + "integrity": "sha512-q4DH1Ha4TTFPdxLsqDXK1d3+ioSL7yL5oCMJZgDYm6i+6CygW5E5xVr/D1HdsGxjt1ZWSfUAs9OxSB/BNelWrQ==", + "dependencies": { + "@jest/types": "^29.6.3", + "@sinonjs/fake-timers": "^10.0.2", + "@types/node": "*", + "jest-message-util": "^29.7.0", + "jest-mock": "^29.7.0", + "jest-util": "^29.7.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/@jest/globals": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/@jest/globals/-/globals-29.7.0.tgz", + "integrity": "sha512-mpiz3dutLbkW2MNFubUGUEVLkTGiqW6yLVTA+JbP6fI6J5iL9Y0Nlg8k95pcF8ctKwCS7WVxteBs29hhfAotzQ==", + "dependencies": { + "@jest/environment": "^29.7.0", + "@jest/expect": "^29.7.0", + "@jest/types": "^29.6.3", + "jest-mock": "^29.7.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/@jest/reporters": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-29.7.0.tgz", + "integrity": "sha512-DApq0KJbJOEzAFYjHADNNxAE3KbhxQB1y5Kplb5Waqw6zVbuWatSnMjE5gs8FUgEPmNsnZA3NCWl9NG0ia04Pg==", + "dependencies": { + "@bcoe/v8-coverage": "^0.2.3", + "@jest/console": "^29.7.0", + "@jest/test-result": "^29.7.0", + "@jest/transform": "^29.7.0", + "@jest/types": "^29.6.3", + "@jridgewell/trace-mapping": "^0.3.18", + "@types/node": "*", + "chalk": "^4.0.0", + "collect-v8-coverage": "^1.0.0", + "exit": "^0.1.2", + "glob": "^7.1.3", + "graceful-fs": "^4.2.9", + "istanbul-lib-coverage": "^3.0.0", + "istanbul-lib-instrument": "^6.0.0", + "istanbul-lib-report": "^3.0.0", + "istanbul-lib-source-maps": "^4.0.0", + "istanbul-reports": "^3.1.3", + "jest-message-util": "^29.7.0", + "jest-util": "^29.7.0", + "jest-worker": "^29.7.0", + "slash": "^3.0.0", + "string-length": "^4.0.1", + "strip-ansi": "^6.0.0", + "v8-to-istanbul": "^9.0.1" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + }, + "peerDependencies": { + "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" + }, + "peerDependenciesMeta": { + "node-notifier": { + "optional": true + } + } + }, + "node_modules/@jest/reporters/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==", + "engines": { + "node": ">=8" + } + }, + "node_modules/@jest/reporters/node_modules/brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "node_modules/@jest/reporters/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", + "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/@jest/reporters/node_modules/minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, + "node_modules/@jest/reporters/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==", + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/@jest/schemas": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-29.6.3.tgz", + "integrity": "sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA==", + "dependencies": { + "@sinclair/typebox": "^0.27.8" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/@jest/source-map": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/@jest/source-map/-/source-map-29.6.3.tgz", + "integrity": "sha512-MHjT95QuipcPrpLM+8JMSzFx6eHp5Bm+4XeFDJlwsvVBjmKNiIAvasGK2fxz2WbGRlnvqehFbh07MMa7n3YJnw==", + "dependencies": { + "@jridgewell/trace-mapping": "^0.3.18", + "callsites": "^3.0.0", + "graceful-fs": "^4.2.9" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/@jest/test-result": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-29.7.0.tgz", + "integrity": "sha512-Fdx+tv6x1zlkJPcWXmMDAG2HBnaR9XPSd5aDWQVsfrZmLVT3lU1cwyxLgRmXR9yrq4NBoEm9BMsfgFzTQAbJYA==", + "dependencies": { + "@jest/console": "^29.7.0", + "@jest/types": "^29.6.3", + "@types/istanbul-lib-coverage": "^2.0.0", + "collect-v8-coverage": "^1.0.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/@jest/test-sequencer": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-29.7.0.tgz", + "integrity": "sha512-GQwJ5WZVrKnOJuiYiAF52UNUJXgTZx1NHjFSEB0qEMmSZKAkdMoIzw/Cj6x6NF4AvV23AUqDpFzQkN/eYCYTxw==", + "dependencies": { + "@jest/test-result": "^29.7.0", + "graceful-fs": "^4.2.9", + "jest-haste-map": "^29.7.0", + "slash": "^3.0.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/@jest/transform": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-29.7.0.tgz", + "integrity": "sha512-ok/BTPFzFKVMwO5eOHRrvnBVHdRy9IrsrW1GpMaQ9MCnilNLXQKmAX8s1YXDFaai9xJpac2ySzV0YeRRECr2Vw==", + "dependencies": { + "@babel/core": "^7.11.6", + "@jest/types": "^29.6.3", + "@jridgewell/trace-mapping": "^0.3.18", + "babel-plugin-istanbul": "^6.1.1", + "chalk": "^4.0.0", + "convert-source-map": "^2.0.0", + "fast-json-stable-stringify": "^2.1.0", + "graceful-fs": "^4.2.9", + "jest-haste-map": "^29.7.0", + "jest-regex-util": "^29.6.3", + "jest-util": "^29.7.0", + "micromatch": "^4.0.4", + "pirates": "^4.0.4", + "slash": "^3.0.0", + "write-file-atomic": "^4.0.2" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/@jest/types": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-29.6.3.tgz", + "integrity": "sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==", + "dependencies": { + "@jest/schemas": "^29.6.3", + "@types/istanbul-lib-coverage": "^2.0.0", + "@types/istanbul-reports": "^3.0.0", + "@types/node": "*", + "@types/yargs": "^17.0.8", + "chalk": "^4.0.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/@jridgewell/gen-mapping": { + "version": "0.3.5", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz", + "integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==", + "dependencies": { + "@jridgewell/set-array": "^1.2.1", + "@jridgewell/sourcemap-codec": "^1.4.10", + "@jridgewell/trace-mapping": "^0.3.24" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "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==", + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/set-array": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz", + "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==", + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/sourcemap-codec": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz", + "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==" + }, + "node_modules/@jridgewell/trace-mapping": { + "version": "0.3.25", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz", + "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==", + "dependencies": { + "@jridgewell/resolve-uri": "^3.1.0", + "@jridgewell/sourcemap-codec": "^1.4.14" + } + }, + "node_modules/@one-ini/wasm": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@one-ini/wasm/-/wasm-0.1.1.tgz", + "integrity": "sha512-XuySG1E38YScSJoMlqovLru4KTUNSjgVTIjyh7qMX6aNN5HY5Ct5LhRJdxO79JtTzKfzV/bnWpz+zquYrISsvw==", + "dev": true + }, + "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==", + "dev": true, + "optional": true, + "engines": { + "node": ">=14" + } + }, + "node_modules/@sinclair/typebox": { + "version": "0.27.8", + "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.27.8.tgz", + "integrity": "sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==" + }, + "node_modules/@sinonjs/commons": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-3.0.1.tgz", + "integrity": "sha512-K3mCHKQ9sVh8o1C9cxkwxaOmXoAMlDxC1mYyHrjqOWEcBjYr76t96zL2zlj5dUGZ3HSw240X1qgH3Mjf1yJWpQ==", + "dependencies": { + "type-detect": "4.0.8" + } + }, + "node_modules/@sinonjs/fake-timers": { + "version": "10.3.0", + "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-10.3.0.tgz", + "integrity": "sha512-V4BG07kuYSUkTCSBHG8G8TNhM+F19jXFWnQtzj+we8DrkpSBCee9Z3Ms8yiGer/dlmhe35/Xdgyo3/0rQKg7YA==", + "dependencies": { + "@sinonjs/commons": "^3.0.0" + } + }, + "node_modules/@types/babel__core": { + "version": "7.20.5", + "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz", + "integrity": "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==", + "dependencies": { + "@babel/parser": "^7.20.7", + "@babel/types": "^7.20.7", + "@types/babel__generator": "*", + "@types/babel__template": "*", + "@types/babel__traverse": "*" + } + }, + "node_modules/@types/babel__generator": { + "version": "7.6.8", + "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.8.tgz", + "integrity": "sha512-ASsj+tpEDsEiFr1arWrlN6V3mdfjRMZt6LtK/Vp/kreFLnr5QH5+DhvD5nINYZXzwJvXeGq+05iUXcAzVrqWtw==", + "dependencies": { + "@babel/types": "^7.0.0" + } + }, + "node_modules/@types/babel__template": { + "version": "7.4.4", + "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.4.tgz", + "integrity": "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==", + "dependencies": { + "@babel/parser": "^7.1.0", + "@babel/types": "^7.0.0" + } + }, + "node_modules/@types/babel__traverse": { + "version": "7.20.6", + "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.20.6.tgz", + "integrity": "sha512-r1bzfrm0tomOI8g1SzvCaQHo6Lcv6zu0EA+W2kHrt8dyrHQxGzBBL4kdkzIS+jBMV+EYcMAEAqXqYaLJq5rOZg==", + "dependencies": { + "@babel/types": "^7.20.7" + } + }, + "node_modules/@types/debug": { + "version": "4.1.12", + "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.12.tgz", + "integrity": "sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==", + "dependencies": { + "@types/ms": "*" + } + }, + "node_modules/@types/graceful-fs": { + "version": "4.1.9", + "resolved": "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.9.tgz", + "integrity": "sha512-olP3sd1qOEe5dXTSaFvQG+02VdRXcdytWLAZsAq1PecU8uqQAhkrnbli7DagjtXKW/Bl7YJbUsa8MPcuc8LHEQ==", + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/@types/istanbul-lib-coverage": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.6.tgz", + "integrity": "sha512-2QF/t/auWm0lsy8XtKVPG19v3sSOQlJe/YHZgfjb/KBBHOGSV+J2q/S671rcq9uTBrLAXmZpqJiaQbMT+zNU1w==" + }, + "node_modules/@types/istanbul-lib-report": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.3.tgz", + "integrity": "sha512-NQn7AHQnk/RSLOxrBbGyJM/aVQ+pjj5HCgasFxc0K/KhoATfQ/47AyUl15I2yBUpihjmas+a+VJBOqecrFH+uA==", + "dependencies": { + "@types/istanbul-lib-coverage": "*" + } + }, + "node_modules/@types/istanbul-reports": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.4.tgz", + "integrity": "sha512-pk2B1NWalF9toCRu6gjBzR69syFjP4Od8WRAX+0mmf9lAjCRicLOWc+ZrxZHx/0XRjotgkF9t6iaMJ+aXcOdZQ==", + "dependencies": { + "@types/istanbul-lib-report": "*" + } + }, + "node_modules/@types/ms": { + "version": "0.7.34", + "resolved": "https://registry.npmjs.org/@types/ms/-/ms-0.7.34.tgz", + "integrity": "sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g==" + }, + "node_modules/@types/node": { + "version": "20.14.10", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.10.tgz", + "integrity": "sha512-MdiXf+nDuMvY0gJKxyfZ7/6UFsETO7mGKF54MVD/ekJS6HdFtpZFBgrh6Pseu64XTb2MLyFPlbW6hj8HYRQNOQ==", + "dependencies": { + "undici-types": "~5.26.4" + } + }, + "node_modules/@types/node-fetch": { + "version": "2.6.11", + "resolved": "https://registry.npmjs.org/@types/node-fetch/-/node-fetch-2.6.11.tgz", + "integrity": "sha512-24xFj9R5+rfQJLRyM56qh+wnVSYhyXC2tkoBndtY0U+vubqNsYXGjufB2nn8Q6gt0LrARwL6UBtMCSVCwl4B1g==", + "dependencies": { + "@types/node": "*", + "form-data": "^4.0.0" + } + }, + "node_modules/@types/stack-utils": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.3.tgz", + "integrity": "sha512-9aEbYZ3TbYMznPdcdr3SmIrLXwC/AKZXQeCf9Pgao5CKb8CyHuEX5jzWPTkvregvhRJHcpRO6BFoGW9ycaOkYw==" + }, + "node_modules/@types/validator": { + "version": "13.12.0", + "resolved": "https://registry.npmjs.org/@types/validator/-/validator-13.12.0.tgz", + "integrity": "sha512-nH45Lk7oPIJ1RVOF6JgFI6Dy0QpHEzq4QecZhvguxYPDwT8c93prCMqAtiIttm39voZ+DDR+qkNnMpJmMBRqag==" + }, + "node_modules/@types/yargs": { + "version": "17.0.32", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.32.tgz", + "integrity": "sha512-xQ67Yc/laOG5uMfX/093MRlGGCIBzZMarVa+gfNKJxWAIgykYpVGkBdbqEzGDDfCrVUj6Hiff4mTZ5BA6TmAog==", + "dependencies": { + "@types/yargs-parser": "*" + } + }, + "node_modules/@types/yargs-parser": { + "version": "21.0.3", + "resolved": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-21.0.3.tgz", + "integrity": "sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==" + }, + "node_modules/abbrev": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-2.0.0.tgz", + "integrity": "sha512-6/mh1E2u2YgEsCHdY0Yx5oW+61gZU+1vXaoiHHrpKeuRNNgFvS+/jrwHiQhB5apAf5oB7UB7E19ol2R2LKH8hQ==", + "dev": true, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "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==", + "dependencies": { + "event-target-shim": "^5.0.0" + }, + "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==", + "dependencies": { + "mime-types": "~2.1.34", + "negotiator": "0.6.3" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/agent-base": { + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.1.tgz", + "integrity": "sha512-H0TSyFNDMomMNJQBn8wFV5YC/2eJ+VXECwOadZJT554xP6cODZHPX3H9QMQECxvrgiSOP1pHjy1sMWQVYJOUOA==", + "dependencies": { + "debug": "^4.3.4" + }, + "engines": { + "node": ">= 14" + } + }, + "node_modules/agent-base/node_modules/debug": { + "version": "4.3.5", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.5.tgz", + "integrity": "sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg==", + "dependencies": { + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/agent-base/node_modules/ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + }, + "node_modules/agentkeepalive": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/agentkeepalive/-/agentkeepalive-4.5.0.tgz", + "integrity": "sha512-5GG/5IbQQpC9FpkRGsSvZI5QYeSCzlJHdpBQntCsuTOxhKD8lqKhrleg2Yi7yvMIf82Ycmmqln9U8V9qwEiJew==", + "dependencies": { + "humanize-ms": "^1.2.1" + }, + "engines": { + "node": ">= 8.0.0" + } + }, + "node_modules/ansi-escapes": { + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz", + "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==", + "dependencies": { + "type-fest": "^0.21.3" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/ansi-regex": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz", + "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==", + "dev": true, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-regex?sponsor=1" + } + }, + "node_modules/ansi-styles": { + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", + "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==", + "dev": true, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "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==", + "dependencies": { + "normalize-path": "^3.0.0", + "picomatch": "^2.0.4" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/argparse": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", + "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", + "dependencies": { + "sprintf-js": "~1.0.2" + } + }, + "node_modules/array-flatten": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", + "integrity": "sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==" + }, + "node_modules/asap": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz", + "integrity": "sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA==" + }, + "node_modules/asynckit": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", + "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==" + }, + "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==", + "dev": true, + "engines": { + "node": ">= 4.0.0" + } + }, + "node_modules/axios": { + "version": "1.7.2", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.2.tgz", + "integrity": "sha512-2A8QhOMrbomlDuiLeK9XibIBzuHeRcqqNOHp0Cyp5EoJ1IFDh+XZH3A6BkXtv0K4gFGCI0Y4BM7B1wOEi0Rmgw==", + "dependencies": { + "follow-redirects": "^1.15.6", + "form-data": "^4.0.0", + "proxy-from-env": "^1.1.0" + } + }, + "node_modules/babel-jest": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-29.7.0.tgz", + "integrity": "sha512-BrvGY3xZSwEcCzKvKsCi2GgHqDqsYkOP4/by5xCgIwGXQxIEh+8ew3gmrE1y7XRR6LHZIj6yLYnUi/mm2KXKBg==", + "dependencies": { + "@jest/transform": "^29.7.0", + "@types/babel__core": "^7.1.14", + "babel-plugin-istanbul": "^6.1.1", + "babel-preset-jest": "^29.6.3", + "chalk": "^4.0.0", + "graceful-fs": "^4.2.9", + "slash": "^3.0.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + }, + "peerDependencies": { + "@babel/core": "^7.8.0" + } + }, + "node_modules/babel-plugin-istanbul": { + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz", + "integrity": "sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.0.0", + "@istanbuljs/load-nyc-config": "^1.0.0", + "@istanbuljs/schema": "^0.1.2", + "istanbul-lib-instrument": "^5.0.4", + "test-exclude": "^6.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/babel-plugin-istanbul/node_modules/istanbul-lib-instrument": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-5.2.1.tgz", + "integrity": "sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==", + "dependencies": { + "@babel/core": "^7.12.3", + "@babel/parser": "^7.14.7", + "@istanbuljs/schema": "^0.1.2", + "istanbul-lib-coverage": "^3.2.0", + "semver": "^6.3.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/babel-plugin-istanbul/node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/babel-plugin-jest-hoist": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-29.6.3.tgz", + "integrity": "sha512-ESAc/RJvGTFEzRwOTT4+lNDk/GNHMkKbNzsvT0qKRfDyyYTskxB5rnU2njIDYVxXCBHHEI1c0YwHob3WaYujOg==", + "dependencies": { + "@babel/template": "^7.3.3", + "@babel/types": "^7.3.3", + "@types/babel__core": "^7.1.14", + "@types/babel__traverse": "^7.0.6" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/babel-preset-current-node-syntax": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.0.1.tgz", + "integrity": "sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==", + "dependencies": { + "@babel/plugin-syntax-async-generators": "^7.8.4", + "@babel/plugin-syntax-bigint": "^7.8.3", + "@babel/plugin-syntax-class-properties": "^7.8.3", + "@babel/plugin-syntax-import-meta": "^7.8.3", + "@babel/plugin-syntax-json-strings": "^7.8.3", + "@babel/plugin-syntax-logical-assignment-operators": "^7.8.3", + "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", + "@babel/plugin-syntax-numeric-separator": "^7.8.3", + "@babel/plugin-syntax-object-rest-spread": "^7.8.3", + "@babel/plugin-syntax-optional-catch-binding": "^7.8.3", + "@babel/plugin-syntax-optional-chaining": "^7.8.3", + "@babel/plugin-syntax-top-level-await": "^7.8.3" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/babel-preset-jest": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-29.6.3.tgz", + "integrity": "sha512-0B3bhxR6snWXJZtR/RliHTDPRgn1sNHOR0yVtq/IiQFyuOVjFS+wuio/R4gSNkyYmKmJB4wGZv2NZanmKmTnNA==", + "dependencies": { + "babel-plugin-jest-hoist": "^29.6.3", + "babel-preset-current-node-syntax": "^1.0.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "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==" + }, + "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" + } + ] + }, + "node_modules/bcryptjs": { + "version": "2.4.3", + "resolved": "https://registry.npmjs.org/bcryptjs/-/bcryptjs-2.4.3.tgz", + "integrity": "sha512-V/Hy/X9Vt7f3BbPJEi8BdVFMByHi+jNXrYkW3huaybV/kQ0KJg0Y6PkEMbn+zeT+i+SiKZ/HMqJGIIt4LZDqNQ==" + }, + "node_modules/bignumber.js": { + "version": "9.1.2", + "resolved": "https://registry.npmjs.org/bignumber.js/-/bignumber.js-9.1.2.tgz", + "integrity": "sha512-2/mKyZH9K85bzOEfhXDBFZTGd1CTs+5IHpeFQo9luiBG7hghdC851Pj2WAhb6E3R6b9tZj/XKhbg4fum+Kepug==", + "engines": { + "node": "*" + } + }, + "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==", + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/bluebird": { + "version": "3.7.2", + "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz", + "integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==", + "dev": true + }, + "node_modules/body-parser": { + "version": "1.20.2", + "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.2.tgz", + "integrity": "sha512-ml9pReCu3M61kGlqoTm2umSXTlRTuGTx0bfYj+uIUKKYycG5NtSbeetV3faSU6R7ajOPw0g/J1PvK4qNy7s5bA==", + "dependencies": { + "bytes": "3.1.2", + "content-type": "~1.0.5", + "debug": "2.6.9", + "depd": "2.0.0", + "destroy": "1.2.0", + "http-errors": "2.0.0", + "iconv-lite": "0.4.24", + "on-finished": "2.4.1", + "qs": "6.11.0", + "raw-body": "2.5.2", + "type-is": "~1.6.18", + "unpipe": "1.0.0" + }, + "engines": { + "node": ">= 0.8", + "npm": "1.2.8000 || >= 1.4.16" + } + }, + "node_modules/brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "dev": true, + "dependencies": { + "balanced-match": "^1.0.0" + } + }, + "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==", + "dependencies": { + "fill-range": "^7.1.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/browserslist": { + "version": "4.23.2", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.23.2.tgz", + "integrity": "sha512-qkqSyistMYdxAcw+CzbZwlBy8AGmS/eEWs+sEV5TnLRGDOL+C5M2EnH6tlZyg0YoAxGJAFKh61En9BR941GnHA==", + "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" + } + ], + "dependencies": { + "caniuse-lite": "^1.0.30001640", + "electron-to-chromium": "^1.4.820", + "node-releases": "^2.0.14", + "update-browserslist-db": "^1.1.0" + }, + "bin": { + "browserslist": "cli.js" + }, + "engines": { + "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" + } + }, + "node_modules/bser": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/bser/-/bser-2.1.1.tgz", + "integrity": "sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==", + "dependencies": { + "node-int64": "^0.4.0" + } + }, + "node_modules/buffer-equal-constant-time": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz", + "integrity": "sha512-zRpUiDwd/xk6ADqPMATG8vc9VPrkck7T07OIx0gnjmJAnHnTVXNQG3vfvWNuiZIkwu9KrKdA1iJKfsfTVxE6NA==" + }, + "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==" + }, + "node_modules/bytes": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz", + "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/call-bind": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.7.tgz", + "integrity": "sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==", + "dependencies": { + "es-define-property": "^1.0.0", + "es-errors": "^1.3.0", + "function-bind": "^1.1.2", + "get-intrinsic": "^1.2.4", + "set-function-length": "^1.2.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/callsites": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", + "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", + "engines": { + "node": ">=6" + } + }, + "node_modules/camelcase": { + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", + "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", + "engines": { + "node": ">=6" + } + }, + "node_modules/caniuse-lite": { + "version": "1.0.30001641", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001641.tgz", + "integrity": "sha512-Phv5thgl67bHYo1TtMY/MurjkHhV4EDaCosezRXgZ8jzA/Ub+wjxAvbGvjoFENStinwi5kCyOYV3mi5tOGykwA==", + "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" + } + ] + }, + "node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/chalk/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==", + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/chalk/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==", + "engines": { + "node": ">=8" + } + }, + "node_modules/chalk/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/char-regex": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/char-regex/-/char-regex-1.0.2.tgz", + "integrity": "sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==", + "engines": { + "node": ">=10" + } + }, + "node_modules/chokidar": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz", + "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==", + "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/ci-info": { + "version": "3.9.0", + "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.9.0.tgz", + "integrity": "sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/sibiraj-s" + } + ], + "engines": { + "node": ">=8" + } + }, + "node_modules/cjs-module-lexer": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-1.3.1.tgz", + "integrity": "sha512-a3KdPAANPbNE4ZUv9h6LckSl9zLsYOP4MBmhIPkRaeyybt+r4UghLvq+xw/YwUcC1gqylCkL4rdVs3Lwupjm4Q==" + }, + "node_modules/cli-color": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/cli-color/-/cli-color-2.0.4.tgz", + "integrity": "sha512-zlnpg0jNcibNrO7GG9IeHH7maWFeCz+Ja1wx/7tZNU5ASSSSZ+/qZciM0/LHCYxSdqv5h2sdbQ/PXYdOuetXvA==", + "dev": true, + "dependencies": { + "d": "^1.0.1", + "es5-ext": "^0.10.64", + "es6-iterator": "^2.0.3", + "memoizee": "^0.4.15", + "timers-ext": "^0.1.7" + }, + "engines": { + "node": ">=0.10" + } + }, + "node_modules/cliui": { + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", + "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", + "dev": true, + "dependencies": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.0", + "wrap-ansi": "^7.0.0" + } + }, + "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==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/cliui/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==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "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==", + "dev": true + }, + "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==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true, + "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" + } + }, + "node_modules/co": { + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz", + "integrity": "sha512-QVb0dM5HvG+uaxitm8wONl7jltx8dqhfU33DcqtOZcLSVIKSDDLDi7+0LbAKiyI8hD9u42m2YxXSkMGWThaecQ==", + "engines": { + "iojs": ">= 1.0.0", + "node": ">= 0.12.0" + } + }, + "node_modules/collect-v8-coverage": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/collect-v8-coverage/-/collect-v8-coverage-1.0.2.tgz", + "integrity": "sha512-lHl4d5/ONEbLlJvaJNtsF/Lz+WvB07u2ycqTYbdrq7UypDXailES4valYb2eWiJFxZlVmpGekfqoxQhzyFdT4Q==" + }, + "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==", + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "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==" + }, + "node_modules/combined-stream": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", + "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", + "dependencies": { + "delayed-stream": "~1.0.0" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/commander": { + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/commander/-/commander-10.0.1.tgz", + "integrity": "sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==", + "dev": true, + "engines": { + "node": ">=14" + } + }, + "node_modules/component-emitter": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.3.1.tgz", + "integrity": "sha512-T0+barUSQRTUQASh8bx02dl+DhF54GtIDY13Y3m9oWTklKbb3Wv974meRpeZ3lp1JpLVECWWNHC4vaG2XHXouQ==", + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==" + }, + "node_modules/config-chain": { + "version": "1.1.13", + "resolved": "https://registry.npmjs.org/config-chain/-/config-chain-1.1.13.tgz", + "integrity": "sha512-qj+f8APARXHrM0hraqXYb2/bOVSV4PvJQlNZ/DVj0QrmNM2q2euizkeuVckQ57J+W0mRH6Hvi+k50M4Jul2VRQ==", + "dev": true, + "dependencies": { + "ini": "^1.3.4", + "proto-list": "~1.2.1" + } + }, + "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==", + "dependencies": { + "safe-buffer": "5.2.1" + }, + "engines": { + "node": ">= 0.6" + } + }, + "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==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/convert-source-map": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", + "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==" + }, + "node_modules/cookie": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.6.0.tgz", + "integrity": "sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/cookie-signature": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz", + "integrity": "sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==" + }, + "node_modules/cookiejar": { + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/cookiejar/-/cookiejar-2.1.4.tgz", + "integrity": "sha512-LDx6oHrK+PhzLKJU9j5S7/Y3jM/mUHvD/DeI1WQmJn652iPC5Y4TBzC9l+5OMOXlyTTA+SmVUPm0HQUwpD5Jqw==" + }, + "node_modules/cors": { + "version": "2.8.5", + "resolved": "https://registry.npmjs.org/cors/-/cors-2.8.5.tgz", + "integrity": "sha512-KIHbLJqu73RGr/hnbrO9uBeixNGuvSQjul/jdFvS/KFSIH1hWVd1ng7zOHx+YrEfInLG7q4n6GHQ9cDtxv/P6g==", + "dependencies": { + "object-assign": "^4", + "vary": "^1" + }, + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/create-jest": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/create-jest/-/create-jest-29.7.0.tgz", + "integrity": "sha512-Adz2bdH0Vq3F53KEMJOoftQFutWCukm6J24wbPWRO4k1kMY7gS7ds/uoJkNuV8wDCtWWnuwGcJwpWcih+zEW1Q==", + "dependencies": { + "@jest/types": "^29.6.3", + "chalk": "^4.0.0", + "exit": "^0.1.2", + "graceful-fs": "^4.2.9", + "jest-config": "^29.7.0", + "jest-util": "^29.7.0", + "prompts": "^2.0.1" + }, + "bin": { + "create-jest": "bin/create-jest.js" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/cross-spawn": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", + "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", + "dependencies": { + "path-key": "^3.1.0", + "shebang-command": "^2.0.0", + "which": "^2.0.1" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/d": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/d/-/d-1.0.2.tgz", + "integrity": "sha512-MOqHvMWF9/9MX6nza0KgvFH4HpMU0EF5uUDXqX/BtxtU8NfB0QzRtJ8Oe/6SuS4kbhyzVJwjd97EA4PKrzJ8bw==", + "dev": true, + "dependencies": { + "es5-ext": "^0.10.64", + "type": "^2.7.2" + }, + "engines": { + "node": ">=0.12" + } + }, + "node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/dedent": { + "version": "1.5.3", + "resolved": "https://registry.npmjs.org/dedent/-/dedent-1.5.3.tgz", + "integrity": "sha512-NHQtfOOW68WD8lgypbLA5oT+Bt0xXJhiYvoR6SmmNXZfpzOGXwdKWmcwG8N7PwVVWV3eF/68nmD9BaJSsTBhyQ==", + "peerDependencies": { + "babel-plugin-macros": "^3.1.0" + }, + "peerDependenciesMeta": { + "babel-plugin-macros": { + "optional": true + } + } + }, + "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==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/define-data-property": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz", + "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==", + "dependencies": { + "es-define-property": "^1.0.0", + "es-errors": "^1.3.0", + "gopd": "^1.0.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/delayed-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", + "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==", + "engines": { + "node": ">=0.4.0" + } + }, + "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==", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/destroy": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz", + "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==", + "engines": { + "node": ">= 0.8", + "npm": "1.2.8000 || >= 1.4.16" + } + }, + "node_modules/detect-newline": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/detect-newline/-/detect-newline-3.1.0.tgz", + "integrity": "sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==", + "engines": { + "node": ">=8" + } + }, + "node_modules/dezalgo": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/dezalgo/-/dezalgo-1.0.4.tgz", + "integrity": "sha512-rXSP0bf+5n0Qonsb+SVVfNfIsimO4HEtmnIpPHY8Q1UCzKlQrDMfdobr8nJOOsRgWCyMRqeSBQzmWUMq7zvVig==", + "dependencies": { + "asap": "^2.0.0", + "wrappy": "1" + } + }, + "node_modules/diff-sequences": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-29.6.3.tgz", + "integrity": "sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q==", + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/dotenv": { + "version": "16.4.5", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.5.tgz", + "integrity": "sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg==", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://dotenvx.com" + } + }, + "node_modules/dottie": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/dottie/-/dottie-2.0.6.tgz", + "integrity": "sha512-iGCHkfUc5kFekGiqhe8B/mdaurD+lakO9txNnTvKtA6PISrw86LgqHvRzWYPyoE2Ph5aMIrCw9/uko6XHTKCwA==" + }, + "node_modules/eastasianwidth": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz", + "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==", + "dev": true + }, + "node_modules/ecdsa-sig-formatter": { + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.11.tgz", + "integrity": "sha512-nagl3RYrbNv6kQkeJIpt6NJZy8twLB/2vtz6yN9Z4vRKHN4/QZJIEbqohALSgwKdnksuY3k5Addp5lg8sVoVcQ==", + "dependencies": { + "safe-buffer": "^5.0.1" + } + }, + "node_modules/editorconfig": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/editorconfig/-/editorconfig-1.0.4.tgz", + "integrity": "sha512-L9Qe08KWTlqYMVvMcTIvMAdl1cDUubzRNYL+WfA4bLDMHe4nemKkpmYzkznE1FwLKu0EEmy6obgQKzMJrg4x9Q==", + "dev": true, + "dependencies": { + "@one-ini/wasm": "0.1.1", + "commander": "^10.0.0", + "minimatch": "9.0.1", + "semver": "^7.5.3" + }, + "bin": { + "editorconfig": "bin/editorconfig" + }, + "engines": { + "node": ">=14" + } + }, + "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==" + }, + "node_modules/electron-to-chromium": { + "version": "1.4.825", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.825.tgz", + "integrity": "sha512-OCcF+LwdgFGcsYPYC5keEEFC2XT0gBhrYbeGzHCx7i9qRFbzO/AqTmc/C/1xNhJj+JA7rzlN7mpBuStshh96Cg==" + }, + "node_modules/emittery": { + "version": "0.13.1", + "resolved": "https://registry.npmjs.org/emittery/-/emittery-0.13.1.tgz", + "integrity": "sha512-DeWwawk6r5yR9jFgnDKYt4sLS0LmHJJi3ZOnb5/JdbYwj3nW+FxQnHIjhBKz8YLC7oRNPVM9NQ47I3CVx34eqQ==", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sindresorhus/emittery?sponsor=1" + } + }, + "node_modules/emoji-regex": { + "version": "9.2.2", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz", + "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==", + "dev": true + }, + "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==", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/error-ex": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", + "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", + "dependencies": { + "is-arrayish": "^0.2.1" + } + }, + "node_modules/es-define-property": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.0.tgz", + "integrity": "sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==", + "dependencies": { + "get-intrinsic": "^1.2.4" + }, + "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==", + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/es5-ext": { + "version": "0.10.64", + "resolved": "https://registry.npmjs.org/es5-ext/-/es5-ext-0.10.64.tgz", + "integrity": "sha512-p2snDhiLaXe6dahss1LddxqEm+SkuDvV8dnIQG0MWjyHpcMNfXKPE+/Cc0y+PhxJX3A4xGNeFCj5oc0BUh6deg==", + "dev": true, + "hasInstallScript": true, + "dependencies": { + "es6-iterator": "^2.0.3", + "es6-symbol": "^3.1.3", + "esniff": "^2.0.1", + "next-tick": "^1.1.0" + }, + "engines": { + "node": ">=0.10" + } + }, + "node_modules/es6-iterator": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/es6-iterator/-/es6-iterator-2.0.3.tgz", + "integrity": "sha512-zw4SRzoUkd+cl+ZoE15A9o1oQd920Bb0iOJMQkQhl3jNc03YqVjAhG7scf9C5KWRU/R13Orf588uCC6525o02g==", + "dev": true, + "dependencies": { + "d": "1", + "es5-ext": "^0.10.35", + "es6-symbol": "^3.1.1" + } + }, + "node_modules/es6-symbol": { + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/es6-symbol/-/es6-symbol-3.1.4.tgz", + "integrity": "sha512-U9bFFjX8tFiATgtkJ1zg25+KviIXpgRvRHS8sau3GfhVzThRQrOeksPeT0BWW2MNZs1OEWJ1DPXOQMn0KKRkvg==", + "dev": true, + "dependencies": { + "d": "^1.0.2", + "ext": "^1.7.0" + }, + "engines": { + "node": ">=0.12" + } + }, + "node_modules/es6-weak-map": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/es6-weak-map/-/es6-weak-map-2.0.3.tgz", + "integrity": "sha512-p5um32HOTO1kP+w7PRnB+5lQ43Z6muuMuIMffvDN8ZB4GcnjLBV6zGStpbASIMk4DCAvEaamhe2zhyCb/QXXsA==", + "dev": true, + "dependencies": { + "d": "1", + "es5-ext": "^0.10.46", + "es6-iterator": "^2.0.3", + "es6-symbol": "^3.1.1" + } + }, + "node_modules/escalade": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.2.tgz", + "integrity": "sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==", + "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==" + }, + "node_modules/escape-string-regexp": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz", + "integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==", + "engines": { + "node": ">=8" + } + }, + "node_modules/esniff": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/esniff/-/esniff-2.0.1.tgz", + "integrity": "sha512-kTUIGKQ/mDPFoJ0oVfcmyJn4iBDRptjNVIzwIFR7tqWXdVI9xfA2RMwY/gbSpJG3lkdWNEjLap/NqVHZiJsdfg==", + "dev": true, + "dependencies": { + "d": "^1.0.1", + "es5-ext": "^0.10.62", + "event-emitter": "^0.3.5", + "type": "^2.7.2" + }, + "engines": { + "node": ">=0.10" + } + }, + "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==", + "bin": { + "esparse": "bin/esparse.js", + "esvalidate": "bin/esvalidate.js" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/etag": { + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", + "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/event-emitter": { + "version": "0.3.5", + "resolved": "https://registry.npmjs.org/event-emitter/-/event-emitter-0.3.5.tgz", + "integrity": "sha512-D9rRn9y7kLPnJ+hMq7S/nhvoKwwvVJahBi2BPmx3bvbsEdK3W9ii8cBSGjP+72/LnM4n6fo3+dkCX5FeTQruXA==", + "dev": true, + "dependencies": { + "d": "1", + "es5-ext": "~0.10.14" + } + }, + "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==", + "engines": { + "node": ">=6" + } + }, + "node_modules/execa": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz", + "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==", + "dependencies": { + "cross-spawn": "^7.0.3", + "get-stream": "^6.0.0", + "human-signals": "^2.1.0", + "is-stream": "^2.0.0", + "merge-stream": "^2.0.0", + "npm-run-path": "^4.0.1", + "onetime": "^5.1.2", + "signal-exit": "^3.0.3", + "strip-final-newline": "^2.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sindresorhus/execa?sponsor=1" + } + }, + "node_modules/execa/node_modules/signal-exit": { + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", + "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==" + }, + "node_modules/exit": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz", + "integrity": "sha512-Zk/eNKV2zbjpKzrsQ+n1G6poVbErQxJ0LBOJXaKZ1EViLzH+hrLu9cdXI4zw9dBQJslwBEpbQ2P1oS7nDxs6jQ==", + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/expect": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/expect/-/expect-29.7.0.tgz", + "integrity": "sha512-2Zks0hf1VLFYI1kbh0I5jP3KHHyCHpkfyHBzsSXRFgl/Bg9mWYfMW8oD+PdMPlEwy5HNsR9JutYy6pMeOh61nw==", + "dependencies": { + "@jest/expect-utils": "^29.7.0", + "jest-get-type": "^29.6.3", + "jest-matcher-utils": "^29.7.0", + "jest-message-util": "^29.7.0", + "jest-util": "^29.7.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/express": { + "version": "4.19.2", + "resolved": "https://registry.npmjs.org/express/-/express-4.19.2.tgz", + "integrity": "sha512-5T6nhjsT+EOMzuck8JjBHARTHfMht0POzlA60WV2pMD3gyXw2LZnZ+ueGdNxG+0calOJcWKbpFcuzLZ91YWq9Q==", + "dependencies": { + "accepts": "~1.3.8", + "array-flatten": "1.1.1", + "body-parser": "1.20.2", + "content-disposition": "0.5.4", + "content-type": "~1.0.4", + "cookie": "0.6.0", + "cookie-signature": "1.0.6", + "debug": "2.6.9", + "depd": "2.0.0", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "etag": "~1.8.1", + "finalhandler": "1.2.0", + "fresh": "0.5.2", + "http-errors": "2.0.0", + "merge-descriptors": "1.0.1", + "methods": "~1.1.2", + "on-finished": "2.4.1", + "parseurl": "~1.3.3", + "path-to-regexp": "0.1.7", + "proxy-addr": "~2.0.7", + "qs": "6.11.0", + "range-parser": "~1.2.1", + "safe-buffer": "5.2.1", + "send": "0.18.0", + "serve-static": "1.15.0", + "setprototypeof": "1.2.0", + "statuses": "2.0.1", + "type-is": "~1.6.18", + "utils-merge": "1.0.1", + "vary": "~1.1.2" + }, + "engines": { + "node": ">= 0.10.0" + } + }, + "node_modules/ext": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/ext/-/ext-1.7.0.tgz", + "integrity": "sha512-6hxeJYaL110a9b5TEJSj0gojyHQAmA2ch5Os+ySCiA1QGdS697XWY1pzsrSjqA9LDEEgdB/KypIlR59RcLuHYw==", + "dev": true, + "dependencies": { + "type": "^2.7.2" + } + }, + "node_modules/extend": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", + "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==" + }, + "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==" + }, + "node_modules/fast-safe-stringify": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/fast-safe-stringify/-/fast-safe-stringify-2.1.1.tgz", + "integrity": "sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==" + }, + "node_modules/fb-watchman": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/fb-watchman/-/fb-watchman-2.0.2.tgz", + "integrity": "sha512-p5161BqbuCaSnB8jIbzQHOlpgsPmK5rJVDfDKO91Axs5NC1uu3HRQm6wt9cd9/+GtQQIO53JdGXXoyDpTAsgYA==", + "dependencies": { + "bser": "2.1.1" + } + }, + "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==", + "dependencies": { + "to-regex-range": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/finalhandler": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.2.0.tgz", + "integrity": "sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==", + "dependencies": { + "debug": "2.6.9", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "on-finished": "2.4.1", + "parseurl": "~1.3.3", + "statuses": "2.0.1", + "unpipe": "~1.0.0" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/find-up": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", + "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", + "dependencies": { + "locate-path": "^5.0.0", + "path-exists": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/follow-redirects": { + "version": "1.15.6", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.6.tgz", + "integrity": "sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==", + "funding": [ + { + "type": "individual", + "url": "https://github.com/sponsors/RubenVerborgh" + } + ], + "engines": { + "node": ">=4.0" + }, + "peerDependenciesMeta": { + "debug": { + "optional": true + } + } + }, + "node_modules/foreground-child": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.2.1.tgz", + "integrity": "sha512-PXUUyLqrR2XCWICfv6ukppP96sdFwWbNEnfEMt7jNsISjMsvaLNinAHNDYyvkyU+SZG2BTSbT5NjG+vZslfGTA==", + "dev": true, + "dependencies": { + "cross-spawn": "^7.0.0", + "signal-exit": "^4.0.1" + }, + "engines": { + "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/form-data": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz", + "integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==", + "dependencies": { + "asynckit": "^0.4.0", + "combined-stream": "^1.0.8", + "mime-types": "^2.1.12" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/form-data-encoder": { + "version": "1.7.2", + "resolved": "https://registry.npmjs.org/form-data-encoder/-/form-data-encoder-1.7.2.tgz", + "integrity": "sha512-qfqtYan3rxrnCk1VYaA4H+Ms9xdpPqvLZa6xmMgFvhO32x7/3J/ExcTd6qpxM0vH2GdMI+poehyBZvqfMTto8A==" + }, + "node_modules/formdata-node": { + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/formdata-node/-/formdata-node-4.4.1.tgz", + "integrity": "sha512-0iirZp3uVDjVGt9p49aTaqjk84TrglENEDuqfdlZQ1roC9CWlPk6Avf8EEnZNcAqPonwkG35x4n3ww/1THYAeQ==", + "dependencies": { + "node-domexception": "1.0.0", + "web-streams-polyfill": "4.0.0-beta.3" + }, + "engines": { + "node": ">= 12.20" + } + }, + "node_modules/formdata-node/node_modules/web-streams-polyfill": { + "version": "4.0.0-beta.3", + "resolved": "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-4.0.0-beta.3.tgz", + "integrity": "sha512-QW95TCTaHmsYfHDybGMwO5IJIM93I/6vTRk+daHTWFPhwh+C8Cg7j7XyKrwrj8Ib6vYXe0ocYNrmzY4xAAN6ug==", + "engines": { + "node": ">= 14" + } + }, + "node_modules/formidable": { + "version": "3.5.1", + "resolved": "https://registry.npmjs.org/formidable/-/formidable-3.5.1.tgz", + "integrity": "sha512-WJWKelbRHN41m5dumb0/k8TeAx7Id/y3a+Z7QfhxP/htI9Js5zYaEDtG8uMgG0vM0lOlqnmjE99/kfpOYi/0Og==", + "dependencies": { + "dezalgo": "^1.0.4", + "hexoid": "^1.0.0", + "once": "^1.4.0" + }, + "funding": { + "url": "https://ko-fi.com/tunnckoCore/commissions" + } + }, + "node_modules/forwarded": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz", + "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/fresh": { + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", + "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==", + "engines": { + "node": ">= 0.6" + } + }, + "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==", + "dev": true, + "dependencies": { + "at-least-node": "^1.0.0", + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "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==" + }, + "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, + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": "^8.16.0 || ^10.6.0 || >=11.0.0" + } + }, + "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==", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/gaxios": { + "version": "6.7.0", + "resolved": "https://registry.npmjs.org/gaxios/-/gaxios-6.7.0.tgz", + "integrity": "sha512-DSrkyMTfAnAm4ks9Go20QGOcXEyW/NmZhvTYBU2rb4afBB393WIMQPWPEDMl/k8xqiNN9HYq2zao3oWXsdl2Tg==", + "dependencies": { + "extend": "^3.0.2", + "https-proxy-agent": "^7.0.1", + "is-stream": "^2.0.0", + "node-fetch": "^2.6.9", + "uuid": "^10.0.0" + }, + "engines": { + "node": ">=14" + } + }, + "node_modules/gaxios/node_modules/uuid": { + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz", + "integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==", + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], + "bin": { + "uuid": "dist/bin/uuid" + } + }, + "node_modules/gcp-metadata": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/gcp-metadata/-/gcp-metadata-6.1.0.tgz", + "integrity": "sha512-Jh/AIwwgaxan+7ZUUmRLCjtchyDiqh4KjBJ5tW3plBZb5iL/BPcso8A5DlzeD9qlw0duCamnNdpFjxwaT0KyKg==", + "dependencies": { + "gaxios": "^6.0.0", + "json-bigint": "^1.0.0" + }, + "engines": { + "node": ">=14" + } + }, + "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==", + "engines": { + "node": ">=6.9.0" + } + }, + "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==", + "engines": { + "node": "6.* || 8.* || >= 10.*" + } + }, + "node_modules/get-intrinsic": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.4.tgz", + "integrity": "sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==", + "dependencies": { + "es-errors": "^1.3.0", + "function-bind": "^1.1.2", + "has-proto": "^1.0.1", + "has-symbols": "^1.0.3", + "hasown": "^2.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/get-package-type": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/get-package-type/-/get-package-type-0.1.0.tgz", + "integrity": "sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==", + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/get-stream": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz", + "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/glob": { + "version": "10.4.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.3.tgz", + "integrity": "sha512-Q38SGlYRpVtDBPSWEylRyctn7uDeTp4NQERTLiCT1FqA9JXPYWqAVmQU6qh4r/zMM5ehxTcbaO8EjhWnvEhmyg==", + "dev": true, + "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" + }, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "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==", + "dependencies": { + "is-glob": "^4.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/glob/node_modules/minimatch": { + "version": "9.0.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", + "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", + "dev": true, + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/globals": { + "version": "11.12.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", + "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", + "engines": { + "node": ">=4" + } + }, + "node_modules/google-auth-library": { + "version": "9.11.0", + "resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-9.11.0.tgz", + "integrity": "sha512-epX3ww/mNnhl6tL45EQ/oixsY8JLEgUFoT4A5E/5iAR4esld9Kqv6IJGk7EmGuOgDvaarwF95hU2+v7Irql9lw==", + "dependencies": { + "base64-js": "^1.3.0", + "ecdsa-sig-formatter": "^1.0.11", + "gaxios": "^6.1.1", + "gcp-metadata": "^6.1.0", + "gtoken": "^7.0.0", + "jws": "^4.0.0" + }, + "engines": { + "node": ">=14" + } + }, + "node_modules/googleapis": { + "version": "140.0.1", + "resolved": "https://registry.npmjs.org/googleapis/-/googleapis-140.0.1.tgz", + "integrity": "sha512-ZGvBX4mQcFXO9ACnVNg6Aqy3KtBPB5zTuue43YVLxwn8HSv8jB7w+uDKoIPSoWuxGROgnj2kbng6acXncOQRNA==", + "dependencies": { + "google-auth-library": "^9.0.0", + "googleapis-common": "^7.0.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/googleapis-common": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/googleapis-common/-/googleapis-common-7.2.0.tgz", + "integrity": "sha512-/fhDZEJZvOV3X5jmD+fKxMqma5q2Q9nZNSF3kn1F18tpxmA86BcTxAGBQdM0N89Z3bEaIs+HVznSmFJEAmMTjA==", + "dependencies": { + "extend": "^3.0.2", + "gaxios": "^6.0.3", + "google-auth-library": "^9.7.0", + "qs": "^6.7.0", + "url-template": "^2.0.8", + "uuid": "^9.0.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/googleapis-common/node_modules/uuid": { + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", + "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], + "bin": { + "uuid": "dist/bin/uuid" + } + }, + "node_modules/gopd": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz", + "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==", + "dependencies": { + "get-intrinsic": "^1.1.3" + }, + "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==" + }, + "node_modules/gtoken": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/gtoken/-/gtoken-7.1.0.tgz", + "integrity": "sha512-pCcEwRi+TKpMlxAQObHDQ56KawURgyAf6jtIY046fJ5tIv3zDe/LEIubckAO8fj6JnAxLdmWkUfNyulQ2iKdEw==", + "dependencies": { + "gaxios": "^6.0.0", + "jws": "^4.0.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", + "engines": { + "node": ">=4" + } + }, + "node_modules/has-property-descriptors": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz", + "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==", + "dependencies": { + "es-define-property": "^1.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/has-proto": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.3.tgz", + "integrity": "sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/has-symbols": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz", + "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/hasown": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", + "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==", + "dependencies": { + "function-bind": "^1.1.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/hexoid": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/hexoid/-/hexoid-1.0.0.tgz", + "integrity": "sha512-QFLV0taWQOZtvIRIAdBChesmogZrtuXvVWsFHZTk2SU+anspqZ2vMnoLg7IE1+Uk16N19APic1BuF8bC8c2m5g==", + "engines": { + "node": ">=8" + } + }, + "node_modules/html-escaper": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz", + "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==" + }, + "node_modules/http-errors": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz", + "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==", + "dependencies": { + "depd": "2.0.0", + "inherits": "2.0.4", + "setprototypeof": "1.2.0", + "statuses": "2.0.1", + "toidentifier": "1.0.1" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/https-proxy-agent": { + "version": "7.0.5", + "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.5.tgz", + "integrity": "sha512-1e4Wqeblerz+tMKPIq2EMGiiWW1dIjZOksyHWSUm1rmuvw/how9hBHZ38lAGj5ID4Ik6EdkOw7NmWPy6LAwalw==", + "dependencies": { + "agent-base": "^7.0.2", + "debug": "4" + }, + "engines": { + "node": ">= 14" + } + }, + "node_modules/https-proxy-agent/node_modules/debug": { + "version": "4.3.5", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.5.tgz", + "integrity": "sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg==", + "dependencies": { + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/https-proxy-agent/node_modules/ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + }, + "node_modules/human-signals": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz", + "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==", + "engines": { + "node": ">=10.17.0" + } + }, + "node_modules/humanize-ms": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/humanize-ms/-/humanize-ms-1.2.1.tgz", + "integrity": "sha512-Fl70vYtsAFb/C06PTS9dZBo7ihau+Tu/DNCk/OyHhea07S+aeMWpFFkUaXRa8fI+ScZbEI8dfSxwY7gxZ9SAVQ==", + "dependencies": { + "ms": "^2.0.0" + } + }, + "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==", + "dependencies": { + "safer-buffer": ">= 2.1.2 < 3" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/ignore-by-default": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/ignore-by-default/-/ignore-by-default-1.0.1.tgz", + "integrity": "sha512-Ius2VYcGNk7T90CppJqcIkS5ooHUZyIQK+ClZfMfMNFEF9VSE73Fq+906u/CWu92x4gzZMWOwfFYckPObzdEbA==" + }, + "node_modules/import-local": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/import-local/-/import-local-3.1.0.tgz", + "integrity": "sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==", + "dependencies": { + "pkg-dir": "^4.2.0", + "resolve-cwd": "^3.0.0" + }, + "bin": { + "import-local-fixture": "fixtures/cli.js" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/imurmurhash": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", + "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==", + "engines": { + "node": ">=0.8.19" + } + }, + "node_modules/inflection": { + "version": "1.13.4", + "resolved": "https://registry.npmjs.org/inflection/-/inflection-1.13.4.tgz", + "integrity": "sha512-6I/HUDeYFfuNCVS3td055BaXBwKYuzw7K3ExVMStBowKo9oOAMJIXIHvdyR3iboTCp1b+1i5DSkIZTcwIktuDw==", + "engines": [ + "node >= 0.4.0" + ] + }, + "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.", + "dependencies": { + "once": "^1.3.0", + "wrappy": "1" + } + }, + "node_modules/inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" + }, + "node_modules/ini": { + "version": "1.3.8", + "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz", + "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==", + "dev": true + }, + "node_modules/ipaddr.js": { + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz", + "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==", + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/is-arrayish": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", + "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==" + }, + "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==", + "dependencies": { + "binary-extensions": "^2.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/is-core-module": { + "version": "2.14.0", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.14.0.tgz", + "integrity": "sha512-a5dFJih5ZLYlRtDc0dZWP7RiKr6xIKzmn/oAYCDvdLThadVgyJwlaoQPmRtMSpz+rk0OGAgIu+TcM9HUF0fk1A==", + "dependencies": { + "hasown": "^2.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-extglob": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", + "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", + "engines": { + "node": ">=0.10.0" + } + }, + "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==", + "engines": { + "node": ">=8" + } + }, + "node_modules/is-generator-fn": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-generator-fn/-/is-generator-fn-2.1.0.tgz", + "integrity": "sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==", + "engines": { + "node": ">=6" + } + }, + "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==", + "dependencies": { + "is-extglob": "^2.1.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "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==", + "engines": { + "node": ">=0.12.0" + } + }, + "node_modules/is-promise": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/is-promise/-/is-promise-2.2.2.tgz", + "integrity": "sha512-+lP4/6lKUBfQjZ2pdxThZvLUAafmZb8OAxFb8XXtiQmS35INgr85hdOGoEs124ez1FCnZJt6jau/T+alh58QFQ==", + "dev": true + }, + "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==", + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/isexe": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", + "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==" + }, + "node_modules/istanbul-lib-coverage": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.2.tgz", + "integrity": "sha512-O8dpsF+r0WV/8MNRKfnmrtCWhuKjxrq2w+jpzBL5UZKTi2LeVWnWOmWRxFlesJONmc+wLAGvKQZEOanko0LFTg==", + "engines": { + "node": ">=8" + } + }, + "node_modules/istanbul-lib-instrument": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-6.0.3.tgz", + "integrity": "sha512-Vtgk7L/R2JHyyGW07spoFlB8/lpjiOLTjMdms6AFMraYt3BaJauod/NGrfnVG/y4Ix1JEuMRPDPEj2ua+zz1/Q==", + "dependencies": { + "@babel/core": "^7.23.9", + "@babel/parser": "^7.23.9", + "@istanbuljs/schema": "^0.1.3", + "istanbul-lib-coverage": "^3.2.0", + "semver": "^7.5.4" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/istanbul-lib-report": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.1.tgz", + "integrity": "sha512-GCfE1mtsHGOELCU8e/Z7YWzpmybrx/+dSTfLrvY8qRmaY6zXTKWn6WQIjaAFw069icm6GVMNkgu0NzI4iPZUNw==", + "dependencies": { + "istanbul-lib-coverage": "^3.0.0", + "make-dir": "^4.0.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/istanbul-lib-report/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==", + "engines": { + "node": ">=8" + } + }, + "node_modules/istanbul-lib-report/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/istanbul-lib-source-maps": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.1.tgz", + "integrity": "sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==", + "dependencies": { + "debug": "^4.1.1", + "istanbul-lib-coverage": "^3.0.0", + "source-map": "^0.6.1" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/istanbul-lib-source-maps/node_modules/debug": { + "version": "4.3.5", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.5.tgz", + "integrity": "sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg==", + "dependencies": { + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/istanbul-lib-source-maps/node_modules/ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + }, + "node_modules/istanbul-reports": { + "version": "3.1.7", + "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.7.tgz", + "integrity": "sha512-BewmUXImeuRk2YY0PVbxgKAysvhRPUQE0h5QRM++nVWyubKGV0l8qQ5op8+B2DOmwSe63Jivj0BjkPQVf8fP5g==", + "dependencies": { + "html-escaper": "^2.0.0", + "istanbul-lib-report": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/jackspeak": { + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.1.tgz", + "integrity": "sha512-U23pQPDnmYybVkYjObcuYMk43VRlMLLqLI+RdZy8s8WV8WsxO9SnqSroKaluuvcNOdCAlauKszDwd+umbot5Mg==", + "dev": true, + "dependencies": { + "@isaacs/cliui": "^8.0.2" + }, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + }, + "optionalDependencies": { + "@pkgjs/parseargs": "^0.11.0" + } + }, + "node_modules/jest": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest/-/jest-29.7.0.tgz", + "integrity": "sha512-NIy3oAFp9shda19hy4HK0HRTWKtPJmGdnvywu01nOqNC2vZg+Z+fvJDxpMQA88eb2I9EcafcdjYgsDthnYTvGw==", + "dependencies": { + "@jest/core": "^29.7.0", + "@jest/types": "^29.6.3", + "import-local": "^3.0.2", + "jest-cli": "^29.7.0" + }, + "bin": { + "jest": "bin/jest.js" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + }, + "peerDependencies": { + "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" + }, + "peerDependenciesMeta": { + "node-notifier": { + "optional": true + } + } + }, + "node_modules/jest-changed-files": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-29.7.0.tgz", + "integrity": "sha512-fEArFiwf1BpQ+4bXSprcDc3/x4HSzL4al2tozwVpDFpsxALjLYdyiIK4e5Vz66GQJIbXJ82+35PtysofptNX2w==", + "dependencies": { + "execa": "^5.0.0", + "jest-util": "^29.7.0", + "p-limit": "^3.1.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-circus": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-circus/-/jest-circus-29.7.0.tgz", + "integrity": "sha512-3E1nCMgipcTkCocFwM90XXQab9bS+GMsjdpmPrlelaxwD93Ad8iVEjX/vvHPdLPnFf+L40u+5+iutRdA1N9myw==", + "dependencies": { + "@jest/environment": "^29.7.0", + "@jest/expect": "^29.7.0", + "@jest/test-result": "^29.7.0", + "@jest/types": "^29.6.3", + "@types/node": "*", + "chalk": "^4.0.0", + "co": "^4.6.0", + "dedent": "^1.0.0", + "is-generator-fn": "^2.0.0", + "jest-each": "^29.7.0", + "jest-matcher-utils": "^29.7.0", + "jest-message-util": "^29.7.0", + "jest-runtime": "^29.7.0", + "jest-snapshot": "^29.7.0", + "jest-util": "^29.7.0", + "p-limit": "^3.1.0", + "pretty-format": "^29.7.0", + "pure-rand": "^6.0.0", + "slash": "^3.0.0", + "stack-utils": "^2.0.3" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-cli": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-29.7.0.tgz", + "integrity": "sha512-OVVobw2IubN/GSYsxETi+gOe7Ka59EFMR/twOU3Jb2GnKKeMGJB5SGUUrEz3SFVmJASUdZUzy83sLNNQ2gZslg==", + "dependencies": { + "@jest/core": "^29.7.0", + "@jest/test-result": "^29.7.0", + "@jest/types": "^29.6.3", + "chalk": "^4.0.0", + "create-jest": "^29.7.0", + "exit": "^0.1.2", + "import-local": "^3.0.2", + "jest-config": "^29.7.0", + "jest-util": "^29.7.0", + "jest-validate": "^29.7.0", + "yargs": "^17.3.1" + }, + "bin": { + "jest": "bin/jest.js" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + }, + "peerDependencies": { + "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" + }, + "peerDependenciesMeta": { + "node-notifier": { + "optional": true + } + } + }, + "node_modules/jest-cli/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==", + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-cli/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==", + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/jest-cli/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==", + "dependencies": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.1", + "wrap-ansi": "^7.0.0" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/jest-cli/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==" + }, + "node_modules/jest-cli/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==", + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-cli/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==", + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-cli/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==", + "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" + } + }, + "node_modules/jest-cli/node_modules/yargs": { + "version": "17.7.2", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz", + "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==", + "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/jest-cli/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==", + "engines": { + "node": ">=12" + } + }, + "node_modules/jest-config": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-29.7.0.tgz", + "integrity": "sha512-uXbpfeQ7R6TZBqI3/TxCU4q4ttk3u0PJeC+E0zbfSoSjq6bJ7buBPxzQPL0ifrkY4DNu4JUdk0ImlBUYi840eQ==", + "dependencies": { + "@babel/core": "^7.11.6", + "@jest/test-sequencer": "^29.7.0", + "@jest/types": "^29.6.3", + "babel-jest": "^29.7.0", + "chalk": "^4.0.0", + "ci-info": "^3.2.0", + "deepmerge": "^4.2.2", + "glob": "^7.1.3", + "graceful-fs": "^4.2.9", + "jest-circus": "^29.7.0", + "jest-environment-node": "^29.7.0", + "jest-get-type": "^29.6.3", + "jest-regex-util": "^29.6.3", + "jest-resolve": "^29.7.0", + "jest-runner": "^29.7.0", + "jest-util": "^29.7.0", + "jest-validate": "^29.7.0", + "micromatch": "^4.0.4", + "parse-json": "^5.2.0", + "pretty-format": "^29.7.0", + "slash": "^3.0.0", + "strip-json-comments": "^3.1.1" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + }, + "peerDependencies": { + "@types/node": "*", + "ts-node": ">=9.0.0" + }, + "peerDependenciesMeta": { + "@types/node": { + "optional": true + }, + "ts-node": { + "optional": true + } + } + }, + "node_modules/jest-config/node_modules/brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "node_modules/jest-config/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", + "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/jest-config/node_modules/minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, + "node_modules/jest-diff": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-29.7.0.tgz", + "integrity": "sha512-LMIgiIrhigmPrs03JHpxUh2yISK3vLFPkAodPeo0+BuF7wA2FoQbkEg1u8gBYBThncu7e1oEDUfIXVuTqLRUjw==", + "dependencies": { + "chalk": "^4.0.0", + "diff-sequences": "^29.6.3", + "jest-get-type": "^29.6.3", + "pretty-format": "^29.7.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-docblock": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-29.7.0.tgz", + "integrity": "sha512-q617Auw3A612guyaFgsbFeYpNP5t2aoUNLwBUbc/0kD1R4t9ixDbyFTHd1nok4epoVFpr7PmeWHrhvuV3XaJ4g==", + "dependencies": { + "detect-newline": "^3.0.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-each": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-each/-/jest-each-29.7.0.tgz", + "integrity": "sha512-gns+Er14+ZrEoC5fhOfYCY1LOHHr0TI+rQUHZS8Ttw2l7gl+80eHc/gFf2Ktkw0+SIACDTeWvpFcv3B04VembQ==", + "dependencies": { + "@jest/types": "^29.6.3", + "chalk": "^4.0.0", + "jest-get-type": "^29.6.3", + "jest-util": "^29.7.0", + "pretty-format": "^29.7.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-environment-node": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-29.7.0.tgz", + "integrity": "sha512-DOSwCRqXirTOyheM+4d5YZOrWcdu0LNZ87ewUoywbcb2XR4wKgqiG8vNeYwhjFMbEkfju7wx2GYH0P2gevGvFw==", + "dependencies": { + "@jest/environment": "^29.7.0", + "@jest/fake-timers": "^29.7.0", + "@jest/types": "^29.6.3", + "@types/node": "*", + "jest-mock": "^29.7.0", + "jest-util": "^29.7.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-get-type": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-29.6.3.tgz", + "integrity": "sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==", + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-haste-map": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-29.7.0.tgz", + "integrity": "sha512-fP8u2pyfqx0K1rGn1R9pyE0/KTn+G7PxktWidOBTqFPLYX0b9ksaMFkhK5vrS3DVun09pckLdlx90QthlW7AmA==", + "dependencies": { + "@jest/types": "^29.6.3", + "@types/graceful-fs": "^4.1.3", + "@types/node": "*", + "anymatch": "^3.0.3", + "fb-watchman": "^2.0.0", + "graceful-fs": "^4.2.9", + "jest-regex-util": "^29.6.3", + "jest-util": "^29.7.0", + "jest-worker": "^29.7.0", + "micromatch": "^4.0.4", + "walker": "^1.0.8" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + }, + "optionalDependencies": { + "fsevents": "^2.3.2" + } + }, + "node_modules/jest-leak-detector": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-29.7.0.tgz", + "integrity": "sha512-kYA8IJcSYtST2BY9I+SMC32nDpBT3J2NvWJx8+JCuCdl/CR1I4EKUJROiP8XtCcxqgTTBGJNdbB1A8XRKbTetw==", + "dependencies": { + "jest-get-type": "^29.6.3", + "pretty-format": "^29.7.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-matcher-utils": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-29.7.0.tgz", + "integrity": "sha512-sBkD+Xi9DtcChsI3L3u0+N0opgPYnCRPtGcQYrgXmR+hmt/fYfWAL0xRXYU8eWOdfuLgBe0YCW3AFtnRLagq/g==", + "dependencies": { + "chalk": "^4.0.0", + "jest-diff": "^29.7.0", + "jest-get-type": "^29.6.3", + "pretty-format": "^29.7.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-message-util": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-29.7.0.tgz", + "integrity": "sha512-GBEV4GRADeP+qtB2+6u61stea8mGcOT4mCtrYISZwfu9/ISHFJ/5zOMXYbpBE9RsS5+Gb63DW4FgmnKJ79Kf6w==", + "dependencies": { + "@babel/code-frame": "^7.12.13", + "@jest/types": "^29.6.3", + "@types/stack-utils": "^2.0.0", + "chalk": "^4.0.0", + "graceful-fs": "^4.2.9", + "micromatch": "^4.0.4", + "pretty-format": "^29.7.0", + "slash": "^3.0.0", + "stack-utils": "^2.0.3" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-mock": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-29.7.0.tgz", + "integrity": "sha512-ITOMZn+UkYS4ZFh83xYAOzWStloNzJFO2s8DWrE4lhtGD+AorgnbkiKERe4wQVBydIGPx059g6riW5Btp6Llnw==", + "dependencies": { + "@jest/types": "^29.6.3", + "@types/node": "*", + "jest-util": "^29.7.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-pnp-resolver": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/jest-pnp-resolver/-/jest-pnp-resolver-1.2.3.tgz", + "integrity": "sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w==", + "engines": { + "node": ">=6" + }, + "peerDependencies": { + "jest-resolve": "*" + }, + "peerDependenciesMeta": { + "jest-resolve": { + "optional": true + } + } + }, + "node_modules/jest-regex-util": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-29.6.3.tgz", + "integrity": "sha512-KJJBsRCyyLNWCNBOvZyRDnAIfUiRJ8v+hOBQYGn8gDyF3UegwiP4gwRR3/SDa42g1YbVycTidUF3rKjyLFDWbg==", + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-resolve": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-29.7.0.tgz", + "integrity": "sha512-IOVhZSrg+UvVAshDSDtHyFCCBUl/Q3AAJv8iZ6ZjnZ74xzvwuzLXid9IIIPgTnY62SJjfuupMKZsZQRsCvxEgA==", + "dependencies": { + "chalk": "^4.0.0", + "graceful-fs": "^4.2.9", + "jest-haste-map": "^29.7.0", + "jest-pnp-resolver": "^1.2.2", + "jest-util": "^29.7.0", + "jest-validate": "^29.7.0", + "resolve": "^1.20.0", + "resolve.exports": "^2.0.0", + "slash": "^3.0.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-resolve-dependencies": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-29.7.0.tgz", + "integrity": "sha512-un0zD/6qxJ+S0et7WxeI3H5XSe9lTBBR7bOHCHXkKR6luG5mwDDlIzVQ0V5cZCuoTgEdcdwzTghYkTWfubi+nA==", + "dependencies": { + "jest-regex-util": "^29.6.3", + "jest-snapshot": "^29.7.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-runner": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-29.7.0.tgz", + "integrity": "sha512-fsc4N6cPCAahybGBfTRcq5wFR6fpLznMg47sY5aDpsoejOcVYFb07AHuSnR0liMcPTgBsA3ZJL6kFOjPdoNipQ==", + "dependencies": { + "@jest/console": "^29.7.0", + "@jest/environment": "^29.7.0", + "@jest/test-result": "^29.7.0", + "@jest/transform": "^29.7.0", + "@jest/types": "^29.6.3", + "@types/node": "*", + "chalk": "^4.0.0", + "emittery": "^0.13.1", + "graceful-fs": "^4.2.9", + "jest-docblock": "^29.7.0", + "jest-environment-node": "^29.7.0", + "jest-haste-map": "^29.7.0", + "jest-leak-detector": "^29.7.0", + "jest-message-util": "^29.7.0", + "jest-resolve": "^29.7.0", + "jest-runtime": "^29.7.0", + "jest-util": "^29.7.0", + "jest-watcher": "^29.7.0", + "jest-worker": "^29.7.0", + "p-limit": "^3.1.0", + "source-map-support": "0.5.13" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-runtime": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-29.7.0.tgz", + "integrity": "sha512-gUnLjgwdGqW7B4LvOIkbKs9WGbn+QLqRQQ9juC6HndeDiezIwhDP+mhMwHWCEcfQ5RUXa6OPnFF8BJh5xegwwQ==", + "dependencies": { + "@jest/environment": "^29.7.0", + "@jest/fake-timers": "^29.7.0", + "@jest/globals": "^29.7.0", + "@jest/source-map": "^29.6.3", + "@jest/test-result": "^29.7.0", + "@jest/transform": "^29.7.0", + "@jest/types": "^29.6.3", + "@types/node": "*", + "chalk": "^4.0.0", + "cjs-module-lexer": "^1.0.0", + "collect-v8-coverage": "^1.0.0", + "glob": "^7.1.3", + "graceful-fs": "^4.2.9", + "jest-haste-map": "^29.7.0", + "jest-message-util": "^29.7.0", + "jest-mock": "^29.7.0", + "jest-regex-util": "^29.6.3", + "jest-resolve": "^29.7.0", + "jest-snapshot": "^29.7.0", + "jest-util": "^29.7.0", + "slash": "^3.0.0", + "strip-bom": "^4.0.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-runtime/node_modules/brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "node_modules/jest-runtime/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", + "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/jest-runtime/node_modules/minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, + "node_modules/jest-snapshot": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-29.7.0.tgz", + "integrity": "sha512-Rm0BMWtxBcioHr1/OX5YCP8Uov4riHvKPknOGs804Zg9JGZgmIBkbtlxJC/7Z4msKYVbIJtfU+tKb8xlYNfdkw==", + "dependencies": { + "@babel/core": "^7.11.6", + "@babel/generator": "^7.7.2", + "@babel/plugin-syntax-jsx": "^7.7.2", + "@babel/plugin-syntax-typescript": "^7.7.2", + "@babel/types": "^7.3.3", + "@jest/expect-utils": "^29.7.0", + "@jest/transform": "^29.7.0", + "@jest/types": "^29.6.3", + "babel-preset-current-node-syntax": "^1.0.0", + "chalk": "^4.0.0", + "expect": "^29.7.0", + "graceful-fs": "^4.2.9", + "jest-diff": "^29.7.0", + "jest-get-type": "^29.6.3", + "jest-matcher-utils": "^29.7.0", + "jest-message-util": "^29.7.0", + "jest-util": "^29.7.0", + "natural-compare": "^1.4.0", + "pretty-format": "^29.7.0", + "semver": "^7.5.3" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-util": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.7.0.tgz", + "integrity": "sha512-z6EbKajIpqGKU56y5KBUgy1dt1ihhQJgWzUlZHArA/+X2ad7Cb5iF+AK1EWVL/Bo7Rz9uurpqw6SiBCefUbCGA==", + "dependencies": { + "@jest/types": "^29.6.3", + "@types/node": "*", + "chalk": "^4.0.0", + "ci-info": "^3.2.0", + "graceful-fs": "^4.2.9", + "picomatch": "^2.2.3" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-validate": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-29.7.0.tgz", + "integrity": "sha512-ZB7wHqaRGVw/9hST/OuFUReG7M8vKeq0/J2egIGLdvjHCmYqGARhzXmtgi+gVeZ5uXFF219aOc3Ls2yLg27tkw==", + "dependencies": { + "@jest/types": "^29.6.3", + "camelcase": "^6.2.0", + "chalk": "^4.0.0", + "jest-get-type": "^29.6.3", + "leven": "^3.1.0", + "pretty-format": "^29.7.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-validate/node_modules/camelcase": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz", + "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/jest-watcher": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-29.7.0.tgz", + "integrity": "sha512-49Fg7WXkU3Vl2h6LbLtMQ/HyB6rXSIX7SqvBLQmssRBGN9I0PNvPmAmCWSOY6SOvrjhI/F7/bGAv9RtnsPA03g==", + "dependencies": { + "@jest/test-result": "^29.7.0", + "@jest/types": "^29.6.3", + "@types/node": "*", + "ansi-escapes": "^4.2.1", + "chalk": "^4.0.0", + "emittery": "^0.13.1", + "jest-util": "^29.7.0", + "string-length": "^4.0.1" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-worker": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-29.7.0.tgz", + "integrity": "sha512-eIz2msL/EzL9UFTFFx7jBTkeZfku0yUAyZZZmJ93H2TYEiroIx2PQjEXcwYtYl8zXCxb+PAmA2hLIt/6ZEkPHw==", + "dependencies": { + "@types/node": "*", + "jest-util": "^29.7.0", + "merge-stream": "^2.0.0", + "supports-color": "^8.0.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-worker/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==", + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-worker/node_modules/supports-color": { + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", + "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/supports-color?sponsor=1" + } + }, + "node_modules/js-beautify": { + "version": "1.15.1", + "resolved": "https://registry.npmjs.org/js-beautify/-/js-beautify-1.15.1.tgz", + "integrity": "sha512-ESjNzSlt/sWE8sciZH8kBF8BPlwXPwhR6pWKAw8bw4Bwj+iZcnKW6ONWUutJ7eObuBZQpiIb8S7OYspWrKt7rA==", + "dev": true, + "dependencies": { + "config-chain": "^1.1.13", + "editorconfig": "^1.0.4", + "glob": "^10.3.3", + "js-cookie": "^3.0.5", + "nopt": "^7.2.0" + }, + "bin": { + "css-beautify": "js/bin/css-beautify.js", + "html-beautify": "js/bin/html-beautify.js", + "js-beautify": "js/bin/js-beautify.js" + }, + "engines": { + "node": ">=14" + } + }, + "node_modules/js-cookie": { + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/js-cookie/-/js-cookie-3.0.5.tgz", + "integrity": "sha512-cEiJEAEoIbWfCZYKWhVwFuvPX1gETRYPw6LlaTKoxD3s2AkXzkCjnp6h0V77ozyqj0jakteJ4YqDJT830+lVGw==", + "dev": true, + "engines": { + "node": ">=14" + } + }, + "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==" + }, + "node_modules/js-yaml": { + "version": "3.14.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz", + "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==", + "dependencies": { + "argparse": "^1.0.7", + "esprima": "^4.0.0" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" + } + }, + "node_modules/jsesc": { + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", + "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==", + "bin": { + "jsesc": "bin/jsesc" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/json-bigint": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/json-bigint/-/json-bigint-1.0.0.tgz", + "integrity": "sha512-SiPv/8VpZuWbvLSMtTDU8hEfrZWg/mH/nV/b4o0CYbSxu1UIQPLdwKOCIyLQX+VIPO5vrLX3i8qtqFyhdPSUSQ==", + "dependencies": { + "bignumber.js": "^9.0.0" + } + }, + "node_modules/json-parse-even-better-errors": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", + "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==" + }, + "node_modules/json5": { + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", + "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", + "bin": { + "json5": "lib/cli.js" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/jsonfile": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", + "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", + "dev": true, + "dependencies": { + "universalify": "^2.0.0" + }, + "optionalDependencies": { + "graceful-fs": "^4.1.6" + } + }, + "node_modules/jsonwebtoken": { + "version": "9.0.2", + "resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-9.0.2.tgz", + "integrity": "sha512-PRp66vJ865SSqOlgqS8hujT5U4AOgMfhrwYIuIhfKaoSCZcirrmASQr8CX7cUg+RMih+hgznrjp99o+W4pJLHQ==", + "dependencies": { + "jws": "^3.2.2", + "lodash.includes": "^4.3.0", + "lodash.isboolean": "^3.0.3", + "lodash.isinteger": "^4.0.4", + "lodash.isnumber": "^3.0.3", + "lodash.isplainobject": "^4.0.6", + "lodash.isstring": "^4.0.1", + "lodash.once": "^4.0.0", + "ms": "^2.1.1", + "semver": "^7.5.4" + }, + "engines": { + "node": ">=12", + "npm": ">=6" + } + }, + "node_modules/jsonwebtoken/node_modules/jwa": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/jwa/-/jwa-1.4.1.tgz", + "integrity": "sha512-qiLX/xhEEFKUAJ6FiBMbes3w9ATzyk5W7Hvzpa/SLYdxNtng+gcurvrI7TbACjIXlsJyr05/S1oUhZrc63evQA==", + "dependencies": { + "buffer-equal-constant-time": "1.0.1", + "ecdsa-sig-formatter": "1.0.11", + "safe-buffer": "^5.0.1" + } + }, + "node_modules/jsonwebtoken/node_modules/jws": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/jws/-/jws-3.2.2.tgz", + "integrity": "sha512-YHlZCB6lMTllWDtSPHz/ZXTsi8S00usEV6v1tjq8tOUZzw7DpSDWVXjXDre6ed1w/pd495ODpHZYSdkRTsa0HA==", + "dependencies": { + "jwa": "^1.4.1", + "safe-buffer": "^5.0.1" + } + }, + "node_modules/jsonwebtoken/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==" + }, + "node_modules/jwa": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/jwa/-/jwa-2.0.0.tgz", + "integrity": "sha512-jrZ2Qx916EA+fq9cEAeCROWPTfCwi1IVHqT2tapuqLEVVDKFDENFw1oL+MwrTvH6msKxsd1YTDVw6uKEcsrLEA==", + "dependencies": { + "buffer-equal-constant-time": "1.0.1", + "ecdsa-sig-formatter": "1.0.11", + "safe-buffer": "^5.0.1" + } + }, + "node_modules/jws": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/jws/-/jws-4.0.0.tgz", + "integrity": "sha512-KDncfTmOZoOMTFG4mBlG0qUIOlc03fmzH+ru6RgYVZhPkyiy/92Owlt/8UEN+a4TXR1FQetfIpJE8ApdvdVxTg==", + "dependencies": { + "jwa": "^2.0.0", + "safe-buffer": "^5.0.1" + } + }, + "node_modules/kleur": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz", + "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==", + "engines": { + "node": ">=6" + } + }, + "node_modules/leven": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz", + "integrity": "sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==", + "engines": { + "node": ">=6" + } + }, + "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==" + }, + "node_modules/locate-path": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", + "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", + "dependencies": { + "p-locate": "^4.1.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" + }, + "node_modules/lodash.includes": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/lodash.includes/-/lodash.includes-4.3.0.tgz", + "integrity": "sha512-W3Bx6mdkRTGtlJISOvVD/lbqjTlPPUDTMnlXZFnVwi9NKJ6tiAk6LVdlhZMm17VZisqhKcgzpO5Wz91PCt5b0w==" + }, + "node_modules/lodash.isboolean": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz", + "integrity": "sha512-Bz5mupy2SVbPHURB98VAcw+aHh4vRV5IPNhILUCsOzRmsTmSQ17jIuqopAentWoehktxGd9e/hbIXq980/1QJg==" + }, + "node_modules/lodash.isinteger": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/lodash.isinteger/-/lodash.isinteger-4.0.4.tgz", + "integrity": "sha512-DBwtEWN2caHQ9/imiNeEA5ys1JoRtRfY3d7V9wkqtbycnAmTvRRmbHKDV4a0EYc678/dia0jrte4tjYwVBaZUA==" + }, + "node_modules/lodash.isnumber": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/lodash.isnumber/-/lodash.isnumber-3.0.3.tgz", + "integrity": "sha512-QYqzpfwO3/CWf3XP+Z+tkQsfaLL/EnUlXWVkIk5FUPc4sBdTehEqZONuyRt2P67PXAk+NXmTBcc97zw9t1FQrw==" + }, + "node_modules/lodash.isplainobject": { + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz", + "integrity": "sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==" + }, + "node_modules/lodash.isstring": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/lodash.isstring/-/lodash.isstring-4.0.1.tgz", + "integrity": "sha512-0wJxfxH1wgO3GrbuP+dTTk7op+6L41QCXbGINEmD+ny/G/eCqGzxyCsh7159S+mgDDcoarnBw6PC1PS5+wUGgw==" + }, + "node_modules/lodash.once": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/lodash.once/-/lodash.once-4.1.1.tgz", + "integrity": "sha512-Sb487aTOCr9drQVL8pIxOzVhafOjZN9UU54hiN8PU3uAiSV7lx1yYNpbNmex2PK6dSJoNTSJUUswT651yww3Mg==" + }, + "node_modules/lru-cache": { + "version": "10.4.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.0.tgz", + "integrity": "sha512-bfJaPTuEiTYBu+ulDaeQ0F+uLmlfFkMgXj4cbwfuMSjgObGMzb55FMMbDvbRU0fAHZ4sLGkz2mKwcMg8Dvm8Ww==", + "dev": true, + "engines": { + "node": ">=18" + } + }, + "node_modules/lru-queue": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/lru-queue/-/lru-queue-0.1.0.tgz", + "integrity": "sha512-BpdYkt9EvGl8OfWHDQPISVpcl5xZthb+XPsbELj5AQXxIC8IriDZIQYjBJPEm5rS420sjZ0TLEzRcq5KdBhYrQ==", + "dev": true, + "dependencies": { + "es5-ext": "~0.10.2" + } + }, + "node_modules/make-dir": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-4.0.0.tgz", + "integrity": "sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==", + "dependencies": { + "semver": "^7.5.3" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/makeerror": { + "version": "1.0.12", + "resolved": "https://registry.npmjs.org/makeerror/-/makeerror-1.0.12.tgz", + "integrity": "sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg==", + "dependencies": { + "tmpl": "1.0.5" + } + }, + "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==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/memoizee": { + "version": "0.4.17", + "resolved": "https://registry.npmjs.org/memoizee/-/memoizee-0.4.17.tgz", + "integrity": "sha512-DGqD7Hjpi/1or4F/aYAspXKNm5Yili0QDAFAY4QYvpqpgiY6+1jOfqpmByzjxbWd/T9mChbCArXAbDAsTm5oXA==", + "dev": true, + "dependencies": { + "d": "^1.0.2", + "es5-ext": "^0.10.64", + "es6-weak-map": "^2.0.3", + "event-emitter": "^0.3.5", + "is-promise": "^2.2.2", + "lru-queue": "^0.1.0", + "next-tick": "^1.1.0", + "timers-ext": "^0.1.7" + }, + "engines": { + "node": ">=0.12" + } + }, + "node_modules/merge-descriptors": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz", + "integrity": "sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w==" + }, + "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==" + }, + "node_modules/methods": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", + "integrity": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/micromatch": { + "version": "4.0.7", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.7.tgz", + "integrity": "sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==", + "dependencies": { + "braces": "^3.0.3", + "picomatch": "^2.3.1" + }, + "engines": { + "node": ">=8.6" + } + }, + "node_modules/mime": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", + "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==", + "bin": { + "mime": "cli.js" + }, + "engines": { + "node": ">=4" + } + }, + "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==", + "engines": { + "node": ">= 0.6" + } + }, + "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==", + "dependencies": { + "mime-db": "1.52.0" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/mimic-fn": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", + "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", + "engines": { + "node": ">=6" + } + }, + "node_modules/minimatch": { + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.1.tgz", + "integrity": "sha512-0jWhJpD/MdhPXwPuiRkCbfYfSKp2qnn2eOc279qI7f+osl/l+prKSrvhg157zSYvx/1nmgn2NqdT6k2Z7zSH9w==", + "dev": true, + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/minipass": { + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz", + "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==", + "dev": true, + "engines": { + "node": ">=16 || 14 >=14.17" + } + }, + "node_modules/moment": { + "version": "2.30.1", + "resolved": "https://registry.npmjs.org/moment/-/moment-2.30.1.tgz", + "integrity": "sha512-uEmtNhbDOrWPFS+hdjFCBfy9f2YoyzRpwcl+DqpC6taX21FzsTLQVbMV/W7PzNSX6x/bhC1zA3c2UQ5NzH6how==", + "engines": { + "node": "*" + } + }, + "node_modules/moment-timezone": { + "version": "0.5.45", + "resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.45.tgz", + "integrity": "sha512-HIWmqA86KcmCAhnMAN0wuDOARV/525R2+lOLotuGFzn4HO+FH+/645z2wx0Dt3iDv6/p61SIvKnDstISainhLQ==", + "dependencies": { + "moment": "^2.29.4" + }, + "engines": { + "node": "*" + } + }, + "node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" + }, + "node_modules/natural-compare": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", + "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==" + }, + "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==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/next-tick": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/next-tick/-/next-tick-1.1.0.tgz", + "integrity": "sha512-CXdUiJembsNjuToQvxayPZF9Vqht7hewsvy2sOWafLvi2awflj9mOC6bHIg50orX8IJvWKY9wYQ/zB2kogPslQ==", + "dev": true + }, + "node_modules/node-cron": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/node-cron/-/node-cron-3.0.3.tgz", + "integrity": "sha512-dOal67//nohNgYWb+nWmg5dkFdIwDm8EpeGYMekPMrngV3637lqnX0lbUcCtgibHTz6SEz7DAIjKvKDFYCnO1A==", + "dependencies": { + "uuid": "8.3.2" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/node-domexception": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/node-domexception/-/node-domexception-1.0.0.tgz", + "integrity": "sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/jimmywarting" + }, + { + "type": "github", + "url": "https://paypal.me/jimmywarting" + } + ], + "engines": { + "node": ">=10.5.0" + } + }, + "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==", + "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-int64": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz", + "integrity": "sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==" + }, + "node_modules/node-releases": { + "version": "2.0.14", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.14.tgz", + "integrity": "sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==" + }, + "node_modules/nodemon": { + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-3.1.4.tgz", + "integrity": "sha512-wjPBbFhtpJwmIeY2yP7QF+UKzPfltVGtfce1g/bB15/8vCGZj8uxD62b/b9M9/WVgme0NZudpownKN+c0plXlQ==", + "dependencies": { + "chokidar": "^3.5.2", + "debug": "^4", + "ignore-by-default": "^1.0.1", + "minimatch": "^3.1.2", + "pstree.remy": "^1.1.8", + "semver": "^7.5.3", + "simple-update-notifier": "^2.0.0", + "supports-color": "^5.5.0", + "touch": "^3.1.0", + "undefsafe": "^2.0.5" + }, + "bin": { + "nodemon": "bin/nodemon.js" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/nodemon" + } + }, + "node_modules/nodemon/node_modules/brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "node_modules/nodemon/node_modules/debug": { + "version": "4.3.5", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.5.tgz", + "integrity": "sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg==", + "dependencies": { + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/nodemon/node_modules/minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, + "node_modules/nodemon/node_modules/ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + }, + "node_modules/nopt": { + "version": "7.2.1", + "resolved": "https://registry.npmjs.org/nopt/-/nopt-7.2.1.tgz", + "integrity": "sha512-taM24ViiimT/XntxbPyJQzCG+p4EKOpgD3mxFwW38mGjVUrfERQOeY4EDHjdnptttfHuHQXFx+lTP08Q+mLa/w==", + "dev": true, + "dependencies": { + "abbrev": "^2.0.0" + }, + "bin": { + "nopt": "bin/nopt.js" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.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==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/npm-run-path": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz", + "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==", + "dependencies": { + "path-key": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "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==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/object-inspect": { + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.2.tgz", + "integrity": "sha512-IRZSRuzJiynemAXPYtPe5BoI/RESNYR7TYm50MC5Mqbd3Jmw5y790sErYw3V6SryFJD64b74qQQs9wn5Bg/k3g==", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "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==", + "dependencies": { + "ee-first": "1.1.1" + }, + "engines": { + "node": ">= 0.8" + } + }, + "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==", + "dependencies": { + "wrappy": "1" + } + }, + "node_modules/onetime": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", + "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", + "dependencies": { + "mimic-fn": "^2.1.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/openai": { + "version": "4.52.4", + "resolved": "https://registry.npmjs.org/openai/-/openai-4.52.4.tgz", + "integrity": "sha512-3CkV7e8epJBnTe5ptn4i3ivfm1d8cvkbvBOzhGmGYEarpDpcCgwOMV1aBPvZ/HoveUtREWUE9Fqcy7BcPNtMJg==", + "dependencies": { + "@types/node": "^18.11.18", + "@types/node-fetch": "^2.6.4", + "abort-controller": "^3.0.0", + "agentkeepalive": "^4.2.1", + "form-data-encoder": "1.7.2", + "formdata-node": "^4.3.2", + "node-fetch": "^2.6.7", + "web-streams-polyfill": "^3.2.1" + }, + "bin": { + "openai": "bin/cli" + } + }, + "node_modules/openai/node_modules/@types/node": { + "version": "18.19.39", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.39.tgz", + "integrity": "sha512-nPwTRDKUctxw3di5b4TfT3I0sWDiWoPQCZjXhvdkINntwr8lcoVCKsTgnXeRubKIlfnV+eN/HYk6Jb40tbcEAQ==", + "dependencies": { + "undici-types": "~5.26.4" + } + }, + "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==", + "dependencies": { + "yocto-queue": "^0.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/p-locate": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", + "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", + "dependencies": { + "p-limit": "^2.2.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/p-locate/node_modules/p-limit": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", + "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", + "dependencies": { + "p-try": "^2.0.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/p-try": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", + "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", + "engines": { + "node": ">=6" + } + }, + "node_modules/package-json-from-dist": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.0.tgz", + "integrity": "sha512-dATvCeZN/8wQsGywez1mzHtTlP22H8OEfPrVMLNr4/eGa+ijtLn/6M5f0dY8UKNrC2O9UCU6SSoG3qRKnt7STw==", + "dev": true + }, + "node_modules/parse-json": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz", + "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", + "dependencies": { + "@babel/code-frame": "^7.0.0", + "error-ex": "^1.3.1", + "json-parse-even-better-errors": "^2.3.0", + "lines-and-columns": "^1.1.6" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/parseurl": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", + "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==", + "engines": { + "node": ">= 0.8" + } + }, + "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==", + "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==", + "engines": { + "node": ">=0.10.0" + } + }, + "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==", + "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==" + }, + "node_modules/path-scurry": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz", + "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==", + "dev": true, + "dependencies": { + "lru-cache": "^10.2.0", + "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0" + }, + "engines": { + "node": ">=16 || 14 >=14.18" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/path-to-regexp": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz", + "integrity": "sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==" + }, + "node_modules/pg": { + "version": "8.12.0", + "resolved": "https://registry.npmjs.org/pg/-/pg-8.12.0.tgz", + "integrity": "sha512-A+LHUSnwnxrnL/tZ+OLfqR1SxLN3c/pgDztZ47Rpbsd4jUytsTtwQo/TLPRzPJMp/1pbhYVhH9cuSZLAajNfjQ==", + "dependencies": { + "pg-connection-string": "^2.6.4", + "pg-pool": "^3.6.2", + "pg-protocol": "^1.6.1", + "pg-types": "^2.1.0", + "pgpass": "1.x" + }, + "engines": { + "node": ">= 8.0.0" + }, + "optionalDependencies": { + "pg-cloudflare": "^1.1.1" + }, + "peerDependencies": { + "pg-native": ">=3.0.1" + }, + "peerDependenciesMeta": { + "pg-native": { + "optional": true + } + } + }, + "node_modules/pg-cloudflare": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/pg-cloudflare/-/pg-cloudflare-1.1.1.tgz", + "integrity": "sha512-xWPagP/4B6BgFO+EKz3JONXv3YDgvkbVrGw2mTo3D6tVDQRh1e7cqVGvyR3BE+eQgAvx1XhW/iEASj4/jCWl3Q==", + "optional": true + }, + "node_modules/pg-connection-string": { + "version": "2.6.4", + "resolved": "https://registry.npmjs.org/pg-connection-string/-/pg-connection-string-2.6.4.tgz", + "integrity": "sha512-v+Z7W/0EO707aNMaAEfiGnGL9sxxumwLl2fJvCQtMn9Fxsg+lPpPkdcyBSv/KFgpGdYkMfn+EI1Or2EHjpgLCA==" + }, + "node_modules/pg-int8": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/pg-int8/-/pg-int8-1.0.1.tgz", + "integrity": "sha512-WCtabS6t3c8SkpDBUlb1kjOs7l66xsGdKpIPZsg4wR+B3+u9UAum2odSsF9tnvxg80h4ZxLWMy4pRjOsFIqQpw==", + "engines": { + "node": ">=4.0.0" + } + }, + "node_modules/pg-pool": { + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/pg-pool/-/pg-pool-3.6.2.tgz", + "integrity": "sha512-Htjbg8BlwXqSBQ9V8Vjtc+vzf/6fVUuak/3/XXKA9oxZprwW3IMDQTGHP+KDmVL7rtd+R1QjbnCFPuTHm3G4hg==", + "peerDependencies": { + "pg": ">=8.0" + } + }, + "node_modules/pg-protocol": { + "version": "1.6.1", + "resolved": "https://registry.npmjs.org/pg-protocol/-/pg-protocol-1.6.1.tgz", + "integrity": "sha512-jPIlvgoD63hrEuihvIg+tJhoGjUsLPn6poJY9N5CnlPd91c2T18T/9zBtLxZSb1EhYxBRoZJtzScCaWlYLtktg==" + }, + "node_modules/pg-types": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/pg-types/-/pg-types-2.2.0.tgz", + "integrity": "sha512-qTAAlrEsl8s4OiEQY69wDvcMIdQN6wdz5ojQiOy6YRMuynxenON0O5oCpJI6lshc6scgAY8qvJ2On/p+CXY0GA==", + "dependencies": { + "pg-int8": "1.0.1", + "postgres-array": "~2.0.0", + "postgres-bytea": "~1.0.0", + "postgres-date": "~1.0.4", + "postgres-interval": "^1.1.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/pgpass": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/pgpass/-/pgpass-1.0.5.tgz", + "integrity": "sha512-FdW9r/jQZhSeohs1Z3sI1yxFQNFvMcnmfuj4WBMUTxOrAyLMaTcE1aAMBiTlbMNaXvBCQuVi0R7hd8udDSP7ug==", + "dependencies": { + "split2": "^4.1.0" + } + }, + "node_modules/picocolors": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.1.tgz", + "integrity": "sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==" + }, + "node_modules/picomatch": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", + "engines": { + "node": ">=8.6" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, + "node_modules/pirates": { + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.6.tgz", + "integrity": "sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==", + "engines": { + "node": ">= 6" + } + }, + "node_modules/pkg-dir": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz", + "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", + "dependencies": { + "find-up": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/postgres-array": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/postgres-array/-/postgres-array-2.0.0.tgz", + "integrity": "sha512-VpZrUqU5A69eQyW2c5CA1jtLecCsN2U/bD6VilrFDWq5+5UIEVO7nazS3TEcHf1zuPYO/sqGvUvW62g86RXZuA==", + "engines": { + "node": ">=4" + } + }, + "node_modules/postgres-bytea": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/postgres-bytea/-/postgres-bytea-1.0.0.tgz", + "integrity": "sha512-xy3pmLuQqRBZBXDULy7KbaitYqLcmxigw14Q5sj8QBVLqEwXfeybIKVWiqAXTlcvdvb0+xkOtDbfQMOf4lST1w==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/postgres-date": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/postgres-date/-/postgres-date-1.0.7.tgz", + "integrity": "sha512-suDmjLVQg78nMK2UZ454hAG+OAW+HQPZ6n++TNDUX+L0+uUlLywnoxJKDou51Zm+zTCjrCl0Nq6J9C5hP9vK/Q==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/postgres-interval": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/postgres-interval/-/postgres-interval-1.2.0.tgz", + "integrity": "sha512-9ZhXKM/rw350N1ovuWHbGxnGh/SNJ4cnxHiM0rxE4VN41wsg8P8zWn9hv/buK00RP4WvlOyr/RBDiptyxVbkZQ==", + "dependencies": { + "xtend": "^4.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/pretty-format": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.7.0.tgz", + "integrity": "sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==", + "dependencies": { + "@jest/schemas": "^29.6.3", + "ansi-styles": "^5.0.0", + "react-is": "^18.0.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/pretty-format/node_modules/ansi-styles": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", + "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "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==", + "dependencies": { + "kleur": "^3.0.3", + "sisteransi": "^1.0.5" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/proto-list": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/proto-list/-/proto-list-1.2.4.tgz", + "integrity": "sha512-vtK/94akxsTMhe0/cbfpR+syPuszcuwhqVjJq26CuNDgFGj682oRBXOP5MJpv2r7JtE8MsiepGIqvvOTBwn2vA==", + "dev": true + }, + "node_modules/proxy-addr": { + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz", + "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==", + "dependencies": { + "forwarded": "0.2.0", + "ipaddr.js": "1.9.1" + }, + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/proxy-from-env": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz", + "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==" + }, + "node_modules/pstree.remy": { + "version": "1.1.8", + "resolved": "https://registry.npmjs.org/pstree.remy/-/pstree.remy-1.1.8.tgz", + "integrity": "sha512-77DZwxQmxKnu3aR542U+X8FypNzbfJ+C5XQDk3uWjWxn6151aIMGthWYRXTqT1E5oJvg+ljaa2OJi+VfvCOQ8w==" + }, + "node_modules/pure-rand": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/pure-rand/-/pure-rand-6.1.0.tgz", + "integrity": "sha512-bVWawvoZoBYpp6yIoQtQXHZjmz35RSVHnUOTefl8Vcjr8snTPY1wnpSPMWekcFwbxI6gtmT7rSYPFvz71ldiOA==", + "funding": [ + { + "type": "individual", + "url": "https://github.com/sponsors/dubzzz" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/fast-check" + } + ] + }, + "node_modules/qs": { + "version": "6.11.0", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.11.0.tgz", + "integrity": "sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==", + "dependencies": { + "side-channel": "^1.0.4" + }, + "engines": { + "node": ">=0.6" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "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==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/raw-body": { + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.2.tgz", + "integrity": "sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==", + "dependencies": { + "bytes": "3.1.2", + "http-errors": "2.0.0", + "iconv-lite": "0.4.24", + "unpipe": "1.0.0" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/react-is": { + "version": "18.3.1", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz", + "integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==" + }, + "node_modules/readdirp": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", + "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", + "dependencies": { + "picomatch": "^2.2.1" + }, + "engines": { + "node": ">=8.10.0" + } + }, + "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==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/resolve": { + "version": "1.22.8", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz", + "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==", + "dependencies": { + "is-core-module": "^2.13.0", + "path-parse": "^1.0.7", + "supports-preserve-symlinks-flag": "^1.0.0" + }, + "bin": { + "resolve": "bin/resolve" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/resolve-cwd": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-3.0.0.tgz", + "integrity": "sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==", + "dependencies": { + "resolve-from": "^5.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/resolve-from": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", + "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", + "engines": { + "node": ">=8" + } + }, + "node_modules/resolve.exports": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/resolve.exports/-/resolve.exports-2.0.2.tgz", + "integrity": "sha512-X2UW6Nw3n/aMgDVy+0rSqgHlv39WZAlZrXCdnbyEiKm17DSqHX4MmQMaST3FbeWR5FTuRcUwYAziZajji0Y7mg==", + "engines": { + "node": ">=10" + } + }, + "node_modules/retry-as-promised": { + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/retry-as-promised/-/retry-as-promised-7.0.4.tgz", + "integrity": "sha512-XgmCoxKWkDofwH8WddD0w85ZfqYz+ZHlr5yo+3YUCfycWawU56T5ckWXsScsj5B8tqUcIG67DxXByo3VUgiAdA==" + }, + "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" + } + ] + }, + "node_modules/safer-buffer": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", + "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" + }, + "node_modules/semver": { + "version": "7.6.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.2.tgz", + "integrity": "sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==", + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/send": { + "version": "0.18.0", + "resolved": "https://registry.npmjs.org/send/-/send-0.18.0.tgz", + "integrity": "sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==", + "dependencies": { + "debug": "2.6.9", + "depd": "2.0.0", + "destroy": "1.2.0", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "etag": "~1.8.1", + "fresh": "0.5.2", + "http-errors": "2.0.0", + "mime": "1.6.0", + "ms": "2.1.3", + "on-finished": "2.4.1", + "range-parser": "~1.2.1", + "statuses": "2.0.1" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/send/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==" + }, + "node_modules/sequelize": { + "version": "6.37.3", + "resolved": "https://registry.npmjs.org/sequelize/-/sequelize-6.37.3.tgz", + "integrity": "sha512-V2FTqYpdZjPy3VQrZvjTPnOoLm0KudCRXfGWp48QwhyPPp2yW8z0p0sCYZd/em847Tl2dVxJJ1DR+hF+O77T7A==", + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/sequelize" + } + ], + "dependencies": { + "@types/debug": "^4.1.8", + "@types/validator": "^13.7.17", + "debug": "^4.3.4", + "dottie": "^2.0.6", + "inflection": "^1.13.4", + "lodash": "^4.17.21", + "moment": "^2.29.4", + "moment-timezone": "^0.5.43", + "pg-connection-string": "^2.6.1", + "retry-as-promised": "^7.0.4", + "semver": "^7.5.4", + "sequelize-pool": "^7.1.0", + "toposort-class": "^1.0.1", + "uuid": "^8.3.2", + "validator": "^13.9.0", + "wkx": "^0.5.0" + }, + "engines": { + "node": ">=10.0.0" + }, + "peerDependenciesMeta": { + "ibm_db": { + "optional": true + }, + "mariadb": { + "optional": true + }, + "mysql2": { + "optional": true + }, + "oracledb": { + "optional": true + }, + "pg": { + "optional": true + }, + "pg-hstore": { + "optional": true + }, + "snowflake-sdk": { + "optional": true + }, + "sqlite3": { + "optional": true + }, + "tedious": { + "optional": true + } + } + }, + "node_modules/sequelize-cli": { + "version": "6.6.2", + "resolved": "https://registry.npmjs.org/sequelize-cli/-/sequelize-cli-6.6.2.tgz", + "integrity": "sha512-V8Oh+XMz2+uquLZltZES6MVAD+yEnmMfwfn+gpXcDiwE3jyQygLt4xoI0zG8gKt6cRcs84hsKnXAKDQjG/JAgg==", + "dev": true, + "dependencies": { + "cli-color": "^2.0.3", + "fs-extra": "^9.1.0", + "js-beautify": "^1.14.5", + "lodash": "^4.17.21", + "resolve": "^1.22.1", + "umzug": "^2.3.0", + "yargs": "^16.2.0" + }, + "bin": { + "sequelize": "lib/sequelize", + "sequelize-cli": "lib/sequelize" + }, + "engines": { + "node": ">=10.0.0" + } + }, + "node_modules/sequelize-pool": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/sequelize-pool/-/sequelize-pool-7.1.0.tgz", + "integrity": "sha512-G9c0qlIWQSK29pR/5U2JF5dDQeqqHRragoyahj/Nx4KOOQ3CPPfzxnfqFPCSB7x5UgjOgnZ61nSxz+fjDpRlJg==", + "engines": { + "node": ">= 10.0.0" + } + }, + "node_modules/sequelize/node_modules/debug": { + "version": "4.3.5", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.5.tgz", + "integrity": "sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg==", + "dependencies": { + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/sequelize/node_modules/ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + }, + "node_modules/serve-static": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.15.0.tgz", + "integrity": "sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==", + "dependencies": { + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "parseurl": "~1.3.3", + "send": "0.18.0" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/set-function-length": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz", + "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==", + "dependencies": { + "define-data-property": "^1.1.4", + "es-errors": "^1.3.0", + "function-bind": "^1.1.2", + "get-intrinsic": "^1.2.4", + "gopd": "^1.0.1", + "has-property-descriptors": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/setprototypeof": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", + "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==" + }, + "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==", + "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==", + "engines": { + "node": ">=8" + } + }, + "node_modules/side-channel": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.6.tgz", + "integrity": "sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==", + "dependencies": { + "call-bind": "^1.0.7", + "es-errors": "^1.3.0", + "get-intrinsic": "^1.2.4", + "object-inspect": "^1.13.1" + }, + "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==", + "dev": true, + "engines": { + "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/simple-update-notifier": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/simple-update-notifier/-/simple-update-notifier-2.0.0.tgz", + "integrity": "sha512-a2B9Y0KlNXl9u/vsW6sTIu9vGEpfKu2wRV6l1H3XEas/0gUIzGzBoP/IouTcUQbm9JWZLH3COxyn03TYlFax6w==", + "dependencies": { + "semver": "^7.5.3" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/sisteransi": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz", + "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==" + }, + "node_modules/slash": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", + "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", + "engines": { + "node": ">=8" + } + }, + "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==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/source-map-support": { + "version": "0.5.13", + "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.13.tgz", + "integrity": "sha512-SHSKFHadjVA5oR4PPqhtAVdcBWwRYVd6g6cAXnIbRiIwc2EhPrTuKUBdSLvlEKyIP3GCf89fltvcZiP9MMFA1w==", + "dependencies": { + "buffer-from": "^1.0.0", + "source-map": "^0.6.0" + } + }, + "node_modules/split2": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/split2/-/split2-4.2.0.tgz", + "integrity": "sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==", + "engines": { + "node": ">= 10.x" + } + }, + "node_modules/sprintf-js": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", + "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==" + }, + "node_modules/stack-utils": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.6.tgz", + "integrity": "sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==", + "dependencies": { + "escape-string-regexp": "^2.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/statuses": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", + "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/string-length": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz", + "integrity": "sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==", + "dependencies": { + "char-regex": "^1.0.2", + "strip-ansi": "^6.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/string-length/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==", + "engines": { + "node": ">=8" + } + }, + "node_modules/string-length/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==", + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/string-width": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz", + "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==", + "dev": true, + "dependencies": { + "eastasianwidth": "^0.2.0", + "emoji-regex": "^9.2.2", + "strip-ansi": "^7.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/string-width-cjs": { + "name": "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==", + "dev": true, + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "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==", + "dev": true, + "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==", + "dev": true + }, + "node_modules/string-width-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==", + "dev": true, + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/strip-ansi": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", + "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", + "dev": true, + "dependencies": { + "ansi-regex": "^6.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/strip-ansi?sponsor=1" + } + }, + "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==", + "dev": true, + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "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==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/strip-bom": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz", + "integrity": "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==", + "engines": { + "node": ">=8" + } + }, + "node_modules/strip-final-newline": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz", + "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==", + "engines": { + "node": ">=6" + } + }, + "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==", + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/superagent": { + "version": "9.0.2", + "resolved": "https://registry.npmjs.org/superagent/-/superagent-9.0.2.tgz", + "integrity": "sha512-xuW7dzkUpcJq7QnhOsnNUgtYp3xRwpt2F7abdRYIpCsAt0hhUqia0EdxyXZQQpNmGtsCzYHryaKSV3q3GJnq7w==", + "dependencies": { + "component-emitter": "^1.3.0", + "cookiejar": "^2.1.4", + "debug": "^4.3.4", + "fast-safe-stringify": "^2.1.1", + "form-data": "^4.0.0", + "formidable": "^3.5.1", + "methods": "^1.1.2", + "mime": "2.6.0", + "qs": "^6.11.0" + }, + "engines": { + "node": ">=14.18.0" + } + }, + "node_modules/superagent/node_modules/debug": { + "version": "4.3.5", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.5.tgz", + "integrity": "sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg==", + "dependencies": { + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/superagent/node_modules/mime": { + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/mime/-/mime-2.6.0.tgz", + "integrity": "sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg==", + "bin": { + "mime": "cli.js" + }, + "engines": { + "node": ">=4.0.0" + } + }, + "node_modules/superagent/node_modules/ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + }, + "node_modules/supertest": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/supertest/-/supertest-7.0.0.tgz", + "integrity": "sha512-qlsr7fIC0lSddmA3tzojvzubYxvlGtzumcdHgPwbFWMISQwL22MhM2Y3LNt+6w9Yyx7559VW5ab70dgphm8qQA==", + "dependencies": { + "methods": "^1.1.2", + "superagent": "^9.0.1" + }, + "engines": { + "node": ">=14.18.0" + } + }, + "node_modules/supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "dependencies": { + "has-flag": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "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==", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/test-exclude": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz", + "integrity": "sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==", + "dependencies": { + "@istanbuljs/schema": "^0.1.2", + "glob": "^7.1.4", + "minimatch": "^3.0.4" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/test-exclude/node_modules/brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "node_modules/test-exclude/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", + "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/test-exclude/node_modules/minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, + "node_modules/timers-ext": { + "version": "0.1.8", + "resolved": "https://registry.npmjs.org/timers-ext/-/timers-ext-0.1.8.tgz", + "integrity": "sha512-wFH7+SEAcKfJpfLPkrgMPvvwnEtj8W4IurvEyrKsDleXnKLCDw71w8jltvfLa8Rm4qQxxT4jmDBYbJG/z7qoww==", + "dev": true, + "dependencies": { + "es5-ext": "^0.10.64", + "next-tick": "^1.1.0" + }, + "engines": { + "node": ">=0.12" + } + }, + "node_modules/tmpl": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz", + "integrity": "sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==" + }, + "node_modules/to-fast-properties": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", + "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==", + "engines": { + "node": ">=4" + } + }, + "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==", + "dependencies": { + "is-number": "^7.0.0" + }, + "engines": { + "node": ">=8.0" + } + }, + "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==", + "engines": { + "node": ">=0.6" + } + }, + "node_modules/toposort-class": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/toposort-class/-/toposort-class-1.0.1.tgz", + "integrity": "sha512-OsLcGGbYF3rMjPUf8oKktyvCiUxSbqMMS39m33MAjLTC1DVIH6x3WSt63/M77ihI09+Sdfk1AXvfhCEeUmC7mg==" + }, + "node_modules/touch": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/touch/-/touch-3.1.1.tgz", + "integrity": "sha512-r0eojU4bI8MnHr8c5bNo7lJDdI2qXlWWJk6a9EAFG7vbhTjElYhBVS3/miuE0uOuoLdb8Mc/rVfsmm6eo5o9GA==", + "bin": { + "nodetouch": "bin/nodetouch.js" + } + }, + "node_modules/tr46": { + "version": "0.0.3", + "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", + "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==" + }, + "node_modules/type": { + "version": "2.7.3", + "resolved": "https://registry.npmjs.org/type/-/type-2.7.3.tgz", + "integrity": "sha512-8j+1QmAbPvLZow5Qpi6NCaN8FB60p/6x8/vfNqOk/hC+HuvFZhL4+WfekuhQLiqFZXOgQdrs3B+XxEmCc6b3FQ==", + "dev": true + }, + "node_modules/type-detect": { + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz", + "integrity": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==", + "engines": { + "node": ">=4" + } + }, + "node_modules/type-fest": { + "version": "0.21.3", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz", + "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "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==", + "dependencies": { + "media-typer": "0.3.0", + "mime-types": "~2.1.24" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/umzug": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/umzug/-/umzug-2.3.0.tgz", + "integrity": "sha512-Z274K+e8goZK8QJxmbRPhl89HPO1K+ORFtm6rySPhFKfKc5GHhqdzD0SGhSWHkzoXasqJuItdhorSvY7/Cgflw==", + "dev": true, + "dependencies": { + "bluebird": "^3.7.2" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/undefsafe": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/undefsafe/-/undefsafe-2.0.5.tgz", + "integrity": "sha512-WxONCrssBM8TSPRqN5EmsjVrsv4A8X12J4ArBiiayv3DyyG3ZlIg6yysuuSYdZsVz3TKcTg2fd//Ujd4CHV1iA==" + }, + "node_modules/undici-types": { + "version": "5.26.5", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", + "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==" + }, + "node_modules/universalify": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz", + "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==", + "dev": true, + "engines": { + "node": ">= 10.0.0" + } + }, + "node_modules/unpipe": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", + "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/update-browserslist-db": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.0.tgz", + "integrity": "sha512-EdRAaAyk2cUE1wOf2DkEhzxqOQvFOoRJFNS6NeyJ01Gp2beMRpBAINjM2iDXE3KCuKhwnvHIQCJm6ThL2Z+HzQ==", + "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" + } + ], + "dependencies": { + "escalade": "^3.1.2", + "picocolors": "^1.0.1" + }, + "bin": { + "update-browserslist-db": "cli.js" + }, + "peerDependencies": { + "browserslist": ">= 4.21.0" + } + }, + "node_modules/url-template": { + "version": "2.0.8", + "resolved": "https://registry.npmjs.org/url-template/-/url-template-2.0.8.tgz", + "integrity": "sha512-XdVKMF4SJ0nP/O7XIPB0JwAEuT9lDIYnNsK8yGVe43y0AWoKeJNdv3ZNWh7ksJ6KqQFjOO6ox/VEitLnaVNufw==" + }, + "node_modules/utils-merge": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz", + "integrity": "sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==", + "engines": { + "node": ">= 0.4.0" + } + }, + "node_modules/uuid": { + "version": "8.3.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", + "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", + "bin": { + "uuid": "dist/bin/uuid" + } + }, + "node_modules/v8-to-istanbul": { + "version": "9.3.0", + "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-9.3.0.tgz", + "integrity": "sha512-kiGUalWN+rgBJ/1OHZsBtU4rXZOfj/7rKQxULKlIzwzQSvMJUUNgPwJEEh7gU6xEVxC0ahoOBvN2YI8GH6FNgA==", + "dependencies": { + "@jridgewell/trace-mapping": "^0.3.12", + "@types/istanbul-lib-coverage": "^2.0.1", + "convert-source-map": "^2.0.0" + }, + "engines": { + "node": ">=10.12.0" + } + }, + "node_modules/validator": { + "version": "13.12.0", + "resolved": "https://registry.npmjs.org/validator/-/validator-13.12.0.tgz", + "integrity": "sha512-c1Q0mCiPlgdTVVVIJIrBuxNicYE+t/7oKeI9MWLj3fh/uq2Pxh/3eeWbVZ4OcGW1TUf53At0njHw5SMdA3tmMg==", + "engines": { + "node": ">= 0.10" + } + }, + "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==", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/walker": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/walker/-/walker-1.0.8.tgz", + "integrity": "sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==", + "dependencies": { + "makeerror": "1.0.12" + } + }, + "node_modules/web-streams-polyfill": { + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-3.3.3.tgz", + "integrity": "sha512-d2JWLCivmZYTSIoge9MsgFCZrt571BikcWGYkjC1khllbTeDlGqZ2D8vD8E/lJa8WGWbb7Plm8/XJYV7IJHZZw==", + "engines": { + "node": ">= 8" + } + }, + "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==" + }, + "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==", + "dependencies": { + "tr46": "~0.0.3", + "webidl-conversions": "^3.0.0" + } + }, + "node_modules/which": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", + "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", + "dependencies": { + "isexe": "^2.0.0" + }, + "bin": { + "node-which": "bin/node-which" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/wkx": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/wkx/-/wkx-0.5.0.tgz", + "integrity": "sha512-Xng/d4Ichh8uN4l0FToV/258EjMGU9MGcA0HV2d9B/ZpZB3lqQm7nkOdZdm5GhKtLLhAE7PiVQwN4eN+2YJJUg==", + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/wrap-ansi": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz", + "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==", + "dev": true, + "dependencies": { + "ansi-styles": "^6.1.0", + "string-width": "^5.0.1", + "strip-ansi": "^7.0.1" + }, + "engines": { + "node": ">=12" + }, + "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==", + "dev": true, + "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" + } + }, + "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==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/wrap-ansi-cjs/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==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "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==", + "dev": true + }, + "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==", + "dev": true, + "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==", + "dev": true, + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "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==" + }, + "node_modules/write-file-atomic": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-4.0.2.tgz", + "integrity": "sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==", + "dependencies": { + "imurmurhash": "^0.1.4", + "signal-exit": "^3.0.7" + }, + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + } + }, + "node_modules/write-file-atomic/node_modules/signal-exit": { + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", + "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==" + }, + "node_modules/xtend": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz", + "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==", + "engines": { + "node": ">=0.4" + } + }, + "node_modules/y18n": { + "version": "5.0.8", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz", + "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==", + "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==" + }, + "node_modules/yargs": { + "version": "16.2.0", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz", + "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==", + "dev": true, + "dependencies": { + "cliui": "^7.0.2", + "escalade": "^3.1.1", + "get-caller-file": "^2.0.5", + "require-directory": "^2.1.1", + "string-width": "^4.2.0", + "y18n": "^5.0.5", + "yargs-parser": "^20.2.2" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/yargs-parser": { + "version": "20.2.9", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", + "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", + "dev": true, + "engines": { + "node": ">=10" + } + }, + "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==", + "dev": true, + "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==", + "dev": true + }, + "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==", + "dev": true, + "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==", + "dev": true, + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "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==", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + } + } +} diff --git a/server/package.json b/server/package.json new file mode 100644 index 0000000..825610d --- /dev/null +++ b/server/package.json @@ -0,0 +1,35 @@ +{ + "dependencies": { + "@google/generative-ai": "^0.14.1", + "axios": "^1.7.2", + "bcryptjs": "^2.4.3", + "cors": "^2.8.5", + "dotenv": "^16.4.5", + "express": "^4.19.2", + "google-auth-library": "^9.11.0", + "googleapis": "^140.0.1", + "jest": "^29.7.0", + "jsonwebtoken": "^9.0.2", + "moment": "^2.30.1", + "node-cron": "^3.0.3", + "nodemon": "^3.1.4", + "openai": "^4.52.4", + "pg": "^8.12.0", + "sequelize": "^6.37.3", + "supertest": "^7.0.0" + }, + "name": "server", + "version": "1.0.0", + "main": "app.js", + "scripts": { + "test": "jest --watchAll --detectOpenHandles --runInBand --coverage --verbose", + "dev": "npx nodemon bin/www" + }, + "keywords": [], + "author": "", + "license": "ISC", + "description": "", + "devDependencies": { + "sequelize-cli": "^6.6.2" + } +} diff --git a/server/seeders/20240709141428-user.js b/server/seeders/20240709141428-user.js new file mode 100644 index 0000000..d9060e2 --- /dev/null +++ b/server/seeders/20240709141428-user.js @@ -0,0 +1,26 @@ +'use strict'; + +const { hashPassword } = require('../helpers/bcryptjs'); + +/** @type {import('sequelize-cli').Migration} */ +module.exports = { + async up(queryInterface, Sequelize) { + let userJson = require(`../db/user.json`) + let users = userJson.map(e => { + e.password = hashPassword(e.password) + e.createdAt = new Date() + e.updatedAt = new Date() + return e + }) + return queryInterface.bulkInsert('Users', users); + }, + + async down(queryInterface, Sequelize) { + /** + * Add commands to revert seed here. + * + * Example: + * await queryInterface.bulkDelete('People', null, {}); + */ + } +}; diff --git a/server/services/GeminiService.js b/server/services/GeminiService.js new file mode 100644 index 0000000..27147bf --- /dev/null +++ b/server/services/GeminiService.js @@ -0,0 +1,23 @@ +const { GoogleGenerativeAI } = require("@google/generative-ai"); + + +async function summarizeJSON(jsonData) { + const genAI = new GoogleGenerativeAI(process.env.GEMINI_API_KEY); + const jsonString = JSON.stringify(jsonData, null, 2); + + const prompt = `Summarize the following JSON data of a youtube channel:\n\n${jsonString}\n\nSummary:`; + + try { + const model = genAI.getGenerativeModel({ model: "gemini-pro" }); + + const result = await model.generateContent(prompt); + const response = await result.response; + const text = response.text(); + return text; + } catch (error) { + console.error('Error:', error); + throw error; + } +} + +module.exports = summarizeJSON; \ No newline at end of file diff --git a/server/services/UpdateService.js b/server/services/UpdateService.js new file mode 100644 index 0000000..9b927c9 --- /dev/null +++ b/server/services/UpdateService.js @@ -0,0 +1,68 @@ +require('dotenv').config(); +const YouTubeService = require('./YoutubeService'); +const moment = require('moment'); +const ChannelViews = require('../models').ChannelViews; +const Channel = require('../models').Channel; +const { sequelize } = require('../models'); +const queryInterface = sequelize.queryInterface; +const { Sequelize, DataTypes } = require('sequelize'); + + + + + async function updateAllChannelViews(req, res) { + const today = moment().format('YYYY-MM-DD'); + + try { + const tableInfo = await queryInterface.describeTable('ChannelViews'); + + if (!tableInfo[today]) { + await sequelize.query(` + ALTER TABLE "ChannelViews" + ADD COLUMN IF NOT EXISTS "${today}" INTEGER + `, { raw: true }); + } + + // Fetch all channel IDs + const channels = await ChannelViews.findAll({ + attributes: ['channelId'] + }); + + + let skippedCount = 0; + + for (const channel of channels) { + const views = await YouTubeService.getChannelViews(channel.channelId); + console.log(`UPDATE DATA RUNNING`); + + + + if (views !== null) { + let channelData = await Channel.findOne({ where: { channelId: channel.channelId } }) + let updated = await channelData.update({ viewCount: views }) + + + + const updateQuery = ` + UPDATE "ChannelViews" + SET "${today}" = ${views} + WHERE "channelId" = '${channel.channelId}' + RETURNING *; + `; + + await sequelize.query(updateQuery, { raw: true }) + } else { + console.log(`Skipped channelId: ${channel.channelId} due to null views`); + skippedCount++; + } + } + + + } catch (error) { + console.error('Error updating channel views:', error); + + } + } + + +module.exports = updateAllChannelViews \ No newline at end of file diff --git a/server/services/YoutubeService.js b/server/services/YoutubeService.js new file mode 100644 index 0000000..40d7a31 --- /dev/null +++ b/server/services/YoutubeService.js @@ -0,0 +1,76 @@ + +const { google } = require('googleapis'); +const axios = require(`axios`) + + +class YouTubeService { + constructor() { + this.youtube = google.youtube({ + version: 'v3', + auth: process.env.YOUTUBE_API_KEY + }); + } + + async getChannelViews(channelId) { + try { + const response = await this.youtube.channels.list({ + part: 'statistics', + id: channelId + }); + // return response + + if (response.data.items) { + return response.data.items[0].statistics.viewCount + } + else { + // console.log(`Channel not found: ${channelId}`); + return null; + } + + } catch (error) { + console.error('Error fetching channel views:', error); + return null; + } + } + + + async getChannelIdFromLink(url) { + console.log(url,"<===========url") + const urlParts = url.split("/"); + console.log(urlParts,"<===========urlParts") + const username = urlParts[urlParts.length - 1] + console.log(username,"<===========username") + + try { + const response = await this.youtube.channels.list({ + "part": [ + "snippet,contentDetails,statistics" + ], + "forHandle": `${username}` + }); + return response.data.items[0] + } catch (error) { + console.error("Error fetching channel ID:", error); + return null; + } + } + + async getChannelInfoFromId(id) { + try { + const response = await this.youtube.channels.list({ + "part": [ + "snippet,contentDetails,statistics" + ], + "id": `${id}` + }); + return response.data.items[0] + } catch (error) { + console.error("Error fetching channel ID:", error); + return null; + } + } + +} + +module.exports = new YouTubeService(); +