# graceful-fs-extra

> Extra methods for the fs object (with graceful-ncp)

Latest version **2.0.0** (published 2016-08-28) · MIT license · 0 weekly downloads

## Install

```sh
npm install graceful-fs-extra
pnpm add graceful-fs-extra
yarn add graceful-fs-extra
bun add graceful-fs-extra
```

## 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 | 2.0.0 |
| Published | 2016-08-28 |
| First published | 2014-12-12 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 3 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2 |
| Author | Adam Lynch |
| Maintainers | adam-lynch |
| Keywords | node-fs-extra, fs-extra, graceful, fs, graceful-ncp, ncp |

## Links

- npm: https://www.npmjs.com/package/graceful-fs-extra
- Repository: https://github.com/adam-lynch/graceful-fs-extra
- Issues: https://github.com/adam-lynch/graceful-fs-extra/issues
- npm.io page: https://npm.io/package/graceful-fs-extra

## Dependencies (3)

- [fs-extra](https://npm.io/package/fs-extra.md) ^0.30.0
- [proxyquire](https://npm.io/package/proxyquire.md) ^1.4.0
- [graceful-ncp](https://npm.io/package/graceful-ncp.md) ^3.0.0

## Alternatives

- [unionfs](https://npm.io/package/unionfs.md) — 2.2M weekly downloads
- [path-starts-with](https://npm.io/package/path-starts-with.md) — 35.9K weekly downloads
- [redzip](https://npm.io/package/redzip.md) — 1.2K weekly downloads
- [vscode-anymatch](https://npm.io/package/vscode-anymatch.md) — 848 weekly downloads
- [@ledgerhq/coin-filecoin](https://npm.io/package/@ledgerhq/coin-filecoin.md) — 793 weekly downloads

## Recent versions

- 2.0.0 (latest) — 2016-08-28
- 1.1.0 — 2016-06-18
- 1.0.6 — 2015-03-14
- 1.0.5 — 2015-03-07
- 1.0.4 — 2015-03-05
- 1.0.3 — 2015-02-23
- 1.0.2 — 2014-12-12
- 1.0.1 — 2014-12-12
- 1.0.0 — 2014-12-12

## README

graceful-fs-extra
===

[node-fs-extra](https://github.com/jprichardson/node-fs-extra) but on top of [graceful-ncp](https://github.com/adam-lynch/graceful-ncp) instead of [ncp](https://github.com/AvianFlu/ncp) (because graceful-ncp uses [graceful-fs](https://github.com/isaacs/node-graceful-fs)). This protects you against `EMFILE` errors when opening too many files, etc.

**Note**: this is a temporary solution until [jprichardson/node-fs-extra#95](https://github.com/jprichardson/node-fs-extra/pull/95) is resolved.

## Installation

`npm install graceful-fs-extra`

## API

The exact same as [node-fs-extra](https://github.com/jprichardson/node-fs-extra)'s.

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