1.2.2 • Published 3 years ago

lookpath v1.2.2

Weekly downloads
2,833
License
MIT
Repository
github
Last release
3 years ago

lookpath

npm version npm download Node.js CI codecov Maintainability FOSSA Status

To check if the command exists and where the executable file is, WITHOUT using child_process.

npm install lookpath

Example usage

const { lookpath } = require('lookpath');

const p = await lookpath('bash');
// "/bin/bash", otherwise "undefined"

Advanced usage

const p = await lookpath('bash', {
  include: ['/home/hiromu/.bin'],
  exclude: ['/mnt']
});
// include: Do scan also under `~/.bin`
// exclude: Do NOT scan under `/mnt`

Motivation

Issues

Any feedback would be appreciated ;)

License

FOSSA Status

@firere/roblox-tspctlklook-admin-cligo-mod-wasmyanpstarkov-scanner@mkvlrn/noder@yam-plugin/helm-operator@mkvlrn/nodeinitdisclosure-discordmarvolo-up@infinitebrahmanuniverse/nolb-look@everything-registry/sub-chunk-2101@devlego/cli@devvit/cli@drfrost/xum@wppconnect-team/wppconnect@topwrite/cli@thermopylae/dev.unit-test@tonvitalferreira/wppconnect@yangxiaolang/custom-webpack@tsparticles/cli@substrate/playground-cli@ta-da/snowpack-plugin-sass@taservers/lestallproxyaudio-cliautocracy@cumulus/cumulus-message-adapter-js@budibase/clibetterpip@godaddy/tartufo-node@codeconv/mkpkg@cartesi/cli@easy-games/unity-ts@feflow/cli@feflow/fef@iagovelasco/wppconnectcreate-cinnamon-projectcreate-t400-appcreate-zalo-mini-appcreate-roblox-tsdgctlccs-clicertocerto-2venom-prowppconnect-dvwppconnect-iagowtwawumpbot@1password/op-js@adobe/aio-run-detached@bemoje/bsilver@alauda/custom-webpack@atlassian/wrm-troubleshooting@aux4/gpt@kounaio/thumbnails@kube-core/cli@kant2002-diia-inhouse/genproto@learncard/create-http-bridge@rbxts/anatta@mobile-generator/mobile-generator@prismicio/prismic-yeoman-generator@jensen95/op-js@steve-moretz/ir-cli@steve-moretz/tcp-rock-paper-scissor-cliemochan-browser-shotgh-retrieveget-node-appglubasteamserverjsonnunitrun-in-containerhttptoolkit-serverhyinsit-clishoko-dlsfdx-jeff-hook-pluginsimg2terminalmobile-generatormodiagolang-wasmsnyk-go-pluginsnyk-swiftpm-pluginkretespackage-manager-installkoishi-plugin-memeplatformer-cliprismic-clipypertootoolcheckqueue-run-builderqueue-run-cli
1.2.2

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.0

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago