# @protobufjs/path

> A minimal path module to resolve Unix, Windows and URL paths alike.

Latest version **1.1.2** (published 2017-02-23) · BSD-3-Clause license · 0 weekly downloads

## Install

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

## Health

**Score 45/100 (D)** — status: abandoned.

Positive: has types; no vulnerabilities; high maintenance score; high quality score; popular repo.

Warnings: low downloads; no esm support.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 1.1.2 |
| Published | 2017-02-23 |
| First published | 2016-12-14 |
| Weekly downloads | 0 |
| License | BSD-3-Clause |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 10583 |
| Author | Daniel Wirtz |
| Maintainers | dcode, protobufjs |

## Links

- npm: https://www.npmjs.com/package/@protobufjs/path
- Repository: https://github.com/dcodeIO/protobuf.js
- Homepage: https://github.com/dcodeIO/protobuf.js#readme
- Issues: https://github.com/dcodeIO/protobuf.js/issues
- npm.io page: https://npm.io/package/@protobufjs/path

## Recent versions

- 1.1.2 (latest) — 2017-02-23
- 1.1.1 — 2017-01-25
- 1.1.0 — 2017-01-25
- 1.0.2 — 2017-01-03
- 1.0.1 — 2016-12-20
- 1.0.0 — 2016-12-14

## README

@protobufjs/path
================
[![npm](https://img.shields.io/npm/v/@protobufjs/path.svg)](https://www.npmjs.com/package/@protobufjs/path)

A minimal path module to resolve Unix, Windows and URL paths alike.

API
---

* **path.isAbsolute(path: `string`): `boolean`**<br />
  Tests if the specified path is absolute.

* **path.normalize(path: `string`): `string`**<br />
  Normalizes the specified path.

* **path.resolve(originPath: `string`, includePath: `string`, [alreadyNormalized=false: `boolean`]): `string`**<br />
  Resolves the specified include path against the specified origin path.

**License:** [BSD 3-Clause License](https://opensource.org/licenses/BSD-3-Clause)

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