PureScript port of the execa (NPM library) JavaScript library and the relevant parts of all of its relevant dependencies when such dependencies essentially share the same license (i.e. MIT/ISC).
- execa:- Unsupported: the alloption, which mergesstdout/stderrinto one stream.
 
- Unsupported: the 
- child_process' module- Unsupported: spawn'sserializationoption
- Unsupported: spawn'ssignaloption, which kills the process if it's correspondingAbortControlleris aborted
 
- Unsupported: 
- cross-spawn- MIT
- get-stream- MIT
- is-exe- ISC
- merge-stream- MIT
- npm-run-path- MIT
- shebang-command- MIT
- signal-exit- ISC
- strip-final-newline- MIT
- which- ISC
The below dependencies of execa did not need to be ported since such functionality was implemented primarily via Aff.
- mimic-fn- functionality unneeded as- Aff- Fibers are a more flexible implementation than- Promises.
- onetime- functionality provided via- Aff's- joinFiber
- is-stream- functionality provided via PureScript's types
- path-key- functionality is no longer needed in current versions of Node