📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-27 23:28:57
📂
/
/
usr
/
lib
/
node_modules
/
npm
/
node_modules
/
is-installed-globally
✏️
Editing: index.js
'use strict'; const globalDirs = require('global-dirs'); const isPathInside = require('is-path-inside'); module.exports = isPathInside(__dirname, globalDirs.yarn.packages) || isPathInside(__dirname, globalDirs.npm.packages);
💾 Save Changes
❌ Cancel