forked from manimohans/obsidian-local-llm-helper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
137 lines (137 loc) · 3.75 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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
{
"name": "obsidian-local-llm-helper",
"version": "1.0.0",
"description": "Local LLM helper plugin for Obsidian",
"main": "main.js",
"dependencies": {
"@langchain/ollama": "^0.1.1",
"acorn": "^8.11.3",
"acorn-jsx": "^5.3.2",
"ajv": "^6.12.6",
"ansi-regex": "^5.0.1",
"ansi-styles": "^4.3.0",
"argparse": "^2.0.1",
"array-union": "^2.1.0",
"axios": "^1.7.4",
"balanced-match": "^1.0.2",
"brace-expansion": "^1.1.11",
"braces": "^3.0.3",
"builtin-modules": "^3.3.0",
"callsites": "^3.1.0",
"chalk": "^4.1.2",
"color-convert": "^2.0.1",
"color-name": "^1.1.4",
"concat-map": "^0.0.1",
"cross-spawn": "^7.0.6",
"debug": "^4.3.6",
"deep-is": "^0.1.4",
"dir-glob": "^3.0.1",
"doctrine": "^3.0.0",
"esbuild": "^0.25.0",
"escape-string-regexp": "^4.0.0",
"eslint": "^8.57.0",
"eslint-scope": "^5.1.1",
"eslint-utils": "^3.0.0",
"eslint-visitor-keys": "^3.4.3",
"espree": "^9.6.1",
"esquery": "^1.5.0",
"esrecurse": "^4.3.0",
"estraverse": "^4.3.0",
"esutils": "^2.0.3",
"fast-deep-equal": "^3.1.3",
"fast-glob": "^3.3.2",
"fast-json-stable-stringify": "^2.1.0",
"fast-levenshtein": "^2.0.6",
"fastq": "^1.17.1",
"file-entry-cache": "^6.0.1",
"fill-range": "^7.0.1",
"find-up": "^5.0.0",
"flat-cache": "^3.2.0",
"flatted": "^3.3.1",
"fs-extra": "^11.2.0",
"fs.realpath": "^1.0.0",
"functional-red-black-tree": "^1.0.1",
"glob": "^7.2.3",
"glob-parent": "^6.0.2",
"globals": "^13.24.0",
"globby": "^11.1.0",
"graphemer": "^1.4.0",
"has-flag": "^4.0.0",
"ignore": "^5.3.2",
"import-fresh": "^3.3.0",
"imurmurhash": "^0.1.4",
"inflight": "^1.0.6",
"inherits": "^2.0.4",
"is-extglob": "^2.1.1",
"is-glob": "^4.0.3",
"is-number": "^7.0.0",
"is-path-inside": "^3.0.3",
"isexe": "^2.0.0",
"js-yaml": "^4.1.0",
"json-buffer": "^3.0.1",
"json-schema-traverse": "^0.4.1",
"json-stable-stringify-without-jsonify": "^1.0.1",
"keyv": "^4.5.4",
"langchain": "^0.3.2",
"levn": "^0.4.1",
"locate-path": "^6.0.0",
"lodash.merge": "^4.6.2",
"lru-cache": "^6.0.0",
"merge2": "^1.4.1",
"micromatch": "^4.0.8",
"minimatch": "^3.1.2",
"moment": "^2.29.4",
"ms": "^2.1.2",
"natural-compare": "^1.4.0",
"obsidian": "^1.5.7-1",
"once": "^1.4.0",
"optionator": "^0.9.3",
"p-limit": "^3.1.0",
"p-locate": "^5.0.0",
"parent-module": "^1.0.1",
"path-exists": "^4.0.0",
"path-is-absolute": "^1.0.1",
"path-key": "^3.1.1",
"path-type": "^4.0.0",
"picomatch": "^2.3.1",
"prelude-ls": "^1.2.1",
"punycode": "^2.3.1",
"queue-microtask": "^1.2.3",
"regexpp": "^3.2.0",
"resolve-from": "^4.0.0",
"reusify": "^1.0.4",
"rimraf": "^3.0.2",
"run-parallel": "^1.2.0",
"semver": "^7.6.3",
"shebang-command": "^2.0.0",
"shebang-regex": "^3.0.0",
"slash": "^3.0.0",
"strip-ansi": "^6.0.1",
"strip-json-comments": "^3.1.1",
"style-mod": "^4.1.2",
"supports-color": "^7.2.0",
"text-table": "^0.2.0",
"to-regex-range": "^5.0.1",
"tslib": "^2.4.0",
"tsutils": "^3.21.0",
"type-check": "^0.4.0",
"type-fest": "^0.20.2",
"typescript": "^4.7.4",
"uri-js": "^4.4.1",
"w3c-keyname": "^2.2.8",
"which": "^2.0.2",
"wrappy": "^1.0.2",
"yallist": "^4.0.0",
"yocto-queue": "^0.1.0"
},
"scripts": {
"dev": "node esbuild.config.mjs",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
"version": "node version-bump.mjs && git add manifest.json versions.json"
},
"author": "warpcast.com/mani",
"license": "ISC",
"devDependencies": {
"@types/fs-extra": "^11.0.4"
}
}