# path-posix

> posix-specific core path module

Latest version **1.0.0** (published 2015-01-26) · ISC license · 0 weekly downloads

## Install

```sh
npm install path-posix
pnpm add path-posix
yarn add path-posix
bun add path-posix
```

## Health

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

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2015-01-26 |
| First published | 2015-01-26 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | jden |
| Maintainers | jden |
| Keywords | path |

## Links

- npm: https://www.npmjs.com/package/path-posix
- Repository: git@github.com:jden/node-path-posix
- Homepage: https://github.com/jden/node-path-posix
- Issues: https://github.com/jden/node-path-posix/issues
- npm.io page: https://npm.io/package/path-posix

## Alternatives

- [base64url](https://npm.io/package/base64url.md) — 6.1M weekly downloads
- [get-installed-path](https://npm.io/package/get-installed-path.md) — 502.9K weekly downloads
- [@uppy/url](https://npm.io/package/@uppy/url.md) — 185.8K weekly downloads
- [@d3fc/d3fc-shape](https://npm.io/package/@d3fc/d3fc-shape.md) — 16.2K weekly downloads
- [localizer](https://npm.io/package/localizer.md) — 226 weekly downloads

## Recent versions

- 1.0.0 (latest) — 2015-01-26

## README

# path-posix
posix-specific core path module

## usage
```js
var path = require('path-posix')
path.resolve(__dirname, 'foo')
```

Extracted from lib/path.js in joyent/node@31d4847d8b18cf487775dee3471dd4653b7d860b (master as of 2015/01/26)

## api
see [http://nodejs.org/api/path.html#path_path_resolve_from_to](http://nodejs.org/api/path.html#path_path_resolve_from_to)

## installation

    $ npm install path-posix


## running the tests

From package root:

    $ npm install
    $ npm test


## license

See LICENSE.md

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