@comate/zulu 0.8.0 → 0.8.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/comate-engine/node_modules/@comate/plugin-engine/dist/index.js +8 -8
- package/comate-engine/node_modules/@comate/plugin-host/dist/index-DRjiQy-z.js +1 -0
- package/comate-engine/node_modules/@comate/plugin-host/dist/index.js +1 -1
- package/comate-engine/node_modules/@comate/plugin-host/dist/main.js +1 -1
- package/comate-engine/node_modules/@comate/plugin-host/dist/user-NJTZ_OFu.js +44 -0
- package/comate-engine/node_modules/@comate/plugin-shared-internals/dist/index.d.ts +406 -15
- package/comate-engine/node_modules/@comate/plugin-shared-internals/dist/index.js +8 -8
- package/comate-engine/node_modules/@comate/plugin-shared-internals/package.json +4 -1
- package/comate-engine/node_modules/win-ca/LICENSE +21 -0
- package/comate-engine/node_modules/win-ca/README.md +648 -0
- package/comate-engine/node_modules/win-ca/lib/crypt32-ia32.node +0 -0
- package/comate-engine/node_modules/win-ca/lib/crypt32-x64.node +0 -0
- package/comate-engine/node_modules/win-ca/lib/der2.js +78 -0
- package/comate-engine/node_modules/win-ca/lib/fallback.js +110 -0
- package/comate-engine/node_modules/win-ca/lib/forge.js +16 -0
- package/comate-engine/node_modules/win-ca/lib/hash.js +52 -0
- package/comate-engine/node_modules/win-ca/lib/index.js +162 -0
- package/comate-engine/node_modules/win-ca/lib/inject.js +65 -0
- package/comate-engine/node_modules/win-ca/lib/n-api.js +62 -0
- package/comate-engine/node_modules/win-ca/lib/none.js +13 -0
- package/comate-engine/node_modules/win-ca/lib/oids.js +4 -0
- package/comate-engine/node_modules/win-ca/lib/roots.exe +0 -0
- package/comate-engine/node_modules/win-ca/lib/save.js +112 -0
- package/comate-engine/node_modules/win-ca/lib/unique.js +17 -0
- package/comate-engine/node_modules/win-ca/package.json +66 -0
- package/comate-engine/package.json +9 -2
- package/comate-engine/plugins/demo-feature/dist/index.js +72178 -7934
- package/comate-engine/server.js +173 -106
- package/dist/bundle/index.js +12 -8
- package/package.json +1 -1
- package/comate-engine/node_modules/@comate/plugin-host/dist/user-CoKKEQY1.js +0 -44
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "win-ca",
|
|
3
|
+
"version": "3.5.1",
|
|
4
|
+
"description": "Get Windows System Root certificates",
|
|
5
|
+
"keywords": [
|
|
6
|
+
"n-api",
|
|
7
|
+
"ssl",
|
|
8
|
+
"tls",
|
|
9
|
+
"ca",
|
|
10
|
+
"root",
|
|
11
|
+
"windows",
|
|
12
|
+
"vscode",
|
|
13
|
+
"electron"
|
|
14
|
+
],
|
|
15
|
+
"homepage": "https://github.com/ukoloff/win-ca",
|
|
16
|
+
"license": "MIT",
|
|
17
|
+
"author": {
|
|
18
|
+
"name": "Stas Ukolov",
|
|
19
|
+
"email": "ukoloff@gmail.com"
|
|
20
|
+
},
|
|
21
|
+
"repository": {
|
|
22
|
+
"type": "git",
|
|
23
|
+
"url": "git+https://github.com/ukoloff/win-ca.git"
|
|
24
|
+
},
|
|
25
|
+
"bugs": {
|
|
26
|
+
"url": "https://github.com/ukoloff/win-ca/issues"
|
|
27
|
+
},
|
|
28
|
+
"main": "lib",
|
|
29
|
+
"scripts": {
|
|
30
|
+
"nvm$": "n-api\\nvm$deploy",
|
|
31
|
+
"pretest": "lsc -cbo lib src",
|
|
32
|
+
"postinstall": "node -e \"try{require('.')}catch(e){}\"",
|
|
33
|
+
"test": "mocha"
|
|
34
|
+
},
|
|
35
|
+
"mocha": {
|
|
36
|
+
"extension": [
|
|
37
|
+
"ls",
|
|
38
|
+
"js"
|
|
39
|
+
],
|
|
40
|
+
"reporter": "dot",
|
|
41
|
+
"require": [
|
|
42
|
+
"livescript",
|
|
43
|
+
"choma",
|
|
44
|
+
"appveyor-mocha"
|
|
45
|
+
]
|
|
46
|
+
},
|
|
47
|
+
"files": [
|
|
48
|
+
"lib",
|
|
49
|
+
"api"
|
|
50
|
+
],
|
|
51
|
+
"dependencies": {
|
|
52
|
+
"is-electron": "^2.2.0",
|
|
53
|
+
"make-dir": "^1.3.0",
|
|
54
|
+
"node-forge": "^1.2.1",
|
|
55
|
+
"split": "^1.0.1"
|
|
56
|
+
},
|
|
57
|
+
"devDependencies": {
|
|
58
|
+
"appveyor-mocha": "^1.1.2",
|
|
59
|
+
"bindings": "^1.5.0",
|
|
60
|
+
"choma": "^1.2.1",
|
|
61
|
+
"fs-extra": "^5.0.0",
|
|
62
|
+
"livescript": "^1.6.0",
|
|
63
|
+
"mocha": "^6.2.3",
|
|
64
|
+
"node-addon-api": "^3.0.0"
|
|
65
|
+
}
|
|
66
|
+
}
|
|
@@ -29,6 +29,7 @@
|
|
|
29
29
|
"@comate/kernel": "0.9.2",
|
|
30
30
|
"@comate/kernel-shared": "0.9.2",
|
|
31
31
|
"@comate/plugin-engine": "^0.9.2",
|
|
32
|
+
"@comate/plugin-shared-internals": "^0.9.2",
|
|
32
33
|
"@mischnic/json-sourcemap": "^0.1.1",
|
|
33
34
|
"@modelcontextprotocol/sdk": "^1.20.0",
|
|
34
35
|
"@types/crypto-js": "^4.2.2",
|
|
@@ -44,10 +45,12 @@
|
|
|
44
45
|
"crypto-js": "^4.2.0",
|
|
45
46
|
"dayjs": "^1.11.13",
|
|
46
47
|
"decompress": "^4.2.1",
|
|
48
|
+
"dedent": "^1.7.1",
|
|
47
49
|
"default-shell": "^2.2.0",
|
|
48
50
|
"diff": "^7.0.0",
|
|
49
51
|
"exceljs": "^4.4.0",
|
|
50
52
|
"fast-deep-equal": "^3.1.3",
|
|
53
|
+
"fast-glob": "^3.3.2",
|
|
51
54
|
"fastest-levenshtein": "^1.0.16",
|
|
52
55
|
"fdir": "^6.4.5",
|
|
53
56
|
"form-data": "^4.0.0",
|
|
@@ -81,20 +84,23 @@
|
|
|
81
84
|
"sqlite-vec-linux-arm64": "0.1.7-alpha.2",
|
|
82
85
|
"sqlite-vec-linux-x64": "0.1.7-alpha.2",
|
|
83
86
|
"sqlite-vec-windows-x64": "0.1.7-alpha.2",
|
|
87
|
+
"string-similarity-js": "^2.1.4",
|
|
84
88
|
"svn": "^0.4.0",
|
|
85
89
|
"systeminformation": "^5.23.19",
|
|
86
90
|
"tar": "^7.4.3",
|
|
87
91
|
"tildify": "^3.0.0",
|
|
88
92
|
"tree-kill": "^1.2.2",
|
|
93
|
+
"vscode-jsonrpc": "^8.2.1",
|
|
89
94
|
"vscode-languageserver": "8.0.2",
|
|
90
95
|
"vscode-languageserver-textdocument": "^1.0.11",
|
|
91
96
|
"vscode-uri": "^3.0.8",
|
|
92
97
|
"web-streams-polyfill": "^4.1.0",
|
|
93
|
-
"
|
|
98
|
+
"which": "^6.0.0",
|
|
99
|
+
"ws": "^8.18.3",
|
|
100
|
+
"xdg-basedir": "^5.1.0"
|
|
94
101
|
},
|
|
95
102
|
"devDependencies": {
|
|
96
103
|
"@comate/plugin-host": "^0.9.2",
|
|
97
|
-
"@comate/plugin-shared-internals": "^0.9.2",
|
|
98
104
|
"@comate/preview-proxy": "workspace:^",
|
|
99
105
|
"@reskript/config-lint": "^6.1.1",
|
|
100
106
|
"@rollup/plugin-alias": "^5.1.1",
|
|
@@ -108,6 +114,7 @@
|
|
|
108
114
|
"@types/js-yaml": "^4.0.9",
|
|
109
115
|
"@types/node": "18.15.3",
|
|
110
116
|
"@types/picomatch": "^4.0.0",
|
|
117
|
+
"@types/which": "^3.0.4",
|
|
111
118
|
"@types/ws": "^8.18.1",
|
|
112
119
|
"rollup": "^4.9.2",
|
|
113
120
|
"rollup-plugin-dts": "^6.1.0",
|