# path

> Node.JS path module

Latest version **0.12.7** (published 2015-09-13) · MIT license · 0 weekly downloads

## Install

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

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.12.7 |
| Published | 2015-09-13 |
| First published | 2011-06-29 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 134 |
| Author | Joyent |
| Maintainers | coolaj86, jinder, defunctzombie |
| Keywords | ender, path |

## Links

- npm: https://www.npmjs.com/package/path
- Repository: https://github.com/jinder/path
- Homepage: http://nodejs.org/docs/latest/api/path.html
- Issues: https://github.com/jinder/path/issues
- npm.io page: https://npm.io/package/path

## Dependencies (2)

- [util](https://npm.io/package/util.md) ^0.10.3
- [process](https://npm.io/package/process.md) ^0.11.1

## 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.12.7 (latest) — 2015-09-13
- 0.11.14 — 2015-01-07
- 0.4.10 — 2015-01-07
- 0.4.9 — 2011-06-29

## README

# path

This is an exact copy of the NodeJS ’path’ module published to the NPM registry. 

[Documentation](http://nodejs.org/docs/latest/api/path.html)

## Install

```sh
$ npm install --save path
```

## License

MIT

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