# path-platform

> Provide access to win32 and posix path operations; sourced directly from upstream Node.js

Latest version **0.11.15** (published 2014-12-11) · MIT license · 0 weekly downloads

## Install

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

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 0.11.15 |
| Published | 2014-12-11 |
| First published | 2013-06-11 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >= 0.8.0 |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 4 |
| Author | Timothy J Fontaine |
| Maintainers | tjfontaine |
| Keywords | path, platform, posix, win32 |

## Links

- npm: https://www.npmjs.com/package/path-platform
- Repository: http://github.com/tjfontaine/node-path-platform
- Issues: http://github.com/tjfontaine/node-path-platform/issues
- npm.io page: https://npm.io/package/path-platform

## 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

- 0.11.15 (latest) — 2014-12-11
- 0.0.1 — 2013-06-11

## README

# path-platform

This is a transitional package for those not on 0.12 that provides a compatible
interface to the builtin `path` module, but adds `path.posix` and `path.win32`
so you can `path.posix.normalize` on a win32 platform, or vice versa.

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