🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-14 23:58:47 | PHP 8.1.34
📂
/ (Root)
/
opt
/
alt
/
alt-nodejs11
/
root
/
usr
/
lib
/
node_modules
/
npm
/
lib
/
utils
📍 /opt/alt/alt-nodejs11/root/usr/lib/node_modules/npm/lib/utils
🔄 Refresh
✏️
Editing: child-path.js
Read Only
'use strict' var path = require('path') var validate = require('aproba') var moduleName = require('../utils/module-name.js') module.exports = childPath function childPath (parentPath, child) { validate('SO', arguments) return path.join(parentPath, 'node_modules', moduleName(child)) }
💾 Save Changes
❌ Cancel