CoolFace
Apppublic

fullstuckdev/sql-agent

sourceHugging Facemitupdated 2y agoView on Hugging Face
1likes
package-lock.json11645 linesDownload Raw Back to root
1{2  "name": "text-to-sql",3  "version": "0.1.0",4  "lockfileVersion": 2,5  "requires": true,6  "packages": {7    "": {8      "name": "text-to-sql",9      "version": "0.1.0",10      "dependencies": {11        "@huggingface/inference": "^2.8.1",12        "@langchain/community": "^0.0.31",13        "@langchain/openai": "^0.0.14",14        "@tabler/icons-react": "^3.22.0",15        "chart.js": "^4.4.6",16        "framer-motion": "^11.11.17",17        "langchain": "^0.1.37",18        "mysql2": "^3.11.4",19        "next": "15.0.3",20        "react": "^18.2.0",21        "react-chartjs-2": "^5.2.0",22        "react-dom": "^18.2.0",23        "zod": "^3.22.4"24      },25      "devDependencies": {26        "@types/node": "^20",27        "@types/react": "^18",28        "@types/react-dom": "^18",29        "eslint": "^8",30        "eslint-config-next": "15.0.3",31        "postcss": "^8",32        "tailwindcss": "^3.4.1",33        "typescript": "^5"34      }35    },36    "node_modules/@alloc/quick-lru": {37      "version": "5.2.0",38      "resolved": "https://registry.npmjs.org/@alloc/quick-lru/-/quick-lru-5.2.0.tgz",39      "integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==",40      "dev": true,41      "engines": {42        "node": ">=10"43      },44      "funding": {45        "url": "https://github.com/sponsors/sindresorhus"46      }47    },48    "node_modules/@anthropic-ai/sdk": {49      "version": "0.9.1",50      "resolved": "https://registry.npmjs.org/@anthropic-ai/sdk/-/sdk-0.9.1.tgz",51      "integrity": "sha512-wa1meQ2WSfoY8Uor3EdrJq0jTiZJoKoSii2ZVWRY1oN4Tlr5s59pADg9T79FTbPe1/se5c3pBeZgJL63wmuoBA==",52      "dependencies": {53        "@types/node": "^18.11.18",54        "@types/node-fetch": "^2.6.4",55        "abort-controller": "^3.0.0",56        "agentkeepalive": "^4.2.1",57        "digest-fetch": "^1.3.0",58        "form-data-encoder": "1.7.2",59        "formdata-node": "^4.3.2",60        "node-fetch": "^2.6.7",61        "web-streams-polyfill": "^3.2.1"62      }63    },64    "node_modules/@anthropic-ai/sdk/node_modules/@types/node": {65      "version": "18.19.65",66      "resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.65.tgz",67      "integrity": "sha512-Ay5BZuO1UkTmVHzZJNvZKw/E+iB3GQABb6kijEz89w2JrfhNA+M/ebp18pfz9Gqe9ywhMC8AA8yC01lZq48J+Q==",68      "dependencies": {69        "undici-types": "~5.26.4"70      }71    },72    "node_modules/@anthropic-ai/sdk/node_modules/undici-types": {73      "version": "5.26.5",74      "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz",75      "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA=="76    },77    "node_modules/@emnapi/runtime": {78      "version": "1.3.1",79      "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.3.1.tgz",80      "integrity": "sha512-kEBmG8KyqtxJZv+ygbEim+KCGtIq1fC22Ms3S4ziXmYKm8uyoLX0MHONVKwp+9opg390VaKRNt4a7A9NwmpNhw==",81      "optional": true,82      "dependencies": {83        "tslib": "^2.4.0"84      }85    },86    "node_modules/@eslint-community/regexpp": {87      "version": "4.12.1",88      "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.1.tgz",89      "integrity": "sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==",90      "dev": true,91      "engines": {92        "node": "^12.0.0 || ^14.0.0 || >=16.0.0"93      }94    },95    "node_modules/@eslint/eslintrc": {96      "version": "2.1.4",97      "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.4.tgz",98      "integrity": "sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==",99      "dev": true,100      "dependencies": {101        "ajv": "^6.12.4",102        "debug": "^4.3.2",103        "espree": "^9.6.0",104        "globals": "^13.19.0",105        "ignore": "^5.2.0",106        "import-fresh": "^3.2.1",107        "js-yaml": "^4.1.0",108        "minimatch": "^3.1.2",109        "strip-json-comments": "^3.1.1"110      },111      "engines": {112        "node": "^12.22.0 || ^14.17.0 || >=16.0.0"113      },114      "funding": {115        "url": "https://opencollective.com/eslint"116      }117    },118    "node_modules/@eslint/js": {119      "version": "8.57.1",120      "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.57.1.tgz",121      "integrity": "sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q==",122      "dev": true,123      "engines": {124        "node": "^12.22.0 || ^14.17.0 || >=16.0.0"125      }126    },127    "node_modules/@huggingface/inference": {128      "version": "2.8.1",129      "resolved": "https://registry.npmjs.org/@huggingface/inference/-/inference-2.8.1.tgz",130      "integrity": "sha512-EfsNtY9OR6JCNaUa5bZu2mrs48iqeTz0Gutwf+fU0Kypx33xFQB4DKMhp8u4Ee6qVbLbNWvTHuWwlppLQl4p4Q==",131      "dependencies": {132        "@huggingface/tasks": "^0.12.9"133      },134      "engines": {135        "node": ">=18"136      }137    },138    "node_modules/@huggingface/tasks": {139      "version": "0.12.30",140      "resolved": "https://registry.npmjs.org/@huggingface/tasks/-/tasks-0.12.30.tgz",141      "integrity": "sha512-A1ITdxbEzx9L8wKR8pF7swyrTLxWNDFIGDLUWInxvks2ruQ8PLRBZe8r0EcjC3CDdtlj9jV1V4cgV35K/iy3GQ=="142    },143    "node_modules/@humanwhocodes/config-array": {144      "version": "0.13.0",145      "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.13.0.tgz",146      "integrity": "sha512-DZLEEqFWQFiyK6h5YIeynKx7JlvCYWL0cImfSRXZ9l4Sg2efkFGTuFf6vzXjK1cq6IYkU+Eg/JizXw+TD2vRNw==",147      "deprecated": "Use @eslint/config-array instead",148      "dev": true,149      "dependencies": {150        "@humanwhocodes/object-schema": "^2.0.3",151        "debug": "^4.3.1",152        "minimatch": "^3.0.5"153      },154      "engines": {155        "node": ">=10.10.0"156      }157    },158    "node_modules/@humanwhocodes/module-importer": {159      "version": "1.0.1",160      "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",161      "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",162      "dev": true,163      "engines": {164        "node": ">=12.22"165      },166      "funding": {167        "type": "github",168        "url": "https://github.com/sponsors/nzakas"169      }170    },171    "node_modules/@humanwhocodes/object-schema": {172      "version": "2.0.3",173      "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz",174      "integrity": "sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==",175      "deprecated": "Use @eslint/object-schema instead",176      "dev": true177    },178    "node_modules/@img/sharp-darwin-arm64": {179      "version": "0.33.5",180      "resolved": "https://registry.npmjs.org/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.33.5.tgz",181      "integrity": "sha512-UT4p+iz/2H4twwAoLCqfA9UH5pI6DggwKEGuaPy7nCVQ8ZsiY5PIcrRvD1DzuY3qYL07NtIQcWnBSY/heikIFQ==",182      "cpu": [183        "arm64"184      ],185      "optional": true,186      "os": [187        "darwin"188      ],189      "engines": {190        "node": "^18.17.0 || ^20.3.0 || >=21.0.0"191      },192      "funding": {193        "url": "https://opencollective.com/libvips"194      },195      "optionalDependencies": {196        "@img/sharp-libvips-darwin-arm64": "1.0.4"197      }198    },199    "node_modules/@img/sharp-darwin-x64": {200      "version": "0.33.5",201      "resolved": "https://registry.npmjs.org/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.33.5.tgz",202      "integrity": "sha512-fyHac4jIc1ANYGRDxtiqelIbdWkIuQaI84Mv45KvGRRxSAa7o7d1ZKAOBaYbnepLC1WqxfpimdeWfvqqSGwR2Q==",203      "cpu": [204        "x64"205      ],206      "optional": true,207      "os": [208        "darwin"209      ],210      "engines": {211        "node": "^18.17.0 || ^20.3.0 || >=21.0.0"212      },213      "funding": {214        "url": "https://opencollective.com/libvips"215      },216      "optionalDependencies": {217        "@img/sharp-libvips-darwin-x64": "1.0.4"218      }219    },220    "node_modules/@img/sharp-libvips-darwin-arm64": {221      "version": "1.0.4",222      "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.0.4.tgz",223      "integrity": "sha512-XblONe153h0O2zuFfTAbQYAX2JhYmDHeWikp1LM9Hul9gVPjFY427k6dFEcOL72O01QxQsWi761svJ/ev9xEDg==",224      "cpu": [225        "arm64"226      ],227      "optional": true,228      "os": [229        "darwin"230      ],231      "funding": {232        "url": "https://opencollective.com/libvips"233      }234    },235    "node_modules/@img/sharp-libvips-darwin-x64": {236      "version": "1.0.4",237      "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.0.4.tgz",238      "integrity": "sha512-xnGR8YuZYfJGmWPvmlunFaWJsb9T/AO2ykoP3Fz/0X5XV2aoYBPkX6xqCQvUTKKiLddarLaxpzNe+b1hjeWHAQ==",239      "cpu": [240        "x64"241      ],242      "optional": true,243      "os": [244        "darwin"245      ],246      "funding": {247        "url": "https://opencollective.com/libvips"248      }249    },250    "node_modules/@img/sharp-libvips-linux-arm": {251      "version": "1.0.5",252      "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.0.5.tgz",253      "integrity": "sha512-gvcC4ACAOPRNATg/ov8/MnbxFDJqf/pDePbBnuBDcjsI8PssmjoKMAz4LtLaVi+OnSb5FK/yIOamqDwGmXW32g==",254      "cpu": [255        "arm"256      ],257      "optional": true,258      "os": [259        "linux"260      ],261      "funding": {262        "url": "https://opencollective.com/libvips"263      }264    },265    "node_modules/@img/sharp-libvips-linux-arm64": {266      "version": "1.0.4",267      "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.0.4.tgz",268      "integrity": "sha512-9B+taZ8DlyyqzZQnoeIvDVR/2F4EbMepXMc/NdVbkzsJbzkUjhXv/70GQJ7tdLA4YJgNP25zukcxpX2/SueNrA==",269      "cpu": [270        "arm64"271      ],272      "optional": true,273      "os": [274        "linux"275      ],276      "funding": {277        "url": "https://opencollective.com/libvips"278      }279    },280    "node_modules/@img/sharp-libvips-linux-s390x": {281      "version": "1.0.4",282      "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.0.4.tgz",283      "integrity": "sha512-u7Wz6ntiSSgGSGcjZ55im6uvTrOxSIS8/dgoVMoiGE9I6JAfU50yH5BoDlYA1tcuGS7g/QNtetJnxA6QEsCVTA==",284      "cpu": [285        "s390x"286      ],287      "optional": true,288      "os": [289        "linux"290      ],291      "funding": {292        "url": "https://opencollective.com/libvips"293      }294    },295    "node_modules/@img/sharp-libvips-linux-x64": {296      "version": "1.0.4",297      "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.0.4.tgz",298      "integrity": "sha512-MmWmQ3iPFZr0Iev+BAgVMb3ZyC4KeFc3jFxnNbEPas60e1cIfevbtuyf9nDGIzOaW9PdnDciJm+wFFaTlj5xYw==",299      "cpu": [300        "x64"301      ],302      "optional": true,303      "os": [304        "linux"305      ],306      "funding": {307        "url": "https://opencollective.com/libvips"308      }309    },310    "node_modules/@img/sharp-libvips-linuxmusl-arm64": {311      "version": "1.0.4",312      "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.0.4.tgz",313      "integrity": "sha512-9Ti+BbTYDcsbp4wfYib8Ctm1ilkugkA/uscUn6UXK1ldpC1JjiXbLfFZtRlBhjPZ5o1NCLiDbg8fhUPKStHoTA==",314      "cpu": [315        "arm64"316      ],317      "optional": true,318      "os": [319        "linux"320      ],321      "funding": {322        "url": "https://opencollective.com/libvips"323      }324    },325    "node_modules/@img/sharp-libvips-linuxmusl-x64": {326      "version": "1.0.4",327      "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.0.4.tgz",328      "integrity": "sha512-viYN1KX9m+/hGkJtvYYp+CCLgnJXwiQB39damAO7WMdKWlIhmYTfHjwSbQeUK/20vY154mwezd9HflVFM1wVSw==",329      "cpu": [330        "x64"331      ],332      "optional": true,333      "os": [334        "linux"335      ],336      "funding": {337        "url": "https://opencollective.com/libvips"338      }339    },340    "node_modules/@img/sharp-linux-arm": {341      "version": "0.33.5",342      "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm/-/sharp-linux-arm-0.33.5.tgz",343      "integrity": "sha512-JTS1eldqZbJxjvKaAkxhZmBqPRGmxgu+qFKSInv8moZ2AmT5Yib3EQ1c6gp493HvrvV8QgdOXdyaIBrhvFhBMQ==",344      "cpu": [345        "arm"346      ],347      "optional": true,348      "os": [349        "linux"350      ],351      "engines": {352        "node": "^18.17.0 || ^20.3.0 || >=21.0.0"353      },354      "funding": {355        "url": "https://opencollective.com/libvips"356      },357      "optionalDependencies": {358        "@img/sharp-libvips-linux-arm": "1.0.5"359      }360    },361    "node_modules/@img/sharp-linux-arm64": {362      "version": "0.33.5",363      "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.33.5.tgz",364      "integrity": "sha512-JMVv+AMRyGOHtO1RFBiJy/MBsgz0x4AWrT6QoEVVTyh1E39TrCUpTRI7mx9VksGX4awWASxqCYLCV4wBZHAYxA==",365      "cpu": [366        "arm64"367      ],368      "optional": true,369      "os": [370        "linux"371      ],372      "engines": {373        "node": "^18.17.0 || ^20.3.0 || >=21.0.0"374      },375      "funding": {376        "url": "https://opencollective.com/libvips"377      },378      "optionalDependencies": {379        "@img/sharp-libvips-linux-arm64": "1.0.4"380      }381    },382    "node_modules/@img/sharp-linux-s390x": {383      "version": "0.33.5",384      "resolved": "https://registry.npmjs.org/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.33.5.tgz",385      "integrity": "sha512-y/5PCd+mP4CA/sPDKl2961b+C9d+vPAveS33s6Z3zfASk2j5upL6fXVPZi7ztePZ5CuH+1kW8JtvxgbuXHRa4Q==",386      "cpu": [387        "s390x"388      ],389      "optional": true,390      "os": [391        "linux"392      ],393      "engines": {394        "node": "^18.17.0 || ^20.3.0 || >=21.0.0"395      },396      "funding": {397        "url": "https://opencollective.com/libvips"398      },399      "optionalDependencies": {400        "@img/sharp-libvips-linux-s390x": "1.0.4"401      }402    },403    "node_modules/@img/sharp-linux-x64": {404      "version": "0.33.5",405      "resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.33.5.tgz",406      "integrity": "sha512-opC+Ok5pRNAzuvq1AG0ar+1owsu842/Ab+4qvU879ippJBHvyY5n2mxF1izXqkPYlGuP/M556uh53jRLJmzTWA==",407      "cpu": [408        "x64"409      ],410      "optional": true,411      "os": [412        "linux"413      ],414      "engines": {415        "node": "^18.17.0 || ^20.3.0 || >=21.0.0"416      },417      "funding": {418        "url": "https://opencollective.com/libvips"419      },420      "optionalDependencies": {421        "@img/sharp-libvips-linux-x64": "1.0.4"422      }423    },424    "node_modules/@img/sharp-linuxmusl-arm64": {425      "version": "0.33.5",426      "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.33.5.tgz",427      "integrity": "sha512-XrHMZwGQGvJg2V/oRSUfSAfjfPxO+4DkiRh6p2AFjLQztWUuY/o8Mq0eMQVIY7HJ1CDQUJlxGGZRw1a5bqmd1g==",428      "cpu": [429        "arm64"430      ],431      "optional": true,432      "os": [433        "linux"434      ],435      "engines": {436        "node": "^18.17.0 || ^20.3.0 || >=21.0.0"437      },438      "funding": {439        "url": "https://opencollective.com/libvips"440      },441      "optionalDependencies": {442        "@img/sharp-libvips-linuxmusl-arm64": "1.0.4"443      }444    },445    "node_modules/@img/sharp-linuxmusl-x64": {446      "version": "0.33.5",447      "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.33.5.tgz",448      "integrity": "sha512-WT+d/cgqKkkKySYmqoZ8y3pxx7lx9vVejxW/W4DOFMYVSkErR+w7mf2u8m/y4+xHe7yY9DAXQMWQhpnMuFfScw==",449      "cpu": [450        "x64"451      ],452      "optional": true,453      "os": [454        "linux"455      ],456      "engines": {457        "node": "^18.17.0 || ^20.3.0 || >=21.0.0"458      },459      "funding": {460        "url": "https://opencollective.com/libvips"461      },462      "optionalDependencies": {463        "@img/sharp-libvips-linuxmusl-x64": "1.0.4"464      }465    },466    "node_modules/@img/sharp-wasm32": {467      "version": "0.33.5",468      "resolved": "https://registry.npmjs.org/@img/sharp-wasm32/-/sharp-wasm32-0.33.5.tgz",469      "integrity": "sha512-ykUW4LVGaMcU9lu9thv85CbRMAwfeadCJHRsg2GmeRa/cJxsVY9Rbd57JcMxBkKHag5U/x7TSBpScF4U8ElVzg==",470      "cpu": [471        "wasm32"472      ],473      "optional": true,474      "dependencies": {475        "@emnapi/runtime": "^1.2.0"476      },477      "engines": {478        "node": "^18.17.0 || ^20.3.0 || >=21.0.0"479      },480      "funding": {481        "url": "https://opencollective.com/libvips"482      }483    },484    "node_modules/@img/sharp-win32-ia32": {485      "version": "0.33.5",486      "resolved": "https://registry.npmjs.org/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.33.5.tgz",487      "integrity": "sha512-T36PblLaTwuVJ/zw/LaH0PdZkRz5rd3SmMHX8GSmR7vtNSP5Z6bQkExdSK7xGWyxLw4sUknBuugTelgw2faBbQ==",488      "cpu": [489        "ia32"490      ],491      "optional": true,492      "os": [493        "win32"494      ],495      "engines": {496        "node": "^18.17.0 || ^20.3.0 || >=21.0.0"497      },498      "funding": {499        "url": "https://opencollective.com/libvips"500      }501    },502    "node_modules/@img/sharp-win32-x64": {503      "version": "0.33.5",504      "resolved": "https://registry.npmjs.org/@img/sharp-win32-x64/-/sharp-win32-x64-0.33.5.tgz",505      "integrity": "sha512-MpY/o8/8kj+EcnxwvrP4aTJSWw/aZ7JIGR4aBeZkZw5B7/Jn+tY9/VNwtcoGmdT7GfggGIU4kygOMSbYnOrAbg==",506      "cpu": [507        "x64"508      ],509      "optional": true,510      "os": [511        "win32"512      ],513      "engines": {514        "node": "^18.17.0 || ^20.3.0 || >=21.0.0"515      },516      "funding": {517        "url": "https://opencollective.com/libvips"518      }519    },520    "node_modules/@isaacs/cliui": {521      "version": "8.0.2",522      "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",523      "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==",524      "dev": true,525      "dependencies": {526        "string-width": "^5.1.2",527        "string-width-cjs": "npm:string-width@^4.2.0",528        "strip-ansi": "^7.0.1",529        "strip-ansi-cjs": "npm:strip-ansi@^6.0.1",530        "wrap-ansi": "^8.1.0",531        "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"532      },533      "engines": {534        "node": ">=12"535      }536    },537    "node_modules/@isaacs/cliui/node_modules/ansi-regex": {538      "version": "6.1.0",539      "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz",540      "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==",541      "dev": true,542      "engines": {543        "node": ">=12"544      },545      "funding": {546        "url": "https://github.com/chalk/ansi-regex?sponsor=1"547      }548    },549    "node_modules/@isaacs/cliui/node_modules/strip-ansi": {550      "version": "7.1.0",551      "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",552      "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",553      "dev": true,554      "dependencies": {555        "ansi-regex": "^6.0.1"556      },557      "engines": {558        "node": ">=12"559      },560      "funding": {561        "url": "https://github.com/chalk/strip-ansi?sponsor=1"562      }563    },564    "node_modules/@jridgewell/gen-mapping": {565      "version": "0.3.5",566      "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz",567      "integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==",568      "dev": true,569      "dependencies": {570        "@jridgewell/set-array": "^1.2.1",571        "@jridgewell/sourcemap-codec": "^1.4.10",572        "@jridgewell/trace-mapping": "^0.3.24"573      },574      "engines": {575        "node": ">=6.0.0"576      }577    },578    "node_modules/@jridgewell/resolve-uri": {579      "version": "3.1.2",580      "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",581      "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",582      "dev": true,583      "engines": {584        "node": ">=6.0.0"585      }586    },587    "node_modules/@jridgewell/set-array": {588      "version": "1.2.1",589      "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz",590      "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==",591      "dev": true,592      "engines": {593        "node": ">=6.0.0"594      }595    },596    "node_modules/@jridgewell/sourcemap-codec": {597      "version": "1.5.0",598      "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz",599      "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==",600      "dev": true601    },602    "node_modules/@jridgewell/trace-mapping": {603      "version": "0.3.25",604      "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz",605      "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==",606      "dev": true,607      "dependencies": {608        "@jridgewell/resolve-uri": "^3.1.0",609        "@jridgewell/sourcemap-codec": "^1.4.14"610      }611    },612    "node_modules/@kurkle/color": {613      "version": "0.3.4",614      "resolved": "https://registry.npmjs.org/@kurkle/color/-/color-0.3.4.tgz",615      "integrity": "sha512-M5UknZPHRu3DEDWoipU6sE8PdkZ6Z/S+v4dD+Ke8IaNlpdSQah50lz1KtcFBa2vsdOnwbbnxJwVM4wty6udA5w=="616    },617    "node_modules/@langchain/community": {618      "version": "0.0.31",619      "resolved": "https://registry.npmjs.org/@langchain/community/-/community-0.0.31.tgz",620      "integrity": "sha512-bXcEeoTujsxqpJIh2TX8i5dVDkuUebPDG6xg8OaZTOGi9jA5KjwwQ8riiP1tWvr4mFscPAQ7bGZmTU6qBx1c6Q==",621      "dependencies": {622        "@langchain/core": "~0.1.29",623        "@langchain/openai": "~0.0.14",624        "flat": "^5.0.2",625        "langsmith": "~0.1.1",626        "uuid": "^9.0.0",627        "zod": "^3.22.3"628      },629      "engines": {630        "node": ">=18"631      },632      "peerDependencies": {633        "@aws-crypto/sha256-js": "^5.0.0",634        "@aws-sdk/client-bedrock-agent-runtime": "^3.485.0",635        "@aws-sdk/client-bedrock-runtime": "^3.422.0",636        "@aws-sdk/client-dynamodb": "^3.310.0",637        "@aws-sdk/client-kendra": "^3.352.0",638        "@aws-sdk/client-lambda": "^3.310.0",639        "@aws-sdk/client-sagemaker-runtime": "^3.310.0",640        "@aws-sdk/client-sfn": "^3.310.0",641        "@aws-sdk/credential-provider-node": "^3.388.0",642        "@azure/search-documents": "^12.0.0",643        "@clickhouse/client": "^0.2.5",644        "@cloudflare/ai": "*",645        "@datastax/astra-db-ts": "^0.1.4",646        "@elastic/elasticsearch": "^8.4.0",647        "@getmetal/metal-sdk": "*",648        "@getzep/zep-js": "^0.9.0",649        "@gomomento/sdk": "^1.51.1",650        "@gomomento/sdk-core": "^1.51.1",651        "@google-ai/generativelanguage": "^0.2.1",652        "@gradientai/nodejs-sdk": "^1.2.0",653        "@huggingface/inference": "^2.6.4",654        "@mozilla/readability": "*",655        "@opensearch-project/opensearch": "*",656        "@pinecone-database/pinecone": "*",657        "@planetscale/database": "^1.8.0",658        "@qdrant/js-client-rest": "^1.2.0",659        "@raycast/api": "^1.55.2",660        "@rockset/client": "^0.9.1",661        "@smithy/eventstream-codec": "^2.0.5",662        "@smithy/protocol-http": "^3.0.6",663        "@smithy/signature-v4": "^2.0.10",664        "@smithy/util-utf8": "^2.0.0",665        "@supabase/postgrest-js": "^1.1.1",666        "@supabase/supabase-js": "^2.10.0",667        "@tensorflow-models/universal-sentence-encoder": "*",668        "@tensorflow/tfjs-converter": "*",669        "@tensorflow/tfjs-core": "*",670        "@upstash/redis": "^1.20.6",671        "@upstash/vector": "^1.0.2",672        "@vercel/kv": "^0.2.3",673        "@vercel/postgres": "^0.5.0",674        "@writerai/writer-sdk": "^0.40.2",675        "@xata.io/client": "^0.28.0",676        "@xenova/transformers": "^2.5.4",677        "@zilliz/milvus2-sdk-node": ">=2.2.7",678        "better-sqlite3": "^9.4.0",679        "cassandra-driver": "^4.7.2",680        "chromadb": "*",681        "closevector-common": "0.1.3",682        "closevector-node": "0.1.6",683        "closevector-web": "0.1.6",684        "cohere-ai": "*",685        "convex": "^1.3.1",686        "discord.js": "^14.14.1",687        "dria": "^0.0.3",688        "faiss-node": "^0.5.1",689        "firebase-admin": "^11.9.0 || ^12.0.0",690        "google-auth-library": "^8.9.0",691        "googleapis": "^126.0.1",692        "hnswlib-node": "^1.4.2",693        "html-to-text": "^9.0.5",694        "ioredis": "^5.3.2",695        "jsdom": "*",696        "llmonitor": "^0.5.9",697        "lodash": "^4.17.21",698        "lunary": "^0.6.11",699        "mongodb": "^5.2.0",700        "mysql2": "^3.3.3",701        "neo4j-driver": "*",702        "node-llama-cpp": "*",703        "pg": "^8.11.0",704        "pg-copy-streams": "^6.0.5",705        "pickleparser": "^0.2.1",706        "portkey-ai": "^0.1.11",707        "redis": "*",708        "replicate": "^0.18.0",709        "typeorm": "^0.3.12",710        "typesense": "^1.5.3",711        "usearch": "^1.1.1",712        "vectordb": "^0.1.4",713        "voy-search": "0.6.2",714        "weaviate-ts-client": "*",715        "web-auth-library": "^1.0.3",716        "ws": "^8.14.2"717      },718      "peerDependenciesMeta": {719        "@aws-crypto/sha256-js": {720          "optional": true721        },722        "@aws-sdk/client-bedrock-agent-runtime": {723          "optional": true724        },725        "@aws-sdk/client-bedrock-runtime": {726          "optional": true727        },728        "@aws-sdk/client-dynamodb": {729          "optional": true730        },731        "@aws-sdk/client-kendra": {732          "optional": true733        },734        "@aws-sdk/client-lambda": {735          "optional": true736        },737        "@aws-sdk/client-sagemaker-runtime": {738          "optional": true739        },740        "@aws-sdk/client-sfn": {741          "optional": true742        },743        "@aws-sdk/credential-provider-node": {744          "optional": true745        },746        "@azure/search-documents": {747          "optional": true748        },749        "@clickhouse/client": {750          "optional": true751        },752        "@cloudflare/ai": {753          "optional": true754        },755        "@datastax/astra-db-ts": {756          "optional": true757        },758        "@elastic/elasticsearch": {759          "optional": true760        },761        "@getmetal/metal-sdk": {762          "optional": true763        },764        "@getzep/zep-js": {765          "optional": true766        },767        "@gomomento/sdk": {768          "optional": true769        },770        "@gomomento/sdk-core": {771          "optional": true772        },773        "@google-ai/generativelanguage": {774          "optional": true775        },776        "@gradientai/nodejs-sdk": {777          "optional": true778        },779        "@huggingface/inference": {780          "optional": true781        },782        "@mozilla/readability": {783          "optional": true784        },785        "@opensearch-project/opensearch": {786          "optional": true787        },788        "@pinecone-database/pinecone": {789          "optional": true790        },791        "@planetscale/database": {792          "optional": true793        },794        "@qdrant/js-client-rest": {795          "optional": true796        },797        "@raycast/api": {798          "optional": true799        },800        "@rockset/client": {801          "optional": true802        },803        "@smithy/eventstream-codec": {804          "optional": true805        },806        "@smithy/protocol-http": {807          "optional": true808        },809        "@smithy/signature-v4": {810          "optional": true811        },812        "@smithy/util-utf8": {813          "optional": true814        },815        "@supabase/postgrest-js": {816          "optional": true817        },818        "@supabase/supabase-js": {819          "optional": true820        },821        "@tensorflow-models/universal-sentence-encoder": {822          "optional": true823        },824        "@tensorflow/tfjs-converter": {825          "optional": true826        },827        "@tensorflow/tfjs-core": {828          "optional": true829        },830        "@upstash/redis": {831          "optional": true832        },833        "@upstash/vector": {834          "optional": true835        },836        "@vercel/kv": {837          "optional": true838        },839        "@vercel/postgres": {840          "optional": true841        },842        "@writerai/writer-sdk": {843          "optional": true844        },845        "@xata.io/client": {846          "optional": true847        },848        "@xenova/transformers": {849          "optional": true850        },851        "@zilliz/milvus2-sdk-node": {852          "optional": true853        },854        "better-sqlite3": {855          "optional": true856        },857        "cassandra-driver": {858          "optional": true859        },860        "chromadb": {861          "optional": true862        },863        "closevector-common": {864          "optional": true865        },866        "closevector-node": {867          "optional": true868        },869        "closevector-web": {870          "optional": true871        },872        "cohere-ai": {873          "optional": true874        },875        "convex": {876          "optional": true877        },878        "discord.js": {879          "optional": true880        },881        "dria": {882          "optional": true883        },884        "faiss-node": {885          "optional": true886        },887        "firebase-admin": {888          "optional": true889        },890        "google-auth-library": {891          "optional": true892        },893        "googleapis": {894          "optional": true895        },896        "hnswlib-node": {897          "optional": true898        },899        "html-to-text": {900          "optional": true901        },902        "ioredis": {903          "optional": true904        },905        "jsdom": {906          "optional": true907        },908        "llmonitor": {909          "optional": true910        },911        "lodash": {912          "optional": true913        },914        "lunary": {915          "optional": true916        },917        "mongodb": {918          "optional": true919        },920        "mysql2": {921          "optional": true922        },923        "neo4j-driver": {924          "optional": true925        },926        "node-llama-cpp": {927          "optional": true928        },929        "pg": {930          "optional": true931        },932        "pg-copy-streams": {933          "optional": true934        },935        "pickleparser": {936          "optional": true937        },938        "portkey-ai": {939          "optional": true940        },941        "redis": {942          "optional": true943        },944        "replicate": {945          "optional": true946        },947        "typeorm": {948          "optional": true949        },950        "typesense": {951          "optional": true952        },953        "usearch": {954          "optional": true955        },956        "vectordb": {957          "optional": true958        },959        "voy-search": {960          "optional": true961        },962        "weaviate-ts-client": {963          "optional": true964        },965        "web-auth-library": {966          "optional": true967        },968        "ws": {969          "optional": true970        }971      }972    },973    "node_modules/@langchain/core": {974      "version": "0.1.63",975      "resolved": "https://registry.npmjs.org/@langchain/core/-/core-0.1.63.tgz",976      "integrity": "sha512-+fjyYi8wy6x1P+Ee1RWfIIEyxd9Ee9jksEwvrggPwwI/p45kIDTdYTblXsM13y4mNWTiACyLSdbwnPaxxdoz+w==",977      "dependencies": {978        "ansi-styles": "^5.0.0",979        "camelcase": "6",980        "decamelize": "1.2.0",981        "js-tiktoken": "^1.0.12",982        "langsmith": "~0.1.7",983        "ml-distance": "^4.0.0",984        "mustache": "^4.2.0",985        "p-queue": "^6.6.2",986        "p-retry": "4",987        "uuid": "^9.0.0",988        "zod": "^3.22.4",989        "zod-to-json-schema": "^3.22.3"990      },991      "engines": {992        "node": ">=18"993      }994    },995    "node_modules/@langchain/core/node_modules/ansi-styles": {996      "version": "5.2.0",997      "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",998      "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",999      "engines": {1000        "node": ">=10"1001      },1002      "funding": {1003        "url": "https://github.com/chalk/ansi-styles?sponsor=1"1004      }1005    },1006    "node_modules/@langchain/openai": {1007      "version": "0.0.14",1008      "resolved": "https://registry.npmjs.org/@langchain/openai/-/openai-0.0.14.tgz",1009      "integrity": "sha512-co6nRylPrLGY/C3JYxhHt6cxLq07P086O7K3QaZH7SFFErIN9wSzJonpvhZR07DEUq6eK6wKgh2ORxA/NcjSRQ==",1010      "dependencies": {1011        "@langchain/core": "~0.1.13",1012        "js-tiktoken": "^1.0.7",1013        "openai": "^4.26.0",1014        "zod": "^3.22.4",1015        "zod-to-json-schema": "^3.22.3"1016      },1017      "engines": {1018        "node": ">=18"1019      }1020    },1021    "node_modules/@langchain/textsplitters": {1022      "version": "0.0.3",1023      "resolved": "https://registry.npmjs.org/@langchain/textsplitters/-/textsplitters-0.0.3.tgz",1024      "integrity": "sha512-cXWgKE3sdWLSqAa8ykbCcUsUF1Kyr5J3HOWYGuobhPEycXW4WI++d5DhzdpL238mzoEXTi90VqfSCra37l5YqA==",1025      "dependencies": {1026        "@langchain/core": ">0.2.0 <0.3.0",1027        "js-tiktoken": "^1.0.12"1028      },1029      "engines": {1030        "node": ">=18"1031      }1032    },1033    "node_modules/@langchain/textsplitters/node_modules/@langchain/core": {1034      "version": "0.2.36",1035      "resolved": "https://registry.npmjs.org/@langchain/core/-/core-0.2.36.tgz",1036      "integrity": "sha512-qHLvScqERDeH7y2cLuJaSAlMwg3f/3Oc9nayRSXRU2UuaK/SOhI42cxiPLj1FnuHJSmN0rBQFkrLx02gI4mcVg==",1037      "dependencies": {1038        "ansi-styles": "^5.0.0",1039        "camelcase": "6",1040        "decamelize": "1.2.0",1041        "js-tiktoken": "^1.0.12",1042        "langsmith": "^0.1.56-rc.1",1043        "mustache": "^4.2.0",1044        "p-queue": "^6.6.2",1045        "p-retry": "4",1046        "uuid": "^10.0.0",1047        "zod": "^3.22.4",1048        "zod-to-json-schema": "^3.22.3"1049      },1050      "engines": {1051        "node": ">=18"1052      }1053    },1054    "node_modules/@langchain/textsplitters/node_modules/ansi-styles": {1055      "version": "5.2.0",1056      "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",1057      "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",1058      "engines": {1059        "node": ">=10"1060      },1061      "funding": {1062        "url": "https://github.com/chalk/ansi-styles?sponsor=1"1063      }1064    },1065    "node_modules/@langchain/textsplitters/node_modules/uuid": {1066      "version": "10.0.0",1067      "resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz",1068      "integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==",1069      "funding": [1070        "https://github.com/sponsors/broofa",1071        "https://github.com/sponsors/ctavan"1072      ],1073      "bin": {1074        "uuid": "dist/bin/uuid"1075      }1076    },1077    "node_modules/@next/env": {1078      "version": "15.0.3",1079      "resolved": "https://registry.npmjs.org/@next/env/-/env-15.0.3.tgz",1080      "integrity": "sha512-t9Xy32pjNOvVn2AS+Utt6VmyrshbpfUMhIjFO60gI58deSo/KgLOp31XZ4O+kY/Is8WAGYwA5gR7kOb1eORDBA=="1081    },1082    "node_modules/@next/eslint-plugin-next": {1083      "version": "15.0.3",1084      "resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-15.0.3.tgz",1085      "integrity": "sha512-3Ln/nHq2V+v8uIaxCR6YfYo7ceRgZNXfTd3yW1ukTaFbO+/I8jNakrjYWODvG9BuR2v5kgVtH/C8r0i11quOgw==",1086      "dev": true,1087      "dependencies": {1088        "fast-glob": "3.3.1"1089      }1090    },1091    "node_modules/@next/swc-darwin-arm64": {1092      "version": "15.0.3",1093      "resolved": "https://registry.npmjs.org/@next/swc-darwin-arm64/-/swc-darwin-arm64-15.0.3.tgz",1094      "integrity": "sha512-s3Q/NOorCsLYdCKvQlWU+a+GeAd3C8Rb3L1YnetsgwXzhc3UTWrtQpB/3eCjFOdGUj5QmXfRak12uocd1ZiiQw==",1095      "cpu": [1096        "arm64"1097      ],1098      "optional": true,1099      "os": [1100        "darwin"1101      ],1102      "engines": {1103        "node": ">= 10"1104      }1105    },1106    "node_modules/@next/swc-darwin-x64": {1107      "version": "15.0.3",1108      "resolved": "https://registry.npmjs.org/@next/swc-darwin-x64/-/swc-darwin-x64-15.0.3.tgz",1109      "integrity": "sha512-Zxl/TwyXVZPCFSf0u2BNj5sE0F2uR6iSKxWpq4Wlk/Sv9Ob6YCKByQTkV2y6BCic+fkabp9190hyrDdPA/dNrw==",1110      "cpu": [1111        "x64"1112      ],1113      "optional": true,1114      "os": [1115        "darwin"1116      ],1117      "engines": {1118        "node": ">= 10"1119      }1120    },1121    "node_modules/@next/swc-linux-arm64-gnu": {1122      "version": "15.0.3",1123      "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-15.0.3.tgz",1124      "integrity": "sha512-T5+gg2EwpsY3OoaLxUIofmMb7ohAUlcNZW0fPQ6YAutaWJaxt1Z1h+8zdl4FRIOr5ABAAhXtBcpkZNwUcKI2fw==",1125      "cpu": [1126        "arm64"1127      ],1128      "optional": true,1129      "os": [1130        "linux"1131      ],1132      "engines": {1133        "node": ">= 10"1134      }1135    },1136    "node_modules/@next/swc-linux-arm64-musl": {1137      "version": "15.0.3",1138      "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-15.0.3.tgz",1139      "integrity": "sha512-WkAk6R60mwDjH4lG/JBpb2xHl2/0Vj0ZRu1TIzWuOYfQ9tt9NFsIinI1Epma77JVgy81F32X/AeD+B2cBu/YQA==",1140      "cpu": [1141        "arm64"1142      ],1143      "optional": true,1144      "os": [1145        "linux"1146      ],1147      "engines": {1148        "node": ">= 10"1149      }1150    },1151    "node_modules/@next/swc-linux-x64-gnu": {1152      "version": "15.0.3",1153      "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-15.0.3.tgz",1154      "integrity": "sha512-gWL/Cta1aPVqIGgDb6nxkqy06DkwJ9gAnKORdHWX1QBbSZZB+biFYPFti8aKIQL7otCE1pjyPaXpFzGeG2OS2w==",1155      "cpu": [1156        "x64"1157      ],1158      "optional": true,1159      "os": [1160        "linux"1161      ],1162      "engines": {1163        "node": ">= 10"1164      }1165    },1166    "node_modules/@next/swc-linux-x64-musl": {1167      "version": "15.0.3",1168      "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-15.0.3.tgz",1169      "integrity": "sha512-QQEMwFd8r7C0GxQS62Zcdy6GKx999I/rTO2ubdXEe+MlZk9ZiinsrjwoiBL5/57tfyjikgh6GOU2WRQVUej3UA==",1170      "cpu": [1171        "x64"1172      ],1173      "optional": true,1174      "os": [1175        "linux"1176      ],1177      "engines": {1178        "node": ">= 10"1179      }1180    },1181    "node_modules/@next/swc-win32-arm64-msvc": {1182      "version": "15.0.3",1183      "resolved": "https://registry.npmjs.org/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-15.0.3.tgz",1184      "integrity": "sha512-9TEp47AAd/ms9fPNgtgnT7F3M1Hf7koIYYWCMQ9neOwjbVWJsHZxrFbI3iEDJ8rf1TDGpmHbKxXf2IFpAvheIQ==",1185      "cpu": [1186        "arm64"1187      ],1188      "optional": true,1189      "os": [1190        "win32"1191      ],1192      "engines": {1193        "node": ">= 10"1194      }1195    },1196    "node_modules/@next/swc-win32-x64-msvc": {1197      "version": "15.0.3",1198      "resolved": "https://registry.npmjs.org/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-15.0.3.tgz",1199      "integrity": "sha512-VNAz+HN4OGgvZs6MOoVfnn41kBzT+M+tB+OK4cww6DNyWS6wKaDpaAm/qLeOUbnMh0oVx1+mg0uoYARF69dJyA==",1200      "cpu": [

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