signalbackup-tools: 20241220 -> 20250106 (#371523)
[NixPkgs.git] / pkgs / tools / admin / meshcentral / package.json
blob7c3583f5b35f148bfb7a88f2cad7e6375c5abc76
2   "name": "meshcentral",
3   "version": "1.1.35",
4   "keywords": [
5     "Remote Device Management",
6     "Remote Device Monitoring",
7     "Remote Desktop",
8     "Remote Terminal",
9     "Remote File Access",
10     "KVM",
11     "2FA",
12     "Two-Factor Authentication",
13     "Intel Active Management Technology",
14     "Intel AMT"
15   ],
16   "homepage": "https://meshcentral.com",
17   "description": "Web based remote computer management server",
18   "author": "Ylian Saint-Hilaire <ylianst@gmail.com>",
19   "main": "meshcentral.js",
20   "bin": {
21     "meshcentral": "bin/meshcentral"
22   },
23   "license": "Apache-2.0",
24   "files": [
25     "*.js",
26     "amt",
27     "bin",
28     "rdp",
29     "views",
30     "emails",
31     "agents",
32     "public",
33     "translate",
34     "readme.txt",
35     "license.txt",
36     "sample-config.json",
37     "sample-config-advanced.json"
38   ],
39   "dependencies": {
40     "@seald-io/nedb": "4.0.4",
41     "archiver": "7.0.1",
42     "body-parser": "1.20.3",
43     "cbor": "5.2.0",
44     "compression": "1.7.4",
45     "cookie-session": "2.1.0",
46     "express": "4.21.1",
47     "express-handlebars": "7.1.3",
48     "express-ws": "5.0.2",
49     "ipcheck": "0.1.0",
50     "minimist": "1.2.8",
51     "multiparty": "4.2.3",
52     "node-forge": "1.3.1",
53     "ua-parser-js": "1.0.39",
54     "ws": "8.18.0",
55     "yauzl": "2.10.0"
56   },
57   "engines": {
58     "node": ">=16.0.0"
59   },
60   "repository": {
61     "type": "git",
62     "url": "https://github.com/Ylianst/MeshCentral.git"
63   },
64   "readme": "readme.md",
65   "optionalDependencies": {
66     "passport": "*",
67     "connect-flash": "*",
68     "passport-twitter": "*",
69     "passport-google-oauth20": "*",
70     "passport-github2": "*",
71     "passport-azure-oauth2": "*",
72     "jwt-simple": "*",
73     "openid-client": "5.7.1",
74     "passport-saml": "*",
75     "archiver": "7.0.1",
76     "body-parser": "1.20.3",
77     "cbor": "5.2.0",
78     "compression": "1.7.4",
79     "cookie-session": "2.1.0",
80     "express": "4.21.1",
81     "express-handlebars": "7.1.3",
82     "express-ws": "5.0.2",
83     "ipcheck": "0.1.0",
84     "minimist": "1.2.8",
85     "multiparty": "4.2.3",
86     "@seald-io/nedb": "*",
87     "node-forge": "1.3.1",
88     "ua-parser-js": "1.0.39",
89     "ws": "8.18.0",
90     "yauzl": "2.10.0",
91     "node-windows": "0.1.14",
92     "loadavg-windows": "1.1.1",
93     "node-sspi": "0.2.10",
94     "ldapauth-fork": "5.0.5",
95     "ssh2": "1.16.0",
96     "svg-captcha": "1.4.0",
97     "image-size": "1.1.1",
98     "acme-client": "4.2.5",
99     "aedes": "0.39.0",
100     "mysql2": "3.11.4",
101     "@mysql/xdevapi": "8.0.33",
102     "mongodb": "4.13.0",
103     "saslprep": "1.0.3",
104     "pg": "8.13.1",
105     "mariadb": "3.4.0",
106     "acebase": "1.29.5",
107     "sqlite3": "5.1.7",
108     "node-vault": "0.10.2",
109     "semver": "7.5.4",
110     "https-proxy-agent": "7.0.2",
111     "mongojs": "3.1.0",
112     "nodemailer": "6.9.15",
113     "@sendgrid/mail": "*",
114     "jsdom": "22.1.0",
115     "esprima": "4.0.1",
116     "html-minifier": "4.0.0",
117     "@crowdsec/express-bouncer": "0.1.0",
118     "archiver-zip-encrypted": "2.0.0",
119     "googleapis": "128.0.0",
120     "webdav": "4.11.4",
121     "minio": "8.0.1",
122     "wildleek": "2.0.0",
123     "yubikeyotp": "0.2.0",
124     "otplib": "10.2.3",
125     "twilio": "4.19.0",
126     "plivo": "4.58.0",
127     "telnyx": "1.25.5",
128     "telegram": "2.19.8",
129     "input": "1.0.1",
130     "discord.js": "14.6.0",
131     "@xmpp/client": "0.13.1",
132     "node-pushover": "1.0.0",
133     "zulip": "0.1.0",
134     "web-push": "3.6.6",
135     "node-xcs": "0.1.8",
136     "modern-syslog": "1.2.0",
137     "syslog": "0.1.1-1",
138     "heapdump": "0.3.15"
139   }