chatnest 3.4.0 → 3.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,42 +1,341 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
"
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
"
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
2
|
+
"name": "chatnest",
|
|
3
|
+
"version": "3.4.2",
|
|
4
|
+
"description": "A lightweight, customizable, and responsive chat widget for modern web applications.",
|
|
5
|
+
"keywords": [
|
|
6
|
+
"chat",
|
|
7
|
+
"widget",
|
|
8
|
+
"chatbot",
|
|
9
|
+
"ai",
|
|
10
|
+
"assistant"
|
|
11
|
+
],
|
|
12
|
+
"homepage": "https://github.com/Pro-Sifat-Hasan/chatnest#readme",
|
|
13
|
+
"bugs": {
|
|
14
|
+
"url": "https://github.com/Pro-Sifat-Hasan/chatnest/issues"
|
|
15
|
+
},
|
|
16
|
+
"repository": {
|
|
17
|
+
"type": "git",
|
|
18
|
+
"url": "git+https://github.com/Pro-Sifat-Hasan/chatnest.git"
|
|
19
|
+
},
|
|
20
|
+
"license": "MIT",
|
|
21
|
+
"author": "Sifat Hasan",
|
|
22
|
+
"type": "commonjs",
|
|
23
|
+
"main": "dist/chatnest.min.js",
|
|
24
|
+
"directories": {
|
|
25
|
+
"test": "tests"
|
|
26
|
+
},
|
|
27
|
+
"scripts": {
|
|
28
|
+
"build": "webpack --mode production",
|
|
29
|
+
"dev": "webpack --mode development --watch",
|
|
30
|
+
"prepare": "npm run build",
|
|
31
|
+
"test": "jest",
|
|
32
|
+
"test:coverage": "jest --coverage"
|
|
33
|
+
},
|
|
34
|
+
"dependencies": {
|
|
35
|
+
"acorn": "^8.14.0",
|
|
36
|
+
"agent-base": "^7.1.4",
|
|
37
|
+
"ajv": "^8.17.1",
|
|
38
|
+
"ajv-formats": "^2.1.1",
|
|
39
|
+
"ajv-keywords": "^5.1.0",
|
|
40
|
+
"ansi-escapes": "^4.3.2",
|
|
41
|
+
"ansi-regex": "^6.2.2",
|
|
42
|
+
"ansi-styles": "^4.3.0",
|
|
43
|
+
"anymatch": "^3.1.3",
|
|
44
|
+
"argparse": "^1.0.10",
|
|
45
|
+
"babel-jest": "^30.3.0",
|
|
46
|
+
"babel-plugin-istanbul": "^7.0.1",
|
|
47
|
+
"babel-plugin-jest-hoist": "^30.3.0",
|
|
48
|
+
"babel-plugin-polyfill-corejs2": "^0.4.11",
|
|
49
|
+
"babel-plugin-polyfill-corejs3": "^0.10.6",
|
|
50
|
+
"babel-plugin-polyfill-regenerator": "^0.6.2",
|
|
51
|
+
"babel-preset-current-node-syntax": "^1.2.0",
|
|
52
|
+
"babel-preset-jest": "^30.3.0",
|
|
53
|
+
"balanced-match": "^1.0.2",
|
|
54
|
+
"brace-expansion": "^2.0.3",
|
|
55
|
+
"browserslist": "^4.24.2",
|
|
56
|
+
"bser": "^2.1.1",
|
|
57
|
+
"buffer-from": "^1.1.2",
|
|
58
|
+
"callsites": "^3.1.0",
|
|
59
|
+
"camelcase": "^5.3.1",
|
|
60
|
+
"caniuse-lite": "^1.0.30001675",
|
|
61
|
+
"chalk": "^4.1.2",
|
|
62
|
+
"char-regex": "^1.0.2",
|
|
63
|
+
"chrome-trace-event": "^1.0.4",
|
|
64
|
+
"ci-info": "^4.4.0",
|
|
65
|
+
"cjs-module-lexer": "^2.2.0",
|
|
66
|
+
"cliui": "^8.0.1",
|
|
67
|
+
"clone-deep": "^4.0.1",
|
|
68
|
+
"co": "^4.6.0",
|
|
69
|
+
"collect-v8-coverage": "^1.0.3",
|
|
70
|
+
"color-convert": "^2.0.1",
|
|
71
|
+
"color-name": "^1.1.4",
|
|
72
|
+
"colorette": "^2.0.20",
|
|
73
|
+
"commander": "^2.20.3",
|
|
74
|
+
"common-path-prefix": "^3.0.0",
|
|
75
|
+
"concat-map": "^0.0.1",
|
|
76
|
+
"convert-source-map": "^2.0.0",
|
|
77
|
+
"core-js-compat": "^3.39.0",
|
|
78
|
+
"cross-spawn": "^7.0.6",
|
|
79
|
+
"cssesc": "^3.0.0",
|
|
80
|
+
"cssstyle": "^4.6.0",
|
|
81
|
+
"data-urls": "^5.0.0",
|
|
82
|
+
"debug": "^4.3.7",
|
|
83
|
+
"decimal.js": "^10.6.0",
|
|
84
|
+
"dedent": "^1.7.2",
|
|
85
|
+
"deepmerge": "^4.3.1",
|
|
86
|
+
"detect-newline": "^3.1.0",
|
|
87
|
+
"eastasianwidth": "^0.2.0",
|
|
88
|
+
"electron-to-chromium": "^1.5.49",
|
|
89
|
+
"emittery": "^0.13.1",
|
|
90
|
+
"emoji-regex": "^9.2.2",
|
|
91
|
+
"enhanced-resolve": "^5.17.1",
|
|
92
|
+
"entities": "^6.0.1",
|
|
93
|
+
"envinfo": "^7.14.0",
|
|
94
|
+
"error-ex": "^1.3.4",
|
|
95
|
+
"es-module-lexer": "^1.5.4",
|
|
96
|
+
"escalade": "^3.2.0",
|
|
97
|
+
"escape-string-regexp": "^2.0.0",
|
|
98
|
+
"eslint-scope": "^5.1.1",
|
|
99
|
+
"esprima": "^4.0.1",
|
|
100
|
+
"esrecurse": "^4.3.0",
|
|
101
|
+
"estraverse": "^4.3.0",
|
|
102
|
+
"esutils": "^2.0.3",
|
|
103
|
+
"events": "^3.3.0",
|
|
104
|
+
"execa": "^5.1.1",
|
|
105
|
+
"exit-x": "^0.2.2",
|
|
106
|
+
"expect": "^30.3.0",
|
|
107
|
+
"fast-deep-equal": "^3.1.3",
|
|
108
|
+
"fast-json-stable-stringify": "^2.1.0",
|
|
109
|
+
"fast-uri": "^3.0.3",
|
|
110
|
+
"fastest-levenshtein": "^1.0.16",
|
|
111
|
+
"fb-watchman": "^2.0.2",
|
|
112
|
+
"find-cache-dir": "^4.0.0",
|
|
113
|
+
"find-up": "^6.3.0",
|
|
114
|
+
"flat": "^5.0.2",
|
|
115
|
+
"foreground-child": "^3.3.1",
|
|
116
|
+
"fs.realpath": "^1.0.0",
|
|
117
|
+
"function-bind": "^1.1.2",
|
|
118
|
+
"gensync": "^1.0.0-beta.2",
|
|
119
|
+
"get-caller-file": "^2.0.5",
|
|
120
|
+
"get-package-type": "^0.1.0",
|
|
121
|
+
"get-stream": "^6.0.1",
|
|
122
|
+
"glob": "^10.5.0",
|
|
123
|
+
"glob-to-regexp": "^0.4.1",
|
|
124
|
+
"globals": "^11.12.0",
|
|
125
|
+
"graceful-fs": "^4.2.11",
|
|
126
|
+
"has-flag": "^4.0.0",
|
|
127
|
+
"hasown": "^2.0.2",
|
|
128
|
+
"html-encoding-sniffer": "^4.0.0",
|
|
129
|
+
"html-escaper": "^2.0.2",
|
|
130
|
+
"http-proxy-agent": "^7.0.2",
|
|
131
|
+
"https-proxy-agent": "^7.0.6",
|
|
132
|
+
"human-signals": "^2.1.0",
|
|
133
|
+
"iconv-lite": "^0.6.3",
|
|
134
|
+
"icss-utils": "^5.1.0",
|
|
135
|
+
"import-local": "^3.2.0",
|
|
136
|
+
"imurmurhash": "^0.1.4",
|
|
137
|
+
"inflight": "^1.0.6",
|
|
138
|
+
"inherits": "^2.0.4",
|
|
139
|
+
"interpret": "^3.1.1",
|
|
140
|
+
"is-arrayish": "^0.2.1",
|
|
141
|
+
"is-core-module": "^2.15.1",
|
|
142
|
+
"is-fullwidth-code-point": "^3.0.0",
|
|
143
|
+
"is-generator-fn": "^2.1.0",
|
|
144
|
+
"is-plain-object": "^2.0.4",
|
|
145
|
+
"is-potential-custom-element-name": "^1.0.1",
|
|
146
|
+
"is-stream": "^2.0.1",
|
|
147
|
+
"isexe": "^2.0.0",
|
|
148
|
+
"isobject": "^3.0.1",
|
|
149
|
+
"istanbul-lib-coverage": "^3.2.2",
|
|
150
|
+
"istanbul-lib-instrument": "^6.0.3",
|
|
151
|
+
"istanbul-lib-report": "^3.0.1",
|
|
152
|
+
"istanbul-lib-source-maps": "^5.0.6",
|
|
153
|
+
"istanbul-reports": "^3.2.0",
|
|
154
|
+
"jackspeak": "^3.4.3",
|
|
155
|
+
"jest-changed-files": "^30.3.0",
|
|
156
|
+
"jest-circus": "^30.3.0",
|
|
157
|
+
"jest-cli": "^30.3.0",
|
|
158
|
+
"jest-config": "^30.3.0",
|
|
159
|
+
"jest-diff": "^30.3.0",
|
|
160
|
+
"jest-docblock": "^30.2.0",
|
|
161
|
+
"jest-each": "^30.3.0",
|
|
162
|
+
"jest-environment-node": "^30.3.0",
|
|
163
|
+
"jest-haste-map": "^30.3.0",
|
|
164
|
+
"jest-leak-detector": "^30.3.0",
|
|
165
|
+
"jest-matcher-utils": "^30.3.0",
|
|
166
|
+
"jest-message-util": "^30.3.0",
|
|
167
|
+
"jest-mock": "^30.3.0",
|
|
168
|
+
"jest-pnp-resolver": "^1.2.3",
|
|
169
|
+
"jest-regex-util": "^30.0.1",
|
|
170
|
+
"jest-resolve": "^30.3.0",
|
|
171
|
+
"jest-resolve-dependencies": "^30.3.0",
|
|
172
|
+
"jest-runner": "^30.3.0",
|
|
173
|
+
"jest-runtime": "^30.3.0",
|
|
174
|
+
"jest-snapshot": "^30.3.0",
|
|
175
|
+
"jest-util": "^30.3.0",
|
|
176
|
+
"jest-validate": "^30.3.0",
|
|
177
|
+
"jest-watcher": "^30.3.0",
|
|
178
|
+
"jest-worker": "^27.5.1",
|
|
179
|
+
"js-tokens": "^4.0.0",
|
|
180
|
+
"js-yaml": "^3.14.2",
|
|
181
|
+
"jsdom": "^26.1.0",
|
|
182
|
+
"jsesc": "^3.0.2",
|
|
183
|
+
"json-parse-even-better-errors": "^2.3.1",
|
|
184
|
+
"json-schema-traverse": "^1.0.0",
|
|
185
|
+
"json5": "^2.2.3",
|
|
186
|
+
"kind-of": "^6.0.3",
|
|
187
|
+
"leven": "^3.1.0",
|
|
188
|
+
"lines-and-columns": "^1.2.4",
|
|
189
|
+
"loader-runner": "^4.3.0",
|
|
190
|
+
"locate-path": "^7.2.0",
|
|
191
|
+
"lodash.debounce": "^4.0.8",
|
|
192
|
+
"lru-cache": "^5.1.1",
|
|
193
|
+
"make-dir": "^4.0.0",
|
|
194
|
+
"makeerror": "^1.0.12",
|
|
195
|
+
"merge-stream": "^2.0.0",
|
|
196
|
+
"mime-db": "^1.52.0",
|
|
197
|
+
"mime-types": "^2.1.35",
|
|
198
|
+
"mimic-fn": "^2.1.0",
|
|
199
|
+
"minimatch": "^9.0.9",
|
|
200
|
+
"minipass": "^7.1.3",
|
|
201
|
+
"ms": "^2.1.3",
|
|
202
|
+
"nanoid": "^3.3.11",
|
|
203
|
+
"napi-postinstall": "^0.3.4",
|
|
204
|
+
"natural-compare": "^1.4.0",
|
|
205
|
+
"neo-async": "^2.6.2",
|
|
206
|
+
"node-int64": "^0.4.0",
|
|
207
|
+
"node-releases": "^2.0.18",
|
|
208
|
+
"normalize-path": "^3.0.0",
|
|
209
|
+
"npm-run-path": "^4.0.1",
|
|
210
|
+
"nwsapi": "^2.2.23",
|
|
211
|
+
"once": "^1.4.0",
|
|
212
|
+
"onetime": "^5.1.2",
|
|
213
|
+
"p-limit": "^4.0.0",
|
|
214
|
+
"p-locate": "^6.0.0",
|
|
215
|
+
"p-try": "^2.2.0",
|
|
216
|
+
"package-json-from-dist": "^1.0.1",
|
|
217
|
+
"parse-json": "^5.2.0",
|
|
218
|
+
"parse5": "^7.3.0",
|
|
219
|
+
"path-exists": "^5.0.0",
|
|
220
|
+
"path-is-absolute": "^1.0.1",
|
|
221
|
+
"path-key": "^3.1.1",
|
|
222
|
+
"path-parse": "^1.0.7",
|
|
223
|
+
"path-scurry": "^1.11.1",
|
|
224
|
+
"picocolors": "^1.1.1",
|
|
225
|
+
"picomatch": "^4.0.4",
|
|
226
|
+
"pirates": "^4.0.7",
|
|
227
|
+
"pkg-dir": "^7.0.0",
|
|
228
|
+
"postcss": "^8.4.47",
|
|
229
|
+
"postcss-modules-extract-imports": "^3.1.0",
|
|
230
|
+
"postcss-modules-local-by-default": "^4.0.5",
|
|
231
|
+
"postcss-modules-scope": "^3.2.0",
|
|
232
|
+
"postcss-modules-values": "^4.0.0",
|
|
233
|
+
"postcss-selector-parser": "^6.1.2",
|
|
234
|
+
"postcss-value-parser": "^4.2.0",
|
|
235
|
+
"pretty-format": "^30.3.0",
|
|
236
|
+
"punycode": "^2.3.1",
|
|
237
|
+
"pure-rand": "^7.0.1",
|
|
238
|
+
"randombytes": "^2.1.0",
|
|
239
|
+
"react-is": "^18.3.1",
|
|
240
|
+
"rechoir": "^0.8.0",
|
|
241
|
+
"regenerate": "^1.4.2",
|
|
242
|
+
"regenerate-unicode-properties": "^10.2.0",
|
|
243
|
+
"regenerator-transform": "^0.15.2",
|
|
244
|
+
"regexpu-core": "^6.1.1",
|
|
245
|
+
"regjsgen": "^0.8.0",
|
|
246
|
+
"regjsparser": "^0.11.2",
|
|
247
|
+
"require-directory": "^2.1.1",
|
|
248
|
+
"require-from-string": "^2.0.2",
|
|
249
|
+
"resolve": "^1.22.8",
|
|
250
|
+
"resolve-cwd": "^3.0.0",
|
|
251
|
+
"resolve-from": "^5.0.0",
|
|
252
|
+
"rrweb-cssom": "^0.8.0",
|
|
253
|
+
"safe-buffer": "^5.2.1",
|
|
254
|
+
"safer-buffer": "^2.1.2",
|
|
255
|
+
"saxes": "^6.0.0",
|
|
256
|
+
"schema-utils": "^4.2.0",
|
|
257
|
+
"semver": "^6.3.1",
|
|
258
|
+
"serialize-javascript": "^6.0.2",
|
|
259
|
+
"shallow-clone": "^3.0.1",
|
|
260
|
+
"shebang-command": "^2.0.0",
|
|
261
|
+
"shebang-regex": "^3.0.0",
|
|
262
|
+
"signal-exit": "^4.1.0",
|
|
263
|
+
"slash": "^3.0.0",
|
|
264
|
+
"source-map": "^0.6.1",
|
|
265
|
+
"source-map-js": "^1.2.1",
|
|
266
|
+
"source-map-support": "^0.5.21",
|
|
267
|
+
"sprintf-js": "^1.0.3",
|
|
268
|
+
"stack-utils": "^2.0.6",
|
|
269
|
+
"string-length": "^4.0.2",
|
|
270
|
+
"string-width": "^5.1.2",
|
|
271
|
+
"string-width-cjs": "^4.2.3",
|
|
272
|
+
"strip-ansi": "^7.2.0",
|
|
273
|
+
"strip-ansi-cjs": "^6.0.1",
|
|
274
|
+
"strip-bom": "^4.0.0",
|
|
275
|
+
"strip-final-newline": "^2.0.0",
|
|
276
|
+
"strip-json-comments": "^3.1.1",
|
|
277
|
+
"supports-color": "^8.1.1",
|
|
278
|
+
"supports-preserve-symlinks-flag": "^1.0.0",
|
|
279
|
+
"symbol-tree": "^3.2.4",
|
|
280
|
+
"synckit": "^0.11.12",
|
|
281
|
+
"tapable": "^2.2.1",
|
|
282
|
+
"terser": "^5.36.0",
|
|
283
|
+
"test-exclude": "^6.0.0",
|
|
284
|
+
"tldts": "^6.1.86",
|
|
285
|
+
"tldts-core": "^6.1.86",
|
|
286
|
+
"tmpl": "^1.0.5",
|
|
287
|
+
"tough-cookie": "^5.1.2",
|
|
288
|
+
"tr46": "^5.1.1",
|
|
289
|
+
"type-detect": "^4.0.8",
|
|
290
|
+
"type-fest": "^0.21.3",
|
|
291
|
+
"undici-types": "^6.19.8",
|
|
292
|
+
"unicode-canonical-property-names-ecmascript": "^2.0.1",
|
|
293
|
+
"unicode-match-property-ecmascript": "^2.0.0",
|
|
294
|
+
"unicode-match-property-value-ecmascript": "^2.2.0",
|
|
295
|
+
"unicode-property-aliases-ecmascript": "^2.1.0",
|
|
296
|
+
"unrs-resolver": "^1.11.1",
|
|
297
|
+
"update-browserslist-db": "^1.1.1",
|
|
298
|
+
"uri-js": "^4.4.1",
|
|
299
|
+
"util-deprecate": "^1.0.2",
|
|
300
|
+
"v8-to-istanbul": "^9.3.0",
|
|
301
|
+
"w3c-xmlserializer": "^5.0.0",
|
|
302
|
+
"walker": "^1.0.8",
|
|
303
|
+
"watchpack": "^2.4.2",
|
|
304
|
+
"webidl-conversions": "^7.0.0",
|
|
305
|
+
"webpack-merge": "^5.10.0",
|
|
306
|
+
"webpack-sources": "^3.2.3",
|
|
307
|
+
"whatwg-encoding": "^3.1.1",
|
|
308
|
+
"whatwg-mimetype": "^4.0.0",
|
|
309
|
+
"whatwg-url": "^14.2.0",
|
|
310
|
+
"which": "^2.0.2",
|
|
311
|
+
"wildcard": "^2.0.1",
|
|
312
|
+
"wrap-ansi": "^8.1.0",
|
|
313
|
+
"wrap-ansi-cjs": "^7.0.0",
|
|
314
|
+
"wrappy": "^1.0.2",
|
|
315
|
+
"write-file-atomic": "^5.0.1",
|
|
316
|
+
"ws": "^8.20.0",
|
|
317
|
+
"xml-name-validator": "^5.0.0",
|
|
318
|
+
"xmlchars": "^2.2.0",
|
|
319
|
+
"y18n": "^5.0.8",
|
|
320
|
+
"yallist": "^3.1.1",
|
|
321
|
+
"yargs": "^17.7.2",
|
|
322
|
+
"yargs-parser": "^21.1.1",
|
|
323
|
+
"yocto-queue": "^1.1.1"
|
|
324
|
+
},
|
|
325
|
+
"devDependencies": {
|
|
326
|
+
"@babel/core": "^7.23.0",
|
|
327
|
+
"@babel/preset-env": "^7.22.20",
|
|
328
|
+
"@jest/globals": "^30.3.0",
|
|
329
|
+
"babel-loader": "^9.1.3",
|
|
330
|
+
"css-loader": "^6.8.1",
|
|
331
|
+
"jest": "^30.3.0",
|
|
332
|
+
"jest-environment-jsdom": "^30.3.0",
|
|
333
|
+
"marked": "^9.1.6",
|
|
334
|
+
"style-loader": "^3.3.3",
|
|
335
|
+
"terser-webpack-plugin": "^5.3.9",
|
|
336
|
+
"webpack": "^5.88.2",
|
|
337
|
+
"webpack-cli": "^5.1.4"
|
|
338
|
+
},
|
|
339
|
+
"unpkg": "dist/chatnest.min.js",
|
|
340
|
+
"jsdelivr": "dist/chatnest.min.js"
|
|
42
341
|
}
|