package.json
1.48 KB
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
{
"_from": "openai@^3.1.0",
"_id": "openai@3.1.0",
"_inBundle": false,
"_integrity": "sha512-v5kKFH5o+8ld+t0arudj833Mgm3GcgBnbyN9946bj6u7bvel4Yg6YFz2A4HLIYDzmMjIo0s6vSG9x73kOwvdCg==",
"_location": "/openai",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "openai@^3.1.0",
"name": "openai",
"escapedName": "openai",
"rawSpec": "^3.1.0",
"saveSpec": null,
"fetchSpec": "^3.1.0"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/openai/-/openai-3.1.0.tgz",
"_shasum": "13bfb228cf777155b882c2deb3a03bc5094cb7b3",
"_spec": "openai@^3.1.0",
"_where": "C:\\xampp\\htdocs\\chatgpt.ai-pro.org",
"author": {
"name": "OpenAI"
},
"bugs": {
"url": "https://github.com/openai/openai-node/issues"
},
"bundleDependencies": false,
"dependencies": {
"axios": "^0.26.0",
"form-data": "^4.0.0"
},
"deprecated": false,
"description": "Node.js library for the OpenAI API",
"devDependencies": {
"@types/node": "^12.11.5",
"typescript": "^3.6.4"
},
"homepage": "https://github.com/openai/openai-node#readme",
"keywords": [
"openai",
"open",
"ai",
"gpt-3",
"gpt3"
],
"license": "MIT",
"main": "./dist/index.js",
"name": "openai",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/openai/openai-node.git"
},
"scripts": {
"build": "tsc --outDir dist/"
},
"types": "./dist/index.d.ts",
"version": "3.1.0"
}