REDROOM
PHP 8.2.30
Path:
Logout
Edit File
Size: 516 B
Close
/opt/alt/alt-nodejs18/root/lib/node_modules/npm/node_modules/which/node_modules/isexe/dist/mjs/index.js
Text
Base64
import * as posix from './posix.js'; import * as win32 from './win32.js'; export * from './options.js'; export { win32, posix }; const platform = process.env._ISEXE_TEST_PLATFORM_ || process.platform; const impl = platform === 'win32' ? win32 : posix; /** * Determine whether a path is executable on the current platform. */ export const isexe = impl.isexe; /** * Synchronously determine whether a path is executable on the * current platform. */ export const sync = impl.sync; //# sourceMappingURL=index.js.map
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 5
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
index.js
516 B
lrw-r--r--
2026-03-09 09:08:39
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
options.js
46 B
lrw-r--r--
2026-03-09 09:08:39
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
package.json
23 B
lrw-r--r--
2026-03-09 09:08:39
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
posix.js
1.85 KB
lrw-r--r--
2026-03-09 09:08:39
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
win32.js
1.66 KB
lrw-r--r--
2026-03-09 09:08:39
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).