Uname : Linux premium36.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Soft : LiteSpeed
Ip : 198.54.115.237
Port : 443
~
/
opt
/
alt
/
alt-nodejs6
/
root
/
usr
/
lib
/
node_modules
/
npm
/
node_modules
/
request
/
node_modules
/
node-uuid
/
bin
[ HOME ]
Exec
Submit
uuid
#!/opt/alt/alt-nodejs6/root/usr/bin/node var path = require('path'); var uuid = require(path.join(__dirname, '..')); var arg = process.argv[2]; if ('--help' === arg) { console.log('\n USAGE: uuid [version] [options]\n\n'); console.log(' options:\n'); console.log(' --help Display this message and exit\n'); process.exit(0); } if (null == arg) { console.log(uuid()); process.exit(0); } if ('v1' !== arg && 'v4' !== arg) { console.error('Version must be RFC4122 version 1 or version 4, denoted as "v1" or "v4"'); process.exit(1); } console.log(uuid[arg]()); process.exit(0);
Submit
Back
Folder Name
Submit
File Name
File Content
Submit
Name
Type
Size
Permission
Last Modified
Actions
.
dir
-
0755
2024-03-03 10:41:43
..
dir
-
0755
2024-03-03 10:41:43
uuid
text/plain
618 B
0755
2021-09-28 09:36:06