# mkdirp-classic

> Mirror of mkdirp 0.5.2

Latest version **0.5.3** (published 2020-05-04) · MIT license · 0 weekly downloads

## Install

```sh
npm install mkdirp-classic
pnpm add mkdirp-classic
yarn add mkdirp-classic
bun add mkdirp-classic
```

## 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.5.3 |
| Published | 2020-05-04 |
| First published | 2020-03-24 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 4.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 4 |
| Author | Mathias Buus |
| Maintainers | mafintosh |

## Links

- npm: https://www.npmjs.com/package/mkdirp-classic
- Repository: https://github.com/mafintosh/mkdirp-classic
- Issues: https://github.com/mafintosh/mkdirp-classic/issues
- npm.io page: https://npm.io/package/mkdirp-classic

## Recent versions

- 0.5.3 (latest) — 2020-05-04
- 0.5.2 — 2020-03-24

## README

# mkdirp-classic

Just a non-deprecated mirror of [mkdirp 0.5.2](https://github.com/substack/node-mkdirp/tree/0.5.1)
for use in modules where we depend on the non promise interface.

```
npm install mkdirp-classic
```

## Usage

``` js
// See the above link
```

## License

MIT

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