1.2.3 • Published 10 months ago

lookpath v1.2.3

Weekly downloads
2,833
License
MIT
Repository
github
Last release
10 months ago

lookpath

npm version npm download Node.js CI CodeQL 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-2101tc-passingwppconnect-dvwppconnect-iagowtwawumpbotsteamservervscode-jolievenom-projsonnunitimg2terminalhyinsit-clihttptoolkit-serverkoishi-plugin-memekretes@wppconnect-team/wppconnect@tutorialkit/cli@tsparticles/cli@topwrite/cli@thermopylae/dev.unit-test@tonvitalferreira/wppconnect@yangxiaolang/custom-webpackallproxyaudio-cli@godaddy/tartufo-node@easy-games/unity-ts@jensen95/op-jstutorialkittoolchecktoowasmup@kube-core/cli@learncard/create-http-bridgemobile-generatormodiapackage-manager-installroblox-ts-scriptrun-in-containerpyperplatformer-cliprismic-cliqueue-run-builderqueue-run-clisfdx-jeff-hook-pluginsshoko-dlsnyk-go-pluginsnyk-swiftpm-pluginglubagolang-wasmgh-retrieve@pavelglaz/genproto@iagovelasco/wppconnect@drfrost/xum@holipoly/cli@feflow/cli@feflow/fef@hefziben84/wppconnectget-node-app@steve-moretz/ir-cli@steve-moretz/tcp-rock-paper-scissor-cli@substrate/playground-cli@ta-da/snowpack-plugin-sass@taservers/lestemochan-browser-shot@1password/op-js@prismicio/prismic-yeoman-generator@acopier/create-roblox-ts@bluecadet/launchpad-scaffold@reliverse/cli@reliverse/rse@reliverse/rse-sdk@budibase/cli@cartesi/cli@bemoje/bsilver@rbxts/anattacertocerto-2ccs-clicreate-roblox-tscreate-roblox-ts-scriptcreate-cinnamon-projectcreate-t400-appcreate-zalo-mini-appbetterpipautocracydgctl@adobe/aio-run-detached@alauda/custom-webpack
1.2.3

10 months ago

1.2.2

4 years ago

1.2.1

4 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.3

6 years ago

0.0.2

7 years ago

0.0.1

7 years ago