Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1{ 2 "name": "meshcentral", 3 "version": "1.1.5", 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 "archiver": "^5.3.1", 41 "body-parser": "^1.19.0", 42 "cbor": "~5.2.0", 43 "compression": "^1.7.4", 44 "cookie-session": "^2.0.0", 45 "express": "^4.17.0", 46 "express-handlebars": "^5.3.5", 47 "express-ws": "^4.0.0", 48 "ipcheck": "^0.1.0", 49 "minimist": "^1.2.5", 50 "multiparty": "^4.2.1", 51 "@yetzt/nedb": "^1.8.0", 52 "node-forge": "^1.0.0", 53 "ws": "^5.2.3", 54 "yauzl": "^2.10.0" 55 }, 56 "engines": { 57 "node": ">=10.0.0" 58 }, 59 "repository": { 60 "type": "git", 61 "url": "https://github.com/Ylianst/MeshCentral.git" 62 }, 63 "readme": "readme.md", 64 "optionalDependencies": { 65 "passport": "0.5.3", 66 "passport-twitter": "*", 67 "passport-google-oauth20": "*", 68 "passport-github2": "*", 69 "passport-reddit": "*", 70 "passport-azure-oauth2": "*", 71 "jwt-simple": "*", 72 "@mstrhakr/passport-openidconnect": "*", 73 "openid-client": "*", 74 "passport-saml": "*", 75 "ws": "5.2.3", 76 "cbor": "5.2.0", 77 "@yetzt/nedb": "*", 78 "https": "*", 79 "yauzl": "*", 80 "ipcheck": "*", 81 "express": "*", 82 "archiver": "5.3.1", 83 "multiparty": "*", 84 "node-forge": "*", 85 "express-ws": "4.0.0", 86 "compression": "*", 87 "body-parser": "*", 88 "cookie-session": "2.0.0", 89 "express-handlebars": "*", 90 "node-windows": "0.1.4", 91 "loadavg-windows": "*", 92 "node-sspi": "*", 93 "ldapauth-fork": "*", 94 "ssh2": "*", 95 "svg-captcha": "*", 96 "image-size": "*", 97 "acme-client": "4.2.5", 98 "aedes": "0.39.0", 99 "mysql": "*", 100 "@mysql/xdevapi": "*", 101 "mongodb": "4.13.0", 102 "saslprep": "*", 103 "pg": "8.7.1", 104 "pgtools": "0.3.2", 105 "mariadb": "*", 106 "acebase": "*", 107 "sqlite3": "*", 108 "node-vault": "*", 109 "semver": "*", 110 "https-proxy-agent": "*", 111 "mongojs": "*", 112 "nodemailer": "*", 113 "@sendgrid/mail": "*", 114 "jsdom": "*", 115 "esprima": "*", 116 "minify-js": "*", 117 "html-minifier": "*", 118 "@crowdsec/express-bouncer": "*", 119 "archiver-zip-encrypted": "*", 120 "googleapis": "*", 121 "webdav": "*", 122 "wildleek": "2.0.0", 123 "yubikeyotp": "*", 124 "otplib": "10.2.3", 125 "twilio": "*", 126 "plivo": "*", 127 "telnyx": "*", 128 "telegram": "*", 129 "input": "*", 130 "discord.js": "14.6.0", 131 "@xmpp/client": "*", 132 "node-pushover": "*", 133 "zulip": "*", 134 "web-push": "*", 135 "node-xcs": "0.1.7", 136 "modern-syslog": "*", 137 "syslog": "*", 138 "heapdump": "*" 139 } 140}