/opt/canhelp/node_modules/isexe/dist/commonjs
NameSizeModeActions
index.d.ts5430644editdlrm
index.d.ts.map3260644editdlrm
index.js22830644editdlrm
index.js.map9790644editdlrm
index.min.js30300644editdlrm
index.min.js.map76630644editdlrm
options.d.ts10000644editdlrm
options.d.ts.map3580644editdlrm
options.js1120644editdlrm
options.js.map10700644editdlrm
package.json250644editdlrm
posix.d.ts6200644editdlrm
posix.d.ts.map3360644editdlrm
posix.js20920644editdlrm
posix.js.map41930644editdlrm
win32.d.ts6720644editdlrm
win32.d.ts.map3360644editdlrm
win32.js19360644editdlrm
win32.js.map36090644editdlrm
Edit: /opt/canhelp/node_modules/isexe/dist/commonjs/index.js.map (979B)
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,kDAAmC;AAGnB,sBAAK;AAFrB,kDAAmC;AAE1B,sBAAK;AADd,+CAA4B;AAG5B,MAAM,QAAQ,GAAG,OAAO,CAAC,GAAG,CAAC,qBAAqB,IAAI,OAAO,CAAC,QAAQ,CAAA;AACtE,MAAM,IAAI,GAAG,QAAQ,KAAK,OAAO,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,KAAK,CAAA;AAEjD;;GAEG;AACU,QAAA,KAAK,GAAG,IAAI,CAAC,KAAK,CAAA;AAC/B;;;GAGG;AACU,QAAA,IAAI,GAAG,IAAI,CAAC,IAAI,CAAA","sourcesContent":["import * as posix from './posix.js'\nimport * as win32 from './win32.js'\nexport * from './options.js'\nexport { win32, posix }\n\nconst platform = process.env._ISEXE_TEST_PLATFORM_ || process.platform\nconst impl = platform === 'win32' ? win32 : posix\n\n/**\n * Determine whether a path is executable on the current platform.\n */\nexport const isexe = impl.isexe\n/**\n * Synchronously determine whether a path is executable on the\n * current platform.\n */\nexport const sync = impl.sync\n"]}