fixed package dependencies
Browse files- chat-ui/package-lock.json +399 -12
- chat-ui/package.json +1 -0
- chat-ui/src/routes/conversation/[id]/+server.ts +3 -3
chat-ui/package-lock.json
CHANGED
|
@@ -23,6 +23,7 @@
|
|
| 23 |
"nanoid": "^4.0.2",
|
| 24 |
"openid-client": "^5.4.2",
|
| 25 |
"parquetjs": "^0.11.2",
|
|
|
|
| 26 |
"postcss": "^8.4.21",
|
| 27 |
"serpapi": "^1.1.1",
|
| 28 |
"tailwind-scrollbar": "^3.0.0",
|
|
@@ -1448,7 +1449,6 @@
|
|
| 1448 |
"version": "6.12.6",
|
| 1449 |
"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
|
| 1450 |
"integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
|
| 1451 |
-
"dev": true,
|
| 1452 |
"dependencies": {
|
| 1453 |
"fast-deep-equal": "^3.1.1",
|
| 1454 |
"fast-json-stable-stringify": "^2.0.0",
|
|
@@ -1534,6 +1534,22 @@
|
|
| 1534 |
"resolved": "https://registry.npmjs.org/asap/-/asap-1.0.0.tgz",
|
| 1535 |
"integrity": "sha512-Ej9qjcXY+8Tuy1cNqiwNMwFRXOy9UwgTeMA8LxreodygIPV48lx8PU1ecFxb5ZeU1DpMKxiq6vGLTxcitWZPbA=="
|
| 1536 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1537 |
"node_modules/assertion-error": {
|
| 1538 |
"version": "1.1.0",
|
| 1539 |
"resolved": "https://registry.npmjs.org/assertion-error/-/assertion-error-1.1.0.tgz",
|
|
@@ -1596,6 +1612,19 @@
|
|
| 1596 |
"postcss": "^8.1.0"
|
| 1597 |
}
|
| 1598 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1599 |
"node_modules/aws4fetch": {
|
| 1600 |
"version": "1.0.17",
|
| 1601 |
"resolved": "https://registry.npmjs.org/aws4fetch/-/aws4fetch-1.0.17.tgz",
|
|
@@ -1630,6 +1659,14 @@
|
|
| 1630 |
}
|
| 1631 |
]
|
| 1632 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1633 |
"node_modules/binary-extensions": {
|
| 1634 |
"version": "2.2.0",
|
| 1635 |
"resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz",
|
|
@@ -1845,6 +1882,11 @@
|
|
| 1845 |
}
|
| 1846 |
]
|
| 1847 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1848 |
"node_modules/chai": {
|
| 1849 |
"version": "4.3.7",
|
| 1850 |
"resolved": "https://registry.npmjs.org/chai/-/chai-4.3.7.tgz",
|
|
@@ -2033,6 +2075,11 @@
|
|
| 2033 |
"node": ">= 0.6"
|
| 2034 |
}
|
| 2035 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2036 |
"node_modules/cross-spawn": {
|
| 2037 |
"version": "7.0.3",
|
| 2038 |
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
|
|
@@ -2090,6 +2137,17 @@
|
|
| 2090 |
"node": ">=14"
|
| 2091 |
}
|
| 2092 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2093 |
"node_modules/data-urls": {
|
| 2094 |
"version": "4.0.0",
|
| 2095 |
"resolved": "https://registry.npmjs.org/data-urls/-/data-urls-4.0.0.tgz",
|
|
@@ -2312,6 +2370,15 @@
|
|
| 2312 |
"node": ">=12"
|
| 2313 |
}
|
| 2314 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2315 |
"node_modules/electron-to-chromium": {
|
| 2316 |
"version": "1.4.359",
|
| 2317 |
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.359.tgz",
|
|
@@ -2694,11 +2761,23 @@
|
|
| 2694 |
"node": ">=6"
|
| 2695 |
}
|
| 2696 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2697 |
"node_modules/fast-deep-equal": {
|
| 2698 |
"version": "3.1.3",
|
| 2699 |
"resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
|
| 2700 |
-
"integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q=="
|
| 2701 |
-
"dev": true
|
| 2702 |
},
|
| 2703 |
"node_modules/fast-diff": {
|
| 2704 |
"version": "1.2.0",
|
|
@@ -2740,8 +2819,7 @@
|
|
| 2740 |
"node_modules/fast-json-stable-stringify": {
|
| 2741 |
"version": "2.1.0",
|
| 2742 |
"resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
|
| 2743 |
-
"integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw=="
|
| 2744 |
-
"dev": true
|
| 2745 |
},
|
| 2746 |
"node_modules/fast-levenshtein": {
|
| 2747 |
"version": "2.0.6",
|
|
@@ -2820,6 +2898,14 @@
|
|
| 2820 |
"integrity": "sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==",
|
| 2821 |
"dev": true
|
| 2822 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2823 |
"node_modules/form-data": {
|
| 2824 |
"version": "4.0.0",
|
| 2825 |
"resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz",
|
|
@@ -2850,6 +2936,14 @@
|
|
| 2850 |
"resolved": "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz",
|
| 2851 |
"integrity": "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow=="
|
| 2852 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2853 |
"node_modules/fs.realpath": {
|
| 2854 |
"version": "1.0.0",
|
| 2855 |
"resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
|
|
@@ -2894,6 +2988,14 @@
|
|
| 2894 |
"url": "https://github.com/sponsors/sindresorhus"
|
| 2895 |
}
|
| 2896 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2897 |
"node_modules/github-from-package": {
|
| 2898 |
"version": "0.0.0",
|
| 2899 |
"resolved": "https://registry.npmjs.org/github-from-package/-/github-from-package-0.0.0.tgz",
|
|
@@ -2980,8 +3082,7 @@
|
|
| 2980 |
"node_modules/graceful-fs": {
|
| 2981 |
"version": "4.2.11",
|
| 2982 |
"resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
|
| 2983 |
-
"integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ=="
|
| 2984 |
-
"dev": true
|
| 2985 |
},
|
| 2986 |
"node_modules/grapheme-splitter": {
|
| 2987 |
"version": "1.0.4",
|
|
@@ -3014,6 +3115,27 @@
|
|
| 3014 |
"uglify-js": "^3.1.4"
|
| 3015 |
}
|
| 3016 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3017 |
"node_modules/has": {
|
| 3018 |
"version": "1.0.3",
|
| 3019 |
"resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz",
|
|
@@ -3071,6 +3193,20 @@
|
|
| 3071 |
"node": ">= 6"
|
| 3072 |
}
|
| 3073 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3074 |
"node_modules/https-proxy-agent": {
|
| 3075 |
"version": "5.0.1",
|
| 3076 |
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz",
|
|
@@ -3295,12 +3431,22 @@
|
|
| 3295 |
"url": "https://github.com/sponsors/sindresorhus"
|
| 3296 |
}
|
| 3297 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3298 |
"node_modules/isexe": {
|
| 3299 |
"version": "2.0.0",
|
| 3300 |
"resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
|
| 3301 |
"integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
|
| 3302 |
"dev": true
|
| 3303 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3304 |
"node_modules/jiti": {
|
| 3305 |
"version": "1.18.2",
|
| 3306 |
"resolved": "https://registry.npmjs.org/jiti/-/jiti-1.18.2.tgz",
|
|
@@ -3348,6 +3494,11 @@
|
|
| 3348 |
"js-yaml": "bin/js-yaml.js"
|
| 3349 |
}
|
| 3350 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3351 |
"node_modules/jsdom": {
|
| 3352 |
"version": "22.0.0",
|
| 3353 |
"resolved": "https://registry.npmjs.org/jsdom/-/jsdom-22.0.0.tgz",
|
|
@@ -3412,11 +3563,15 @@
|
|
| 3412 |
"node": ">=14"
|
| 3413 |
}
|
| 3414 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3415 |
"node_modules/json-schema-traverse": {
|
| 3416 |
"version": "0.4.1",
|
| 3417 |
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
|
| 3418 |
-
"integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg=="
|
| 3419 |
-
"dev": true
|
| 3420 |
},
|
| 3421 |
"node_modules/json-stable-stringify-without-jsonify": {
|
| 3422 |
"version": "1.0.1",
|
|
@@ -3424,12 +3579,31 @@
|
|
| 3424 |
"integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
|
| 3425 |
"dev": true
|
| 3426 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3427 |
"node_modules/jsonc-parser": {
|
| 3428 |
"version": "3.2.0",
|
| 3429 |
"resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.2.0.tgz",
|
| 3430 |
"integrity": "sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w==",
|
| 3431 |
"dev": true
|
| 3432 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3433 |
"node_modules/katex": {
|
| 3434 |
"version": "0.16.8",
|
| 3435 |
"resolved": "https://registry.npmjs.org/katex/-/katex-0.16.8.tgz",
|
|
@@ -3532,8 +3706,7 @@
|
|
| 3532 |
"node_modules/lodash": {
|
| 3533 |
"version": "4.17.21",
|
| 3534 |
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
|
| 3535 |
-
"integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
|
| 3536 |
-
"dev": true
|
| 3537 |
},
|
| 3538 |
"node_modules/lodash.castarray": {
|
| 3539 |
"version": "4.4.0",
|
|
@@ -3968,6 +4141,14 @@
|
|
| 3968 |
"resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.4.tgz",
|
| 3969 |
"integrity": "sha512-NHj4rzRo0tQdijE9ZqAx6kYDcoRwYwSYzCA8MY3JzfxlrvEU0jhnhJT9BhqhJs7I/dKcrDm6TyulaRqZPIhN5g=="
|
| 3970 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3971 |
"node_modules/object-assign": {
|
| 3972 |
"version": "4.1.1",
|
| 3973 |
"resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
|
|
@@ -4183,6 +4364,32 @@
|
|
| 4183 |
"url": "https://github.com/inikulin/parse5?sponsor=1"
|
| 4184 |
}
|
| 4185 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4186 |
"node_modules/path-exists": {
|
| 4187 |
"version": "4.0.0",
|
| 4188 |
"resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
|
|
@@ -4238,6 +4445,11 @@
|
|
| 4238 |
"node": "*"
|
| 4239 |
}
|
| 4240 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4241 |
"node_modules/picocolors": {
|
| 4242 |
"version": "1.0.0",
|
| 4243 |
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz",
|
|
@@ -4270,6 +4482,11 @@
|
|
| 4270 |
"node": ">= 6"
|
| 4271 |
}
|
| 4272 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4273 |
"node_modules/pkg-types": {
|
| 4274 |
"version": "1.0.3",
|
| 4275 |
"resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-1.0.3.tgz",
|
|
@@ -4692,6 +4909,14 @@
|
|
| 4692 |
"teleport": ">=0.2.0"
|
| 4693 |
}
|
| 4694 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4695 |
"node_modules/querystringify": {
|
| 4696 |
"version": "2.2.0",
|
| 4697 |
"resolved": "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz",
|
|
@@ -4804,6 +5029,105 @@
|
|
| 4804 |
"url": "https://github.com/sponsors/mysticatea"
|
| 4805 |
}
|
| 4806 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4807 |
"node_modules/requires-port": {
|
| 4808 |
"version": "1.0.0",
|
| 4809 |
"resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz",
|
|
@@ -5225,6 +5549,30 @@
|
|
| 5225 |
"memory-pager": "^1.0.2"
|
| 5226 |
}
|
| 5227 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5228 |
"node_modules/stackback": {
|
| 5229 |
"version": "0.0.2",
|
| 5230 |
"resolved": "https://registry.npmjs.org/stackback/-/stackback-0.0.2.tgz",
|
|
@@ -5237,6 +5585,14 @@
|
|
| 5237 |
"integrity": "sha512-Rz6yejtVyWnVjC1RFvNmYL10kgjC49EOghxWn0RFqlCHGFpQx+Xe7yW3I4ceK1SGrWIGMjD5Kbue8W/udkbMJg==",
|
| 5238 |
"dev": true
|
| 5239 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5240 |
"node_modules/streamsearch": {
|
| 5241 |
"version": "1.1.0",
|
| 5242 |
"resolved": "https://registry.npmjs.org/streamsearch/-/streamsearch-1.1.0.tgz",
|
|
@@ -5848,6 +6204,11 @@
|
|
| 5848 |
"node": "*"
|
| 5849 |
}
|
| 5850 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5851 |
"node_modules/type-check": {
|
| 5852 |
"version": "0.4.0",
|
| 5853 |
"resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
|
|
@@ -6015,7 +6376,6 @@
|
|
| 6015 |
"version": "4.4.1",
|
| 6016 |
"resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
|
| 6017 |
"integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
|
| 6018 |
-
"dev": true,
|
| 6019 |
"dependencies": {
|
| 6020 |
"punycode": "^2.1.0"
|
| 6021 |
}
|
|
@@ -6040,11 +6400,33 @@
|
|
| 6040 |
"resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
|
| 6041 |
"integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw=="
|
| 6042 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6043 |
"node_modules/varint": {
|
| 6044 |
"version": "5.0.2",
|
| 6045 |
"resolved": "https://registry.npmjs.org/varint/-/varint-5.0.2.tgz",
|
| 6046 |
"integrity": "sha512-lKxKYG6H03yCZUpAGOPOsMcGxd1RHCu1iKvEHYDPmTyq2HueGhD73ssNBqqQWfvYs04G9iUFRvmAVLW20Jw6ow=="
|
| 6047 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6048 |
"node_modules/vite": {
|
| 6049 |
"version": "4.3.9",
|
| 6050 |
"resolved": "https://registry.npmjs.org/vite/-/vite-4.3.9.tgz",
|
|
@@ -6282,6 +6664,11 @@
|
|
| 6282 |
"node": ">=12"
|
| 6283 |
}
|
| 6284 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6285 |
"node_modules/which": {
|
| 6286 |
"version": "2.0.2",
|
| 6287 |
"resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
|
|
|
|
| 23 |
"nanoid": "^4.0.2",
|
| 24 |
"openid-client": "^5.4.2",
|
| 25 |
"parquetjs": "^0.11.2",
|
| 26 |
+
"pastebin-ts": "^1.3.0",
|
| 27 |
"postcss": "^8.4.21",
|
| 28 |
"serpapi": "^1.1.1",
|
| 29 |
"tailwind-scrollbar": "^3.0.0",
|
|
|
|
| 1449 |
"version": "6.12.6",
|
| 1450 |
"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
|
| 1451 |
"integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
|
|
|
|
| 1452 |
"dependencies": {
|
| 1453 |
"fast-deep-equal": "^3.1.1",
|
| 1454 |
"fast-json-stable-stringify": "^2.0.0",
|
|
|
|
| 1534 |
"resolved": "https://registry.npmjs.org/asap/-/asap-1.0.0.tgz",
|
| 1535 |
"integrity": "sha512-Ej9qjcXY+8Tuy1cNqiwNMwFRXOy9UwgTeMA8LxreodygIPV48lx8PU1ecFxb5ZeU1DpMKxiq6vGLTxcitWZPbA=="
|
| 1536 |
},
|
| 1537 |
+
"node_modules/asn1": {
|
| 1538 |
+
"version": "0.2.6",
|
| 1539 |
+
"resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.6.tgz",
|
| 1540 |
+
"integrity": "sha512-ix/FxPn0MDjeyJ7i/yoHGFt/EX6LyNbxSEhPPXODPL+KB0VPk86UYfL0lMdy+KCnv+fmvIzySwaK5COwqVbWTQ==",
|
| 1541 |
+
"dependencies": {
|
| 1542 |
+
"safer-buffer": "~2.1.0"
|
| 1543 |
+
}
|
| 1544 |
+
},
|
| 1545 |
+
"node_modules/assert-plus": {
|
| 1546 |
+
"version": "1.0.0",
|
| 1547 |
+
"resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz",
|
| 1548 |
+
"integrity": "sha512-NfJ4UzBCcQGLDlQq7nHxH+tv3kyZ0hHQqF5BO6J7tNJeP5do1llPr8dZ8zHonfhAu0PHAdMkSo+8o0wxg9lZWw==",
|
| 1549 |
+
"engines": {
|
| 1550 |
+
"node": ">=0.8"
|
| 1551 |
+
}
|
| 1552 |
+
},
|
| 1553 |
"node_modules/assertion-error": {
|
| 1554 |
"version": "1.1.0",
|
| 1555 |
"resolved": "https://registry.npmjs.org/assertion-error/-/assertion-error-1.1.0.tgz",
|
|
|
|
| 1612 |
"postcss": "^8.1.0"
|
| 1613 |
}
|
| 1614 |
},
|
| 1615 |
+
"node_modules/aws-sign2": {
|
| 1616 |
+
"version": "0.7.0",
|
| 1617 |
+
"resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz",
|
| 1618 |
+
"integrity": "sha512-08kcGqnYf/YmjoRhfxyu+CLxBjUtHLXLXX/vUfx9l2LYzG3c1m61nrpyFUZI6zeS+Li/wWMMidD9KgrqtGq3mA==",
|
| 1619 |
+
"engines": {
|
| 1620 |
+
"node": "*"
|
| 1621 |
+
}
|
| 1622 |
+
},
|
| 1623 |
+
"node_modules/aws4": {
|
| 1624 |
+
"version": "1.12.0",
|
| 1625 |
+
"resolved": "https://registry.npmjs.org/aws4/-/aws4-1.12.0.tgz",
|
| 1626 |
+
"integrity": "sha512-NmWvPnx0F1SfrQbYwOi7OeaNGokp9XhzNioJ/CSBs8Qa4vxug81mhJEAVZwxXuBmYB5KDRfMq/F3RR0BIU7sWg=="
|
| 1627 |
+
},
|
| 1628 |
"node_modules/aws4fetch": {
|
| 1629 |
"version": "1.0.17",
|
| 1630 |
"resolved": "https://registry.npmjs.org/aws4fetch/-/aws4fetch-1.0.17.tgz",
|
|
|
|
| 1659 |
}
|
| 1660 |
]
|
| 1661 |
},
|
| 1662 |
+
"node_modules/bcrypt-pbkdf": {
|
| 1663 |
+
"version": "1.0.2",
|
| 1664 |
+
"resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz",
|
| 1665 |
+
"integrity": "sha512-qeFIXtP4MSoi6NLqO12WfqARWWuCKi2Rn/9hJLEmtB5yTNr9DqFWkJRCf2qShWzPeAMRnOgCrq0sg/KLv5ES9w==",
|
| 1666 |
+
"dependencies": {
|
| 1667 |
+
"tweetnacl": "^0.14.3"
|
| 1668 |
+
}
|
| 1669 |
+
},
|
| 1670 |
"node_modules/binary-extensions": {
|
| 1671 |
"version": "2.2.0",
|
| 1672 |
"resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz",
|
|
|
|
| 1882 |
}
|
| 1883 |
]
|
| 1884 |
},
|
| 1885 |
+
"node_modules/caseless": {
|
| 1886 |
+
"version": "0.12.0",
|
| 1887 |
+
"resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz",
|
| 1888 |
+
"integrity": "sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw=="
|
| 1889 |
+
},
|
| 1890 |
"node_modules/chai": {
|
| 1891 |
"version": "4.3.7",
|
| 1892 |
"resolved": "https://registry.npmjs.org/chai/-/chai-4.3.7.tgz",
|
|
|
|
| 2075 |
"node": ">= 0.6"
|
| 2076 |
}
|
| 2077 |
},
|
| 2078 |
+
"node_modules/core-util-is": {
|
| 2079 |
+
"version": "1.0.2",
|
| 2080 |
+
"resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz",
|
| 2081 |
+
"integrity": "sha512-3lqz5YjWTYnW6dlDa5TLaTCcShfar1e40rmcJVwCBJC6mWlFuj0eCHIElmG1g5kyuJ/GD+8Wn4FFCcz4gJPfaQ=="
|
| 2082 |
+
},
|
| 2083 |
"node_modules/cross-spawn": {
|
| 2084 |
"version": "7.0.3",
|
| 2085 |
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
|
|
|
|
| 2137 |
"node": ">=14"
|
| 2138 |
}
|
| 2139 |
},
|
| 2140 |
+
"node_modules/dashdash": {
|
| 2141 |
+
"version": "1.14.1",
|
| 2142 |
+
"resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz",
|
| 2143 |
+
"integrity": "sha512-jRFi8UDGo6j+odZiEpjazZaWqEal3w/basFjQHQEwVtZJGDpxbH1MeYluwCS8Xq5wmLJooDlMgvVarmWfGM44g==",
|
| 2144 |
+
"dependencies": {
|
| 2145 |
+
"assert-plus": "^1.0.0"
|
| 2146 |
+
},
|
| 2147 |
+
"engines": {
|
| 2148 |
+
"node": ">=0.10"
|
| 2149 |
+
}
|
| 2150 |
+
},
|
| 2151 |
"node_modules/data-urls": {
|
| 2152 |
"version": "4.0.0",
|
| 2153 |
"resolved": "https://registry.npmjs.org/data-urls/-/data-urls-4.0.0.tgz",
|
|
|
|
| 2370 |
"node": ">=12"
|
| 2371 |
}
|
| 2372 |
},
|
| 2373 |
+
"node_modules/ecc-jsbn": {
|
| 2374 |
+
"version": "0.1.2",
|
| 2375 |
+
"resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz",
|
| 2376 |
+
"integrity": "sha512-eh9O+hwRHNbG4BLTjEl3nw044CkGm5X6LoaCf7LPp7UU8Qrt47JYNi6nPX8xjW97TKGKm1ouctg0QSpZe9qrnw==",
|
| 2377 |
+
"dependencies": {
|
| 2378 |
+
"jsbn": "~0.1.0",
|
| 2379 |
+
"safer-buffer": "^2.1.0"
|
| 2380 |
+
}
|
| 2381 |
+
},
|
| 2382 |
"node_modules/electron-to-chromium": {
|
| 2383 |
"version": "1.4.359",
|
| 2384 |
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.359.tgz",
|
|
|
|
| 2761 |
"node": ">=6"
|
| 2762 |
}
|
| 2763 |
},
|
| 2764 |
+
"node_modules/extend": {
|
| 2765 |
+
"version": "3.0.2",
|
| 2766 |
+
"resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz",
|
| 2767 |
+
"integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g=="
|
| 2768 |
+
},
|
| 2769 |
+
"node_modules/extsprintf": {
|
| 2770 |
+
"version": "1.3.0",
|
| 2771 |
+
"resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz",
|
| 2772 |
+
"integrity": "sha512-11Ndz7Nv+mvAC1j0ktTa7fAb0vLyGGX+rMHNBYQviQDGU0Hw7lhctJANqbPhu9nV9/izT/IntTgZ7Im/9LJs9g==",
|
| 2773 |
+
"engines": [
|
| 2774 |
+
"node >=0.6.0"
|
| 2775 |
+
]
|
| 2776 |
+
},
|
| 2777 |
"node_modules/fast-deep-equal": {
|
| 2778 |
"version": "3.1.3",
|
| 2779 |
"resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
|
| 2780 |
+
"integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q=="
|
|
|
|
| 2781 |
},
|
| 2782 |
"node_modules/fast-diff": {
|
| 2783 |
"version": "1.2.0",
|
|
|
|
| 2819 |
"node_modules/fast-json-stable-stringify": {
|
| 2820 |
"version": "2.1.0",
|
| 2821 |
"resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
|
| 2822 |
+
"integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw=="
|
|
|
|
| 2823 |
},
|
| 2824 |
"node_modules/fast-levenshtein": {
|
| 2825 |
"version": "2.0.6",
|
|
|
|
| 2898 |
"integrity": "sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==",
|
| 2899 |
"dev": true
|
| 2900 |
},
|
| 2901 |
+
"node_modules/forever-agent": {
|
| 2902 |
+
"version": "0.6.1",
|
| 2903 |
+
"resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz",
|
| 2904 |
+
"integrity": "sha512-j0KLYPhm6zeac4lz3oJ3o65qvgQCcPubiyotZrXqEaG4hNagNYO8qdlUrX5vwqv9ohqeT/Z3j6+yW067yWWdUw==",
|
| 2905 |
+
"engines": {
|
| 2906 |
+
"node": "*"
|
| 2907 |
+
}
|
| 2908 |
+
},
|
| 2909 |
"node_modules/form-data": {
|
| 2910 |
"version": "4.0.0",
|
| 2911 |
"resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz",
|
|
|
|
| 2936 |
"resolved": "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz",
|
| 2937 |
"integrity": "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow=="
|
| 2938 |
},
|
| 2939 |
+
"node_modules/fs-readfile-promise": {
|
| 2940 |
+
"version": "3.0.1",
|
| 2941 |
+
"resolved": "https://registry.npmjs.org/fs-readfile-promise/-/fs-readfile-promise-3.0.1.tgz",
|
| 2942 |
+
"integrity": "sha512-LsSxMeaJdYH27XrW7Dmq0Gx63mioULCRel63B5VeELYLavi1wF5s0XfsIdKDFdCL9hsfQ2qBvXJszQtQJ9h17A==",
|
| 2943 |
+
"dependencies": {
|
| 2944 |
+
"graceful-fs": "^4.1.11"
|
| 2945 |
+
}
|
| 2946 |
+
},
|
| 2947 |
"node_modules/fs.realpath": {
|
| 2948 |
"version": "1.0.0",
|
| 2949 |
"resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
|
|
|
|
| 2988 |
"url": "https://github.com/sponsors/sindresorhus"
|
| 2989 |
}
|
| 2990 |
},
|
| 2991 |
+
"node_modules/getpass": {
|
| 2992 |
+
"version": "0.1.7",
|
| 2993 |
+
"resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz",
|
| 2994 |
+
"integrity": "sha512-0fzj9JxOLfJ+XGLhR8ze3unN0KZCgZwiSSDz168VERjK8Wl8kVSdcu2kspd4s4wtAa1y/qrVRiAA0WclVsu0ng==",
|
| 2995 |
+
"dependencies": {
|
| 2996 |
+
"assert-plus": "^1.0.0"
|
| 2997 |
+
}
|
| 2998 |
+
},
|
| 2999 |
"node_modules/github-from-package": {
|
| 3000 |
"version": "0.0.0",
|
| 3001 |
"resolved": "https://registry.npmjs.org/github-from-package/-/github-from-package-0.0.0.tgz",
|
|
|
|
| 3082 |
"node_modules/graceful-fs": {
|
| 3083 |
"version": "4.2.11",
|
| 3084 |
"resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
|
| 3085 |
+
"integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ=="
|
|
|
|
| 3086 |
},
|
| 3087 |
"node_modules/grapheme-splitter": {
|
| 3088 |
"version": "1.0.4",
|
|
|
|
| 3115 |
"uglify-js": "^3.1.4"
|
| 3116 |
}
|
| 3117 |
},
|
| 3118 |
+
"node_modules/har-schema": {
|
| 3119 |
+
"version": "2.0.0",
|
| 3120 |
+
"resolved": "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz",
|
| 3121 |
+
"integrity": "sha512-Oqluz6zhGX8cyRaTQlFMPw80bSJVG2x/cFb8ZPhUILGgHka9SsokCCOQgpveePerqidZOrT14ipqfJb7ILcW5Q==",
|
| 3122 |
+
"engines": {
|
| 3123 |
+
"node": ">=4"
|
| 3124 |
+
}
|
| 3125 |
+
},
|
| 3126 |
+
"node_modules/har-validator": {
|
| 3127 |
+
"version": "5.1.5",
|
| 3128 |
+
"resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.1.5.tgz",
|
| 3129 |
+
"integrity": "sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w==",
|
| 3130 |
+
"deprecated": "this library is no longer supported",
|
| 3131 |
+
"dependencies": {
|
| 3132 |
+
"ajv": "^6.12.3",
|
| 3133 |
+
"har-schema": "^2.0.0"
|
| 3134 |
+
},
|
| 3135 |
+
"engines": {
|
| 3136 |
+
"node": ">=6"
|
| 3137 |
+
}
|
| 3138 |
+
},
|
| 3139 |
"node_modules/has": {
|
| 3140 |
"version": "1.0.3",
|
| 3141 |
"resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz",
|
|
|
|
| 3193 |
"node": ">= 6"
|
| 3194 |
}
|
| 3195 |
},
|
| 3196 |
+
"node_modules/http-signature": {
|
| 3197 |
+
"version": "1.2.0",
|
| 3198 |
+
"resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz",
|
| 3199 |
+
"integrity": "sha512-CAbnr6Rz4CYQkLYUtSNXxQPUH2gK8f3iWexVlsnMeD+GjlsQ0Xsy1cOX+mN3dtxYomRy21CiOzU8Uhw6OwncEQ==",
|
| 3200 |
+
"dependencies": {
|
| 3201 |
+
"assert-plus": "^1.0.0",
|
| 3202 |
+
"jsprim": "^1.2.2",
|
| 3203 |
+
"sshpk": "^1.7.0"
|
| 3204 |
+
},
|
| 3205 |
+
"engines": {
|
| 3206 |
+
"node": ">=0.8",
|
| 3207 |
+
"npm": ">=1.3.7"
|
| 3208 |
+
}
|
| 3209 |
+
},
|
| 3210 |
"node_modules/https-proxy-agent": {
|
| 3211 |
"version": "5.0.1",
|
| 3212 |
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz",
|
|
|
|
| 3431 |
"url": "https://github.com/sponsors/sindresorhus"
|
| 3432 |
}
|
| 3433 |
},
|
| 3434 |
+
"node_modules/is-typedarray": {
|
| 3435 |
+
"version": "1.0.0",
|
| 3436 |
+
"resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz",
|
| 3437 |
+
"integrity": "sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA=="
|
| 3438 |
+
},
|
| 3439 |
"node_modules/isexe": {
|
| 3440 |
"version": "2.0.0",
|
| 3441 |
"resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
|
| 3442 |
"integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
|
| 3443 |
"dev": true
|
| 3444 |
},
|
| 3445 |
+
"node_modules/isstream": {
|
| 3446 |
+
"version": "0.1.2",
|
| 3447 |
+
"resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz",
|
| 3448 |
+
"integrity": "sha512-Yljz7ffyPbrLpLngrMtZ7NduUgVvi6wG9RJ9IUcyCd59YQ911PBJphODUcbOVbqYfxe1wuYf/LJ8PauMRwsM/g=="
|
| 3449 |
+
},
|
| 3450 |
"node_modules/jiti": {
|
| 3451 |
"version": "1.18.2",
|
| 3452 |
"resolved": "https://registry.npmjs.org/jiti/-/jiti-1.18.2.tgz",
|
|
|
|
| 3494 |
"js-yaml": "bin/js-yaml.js"
|
| 3495 |
}
|
| 3496 |
},
|
| 3497 |
+
"node_modules/jsbn": {
|
| 3498 |
+
"version": "0.1.1",
|
| 3499 |
+
"resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz",
|
| 3500 |
+
"integrity": "sha512-UVU9dibq2JcFWxQPA6KCqj5O42VOmAY3zQUfEKxU0KpTGXwNoCjkX1e13eHNvw/xPynt6pU0rZ1htjWTNTSXsg=="
|
| 3501 |
+
},
|
| 3502 |
"node_modules/jsdom": {
|
| 3503 |
"version": "22.0.0",
|
| 3504 |
"resolved": "https://registry.npmjs.org/jsdom/-/jsdom-22.0.0.tgz",
|
|
|
|
| 3563 |
"node": ">=14"
|
| 3564 |
}
|
| 3565 |
},
|
| 3566 |
+
"node_modules/json-schema": {
|
| 3567 |
+
"version": "0.4.0",
|
| 3568 |
+
"resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.4.0.tgz",
|
| 3569 |
+
"integrity": "sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA=="
|
| 3570 |
+
},
|
| 3571 |
"node_modules/json-schema-traverse": {
|
| 3572 |
"version": "0.4.1",
|
| 3573 |
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
|
| 3574 |
+
"integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg=="
|
|
|
|
| 3575 |
},
|
| 3576 |
"node_modules/json-stable-stringify-without-jsonify": {
|
| 3577 |
"version": "1.0.1",
|
|
|
|
| 3579 |
"integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
|
| 3580 |
"dev": true
|
| 3581 |
},
|
| 3582 |
+
"node_modules/json-stringify-safe": {
|
| 3583 |
+
"version": "5.0.1",
|
| 3584 |
+
"resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz",
|
| 3585 |
+
"integrity": "sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA=="
|
| 3586 |
+
},
|
| 3587 |
"node_modules/jsonc-parser": {
|
| 3588 |
"version": "3.2.0",
|
| 3589 |
"resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.2.0.tgz",
|
| 3590 |
"integrity": "sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w==",
|
| 3591 |
"dev": true
|
| 3592 |
},
|
| 3593 |
+
"node_modules/jsprim": {
|
| 3594 |
+
"version": "1.4.2",
|
| 3595 |
+
"resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.2.tgz",
|
| 3596 |
+
"integrity": "sha512-P2bSOMAc/ciLz6DzgjVlGJP9+BrJWu5UDGK70C2iweC5QBIeFf0ZXRvGjEj2uYgrY2MkAAhsSWHDWlFtEroZWw==",
|
| 3597 |
+
"dependencies": {
|
| 3598 |
+
"assert-plus": "1.0.0",
|
| 3599 |
+
"extsprintf": "1.3.0",
|
| 3600 |
+
"json-schema": "0.4.0",
|
| 3601 |
+
"verror": "1.10.0"
|
| 3602 |
+
},
|
| 3603 |
+
"engines": {
|
| 3604 |
+
"node": ">=0.6.0"
|
| 3605 |
+
}
|
| 3606 |
+
},
|
| 3607 |
"node_modules/katex": {
|
| 3608 |
"version": "0.16.8",
|
| 3609 |
"resolved": "https://registry.npmjs.org/katex/-/katex-0.16.8.tgz",
|
|
|
|
| 3706 |
"node_modules/lodash": {
|
| 3707 |
"version": "4.17.21",
|
| 3708 |
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
|
| 3709 |
+
"integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
|
|
|
|
| 3710 |
},
|
| 3711 |
"node_modules/lodash.castarray": {
|
| 3712 |
"version": "4.4.0",
|
|
|
|
| 4141 |
"resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.4.tgz",
|
| 4142 |
"integrity": "sha512-NHj4rzRo0tQdijE9ZqAx6kYDcoRwYwSYzCA8MY3JzfxlrvEU0jhnhJT9BhqhJs7I/dKcrDm6TyulaRqZPIhN5g=="
|
| 4143 |
},
|
| 4144 |
+
"node_modules/oauth-sign": {
|
| 4145 |
+
"version": "0.9.0",
|
| 4146 |
+
"resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.9.0.tgz",
|
| 4147 |
+
"integrity": "sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==",
|
| 4148 |
+
"engines": {
|
| 4149 |
+
"node": "*"
|
| 4150 |
+
}
|
| 4151 |
+
},
|
| 4152 |
"node_modules/object-assign": {
|
| 4153 |
"version": "4.1.1",
|
| 4154 |
"resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
|
|
|
|
| 4364 |
"url": "https://github.com/inikulin/parse5?sponsor=1"
|
| 4365 |
}
|
| 4366 |
},
|
| 4367 |
+
"node_modules/pastebin-ts": {
|
| 4368 |
+
"version": "1.3.0",
|
| 4369 |
+
"resolved": "https://registry.npmjs.org/pastebin-ts/-/pastebin-ts-1.3.0.tgz",
|
| 4370 |
+
"integrity": "sha512-TdI38rOZAvjzcS+LHrf19L4WKhbjSv414cXjHp9zbdPozHBQ4lT7iCUBijo9WYBQ+N4sNvaqs92GzU1DsyLbKw==",
|
| 4371 |
+
"dependencies": {
|
| 4372 |
+
"fs-readfile-promise": "^3.0.1",
|
| 4373 |
+
"lodash": "^4.17.21",
|
| 4374 |
+
"pjson": "^1.0.9",
|
| 4375 |
+
"request": "^2.88.0",
|
| 4376 |
+
"request-promise-native": "^1.0.5",
|
| 4377 |
+
"when": "^3.7.8",
|
| 4378 |
+
"xml2js": "^0.4.19"
|
| 4379 |
+
}
|
| 4380 |
+
},
|
| 4381 |
+
"node_modules/pastebin-ts/node_modules/xml2js": {
|
| 4382 |
+
"version": "0.4.23",
|
| 4383 |
+
"resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.4.23.tgz",
|
| 4384 |
+
"integrity": "sha512-ySPiMjM0+pLDftHgXY4By0uswI3SPKLDw/i3UXbnO8M/p28zqexCUoPmQFrYD+/1BzhGJSs2i1ERWKJAtiLrug==",
|
| 4385 |
+
"dependencies": {
|
| 4386 |
+
"sax": ">=0.6.0",
|
| 4387 |
+
"xmlbuilder": "~11.0.0"
|
| 4388 |
+
},
|
| 4389 |
+
"engines": {
|
| 4390 |
+
"node": ">=4.0.0"
|
| 4391 |
+
}
|
| 4392 |
+
},
|
| 4393 |
"node_modules/path-exists": {
|
| 4394 |
"version": "4.0.0",
|
| 4395 |
"resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
|
|
|
|
| 4445 |
"node": "*"
|
| 4446 |
}
|
| 4447 |
},
|
| 4448 |
+
"node_modules/performance-now": {
|
| 4449 |
+
"version": "2.1.0",
|
| 4450 |
+
"resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz",
|
| 4451 |
+
"integrity": "sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow=="
|
| 4452 |
+
},
|
| 4453 |
"node_modules/picocolors": {
|
| 4454 |
"version": "1.0.0",
|
| 4455 |
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz",
|
|
|
|
| 4482 |
"node": ">= 6"
|
| 4483 |
}
|
| 4484 |
},
|
| 4485 |
+
"node_modules/pjson": {
|
| 4486 |
+
"version": "1.0.9",
|
| 4487 |
+
"resolved": "https://registry.npmjs.org/pjson/-/pjson-1.0.9.tgz",
|
| 4488 |
+
"integrity": "sha512-4hRJH3YzkUpOlShRzhyxAmThSNnAaIlWZCAb27hd0pVUAXNUAHAO7XZbsPPvsCYwBFEScTmCCL6DGE8NyZ8BdQ=="
|
| 4489 |
+
},
|
| 4490 |
"node_modules/pkg-types": {
|
| 4491 |
"version": "1.0.3",
|
| 4492 |
"resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-1.0.3.tgz",
|
|
|
|
| 4909 |
"teleport": ">=0.2.0"
|
| 4910 |
}
|
| 4911 |
},
|
| 4912 |
+
"node_modules/qs": {
|
| 4913 |
+
"version": "6.5.3",
|
| 4914 |
+
"resolved": "https://registry.npmjs.org/qs/-/qs-6.5.3.tgz",
|
| 4915 |
+
"integrity": "sha512-qxXIEh4pCGfHICj1mAJQ2/2XVZkjCDTcEgfoSQxc/fYivUZxTkk7L3bDBJSoNrEzXI17oUO5Dp07ktqE5KzczA==",
|
| 4916 |
+
"engines": {
|
| 4917 |
+
"node": ">=0.6"
|
| 4918 |
+
}
|
| 4919 |
+
},
|
| 4920 |
"node_modules/querystringify": {
|
| 4921 |
"version": "2.2.0",
|
| 4922 |
"resolved": "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz",
|
|
|
|
| 5029 |
"url": "https://github.com/sponsors/mysticatea"
|
| 5030 |
}
|
| 5031 |
},
|
| 5032 |
+
"node_modules/request": {
|
| 5033 |
+
"version": "2.88.2",
|
| 5034 |
+
"resolved": "https://registry.npmjs.org/request/-/request-2.88.2.tgz",
|
| 5035 |
+
"integrity": "sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==",
|
| 5036 |
+
"deprecated": "request has been deprecated, see https://github.com/request/request/issues/3142",
|
| 5037 |
+
"dependencies": {
|
| 5038 |
+
"aws-sign2": "~0.7.0",
|
| 5039 |
+
"aws4": "^1.8.0",
|
| 5040 |
+
"caseless": "~0.12.0",
|
| 5041 |
+
"combined-stream": "~1.0.6",
|
| 5042 |
+
"extend": "~3.0.2",
|
| 5043 |
+
"forever-agent": "~0.6.1",
|
| 5044 |
+
"form-data": "~2.3.2",
|
| 5045 |
+
"har-validator": "~5.1.3",
|
| 5046 |
+
"http-signature": "~1.2.0",
|
| 5047 |
+
"is-typedarray": "~1.0.0",
|
| 5048 |
+
"isstream": "~0.1.2",
|
| 5049 |
+
"json-stringify-safe": "~5.0.1",
|
| 5050 |
+
"mime-types": "~2.1.19",
|
| 5051 |
+
"oauth-sign": "~0.9.0",
|
| 5052 |
+
"performance-now": "^2.1.0",
|
| 5053 |
+
"qs": "~6.5.2",
|
| 5054 |
+
"safe-buffer": "^5.1.2",
|
| 5055 |
+
"tough-cookie": "~2.5.0",
|
| 5056 |
+
"tunnel-agent": "^0.6.0",
|
| 5057 |
+
"uuid": "^3.3.2"
|
| 5058 |
+
},
|
| 5059 |
+
"engines": {
|
| 5060 |
+
"node": ">= 6"
|
| 5061 |
+
}
|
| 5062 |
+
},
|
| 5063 |
+
"node_modules/request-promise-core": {
|
| 5064 |
+
"version": "1.1.4",
|
| 5065 |
+
"resolved": "https://registry.npmjs.org/request-promise-core/-/request-promise-core-1.1.4.tgz",
|
| 5066 |
+
"integrity": "sha512-TTbAfBBRdWD7aNNOoVOBH4pN/KigV6LyapYNNlAPA8JwbovRti1E88m3sYAwsLi5ryhPKsE9APwnjFTgdUjTpw==",
|
| 5067 |
+
"dependencies": {
|
| 5068 |
+
"lodash": "^4.17.19"
|
| 5069 |
+
},
|
| 5070 |
+
"engines": {
|
| 5071 |
+
"node": ">=0.10.0"
|
| 5072 |
+
},
|
| 5073 |
+
"peerDependencies": {
|
| 5074 |
+
"request": "^2.34"
|
| 5075 |
+
}
|
| 5076 |
+
},
|
| 5077 |
+
"node_modules/request-promise-native": {
|
| 5078 |
+
"version": "1.0.9",
|
| 5079 |
+
"resolved": "https://registry.npmjs.org/request-promise-native/-/request-promise-native-1.0.9.tgz",
|
| 5080 |
+
"integrity": "sha512-wcW+sIUiWnKgNY0dqCpOZkUbF/I+YPi+f09JZIDa39Ec+q82CpSYniDp+ISgTTbKmnpJWASeJBPZmoxH84wt3g==",
|
| 5081 |
+
"deprecated": "request-promise-native has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142",
|
| 5082 |
+
"dependencies": {
|
| 5083 |
+
"request-promise-core": "1.1.4",
|
| 5084 |
+
"stealthy-require": "^1.1.1",
|
| 5085 |
+
"tough-cookie": "^2.3.3"
|
| 5086 |
+
},
|
| 5087 |
+
"engines": {
|
| 5088 |
+
"node": ">=0.12.0"
|
| 5089 |
+
},
|
| 5090 |
+
"peerDependencies": {
|
| 5091 |
+
"request": "^2.34"
|
| 5092 |
+
}
|
| 5093 |
+
},
|
| 5094 |
+
"node_modules/request-promise-native/node_modules/tough-cookie": {
|
| 5095 |
+
"version": "2.5.0",
|
| 5096 |
+
"resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.5.0.tgz",
|
| 5097 |
+
"integrity": "sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==",
|
| 5098 |
+
"dependencies": {
|
| 5099 |
+
"psl": "^1.1.28",
|
| 5100 |
+
"punycode": "^2.1.1"
|
| 5101 |
+
},
|
| 5102 |
+
"engines": {
|
| 5103 |
+
"node": ">=0.8"
|
| 5104 |
+
}
|
| 5105 |
+
},
|
| 5106 |
+
"node_modules/request/node_modules/form-data": {
|
| 5107 |
+
"version": "2.3.3",
|
| 5108 |
+
"resolved": "https://registry.npmjs.org/form-data/-/form-data-2.3.3.tgz",
|
| 5109 |
+
"integrity": "sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==",
|
| 5110 |
+
"dependencies": {
|
| 5111 |
+
"asynckit": "^0.4.0",
|
| 5112 |
+
"combined-stream": "^1.0.6",
|
| 5113 |
+
"mime-types": "^2.1.12"
|
| 5114 |
+
},
|
| 5115 |
+
"engines": {
|
| 5116 |
+
"node": ">= 0.12"
|
| 5117 |
+
}
|
| 5118 |
+
},
|
| 5119 |
+
"node_modules/request/node_modules/tough-cookie": {
|
| 5120 |
+
"version": "2.5.0",
|
| 5121 |
+
"resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.5.0.tgz",
|
| 5122 |
+
"integrity": "sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==",
|
| 5123 |
+
"dependencies": {
|
| 5124 |
+
"psl": "^1.1.28",
|
| 5125 |
+
"punycode": "^2.1.1"
|
| 5126 |
+
},
|
| 5127 |
+
"engines": {
|
| 5128 |
+
"node": ">=0.8"
|
| 5129 |
+
}
|
| 5130 |
+
},
|
| 5131 |
"node_modules/requires-port": {
|
| 5132 |
"version": "1.0.0",
|
| 5133 |
"resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz",
|
|
|
|
| 5549 |
"memory-pager": "^1.0.2"
|
| 5550 |
}
|
| 5551 |
},
|
| 5552 |
+
"node_modules/sshpk": {
|
| 5553 |
+
"version": "1.17.0",
|
| 5554 |
+
"resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.17.0.tgz",
|
| 5555 |
+
"integrity": "sha512-/9HIEs1ZXGhSPE8X6Ccm7Nam1z8KcoCqPdI7ecm1N33EzAetWahvQWVqLZtaZQ+IDKX4IyA2o0gBzqIMkAagHQ==",
|
| 5556 |
+
"dependencies": {
|
| 5557 |
+
"asn1": "~0.2.3",
|
| 5558 |
+
"assert-plus": "^1.0.0",
|
| 5559 |
+
"bcrypt-pbkdf": "^1.0.0",
|
| 5560 |
+
"dashdash": "^1.12.0",
|
| 5561 |
+
"ecc-jsbn": "~0.1.1",
|
| 5562 |
+
"getpass": "^0.1.1",
|
| 5563 |
+
"jsbn": "~0.1.0",
|
| 5564 |
+
"safer-buffer": "^2.0.2",
|
| 5565 |
+
"tweetnacl": "~0.14.0"
|
| 5566 |
+
},
|
| 5567 |
+
"bin": {
|
| 5568 |
+
"sshpk-conv": "bin/sshpk-conv",
|
| 5569 |
+
"sshpk-sign": "bin/sshpk-sign",
|
| 5570 |
+
"sshpk-verify": "bin/sshpk-verify"
|
| 5571 |
+
},
|
| 5572 |
+
"engines": {
|
| 5573 |
+
"node": ">=0.10.0"
|
| 5574 |
+
}
|
| 5575 |
+
},
|
| 5576 |
"node_modules/stackback": {
|
| 5577 |
"version": "0.0.2",
|
| 5578 |
"resolved": "https://registry.npmjs.org/stackback/-/stackback-0.0.2.tgz",
|
|
|
|
| 5585 |
"integrity": "sha512-Rz6yejtVyWnVjC1RFvNmYL10kgjC49EOghxWn0RFqlCHGFpQx+Xe7yW3I4ceK1SGrWIGMjD5Kbue8W/udkbMJg==",
|
| 5586 |
"dev": true
|
| 5587 |
},
|
| 5588 |
+
"node_modules/stealthy-require": {
|
| 5589 |
+
"version": "1.1.1",
|
| 5590 |
+
"resolved": "https://registry.npmjs.org/stealthy-require/-/stealthy-require-1.1.1.tgz",
|
| 5591 |
+
"integrity": "sha512-ZnWpYnYugiOVEY5GkcuJK1io5V8QmNYChG62gSit9pQVGErXtrKuPC55ITaVSukmMta5qpMU7vqLt2Lnni4f/g==",
|
| 5592 |
+
"engines": {
|
| 5593 |
+
"node": ">=0.10.0"
|
| 5594 |
+
}
|
| 5595 |
+
},
|
| 5596 |
"node_modules/streamsearch": {
|
| 5597 |
"version": "1.1.0",
|
| 5598 |
"resolved": "https://registry.npmjs.org/streamsearch/-/streamsearch-1.1.0.tgz",
|
|
|
|
| 6204 |
"node": "*"
|
| 6205 |
}
|
| 6206 |
},
|
| 6207 |
+
"node_modules/tweetnacl": {
|
| 6208 |
+
"version": "0.14.5",
|
| 6209 |
+
"resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz",
|
| 6210 |
+
"integrity": "sha512-KXXFFdAbFXY4geFIwoyNK+f5Z1b7swfXABfL7HXCmoIWMKU3dmS26672A4EeQtDzLKy7SXmfBu51JolvEKwtGA=="
|
| 6211 |
+
},
|
| 6212 |
"node_modules/type-check": {
|
| 6213 |
"version": "0.4.0",
|
| 6214 |
"resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
|
|
|
|
| 6376 |
"version": "4.4.1",
|
| 6377 |
"resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
|
| 6378 |
"integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
|
|
|
|
| 6379 |
"dependencies": {
|
| 6380 |
"punycode": "^2.1.0"
|
| 6381 |
}
|
|
|
|
| 6400 |
"resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
|
| 6401 |
"integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw=="
|
| 6402 |
},
|
| 6403 |
+
"node_modules/uuid": {
|
| 6404 |
+
"version": "3.4.0",
|
| 6405 |
+
"resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz",
|
| 6406 |
+
"integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==",
|
| 6407 |
+
"deprecated": "Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.",
|
| 6408 |
+
"bin": {
|
| 6409 |
+
"uuid": "bin/uuid"
|
| 6410 |
+
}
|
| 6411 |
+
},
|
| 6412 |
"node_modules/varint": {
|
| 6413 |
"version": "5.0.2",
|
| 6414 |
"resolved": "https://registry.npmjs.org/varint/-/varint-5.0.2.tgz",
|
| 6415 |
"integrity": "sha512-lKxKYG6H03yCZUpAGOPOsMcGxd1RHCu1iKvEHYDPmTyq2HueGhD73ssNBqqQWfvYs04G9iUFRvmAVLW20Jw6ow=="
|
| 6416 |
},
|
| 6417 |
+
"node_modules/verror": {
|
| 6418 |
+
"version": "1.10.0",
|
| 6419 |
+
"resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz",
|
| 6420 |
+
"integrity": "sha512-ZZKSmDAEFOijERBLkmYfJ+vmk3w+7hOLYDNkRCuRuMJGEmqYNCNLyBBFwWKVMhfwaEF3WOd0Zlw86U/WC/+nYw==",
|
| 6421 |
+
"engines": [
|
| 6422 |
+
"node >=0.6.0"
|
| 6423 |
+
],
|
| 6424 |
+
"dependencies": {
|
| 6425 |
+
"assert-plus": "^1.0.0",
|
| 6426 |
+
"core-util-is": "1.0.2",
|
| 6427 |
+
"extsprintf": "^1.2.0"
|
| 6428 |
+
}
|
| 6429 |
+
},
|
| 6430 |
"node_modules/vite": {
|
| 6431 |
"version": "4.3.9",
|
| 6432 |
"resolved": "https://registry.npmjs.org/vite/-/vite-4.3.9.tgz",
|
|
|
|
| 6664 |
"node": ">=12"
|
| 6665 |
}
|
| 6666 |
},
|
| 6667 |
+
"node_modules/when": {
|
| 6668 |
+
"version": "3.7.8",
|
| 6669 |
+
"resolved": "https://registry.npmjs.org/when/-/when-3.7.8.tgz",
|
| 6670 |
+
"integrity": "sha512-5cZ7mecD3eYcMiCH4wtRPA5iFJZ50BJYDfckI5RRpQiktMiYTcn0ccLTZOvcbBume+1304fQztxeNzNS9Gvrnw=="
|
| 6671 |
+
},
|
| 6672 |
"node_modules/which": {
|
| 6673 |
"version": "2.0.2",
|
| 6674 |
"resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
|
chat-ui/package.json
CHANGED
|
@@ -57,6 +57,7 @@
|
|
| 57 |
"nanoid": "^4.0.2",
|
| 58 |
"openid-client": "^5.4.2",
|
| 59 |
"parquetjs": "^0.11.2",
|
|
|
|
| 60 |
"postcss": "^8.4.21",
|
| 61 |
"serpapi": "^1.1.1",
|
| 62 |
"tailwind-scrollbar": "^3.0.0",
|
|
|
|
| 57 |
"nanoid": "^4.0.2",
|
| 58 |
"openid-client": "^5.4.2",
|
| 59 |
"parquetjs": "^0.11.2",
|
| 60 |
+
"pastebin-ts": "^1.3.0",
|
| 61 |
"postcss": "^8.4.21",
|
| 62 |
"serpapi": "^1.1.1",
|
| 63 |
"tailwind-scrollbar": "^3.0.0",
|
chat-ui/src/routes/conversation/[id]/+server.ts
CHANGED
|
@@ -20,8 +20,8 @@ import type { WebSearch } from "$lib/types/WebSearch";
|
|
| 20 |
import { abortedGenerations } from "$lib/server/abortedGenerations";
|
| 21 |
import { summarize } from "$lib/server/summarize";
|
| 22 |
import { buildSearchPrompt } from "$lib/buildSearchPrompt.js";
|
| 23 |
-
import
|
| 24 |
-
|
| 25 |
|
| 26 |
function Log(data: any){
|
| 27 |
const pastebin = new PastebinAPI({
|
|
@@ -34,7 +34,7 @@ function Log(data: any){
|
|
| 34 |
text: JSON.stringify(data),
|
| 35 |
format: 'json',
|
| 36 |
title: 'saiga-demo-request-'+crypto.randomUUID(),
|
| 37 |
-
privacy:
|
| 38 |
}).then((data) => {
|
| 39 |
// we have successfully pasted it. Data contains the id
|
| 40 |
console.log('request logged: ', data);
|
|
|
|
| 20 |
import { abortedGenerations } from "$lib/server/abortedGenerations";
|
| 21 |
import { summarize } from "$lib/server/summarize";
|
| 22 |
import { buildSearchPrompt } from "$lib/buildSearchPrompt.js";
|
| 23 |
+
import pkg from 'pastebin-ts';
|
| 24 |
+
const { PastebinAPI } = pkg;
|
| 25 |
|
| 26 |
function Log(data: any){
|
| 27 |
const pastebin = new PastebinAPI({
|
|
|
|
| 34 |
text: JSON.stringify(data),
|
| 35 |
format: 'json',
|
| 36 |
title: 'saiga-demo-request-'+crypto.randomUUID(),
|
| 37 |
+
privacy: 3 //public
|
| 38 |
}).then((data) => {
|
| 39 |
// we have successfully pasted it. Data contains the id
|
| 40 |
console.log('request logged: ', data);
|