CoolFace
Apppublic

AK-21/Graphite-Industrial-Intelligence

sourceHugging Faceupdated 3mo agoView on Hugging Face
0likes
package-lock.json4101 linesDownload Raw Back to client
1{2  "name": "client",3  "version": "0.0.0",4  "lockfileVersion": 3,5  "requires": true,6  "packages": {7    "": {8      "name": "client",9      "version": "0.0.0",10      "dependencies": {11        "@tanstack/react-query": "^5.101.2",12        "@trpc/client": "^11.18.0",13        "@trpc/react-query": "^11.18.0",14        "@xyflow/react": "^12.11.1",15        "clsx": "^2.1.1",16        "react": "^19.2.7",17        "react-dom": "^19.2.7",18        "react-markdown": "^10.1.0",19        "tailwind-merge": "^3.6.0",20        "wouter": "^3.10.0"21      },22      "devDependencies": {23        "@tailwindcss/typography": "^0.5.20",24        "@types/node": "^24.13.2",25        "@types/react": "^19.2.17",26        "@types/react-dom": "^19.2.3",27        "@vitejs/plugin-react": "^6.0.2",28        "autoprefixer": "^10.5.2",29        "framer-motion": "^12.42.0",30        "lucide-react": "^1.22.0",31        "oxlint": "^1.69.0",32        "postcss": "^8.5.16",33        "tailwindcss": "^3.4.19",34        "typescript": "~6.0.2",35        "vite": "^8.1.0"36      }37    },38    "node_modules/@alloc/quick-lru": {39      "version": "5.2.0",40      "resolved": "https://registry.npmjs.org/@alloc/quick-lru/-/quick-lru-5.2.0.tgz",41      "integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==",42      "dev": true,43      "license": "MIT",44      "engines": {45        "node": ">=10"46      },47      "funding": {48        "url": "https://github.com/sponsors/sindresorhus"49      }50    },51    "node_modules/@emnapi/wasi-threads": {52      "version": "1.2.2",53      "resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.2.2.tgz",54      "integrity": "sha512-c95qOXkHdydNKhscBTebqEC1CVAZpyqOfVfBzQ1qgzyl3gfeldUjIggDbIZgDKsHLgnsM+igH7TJ/eAasaVuMA==",55      "dev": true,56      "license": "MIT",57      "optional": true,58      "dependencies": {59        "tslib": "^2.4.0"60      }61    },62    "node_modules/@jridgewell/gen-mapping": {63      "version": "0.3.13",64      "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",65      "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",66      "dev": true,67      "license": "MIT",68      "dependencies": {69        "@jridgewell/sourcemap-codec": "^1.5.0",70        "@jridgewell/trace-mapping": "^0.3.24"71      }72    },73    "node_modules/@jridgewell/resolve-uri": {74      "version": "3.1.2",75      "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",76      "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",77      "dev": true,78      "license": "MIT",79      "engines": {80        "node": ">=6.0.0"81      }82    },83    "node_modules/@jridgewell/sourcemap-codec": {84      "version": "1.5.5",85      "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",86      "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",87      "dev": true,88      "license": "MIT"89    },90    "node_modules/@jridgewell/trace-mapping": {91      "version": "0.3.31",92      "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",93      "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",94      "dev": true,95      "license": "MIT",96      "dependencies": {97        "@jridgewell/resolve-uri": "^3.1.0",98        "@jridgewell/sourcemap-codec": "^1.4.14"99      }100    },101    "node_modules/@napi-rs/wasm-runtime": {102      "version": "1.1.6",103      "resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-1.1.6.tgz",104      "integrity": "sha512-ZLv/JdUfkvOy9eCnnBaGfiO+XimbjebAeO+MRQqD/B+FR1tnRN0tpKSJHRbE8sFfS6aqsXZ67TQjfwfsxULVbg==",105      "dev": true,106      "license": "MIT",107      "optional": true,108      "dependencies": {109        "@tybys/wasm-util": "^0.10.3"110      },111      "funding": {112        "type": "github",113        "url": "https://github.com/sponsors/Brooooooklyn"114      },115      "peerDependencies": {116        "@emnapi/core": "^1.7.1",117        "@emnapi/runtime": "^1.7.1"118      }119    },120    "node_modules/@nodelib/fs.scandir": {121      "version": "2.1.5",122      "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",123      "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",124      "dev": true,125      "license": "MIT",126      "dependencies": {127        "@nodelib/fs.stat": "2.0.5",128        "run-parallel": "^1.1.9"129      },130      "engines": {131        "node": ">= 8"132      }133    },134    "node_modules/@nodelib/fs.stat": {135      "version": "2.0.5",136      "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",137      "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",138      "dev": true,139      "license": "MIT",140      "engines": {141        "node": ">= 8"142      }143    },144    "node_modules/@nodelib/fs.walk": {145      "version": "1.2.8",146      "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",147      "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",148      "dev": true,149      "license": "MIT",150      "dependencies": {151        "@nodelib/fs.scandir": "2.1.5",152        "fastq": "^1.6.0"153      },154      "engines": {155        "node": ">= 8"156      }157    },158    "node_modules/@oxc-project/types": {159      "version": "0.137.0",160      "resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.137.0.tgz",161      "integrity": "sha512-WT+Gb24i8hmvo85AIv2oEYouEXkRlKAlT9WaCa3TfLgNCN+GhrJOGZuIlMouAh38Qe4QOx26eUOVsq70qXrywA==",162      "dev": true,163      "license": "MIT",164      "funding": {165        "url": "https://github.com/sponsors/Boshen"166      }167    },168    "node_modules/@oxlint/binding-android-arm-eabi": {169      "version": "1.71.0",170      "resolved": "https://registry.npmjs.org/@oxlint/binding-android-arm-eabi/-/binding-android-arm-eabi-1.71.0.tgz",171      "integrity": "sha512-ImGmd1njEg4FEJH03jhRnveEegtO3czCtfptvaHivKAZQIYATbVFBrrzbaYMYv0oJioTnxZAZVSyV+oL7W8S2g==",172      "cpu": [173        "arm"174      ],175      "dev": true,176      "license": "MIT",177      "optional": true,178      "os": [179        "android"180      ],181      "engines": {182        "node": "^20.19.0 || >=22.12.0"183      }184    },185    "node_modules/@oxlint/binding-android-arm64": {186      "version": "1.71.0",187      "resolved": "https://registry.npmjs.org/@oxlint/binding-android-arm64/-/binding-android-arm64-1.71.0.tgz",188      "integrity": "sha512-4A5BEexBrwY1YFF8Kiq/lp/wQPRG79G3BWIE1FuWaM5MvmpYSd+7ZySVcKkHdwo0UDzdQGddp6pD9mpctMqLnw==",189      "cpu": [190        "arm64"191      ],192      "dev": true,193      "license": "MIT",194      "optional": true,195      "os": [196        "android"197      ],198      "engines": {199        "node": "^20.19.0 || >=22.12.0"200      }201    },202    "node_modules/@oxlint/binding-darwin-arm64": {203      "version": "1.71.0",204      "resolved": "https://registry.npmjs.org/@oxlint/binding-darwin-arm64/-/binding-darwin-arm64-1.71.0.tgz",205      "integrity": "sha512-9wJA9GJulLwS2usU3CEisI/ESDO1n1z9eyTCvApMDrAkbJ1ve0mORgTMjcWWsKxkzkeZ2N/Gpra5IQE7x8tYgQ==",206      "cpu": [207        "arm64"208      ],209      "dev": true,210      "license": "MIT",211      "optional": true,212      "os": [213        "darwin"214      ],215      "engines": {216        "node": "^20.19.0 || >=22.12.0"217      }218    },219    "node_modules/@oxlint/binding-darwin-x64": {220      "version": "1.71.0",221      "resolved": "https://registry.npmjs.org/@oxlint/binding-darwin-x64/-/binding-darwin-x64-1.71.0.tgz",222      "integrity": "sha512-PlLCjS06V0PeJMAJwzjrExw1sYNW9Gch3JtNlcwwZDXGlTYDuwHNN89zYH8LTXFfgkVtsYvs2nv0FqrzyuFDzg==",223      "cpu": [224        "x64"225      ],226      "dev": true,227      "license": "MIT",228      "optional": true,229      "os": [230        "darwin"231      ],232      "engines": {233        "node": "^20.19.0 || >=22.12.0"234      }235    },236    "node_modules/@oxlint/binding-freebsd-x64": {237      "version": "1.71.0",238      "resolved": "https://registry.npmjs.org/@oxlint/binding-freebsd-x64/-/binding-freebsd-x64-1.71.0.tgz",239      "integrity": "sha512-Lhil7bWre0ncxbUoDoxfS0JzpTz17BRQKW7iwoAUY8GJ66+WwJEfYPCFJ1P0WgVZR5/O/b3Q2pENlHOjeXLOGQ==",240      "cpu": [241        "x64"242      ],243      "dev": true,244      "license": "MIT",245      "optional": true,246      "os": [247        "freebsd"248      ],249      "engines": {250        "node": "^20.19.0 || >=22.12.0"251      }252    },253    "node_modules/@oxlint/binding-linux-arm-gnueabihf": {254      "version": "1.71.0",255      "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.71.0.tgz",256      "integrity": "sha512-Oo9/L58PYD3RC0x05d2upAPLllHytTjHQGsnC06P6Ynn7jKkp5mdImQxXdJ3+FnBaKspNpGogzgVsi6g872LiA==",257      "cpu": [258        "arm"259      ],260      "dev": true,261      "license": "MIT",262      "optional": true,263      "os": [264        "linux"265      ],266      "engines": {267        "node": "^20.19.0 || >=22.12.0"268      }269    },270    "node_modules/@oxlint/binding-linux-arm-musleabihf": {271      "version": "1.71.0",272      "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-arm-musleabihf/-/binding-linux-arm-musleabihf-1.71.0.tgz",273      "integrity": "sha512-mSHfyfgJrEbyIR29ejaeS50BdPk+GoNPlC1dckpDiUZbJAIel68sjSMdOt4WY0/gva+ECC7FNITQkxMJU+vSBw==",274      "cpu": [275        "arm"276      ],277      "dev": true,278      "license": "MIT",279      "optional": true,280      "os": [281        "linux"282      ],283      "engines": {284        "node": "^20.19.0 || >=22.12.0"285      }286    },287    "node_modules/@oxlint/binding-linux-arm64-gnu": {288      "version": "1.71.0",289      "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.71.0.tgz",290      "integrity": "sha512-n9yY4M2tiy3aij4AqtlnspzpfdpeT5JQfK2/w2d8oyp5W0FRwOb1dIeX99nORNcxGr08iD9bH8N5XFz3I2iy8w==",291      "cpu": [292        "arm64"293      ],294      "dev": true,295      "license": "MIT",296      "optional": true,297      "os": [298        "linux"299      ],300      "engines": {301        "node": "^20.19.0 || >=22.12.0"302      }303    },304    "node_modules/@oxlint/binding-linux-arm64-musl": {305      "version": "1.71.0",306      "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.71.0.tgz",307      "integrity": "sha512-fJZrs5sDZtTaPIOiemRQQmo82Ezy+vOGXemPc4Ok7iVVsYsFa7SlW6Z5XN819VfsqBHRm3NJ3rTdnR8+bJYJdQ==",308      "cpu": [309        "arm64"310      ],311      "dev": true,312      "license": "MIT",313      "optional": true,314      "os": [315        "linux"316      ],317      "engines": {318        "node": "^20.19.0 || >=22.12.0"319      }320    },321    "node_modules/@oxlint/binding-linux-ppc64-gnu": {322      "version": "1.71.0",323      "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.71.0.tgz",324      "integrity": "sha512-cwl7VKGERIy9p+G+AvZdfy/06q0aHXaTt/mMRReC751iuNYJgqKjB7NydXSS30nBT9vtr2tunciOtrR4fD6FUA==",325      "cpu": [326        "ppc64"327      ],328      "dev": true,329      "license": "MIT",330      "optional": true,331      "os": [332        "linux"333      ],334      "engines": {335        "node": "^20.19.0 || >=22.12.0"336      }337    },338    "node_modules/@oxlint/binding-linux-riscv64-gnu": {339      "version": "1.71.0",340      "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-riscv64-gnu/-/binding-linux-riscv64-gnu-1.71.0.tgz",341      "integrity": "sha512-eZ8ieVXvzGi8jr7+ybQGPK2STw3mldfxZlgA2738iflfB/rzA69sE6m5rDRpQaxC7dpm745Enlh1Tod0QAk9Gg==",342      "cpu": [343        "riscv64"344      ],345      "dev": true,346      "license": "MIT",347      "optional": true,348      "os": [349        "linux"350      ],351      "engines": {352        "node": "^20.19.0 || >=22.12.0"353      }354    },355    "node_modules/@oxlint/binding-linux-riscv64-musl": {356      "version": "1.71.0",357      "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-riscv64-musl/-/binding-linux-riscv64-musl-1.71.0.tgz",358      "integrity": "sha512-puMDbQYe6+NXwfMusojoA7CXGn2b3utukmd23PQqc1E3XhVCwyZ+FueSMzDYeNgDV2dUfIVXAAKZBcFDeCL6sA==",359      "cpu": [360        "riscv64"361      ],362      "dev": true,363      "license": "MIT",364      "optional": true,365      "os": [366        "linux"367      ],368      "engines": {369        "node": "^20.19.0 || >=22.12.0"370      }371    },372    "node_modules/@oxlint/binding-linux-s390x-gnu": {373      "version": "1.71.0",374      "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.71.0.tgz",375      "integrity": "sha512-4NJLxBs1ujISCt3L/1FcywLs73PWtJuw+piD6feK2V6h6OS6P7xu9/sWt1DTRLibe6QCzmfZzmM/2HPORoV/Lg==",376      "cpu": [377        "s390x"378      ],379      "dev": true,380      "license": "MIT",381      "optional": true,382      "os": [383        "linux"384      ],385      "engines": {386        "node": "^20.19.0 || >=22.12.0"387      }388    },389    "node_modules/@oxlint/binding-linux-x64-gnu": {390      "version": "1.71.0",391      "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.71.0.tgz",392      "integrity": "sha512-cFDaiR8L3430qp88tfZnvFlt3KotFhR/DlbIL0nHOMMYiG/9Wy4l+6f7t8G8pTa9bd8Lt8+M0y/qjRQ/xcB74g==",393      "cpu": [394        "x64"395      ],396      "dev": true,397      "license": "MIT",398      "optional": true,399      "os": [400        "linux"401      ],402      "engines": {403        "node": "^20.19.0 || >=22.12.0"404      }405    },406    "node_modules/@oxlint/binding-linux-x64-musl": {407      "version": "1.71.0",408      "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-x64-musl/-/binding-linux-x64-musl-1.71.0.tgz",409      "integrity": "sha512-orfixdt76KlpNly9z0PkWBBNfwjKz+JFVLP/7wnVchlKNU9Dpt9InU/ZggeSej6fC7qwHmHNOGlhLnQXcYoGuA==",410      "cpu": [411        "x64"412      ],413      "dev": true,414      "license": "MIT",415      "optional": true,416      "os": [417        "linux"418      ],419      "engines": {420        "node": "^20.19.0 || >=22.12.0"421      }422    },423    "node_modules/@oxlint/binding-openharmony-arm64": {424      "version": "1.71.0",425      "resolved": "https://registry.npmjs.org/@oxlint/binding-openharmony-arm64/-/binding-openharmony-arm64-1.71.0.tgz",426      "integrity": "sha512-9emQu2lAp6yhPB3XuI+++vR+l/o6JR1X+EpxwcumPdQXBWXEPAsquPGL7l158EqU8SebQMXTUa/S5zN98juyHw==",427      "cpu": [428        "arm64"429      ],430      "dev": true,431      "license": "MIT",432      "optional": true,433      "os": [434        "openharmony"435      ],436      "engines": {437        "node": "^20.19.0 || >=22.12.0"438      }439    },440    "node_modules/@oxlint/binding-win32-arm64-msvc": {441      "version": "1.71.0",442      "resolved": "https://registry.npmjs.org/@oxlint/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.71.0.tgz",443      "integrity": "sha512-bd5kI8spYwTm3BILDtGhi73zoup5dw8MlPQNT8YB3BD5UIsjNe3K9/4ctrzQMX4SZMoK5HgzVLkLJzacEXB7fA==",444      "cpu": [445        "arm64"446      ],447      "dev": true,448      "license": "MIT",449      "optional": true,450      "os": [451        "win32"452      ],453      "engines": {454        "node": "^20.19.0 || >=22.12.0"455      }456    },457    "node_modules/@oxlint/binding-win32-ia32-msvc": {458      "version": "1.71.0",459      "resolved": "https://registry.npmjs.org/@oxlint/binding-win32-ia32-msvc/-/binding-win32-ia32-msvc-1.71.0.tgz",460      "integrity": "sha512-W4HvOHGzVLHcrmFu+bMrJlho+/yrlX5ZNdJZqGe8MEldkQG+RHYhxxad9P4jvWAYFmIqUA5i9DQ8QsJqSU9GIw==",461      "cpu": [462        "ia32"463      ],464      "dev": true,465      "license": "MIT",466      "optional": true,467      "os": [468        "win32"469      ],470      "engines": {471        "node": "^20.19.0 || >=22.12.0"472      }473    },474    "node_modules/@oxlint/binding-win32-x64-msvc": {475      "version": "1.71.0",476      "resolved": "https://registry.npmjs.org/@oxlint/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.71.0.tgz",477      "integrity": "sha512-D2kyEIPHk/G/wiZLnwTVC/sVst+T/lKldVOjAFpgTIBUAOlry72e5OiapDbDBF4LfJLkN5ypJb/8Eu6yJzkveQ==",478      "cpu": [479        "x64"480      ],481      "dev": true,482      "license": "MIT",483      "optional": true,484      "os": [485        "win32"486      ],487      "engines": {488        "node": "^20.19.0 || >=22.12.0"489      }490    },491    "node_modules/@rolldown/binding-android-arm64": {492      "version": "1.1.3",493      "resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm64/-/binding-android-arm64-1.1.3.tgz",494      "integrity": "sha512-DT6Z3PhvioeHMvxo+xHc3KtqggrI7CCTXCmC2h/5zUlp5jVitv7XEy+9q5/7v8IolhlioawpMo8Kg0EEBy7J0g==",495      "cpu": [496        "arm64"497      ],498      "dev": true,499      "license": "MIT",500      "optional": true,501      "os": [502        "android"503      ],504      "engines": {505        "node": "^20.19.0 || >=22.12.0"506      }507    },508    "node_modules/@rolldown/binding-darwin-arm64": {509      "version": "1.1.3",510      "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.1.3.tgz",511      "integrity": "sha512-0NwgwsjM7LrsuVnXMK3koTpagBNOhloc/BNjKqZjv4V5zI5r13qx69uVhRx+o5Z0yy4Hzq+lpy7TAgUG/ocvrw==",512      "cpu": [513        "arm64"514      ],515      "dev": true,516      "license": "MIT",517      "optional": true,518      "os": [519        "darwin"520      ],521      "engines": {522        "node": "^20.19.0 || >=22.12.0"523      }524    },525    "node_modules/@rolldown/binding-darwin-x64": {526      "version": "1.1.3",527      "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.1.3.tgz",528      "integrity": "sha512-YtiBp4disu6V560loT6PjMdiRaWmVvDNrUunAalbiFx2ggeJwxdAsgZMcoGP17uyAsTwAj5V1niksxlHnVQ1Sw==",529      "cpu": [530        "x64"531      ],532      "dev": true,533      "license": "MIT",534      "optional": true,535      "os": [536        "darwin"537      ],538      "engines": {539        "node": "^20.19.0 || >=22.12.0"540      }541    },542    "node_modules/@rolldown/binding-freebsd-x64": {543      "version": "1.1.3",544      "resolved": "https://registry.npmjs.org/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.1.3.tgz",545      "integrity": "sha512-yD3EkEdXk2LypPxnf/kSZHirarsI8gcPzc62SukhR9VJTyvV+F9Q/GxWNuCojc7sXyuVC4DxRGhdDK4X8VSsbw==",546      "cpu": [547        "x64"548      ],549      "dev": true,550      "license": "MIT",551      "optional": true,552      "os": [553        "freebsd"554      ],555      "engines": {556        "node": "^20.19.0 || >=22.12.0"557      }558    },559    "node_modules/@rolldown/binding-linux-arm-gnueabihf": {560      "version": "1.1.3",561      "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.1.3.tgz",562      "integrity": "sha512-c+8vieQbsD7HNAHKIA34w0GJ9FedFFuJGD+7E6vz7Q3uqAIugL5p45fhlsj4UaAsHpcmlqugBWMhA0/j7o0sIg==",563      "cpu": [564        "arm"565      ],566      "dev": true,567      "license": "MIT",568      "optional": true,569      "os": [570        "linux"571      ],572      "engines": {573        "node": "^20.19.0 || >=22.12.0"574      }575    },576    "node_modules/@rolldown/binding-linux-arm64-gnu": {577      "version": "1.1.3",578      "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.1.3.tgz",579      "integrity": "sha512-50jD0uUwLvur7Zz9LHz17kaAdTPjn5wN93hEgjvmYFRZwiR7ZJYovTd5ipyWJDAnXKvZ+wgc+/Ika6dwSF5OcA==",580      "cpu": [581        "arm64"582      ],583      "dev": true,584      "license": "MIT",585      "optional": true,586      "os": [587        "linux"588      ],589      "engines": {590        "node": "^20.19.0 || >=22.12.0"591      }592    },593    "node_modules/@rolldown/binding-linux-arm64-musl": {594      "version": "1.1.3",595      "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.1.3.tgz",596      "integrity": "sha512-BO9+oPL8K9poZJBfYPsXNtYjPE5uM3qeehT3aFcW4LITOl+iSqhp0abzjR2nWBUNjIZeKXjAEWBZ64WjNoHd6w==",597      "cpu": [598        "arm64"599      ],600      "dev": true,601      "license": "MIT",602      "optional": true,603      "os": [604        "linux"605      ],606      "engines": {607        "node": "^20.19.0 || >=22.12.0"608      }609    },610    "node_modules/@rolldown/binding-linux-ppc64-gnu": {611      "version": "1.1.3",612      "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.1.3.tgz",613      "integrity": "sha512-f3VpLB1vQ0Eo6ecr/6cekLnvYMFF4YBFoVGkfkvPLq1bAkbAwHYQPZKoAmG6OJyTcxxoC+AvezGx/S1obNC0Mw==",614      "cpu": [615        "ppc64"616      ],617      "dev": true,618      "license": "MIT",619      "optional": true,620      "os": [621        "linux"622      ],623      "engines": {624        "node": "^20.19.0 || >=22.12.0"625      }626    },627    "node_modules/@rolldown/binding-linux-s390x-gnu": {628      "version": "1.1.3",629      "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.1.3.tgz",630      "integrity": "sha512-AmurZ26Pqx/RI9N1gzEOCklkKXl927yjfXWUUS0O7Puh8ARM/Ob8qfrD3qnWksScdw6cSrW5PSHE9DyLu7+PtA==",631      "cpu": [632        "s390x"633      ],634      "dev": true,635      "license": "MIT",636      "optional": true,637      "os": [638        "linux"639      ],640      "engines": {641        "node": "^20.19.0 || >=22.12.0"642      }643    },644    "node_modules/@rolldown/binding-linux-x64-gnu": {645      "version": "1.1.3",646      "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.1.3.tgz",647      "integrity": "sha512-JJpqs8bRGITDOdbkNKnlojzBabbOHrqjSvDr0IVsZObE1lBcPjxItUEY9eWIDbxaJ3cGrXPWGfGkIxFijg/URg==",648      "cpu": [649        "x64"650      ],651      "dev": true,652      "license": "MIT",653      "optional": true,654      "os": [655        "linux"656      ],657      "engines": {658        "node": "^20.19.0 || >=22.12.0"659      }660    },661    "node_modules/@rolldown/binding-linux-x64-musl": {662      "version": "1.1.3",663      "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.1.3.tgz",664      "integrity": "sha512-rSJcdjPxzA/by/6/rYs+v+bXU7UjvnbUWz8MJb6kh6+knqB1dCrtHg0uu7C/4haqJvqdkYHQ5IGn+tCH9GLW/g==",665      "cpu": [666        "x64"667      ],668      "dev": true,669      "license": "MIT",670      "optional": true,671      "os": [672        "linux"673      ],674      "engines": {675        "node": "^20.19.0 || >=22.12.0"676      }677    },678    "node_modules/@rolldown/binding-openharmony-arm64": {679      "version": "1.1.3",680      "resolved": "https://registry.npmjs.org/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.1.3.tgz",681      "integrity": "sha512-hQ3/PYkDJICgevvyNcVrihVeqq7k1Pp3VZ9lY+dauAYUJKO+auqApvANhvR1An9BhmqYKvW2Mu1F9u4DXSMLxQ==",682      "cpu": [683        "arm64"684      ],685      "dev": true,686      "license": "MIT",687      "optional": true,688      "os": [689        "openharmony"690      ],691      "engines": {692        "node": "^20.19.0 || >=22.12.0"693      }694    },695    "node_modules/@rolldown/binding-wasm32-wasi": {696      "version": "1.1.3",697      "resolved": "https://registry.npmjs.org/@rolldown/binding-wasm32-wasi/-/binding-wasm32-wasi-1.1.3.tgz",698      "integrity": "sha512-Elcv/BtML9lXrV6JuKITc/grN2kYV9gjsQpW8Jfw4ioK0TOkjBjye0nnyqQNy9STNaI20lXNaQBRrD5gSgR0Yg==",699      "cpu": [700        "wasm32"701      ],702      "dev": true,703      "license": "MIT",704      "optional": true,705      "dependencies": {706        "@emnapi/core": "1.11.1",707        "@emnapi/runtime": "1.11.1",708        "@napi-rs/wasm-runtime": "^1.1.6"709      },710      "engines": {711        "node": "^20.19.0 || >=22.12.0"712      }713    },714    "node_modules/@rolldown/binding-win32-arm64-msvc": {715      "version": "1.1.3",716      "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.1.3.tgz",717      "integrity": "sha512-2DrEfhluH9yhiaFApmsjsjwrSYbNcY1oFTzYSP1a535jDbV98zCFanA/96TBUd0iDFcxGmw9QRExwGCXz3U+/g==",718      "cpu": [719        "arm64"720      ],721      "dev": true,722      "license": "MIT",723      "optional": true,724      "os": [725        "win32"726      ],727      "engines": {728        "node": "^20.19.0 || >=22.12.0"729      }730    },731    "node_modules/@rolldown/binding-win32-x64-msvc": {732      "version": "1.1.3",733      "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.1.3.tgz",734      "integrity": "sha512-OL4OMk7UPXOeVGGd3qo5zJyPIljf4AFgk5QAkPPS+OoLuOOozhuaQGC18MxVTnw/06q93gShAJzlwnSCY9YtqA==",735      "cpu": [736        "x64"737      ],738      "dev": true,739      "license": "MIT",740      "optional": true,741      "os": [742        "win32"743      ],744      "engines": {745        "node": "^20.19.0 || >=22.12.0"746      }747    },748    "node_modules/@rolldown/pluginutils": {749      "version": "1.0.1",750      "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.1.tgz",751      "integrity": "sha512-2j9bGt5Jh8hj+vPtgzPtl72j0yRxHAyumoo6TNfAjsLB04UtpSvPbPcDcBMxz7n+9CYB0c1GxQFxYRg2jimqGw==",752      "dev": true,753      "license": "MIT"754    },755    "node_modules/@tailwindcss/typography": {756      "version": "0.5.20",757      "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.20.tgz",758      "integrity": "sha512-hwbzQuNUfcPvbegQFatVPl/MY/tcM9KLl963hQ5laJKPh81TEZ1+dNG9PirGvcaDBkp+BCshExAyKVPW91dozw==",759      "dev": true,760      "license": "MIT",761      "dependencies": {762        "postcss-selector-parser": "6.0.10"763      },764      "peerDependencies": {765        "tailwindcss": ">=3.0.0 || >=4.0.0 || insiders"766      }767    },768    "node_modules/@tailwindcss/typography/node_modules/postcss-selector-parser": {769      "version": "6.0.10",770      "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.10.tgz",771      "integrity": "sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w==",772      "dev": true,773      "license": "MIT",774      "dependencies": {775        "cssesc": "^3.0.0",776        "util-deprecate": "^1.0.2"777      },778      "engines": {779        "node": ">=4"780      }781    },782    "node_modules/@tanstack/query-core": {783      "version": "5.101.2",784      "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.101.2.tgz",785      "integrity": "sha512-hH5MLoJhF7KaIGd7q3xTXGXvslI+GYlM1Z/35aSHHWaCJWB7XvTSHYuV3eM7tw+aE0mT/xMro4M4Q9rCGHT0lw==",786      "license": "MIT",787      "funding": {788        "type": "github",789        "url": "https://github.com/sponsors/tannerlinsley"790      }791    },792    "node_modules/@tanstack/react-query": {793      "version": "5.101.2",794      "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.101.2.tgz",795      "integrity": "sha512-seDkr6kzGzX1okaaTtZPtgA688CDPlXUz1C6xSg0ESqn04Vuc8tlrYms1s3de+znBqhPVxFRfpAfUf+6XvfPWg==",796      "license": "MIT",797      "peer": true,798      "dependencies": {799        "@tanstack/query-core": "5.101.2"800      },801      "funding": {802        "type": "github",803        "url": "https://github.com/sponsors/tannerlinsley"804      },805      "peerDependencies": {806        "react": "^18 || ^19"807      }808    },809    "node_modules/@trpc/client": {810      "version": "11.18.0",811      "resolved": "https://registry.npmjs.org/@trpc/client/-/client-11.18.0.tgz",812      "integrity": "sha512-wOqeg3Fvl25V1ZisQhUD3K8G60ZJDlSGJNSyeXrLH24xAo5w6GSR2Kzb1cSNY9Y+IQ2YZvYGZstBU+V/ulo/ow==",813      "funding": [814        "https://trpc.io/sponsor"815      ],816      "license": "MIT",817      "peer": true,818      "bin": {819        "intent": "bin/intent.js"820      },821      "peerDependencies": {822        "@trpc/server": "11.18.0",823        "typescript": ">=5.7.2"824      }825    },826    "node_modules/@trpc/react-query": {827      "version": "11.18.0",828      "resolved": "https://registry.npmjs.org/@trpc/react-query/-/react-query-11.18.0.tgz",829      "integrity": "sha512-C1+Wwm2pCeUJucI+bnFpxGYjNuvV+ko1BC1T9tUxBVdrhHRCdn9ubxdevdLSAa49XRJRJiZnSuzl3Ys/yvs1vg==",830      "funding": [831        "https://trpc.io/sponsor"832      ],833      "license": "MIT",834      "peerDependencies": {835        "@tanstack/react-query": "^5.80.3",836        "@trpc/client": "11.18.0",837        "@trpc/server": "11.18.0",838        "react": ">=18.2.0",839        "typescript": ">=5.7.2"840      }841    },842    "node_modules/@trpc/server": {843      "version": "11.18.0",844      "resolved": "https://registry.npmjs.org/@trpc/server/-/server-11.18.0.tgz",845      "integrity": "sha512-JAvXOuNTxgXjIDfQaOvDq1j66LMNfDJUH1IU7Slfn8EvRv2EkH6ehu3A7zpYhjO0syHHiYg77v2lG2JFJgvw7Q==",846      "funding": [847        "https://trpc.io/sponsor"848      ],849      "license": "MIT",850      "peer": true,851      "bin": {852        "intent": "bin/intent.js"853      },854      "peerDependencies": {855        "typescript": ">=5.7.2"856      }857    },858    "node_modules/@tybys/wasm-util": {859      "version": "0.10.3",860      "resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.10.3.tgz",861      "integrity": "sha512-F3fo1MYrRJYL3zER0OUOmkutjr1Vp23m7OsSgp7nq4SP6OqX6C/56XFIPAl5bt3zaBRjmW7SGz3u/6LwFpYcOg==",862      "dev": true,863      "license": "MIT",864      "optional": true,865      "dependencies": {866        "tslib": "^2.4.0"867      }868    },869    "node_modules/@types/d3-color": {870      "version": "3.1.3",871      "resolved": "https://registry.npmjs.org/@types/d3-color/-/d3-color-3.1.3.tgz",872      "integrity": "sha512-iO90scth9WAbmgv7ogoq57O9YpKmFBbmoEoCHDB2xMBY0+/KVrqAaCDyCE16dUspeOvIxFFRI+0sEtqDqy2b4A==",873      "license": "MIT"874    },875    "node_modules/@types/d3-drag": {876      "version": "3.0.7",877      "resolved": "https://registry.npmjs.org/@types/d3-drag/-/d3-drag-3.0.7.tgz",878      "integrity": "sha512-HE3jVKlzU9AaMazNufooRJ5ZpWmLIoc90A37WU2JMmeq28w1FQqCZswHZ3xR+SuxYftzHq6WU6KJHvqxKzTxxQ==",879      "license": "MIT",880      "dependencies": {881        "@types/d3-selection": "*"882      }883    },884    "node_modules/@types/d3-interpolate": {885      "version": "3.0.4",886      "resolved": "https://registry.npmjs.org/@types/d3-interpolate/-/d3-interpolate-3.0.4.tgz",887      "integrity": "sha512-mgLPETlrpVV1YRJIglr4Ez47g7Yxjl1lj7YKsiMCb27VJH9W8NVM6Bb9d8kkpG/uAQS5AmbA48q2IAolKKo1MA==",888      "license": "MIT",889      "dependencies": {890        "@types/d3-color": "*"891      }892    },893    "node_modules/@types/d3-selection": {894      "version": "3.0.11",895      "resolved": "https://registry.npmjs.org/@types/d3-selection/-/d3-selection-3.0.11.tgz",896      "integrity": "sha512-bhAXu23DJWsrI45xafYpkQ4NtcKMwWnAC/vKrd2l+nxMFuvOT3XMYTIj2opv8vq8AO5Yh7Qac/nSeP/3zjTK0w==",897      "license": "MIT"898    },899    "node_modules/@types/d3-transition": {900      "version": "3.0.9",901      "resolved": "https://registry.npmjs.org/@types/d3-transition/-/d3-transition-3.0.9.tgz",902      "integrity": "sha512-uZS5shfxzO3rGlu0cC3bjmMFKsXv+SmZZcgp0KD22ts4uGXp5EVYGzu/0YdwZeKmddhcAccYtREJKkPfXkZuCg==",903      "license": "MIT",904      "dependencies": {905        "@types/d3-selection": "*"906      }907    },908    "node_modules/@types/d3-zoom": {909      "version": "3.0.8",910      "resolved": "https://registry.npmjs.org/@types/d3-zoom/-/d3-zoom-3.0.8.tgz",911      "integrity": "sha512-iqMC4/YlFCSlO8+2Ii1GGGliCAY4XdeG748w5vQUbevlbDu0zSjH/+jojorQVBK/se0j6DUFNPBGSqD3YWYnDw==",912      "license": "MIT",913      "dependencies": {914        "@types/d3-interpolate": "*",915        "@types/d3-selection": "*"916      }917    },918    "node_modules/@types/debug": {919      "version": "4.1.13",920      "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.13.tgz",921      "integrity": "sha512-KSVgmQmzMwPlmtljOomayoR89W4FynCAi3E8PPs7vmDVPe84hT+vGPKkJfThkmXs0x0jAaa9U8uW8bbfyS2fWw==",922      "license": "MIT",923      "dependencies": {924        "@types/ms": "*"925      }926    },927    "node_modules/@types/estree": {928      "version": "1.0.9",929      "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.9.tgz",930      "integrity": "sha512-GhdPgy1el4/ImP05X05Uw4cw2/M93BCUmnEvWZNStlCzEKME4Fkk+YpoA5OiHNQmoS7Cafb8Xa3Pya8m1Qrzeg==",931      "license": "MIT"932    },933    "node_modules/@types/estree-jsx": {934      "version": "1.0.5",935      "resolved": "https://registry.npmjs.org/@types/estree-jsx/-/estree-jsx-1.0.5.tgz",936      "integrity": "sha512-52CcUVNFyfb1A2ALocQw/Dd1BQFNmSdkuC3BkZ6iqhdMfQz7JWOFRuJFloOzjk+6WijU56m9oKXFAXc7o3Towg==",937      "license": "MIT",938      "dependencies": {939        "@types/estree": "*"940      }941    },942    "node_modules/@types/hast": {943      "version": "3.0.4",944      "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz",945      "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==",946      "license": "MIT",947      "dependencies": {948        "@types/unist": "*"949      }950    },951    "node_modules/@types/mdast": {952      "version": "4.0.4",953      "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.4.tgz",954      "integrity": "sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==",955      "license": "MIT",956      "dependencies": {957        "@types/unist": "*"958      }959    },960    "node_modules/@types/ms": {961      "version": "2.1.0",962      "resolved": "https://registry.npmjs.org/@types/ms/-/ms-2.1.0.tgz",963      "integrity": "sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==",964      "license": "MIT"965    },966    "node_modules/@types/node": {967      "version": "24.13.2",968      "resolved": "https://registry.npmjs.org/@types/node/-/node-24.13.2.tgz",969      "integrity": "sha512-fRa09kZTgu8o71KFcDjUFuc7F+dEbZYZmkI0mg5YBTRs0yMKjYHsq/c0urDKeDb+D5qVgXOdFcuu+DZPKOITwA==",970      "dev": true,971      "license": "MIT",972      "peer": true,973      "dependencies": {974        "undici-types": "~7.18.0"975      }976    },977    "node_modules/@types/react": {978      "version": "19.2.17",979      "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.17.tgz",980      "integrity": "sha512-MXfmqaVPEVgkBT/aY0aGCkRWWtByiYQXo3xdQ8r5RzuFrPiRn8Gar2tQdXSUQ2GKV3bkXckek89V8wQBY2Q/Aw==",981      "license": "MIT",982      "peer": true,983      "dependencies": {984        "csstype": "^3.2.2"985      }986    },987    "node_modules/@types/react-dom": {988      "version": "19.2.3",989      "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.2.3.tgz",990      "integrity": "sha512-jp2L/eY6fn+KgVVQAOqYItbF0VY/YApe5Mz2F0aykSO8gx31bYCZyvSeYxCHKvzHG5eZjc+zyaS5BrBWya2+kQ==",991      "devOptional": true,992      "license": "MIT",993      "peer": true,994      "peerDependencies": {995        "@types/react": "^19.2.0"996      }997    },998    "node_modules/@types/unist": {999      "version": "3.0.3",1000      "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz",1001      "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==",1002      "license": "MIT"1003    },1004    "node_modules/@ungap/structured-clone": {1005      "version": "1.3.2",1006      "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.3.2.tgz",1007      "integrity": "sha512-5jsZFwgR5rTdKwidH9Qmat75RKwqfpKlWWB1frDkljN127mwqBu8K0PYo7/hFpF03IEJpfVPpCQDY/eDx3iHvA==",1008      "license": "ISC"1009    },1010    "node_modules/@vitejs/plugin-react": {1011      "version": "6.0.3",1012      "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-6.0.3.tgz",1013      "integrity": "sha512-vmFvco5/QuC2f9Oj+wTk0+9XeDFkHxSamwZKYc7MxYwKICfvUvlMhqKI0VuICPltGqh1neqBKDvO4kes1ya8vg==",1014      "dev": true,1015      "license": "MIT",1016      "dependencies": {1017        "@rolldown/pluginutils": "^1.0.1"1018      },1019      "engines": {1020        "node": "^20.19.0 || >=22.12.0"1021      },1022      "peerDependencies": {1023        "@rolldown/plugin-babel": "^0.1.7 || ^0.2.0",1024        "babel-plugin-react-compiler": "^1.0.0",1025        "vite": "^8.0.0"1026      },1027      "peerDependenciesMeta": {1028        "@rolldown/plugin-babel": {1029          "optional": true1030        },1031        "babel-plugin-react-compiler": {1032          "optional": true1033        }1034      }1035    },1036    "node_modules/@xyflow/react": {1037      "version": "12.11.1",1038      "resolved": "https://registry.npmjs.org/@xyflow/react/-/react-12.11.1.tgz",1039      "integrity": "sha512-L+zBoLGSXham0MnlY8QqjfR7/C5JNw0zxkaey5aZ5XmCgJBAdH4+WRIu8CR40d3l/BdU635V6YbhBK1jMo8/6Q==",1040      "license": "MIT",1041      "dependencies": {1042        "@xyflow/system": "0.0.78",1043        "classcat": "^5.0.3",1044        "zustand": "^4.4.0"1045      },1046      "peerDependencies": {1047        "@types/react": ">=17",1048        "@types/react-dom": ">=17",1049        "react": ">=17",1050        "react-dom": ">=17"1051      },1052      "peerDependenciesMeta": {1053        "@types/react": {1054          "optional": true1055        },1056        "@types/react-dom": {1057          "optional": true1058        }1059      }1060    },1061    "node_modules/@xyflow/system": {1062      "version": "0.0.78",1063      "resolved": "https://registry.npmjs.org/@xyflow/system/-/system-0.0.78.tgz",1064      "integrity": "sha512-lY0z2qP33fUhTva9Vaxrk0lqZta2pkbxB1trHAx1omnJqRtPvDlAQYV2r5fhS6AdpkulYmbNW0svy+A4/t4B/g==",1065      "license": "MIT",1066      "dependencies": {1067        "@types/d3-drag": "^3.0.7",1068        "@types/d3-interpolate": "^3.0.4",1069        "@types/d3-selection": "^3.0.10",1070        "@types/d3-transition": "^3.0.8",1071        "@types/d3-zoom": "^3.0.8",1072        "d3-drag": "^3.0.0",1073        "d3-interpolate": "^3.0.1",1074        "d3-selection": "^3.0.0",1075        "d3-zoom": "^3.0.0"1076      }1077    },1078    "node_modules/any-promise": {1079      "version": "1.3.0",1080      "resolved": "https://registry.npmjs.org/any-promise/-/any-promise-1.3.0.tgz",1081      "integrity": "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==",1082      "dev": true,1083      "license": "MIT"1084    },1085    "node_modules/anymatch": {1086      "version": "3.1.3",1087      "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz",1088      "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",1089      "dev": true,1090      "license": "ISC",1091      "dependencies": {1092        "normalize-path": "^3.0.0",1093        "picomatch": "^2.0.4"1094      },1095      "engines": {1096        "node": ">= 8"1097      }1098    },1099    "node_modules/anymatch/node_modules/picomatch": {1100      "version": "2.3.2",1101      "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz",1102      "integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==",1103      "dev": true,1104      "license": "MIT",1105      "engines": {1106        "node": ">=8.6"1107      },1108      "funding": {1109        "url": "https://github.com/sponsors/jonschlinkert"1110      }1111    },1112    "node_modules/arg": {1113      "version": "5.0.2",1114      "resolved": "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz",1115      "integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==",1116      "dev": true,1117      "license": "MIT"1118    },1119    "node_modules/autoprefixer": {1120      "version": "10.5.2",1121      "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.5.2.tgz",1122      "integrity": "sha512-rD5t5DwOjJdmSORcTq64j8MawTC+tbQ+HHqjR4NDumamy/ambn1UJrlKL+KdwujWxMkFjPM3pPHOEA9tl4767Q==",1123      "dev": true,1124      "funding": [1125        {1126          "type": "opencollective",1127          "url": "https://opencollective.com/postcss/"1128        },1129        {1130          "type": "tidelift",1131          "url": "https://tidelift.com/funding/github/npm/autoprefixer"1132        },1133        {1134          "type": "github",1135          "url": "https://github.com/sponsors/ai"1136        }1137      ],1138      "license": "MIT",1139      "dependencies": {1140        "browserslist": "^4.28.4",1141        "caniuse-lite": "^1.0.30001799",1142        "fraction.js": "^5.3.4",1143        "picocolors": "^1.1.1",1144        "postcss-value-parser": "^4.2.0"1145      },1146      "bin": {1147        "autoprefixer": "bin/autoprefixer"1148      },1149      "engines": {1150        "node": "^10 || ^12 || >=14"1151      },1152      "peerDependencies": {1153        "postcss": "^8.1.0"1154      }1155    },1156    "node_modules/bail": {1157      "version": "2.0.2",1158      "resolved": "https://registry.npmjs.org/bail/-/bail-2.0.2.tgz",1159      "integrity": "sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==",1160      "license": "MIT",1161      "funding": {1162        "type": "github",1163        "url": "https://github.com/sponsors/wooorm"1164      }1165    },1166    "node_modules/baseline-browser-mapping": {1167      "version": "2.10.40",1168      "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.10.40.tgz",1169      "integrity": "sha512-BSSLZ9/Cjjv7Gtj5B68ZzXcXUg8iOf3fme+FCuh8rC/Go+Kmh8cox7M3A8dolou16s64QjLPOSdngh7GxXvkSw==",1170      "dev": true,1171      "license": "Apache-2.0",1172      "bin": {1173        "baseline-browser-mapping": "dist/cli.cjs"1174      },1175      "engines": {1176        "node": ">=6.0.0"1177      }1178    },1179    "node_modules/binary-extensions": {1180      "version": "2.3.0",1181      "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz",1182      "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==",1183      "dev": true,1184      "license": "MIT",1185      "engines": {1186        "node": ">=8"1187      },1188      "funding": {1189        "url": "https://github.com/sponsors/sindresorhus"1190      }1191    },1192    "node_modules/braces": {1193      "version": "3.0.3",1194      "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",1195      "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",1196      "dev": true,1197      "license": "MIT",1198      "dependencies": {1199        "fill-range": "^7.1.1"1200      },

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