-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
122 lines (122 loc) · 3.15 KB
/
package.json
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"name": "bing-ai",
"version": "1.0.0",
"description": "Bing AI wrapper for NodeJS",
"main": "index.js",
"bin": {
"bing-ai": "./index.js"
},
"dependencies": {
"agent-base": "^6.0.2",
"ansi-regex": "^5.0.1",
"ansi-styles": "^3.2.1",
"argparse": "^2.0.1",
"base64-js": "^1.5.1",
"bl": "^4.1.0",
"buffer": "^5.7.1",
"buffer-crc32": "^0.2.13",
"callsites": "^3.1.0",
"cardinal": "^2.1.1",
"chalk": "^2.4.2",
"chownr": "^1.1.4",
"chromium-bidi": "^0.4.9",
"cli-markdown": "^3.0.3",
"cli-spinners": "^2.9.0",
"cliui": "^8.0.1",
"color-convert": "^1.9.3",
"color-name": "^1.1.3",
"cosmiconfig": "^8.1.3",
"cross-fetch": "^3.1.5",
"debug": "^4.3.4",
"devtools-protocol": "^0.0.1120988",
"download-chromium": "^3.0.0",
"emoji-regex": "^8.0.0",
"end-of-stream": "^1.4.4",
"error-ex": "^1.3.2",
"escalade": "^3.1.1",
"escape-string-regexp": "^1.0.5",
"express": "^4.18.2",
"extract-zip": "^2.0.1",
"fd-slicer": "^1.1.0",
"figlet": "^1.6.0",
"fs-constants": "^1.0.0",
"get-caller-file": "^2.0.5",
"get-stream": "^5.2.0",
"has-flag": "^3.0.0",
"http-proxy-agent": "^5.0.0",
"https-proxy-agent": "^5.0.1",
"ieee754": "^1.2.1",
"import-fresh": "^3.3.0",
"inherits": "^2.0.4",
"is-arrayish": "^0.2.1",
"is-fullwidth-code-point": "^3.0.0",
"js-tokens": "^4.0.0",
"js-yaml": "^4.1.0",
"json-parse-even-better-errors": "^2.3.1",
"lines-and-columns": "^1.2.4",
"loading-cli": "^1.1.0",
"markdown-it": "^13.0.1",
"markdown-it-terminal": "^0.4.0",
"markshell": "^1.6.0",
"mitt": "^3.0.0",
"mkdirp-classic": "^0.5.3",
"ms": "^2.1.2",
"nexe": "^4.0.0-rc.2",
"node-fetch": "^2.6.7",
"once": "^1.4.0",
"parent-module": "^1.0.1",
"parse-json": "^5.2.0",
"path-type": "^4.0.0",
"pend": "^1.2.0",
"progress": "^2.0.3",
"proxy-from-env": "^1.1.0",
"pump": "^3.0.0",
"puppeteer": "^20.2.1",
"puppeteer-core": "^20.2.1",
"readable-stream": "^3.6.2",
"require-directory": "^2.1.1",
"resolve-from": "^4.0.0",
"safe-buffer": "^5.2.1",
"string_decoder": "^1.3.0",
"string-width": "^4.2.3",
"strip-ansi": "^6.0.1",
"supports-color": "^5.5.0",
"tar-fs": "^2.1.1",
"tar-stream": "^2.2.0",
"terminal-kit": "^3.0.0",
"through": "^2.3.8",
"tr46": "^0.0.3",
"unbzip2-stream": "^1.4.3",
"util-deprecate": "^1.0.2",
"webidl-conversions": "^3.0.1",
"whatwg-url": "^5.0.0",
"wrap-ansi": "^7.0.0",
"wrappy": "^1.0.2",
"ws": "^8.13.0",
"y18n": "^5.0.8",
"yargs": "^17.7.2",
"yargs-parser": "^21.1.1",
"yauzl": "^2.10.0"
},
"scripts": {
"test": "node index.js generate -p \"Hello World\" -o \"hello-world.md\""
},
"repository": {
"type": "git",
"url": "https://github.com/IhsanDevs/BingAI.git"
},
"keywords": [
"bing",
"ai",
"microsoft"
],
"author": "Ihsan Devs",
"license": "ISC",
"devDependencies": {
"@types/ansi-styles": "^4.2.0",
"@types/express": "^4.17.17",
"@types/yargs": "^17.0.24",
"webpack": "^5.87.0"
},
"type": "commonjs"
}