locate-app
npmv2.5.0TypeScriptFind apps installed on your system. This util will help to find executables of a known app like Chrome, Firefox,... on Windows, Linux, and macOS out of the box.
Adopt with care
locate-app is usable, with caveats. Last published 687 days ago. 4 releases in the last 2 years.
- ?Adoption: grade ?, Not reported by this registry.
No download data reported for this package yet.
- CMaintenance: grade C, Fair — worth a look.
Last published 687 days ago. 4 releases in the last 2 years.
- AWeight: grade A, Excellent.
Pulls in 4 transitive packages, about 1.2 MB installed (at least — some of the tree is still being crawled).
- BSupply chain: grade B, Good.
This package has a single maintainer (bus factor of 1).
- ALicense: grade A, Excellent.
Apache-2.0 — permissive, with no copyleft found in the dependency tree.
Grades are computed deterministically from registry metadata collected by PackageGraph — downloads, dependents, publish dates, the resolved dependency tree, maintainer count, and declared licenses. No third-party scores are used.
Install cost
What you actually take on by adding locate-app to a project.
Runtime packages this one declares itself.
Distinct packages in the full runtime tree, deduplicated the way a package manager would.
Unpacked size of this package plus its entire runtime tree.
Longest resolved dependency chain below this package.
Part of this dependency tree has not been crawled yet, so these figures are a lower bound rather than a final total.
Licenses in the dependency tree
Every license you inherit by installing locate-app, not just its own. Check this before a legal review, not after.
Compatibility
- Node.js
- No constraint declared
- Module format
- CommonJS only
- TypeScript
- Types included
- Install scripts
- None
Quick start
A usage example from the locate-app README.
import { locateChrome } from 'locate-app';
const executablePathOfFirefox = await locateFirefox();locate-app vs the alternatives
Packages solving a similar problem in the npm ecosystem, compared on the signals that drive an adoption decision.
| Package | Weekly downloads | Dependents | License | Last release |
|---|---|---|---|---|
| locate-appthis page | 0 | 1 | Apache-2.0 | 1 year ago |
| type-fest | 337.8M | 6 | (MIT OR CC0-1.0) | 1 day ago |
| zod | 246.7M | 13 | MIT | 1 day ago |
| csstype | 142.8M | 2 | MIT | 1 day ago |
| @standard-schema/spec | 99.1M | 9 | MIT | 1 day ago |
| expect-type | 78.4M | 8 | Apache-2.0 | 1 day ago |
Dependencies
Declared by locate-app v2.5.0. Runtime dependencies are installed with the package; dev dependencies are not.
Runtime (3)
Dev (9)
Used by
Popular packages that depend on locate-app.
Relationship graph
Dependencies (left) and dependents (right) of locate-app.
Frequently installed together
Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbow
Get an available port
split a Text Stream into a Line Stream, using Stream 3
Microsofts' EdgeDriver for Node.js
An NPM wrapper for handling the Safaridriver binary.
Utility to wait for a TCP port to open.
Download and launch browsers
Mozilla's Geckodriver for Node.js
Utility package providing type information for a variety of WebdriverIO interfaces
Resolve things like Node.js — ponyfill for `import.meta.resolve`
A helper utility for logging of WebdriverIO packages
Release history
No releases in the last two years, typically about 2 days apart.
| Version | Published | Size | License |
|---|---|---|---|
| 2.5.0latest | 1 year ago | 617 KB | Apache-2.0 |
| 2.4.43 | 2 years ago | 617 KB | Apache-2.0 |
| 2.4.41 | 2 years ago | 617 KB | SEE LICENSE IN LICENSE |
| 2.4.40 | 2 years ago | 617 KB | SEE LICENSE IN LICENSE |
| 2.4.39 | 2 years ago | 617 KB | SEE LICENSE IN LICENSE |
| 2.4.38 | 2 years ago | 617 KB | SEE LICENSE IN LICENSE |
| 2.4.37 | 2 years ago | 617 KB | SEE LICENSE IN LICENSE |
| 2.4.36 | 2 years ago | 617 KB | SEE LICENSE IN LICENSE |
| 2.4.35 | 2 years ago | 617 KB | SEE LICENSE IN LICENSE |
| 2.4.34 | 2 years ago | 617 KB | SEE LICENSE IN LICENSE |
| 2.4.33 | 2 years ago | 617 KB | SEE LICENSE IN LICENSE |
| 2.4.32 | 2 years ago | 617 KB | SEE LICENSE IN LICENSE |
| 2.4.31 | 2 years ago | 617 KB | SEE LICENSE IN LICENSE |
| 2.4.30 | 2 years ago | 617 KB | SEE LICENSE IN LICENSE |
| 2.4.29 | 2 years ago | 617 KB | SEE LICENSE IN LICENSE |
Overview
locate-app is an npm package that find apps installed on your system. This util will help to find executables of a known app like Chrome, Firefox,... on Windows, Linux, and macOS out of the box. It has 1 known dependents in the graph. The latest version is 2.5.0, released under the Apache-2.0 license.
Who should use it
Teams working in the npm ecosystem who need find apps installed on your system. This util will help to find executables of a known app like Chrome, Firefox,... on Windows, Linux, and macOS out of the box and value a focused solution.
When not to use it
Consider an alternative if you need to or if a more actively-maintained option better fits your npm stack.
Pros
- Ships TypeScript type definitions.
- Clear open-source license (Apache-2.0).
Cons
- No significant drawbacks detected from available metadata.
Auto-generated from collected registry metadata. No external claims are inferred.
Maintainers
Keywords
Funding
Frequently asked questions
Should I use locate-app?
locate-app is usable, with caveats. Last published 687 days ago. 4 releases in the last 2 years.
How do I install locate-app?
Run `npm install locate-app` to add locate-app to your npm project.
How many dependencies does locate-app have?
locate-app declares 12 direct dependencies and pulls in 4 packages in total once its runtime tree is resolved totalling about 1.2 MB on disk.
What license is locate-app released under?
locate-app is distributed under the Apache-2.0 license. Its dependency tree also includes: (MIT OR CC0-1.0), MIT.
How popular is locate-app?
npm does not publish download counts. Within PackageGraph's crawl, 1 known packages depend on locate-app.
Is locate-app still maintained?
The most recent release of locate-app (v2.5.0) was published 1 year ago.
Does locate-app run install scripts?
No. locate-app does not define preinstall, install, or postinstall scripts, so installing it does not execute publisher-supplied code.