🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-15 01:35:38 | PHP 8.1.34
📂
/ (Root)
/
opt
/
alt
/
alt-nodejs12
/
root
/
usr
/
lib
/
node_modules
/
npm
/
node_modules.bundled
/
which-module
📍 /opt/alt/alt-nodejs12/root/usr/lib/node_modules/npm/node_modules.bundled/which-module
🔄 Refresh
✏️
Editing: index.js
Read Only
'use strict' module.exports = function whichModule (exported) { for (var i = 0, files = Object.keys(require.cache), mod; i < files.length; i++) { mod = require.cache[files[i]] if (mod.exports === exported) return mod } return null }
💾 Save Changes
❌ Cancel