-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
59 lines (59 loc) · 1.84 KB
/
Copy pathpackage-lock.json
File metadata and controls
59 lines (59 loc) · 1.84 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
{
"name": "mobaxterm2ssh",
"version": "2.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "mobaxterm2ssh",
"version": "2.0.0",
"dependencies": {
"fast-xml-parser": "^4.3.2",
"inireader": "^2.2.1",
"ssh-config": "^5.0.0"
}
},
"node_modules/fast-xml-parser": {
"version": "4.5.3",
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.3.tgz",
"integrity": "sha512-RKihhV+SHsIUGXObeVy9AXiBbFwkVk7Syp8XgwN5U3JV416+Gwp/GO9i0JYKmikykgz/UHRrrV4ROuZEo/T0ig==",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/NaturalIntelligence"
}
],
"license": "MIT",
"dependencies": {
"strnum": "^1.1.1"
},
"bin": {
"fxparser": "src/cli/cli.js"
}
},
"node_modules/inireader": {
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/inireader/-/inireader-2.2.1.tgz",
"integrity": "sha512-azWKvOIHmEN9ewbhjoiwNG4O2yZvMGC/HMT4JpkZt5uAA5q/si7oABEyKHE7B+7cd3rowW8XfJuzZi/gJcXkWA==",
"license": "MIT"
},
"node_modules/ssh-config": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/ssh-config/-/ssh-config-5.0.0.tgz",
"integrity": "sha512-RVJemF95DYAKfn2xogb75e4s3tyq6seexTg1CHXVxaas+OKv1PUsdIdz7ZyaZbW3TvSnJP+zgzNy5oRsrIhIAg==",
"license": "MIT"
},
"node_modules/strnum": {
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/strnum/-/strnum-1.1.2.tgz",
"integrity": "sha512-vrN+B7DBIoTTZjnPNewwhx6cBA/H+IS7rfW68n7XxC1y7uoiGQBxaKzqucGUgavX15dJgiGztLJ8vxuEzwqBdA==",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/NaturalIntelligence"
}
],
"license": "MIT"
}
}
}