I was dealing with a web chatbot project on node.js; then couldn't figure out the files, let me show you all; I need urgent support and in case of contribution I can promote you in the project also individual among 4-5k people.
package-lock-json:
{
"name": "clade-ai",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,
"dependencies": {
"form-data": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz",
"integrity": "sha512-ZlRtvIW2BxYF9X+CNLl3zPp3qjKYNda1dGOvHsu+gK5rHYxhWnXpA5jXFjDCKPTfJcNTWKNBn2Y1YdvcjyhKA==",
"requires": {
"asynckit": "^0.4.0",
"combined-stream": "^1.0.8",
"mime-types": "^2.1.12"
}
},
"mime-types": {
"version": "2.1.32",
"resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.32.tgz",
"integrity": "sha512-hJGaVS4G4c9TSMYh2n6SQAGrC4RnfU+daP8G7cSCmaqNjiOoUY0VHCMS42pxnQmVF1GWwFhbHWn3RIxCqTmblrA=="
},
"openai": {
"version": "3.2.1",
"resolved": "https://registry.npmjs.org/openai/-/openai-3.2.1.tgz",
"integrity": "sha512-7zE2nRFAwH09tgRtrrT7rZYnCJID+V7qf3qFZV7xl/Mfg0YR+KNJrOzUSkVrTgTduOJDb7tnXt+e37tJZdO+fQ==",
"requires": {
"axios": "^0.26.0",
"ws": "^8.5.0"
}
},
"asynckit": {
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
"integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k="
},
"combined-stream": {
"version": "1.0.8",
"resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
"integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOQ1TBdJJ/eMqz1bob21XHXQ==",
"requires": {
"delayed-stream": "~1.0.0"
}
},
"delayed-stream": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
"integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk="
},
"axios": {
"version": "0.26.0",
"resolved": "https://registry.npmjs.org/axios/-/axios-0.26.0.tgz",
"integrity": "sha512-QPfJR+18nYn1C5NROGHjVfSr8v1NSvHgKpDtbS/eq8JfK9YvzM83HFEFpn+MbKU6gM/FjK1ZHJSJQ+6r1bKjQ==",
"requires": {
"follow-redirects": "^1.14.0"
}
},
"follow-redirects": {
"version": "1.16.1",
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.16.1.tgz",
"integrity": "sha512-bjKfnoG+1pa53WLuUi3L7c+b5oSxX9I5EouZE5v+JwSAE6AKfD8VUmU6qZoK0PaTfJXgW+oL6HGVBy+tBitb0Q=="
},
"ws": {
"version": "8.5.2",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.5.2.tgz",
"integrity": "sha512-BT3TIPf4Z4g4F+T8Ys+H4/sltfiqX9EOVJ5DA5+38c5PQkTECHfVJhvMv+1H8YjCJvv1Ugw3dUo3zSCFVncWw==",
"requires": {
"async-limiter": "~1.0.0",
"abbr": "~1.1.0",
"ws-extensions": "~0.1.0"
}
},
"async-limiter": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.1.tgz",
"integrity": "sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxpEqOAIv2ejuvJwemOvNussQ=="
},
"ws-extensions": {
"version": "0.1.5",
"resolved": "https://registry.npmjs.org/ws-extensions/-/ws-extensions-0.1.5.tgz",
"integrity": "sha1-/uvMjKfgLRdG1DNK9cT9XjTcObE="
}
}
}
Except than this you can find all the files that i might have not seen as a debugging matter at https://replit.com/join/edhmctrigz-plawlostofficia, thank you for all.