📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-22 01:48:44
📂
/ (Root)
/
opt
/
alt
/
alt-nodejs14
/
root
/
usr
/
lib
/
node_modules
/
npm
/
node_modules.bundled
/
readdir-scoped-modules
📍 /opt/alt/alt-nodejs14/root/usr/lib/node_modules/npm/node_modules.bundled/readdir-scoped-modules
🔄 Refresh
✏️
Editing: README.md
Read Only
# readdir-scoped-modules Like `fs.readdir` but handling `@org/module` dirs as if they were a single entry. Used by npm. ## USAGE ```javascript var readdir = require('readdir-scoped-modules') readdir('node_modules', function (er, entries) { // entries will be something like // ['a', '@org/foo', '@org/bar'] }) ```
💾 Save Changes
❌ Cancel