# @stoplight/path

Latest version **2.0.1** (published 2024-03-19) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install @stoplight/path
pnpm add @stoplight/path
yarn add @stoplight/path
bun add @stoplight/path
```

## Health

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

Positive: has types; esm support; no vulnerabilities; high quality score.

Warnings: low downloads.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 2.0.1 |
| Published | 2024-03-19 |
| First published | 2018-07-30 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Node | ^12.20 \|\| >=14.13 |
| Dependencies | 0 |
| Unpacked size | 212.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2 |
| Author | Stoplight |
| Maintainers | stoplight-devops |

## Links

- npm: https://www.npmjs.com/package/@stoplight/path
- Repository: https://github.com/stoplightio/path
- Issues: https://github.com/stoplightio/path/issues
- npm.io page: https://npm.io/package/@stoplight/path

## Recent versions

- 2.0.1 (latest) — 2024-03-19
- 2.0.0-beta.2 (beta) — 2023-02-01
- 0.0.37-beta.1 (next) — 2018-08-17
- 2.0.0 — 2023-02-01
- 2.0.0-beta.1 — 2023-02-01
- 1.3.2 — 2020-07-29
- 1.3.1 — 2020-02-06
- 1.3.0 — 2019-10-11
- 1.2.1 — 2019-09-06
- 1.2.0 — 2019-08-26
- 1.1.0 — 2019-07-15
- 1.0.3 — 2019-07-10
- 1.0.2 — 2019-07-10
- 1.0.1 — 2019-07-02
- 1.0.0 — 2019-07-02
- … 18 more at https://npm.io/package/@stoplight/path/versions

## README

# @stoplight/path

<!-- BADGES -->

<!-- SUMMARY -->

- View the changelog: [Releases](https://github.com/stoplightio/path/releases)

### Features

- **Awesome**: It is.
- .. more features

### Installation

Supported in modern browsers and node.

```bash
# latest stable
yarn add @stoplight/path
```

### Usage

```ts
import * as path from '@stoplight/path';

// ...example
```

### Contributing

1. Clone repo.
2. Create / checkout `feature/{name}`, `chore/{name}`, or `fix/{name}` branch.
3. Install deps: `yarn`.
4. Make your changes.
5. Run tests: `yarn test.prod`.
6. Stage relevant files to git.
7. Commit: `yarn commit`. _NOTE: Commits that don't follow the [conventional](https://github.com/marionebl/commitlint/tree/master/%40commitlint/config-conventional) format will be rejected. `yarn commit` creates this format for you, or you can put it together manually and then do a regular `git commit`._
8. Push: `git push`.
9. Open PR targeting the `master` branch.

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