| Server IP : 93.86.61.54 / Your IP : 216.73.216.60 Web Server : Apache/2.4.62 (Ubuntu) System : Linux rasin.ddns.net 6.8.0-124-generic #124~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue May 26 21:05:19 UTC x86_64 User : www-data ( 33) PHP Version : 8.4.22 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /lib/node_modules/node-red/ |
Upload File : |
{
"name": "node-red",
"version": "4.1.1",
"description": "Low-code programming for event-driven applications",
"homepage": "https://nodered.org",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/node-red/node-red.git"
},
"main": "lib/red.js",
"scripts": {
"start": "node red.js"
},
"bin": {
"node-red": "./red.js",
"node-red-pi": "bin/node-red-pi"
},
"contributors": [
{
"name": "Nick O'Leary"
},
{
"name": "Dave Conway-Jones"
}
],
"keywords": [
"editor",
"messaging",
"iot",
"flow"
],
"dependencies": {
"@node-red/editor-api": "4.1.1",
"@node-red/runtime": "4.1.1",
"@node-red/util": "4.1.1",
"@node-red/nodes": "4.1.1",
"basic-auth": "2.0.1",
"bcryptjs": "3.0.2",
"cors": "2.8.5",
"express": "4.21.2",
"fs-extra": "11.3.0",
"node-red-admin": "^4.1.2",
"nopt": "5.0.0",
"semver": "7.7.1"
},
"optionalDependencies": {
"@node-rs/bcrypt": "1.10.7"
},
"engines": {
"node": ">=18.5"
}
}