# chrome-location

> Approximates the current location of Google Chrome on your system

Latest version **1.2.1** (published 2015-01-02) · MIT license · 0 weekly downloads

## Install

```sh
npm install chrome-location
pnpm add chrome-location
yarn add chrome-location
bun add chrome-location
```

Provides the command `chrome-location`.

## Health

**Score 18/100 (F)** — status: abandoned.

Positive: has types package; no vulnerabilities.

Warnings: low downloads; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.2.1 |
| Published | 2015-01-02 |
| First published | 2014-10-08 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | separate (@types/chrome-location) |
| Module format | CommonJS |
| Dependencies | 2 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 20 |
| Author | Hugh Kennedy |
| Maintainers | hughsk, yoshuawuyts |
| Keywords | chrome, spawn, location, process, guesstimate |

## Links

- npm: https://www.npmjs.com/package/chrome-location
- Repository: https://github.com/hughsk/chrome-location
- Issues: https://github.com/hughsk/chrome-location/issues
- npm.io page: https://npm.io/package/chrome-location

## Dependencies (2)

- [which](https://npm.io/package/which.md) ^1.0.5
- [userhome](https://npm.io/package/userhome.md) ^1.0.0

## Recent versions

- 1.2.1 (latest) — 2015-01-02
- 1.2.0 — 2014-11-22
- 1.1.0 — 2014-10-09
- 1.0.1 — 2014-10-08
- 1.0.0 — 2014-10-08

## README

# chrome-location [![experimental](http://badges.github.io/stability-badges/dist/experimental.svg)](http://github.com/badges/stability-badges)

Approximates the current location of Google Chrome on your system.

Originally sourced from [karma-chrome-launcher](http://git.io/MRU84Q).

## Usage

[![NPM](https://nodei.co/npm/chrome-location.png)](https://nodei.co/npm/chrome-location/)

### `location = require('chrome-location')`

Returns the path to Google Chrome as a string.

### CLI Usage

Remember to use quotes as chrome's path usually has spaces in it.

```
> "`chrome-location`"
```


## License

MIT. See [LICENSE.md](http://github.com/hughsk/chrome-location/blob/master/LICENSE.md) for details.

---
_Source: https://npm.io/package/chrome-location · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
