🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-15 05:56:51 | PHP 8.1.34
📂
/ (Root)
/
opt
/
alt
/
alt-nodejs6
/
root
/
usr
/
lib
/
node_modules
/
npm
/
node_modules.bundled
/
unique-filename
📍 /opt/alt/alt-nodejs6/root/usr/lib/node_modules/npm/node_modules.bundled/unique-filename
🔄 Refresh
✏️
Editing: index.js
Read Only
'use strict' var path = require('path') var uniqueSlug = require('unique-slug') module.exports = function (filepath, prefix, uniq) { return path.join(filepath, (prefix ? prefix + '-' : '') + uniqueSlug(uniq)) }
💾 Save Changes
❌ Cancel