# readdir-scoped-modules

> Like `fs.readdir` but handling `@org/module` dirs as if they were a single entry.

Latest version **1.1.0** (published 2019-06-28) · ISC license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install readdir-scoped-modules
pnpm add readdir-scoped-modules
yarn add readdir-scoped-modules
bun add readdir-scoped-modules
```

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 1.1.0 |
| Published | 2019-06-28 |
| First published | 2014-08-12 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 4 |
| Unpacked size | 4.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 3 |
| Author | Isaac Z. Schlueter |
| Maintainers | isaacs, zkat |

## Links

- npm: https://www.npmjs.com/package/readdir-scoped-modules
- Repository: https://github.com/npm/readdir-scoped-modules
- Issues: https://github.com/npm/readdir-scoped-modules/issues
- npm.io page: https://npm.io/package/readdir-scoped-modules

## Dependencies (4)

- [once](https://npm.io/package/once.md) ^1.3.0
- [dezalgo](https://npm.io/package/dezalgo.md) ^1.0.0
- [debuglog](https://npm.io/package/debuglog.md) ^1.0.1
- [graceful-fs](https://npm.io/package/graceful-fs.md) ^4.1.2

## Recent versions

- 1.1.0 (latest) — 2019-06-28
- 1.0.2 — 2015-09-10
- 1.0.1 — 2014-11-19
- 1.0.0 — 2014-08-12

## README

# readdir-scoped-modules

Like `fs.readdir` but handling `@org/module` dirs as if they were
a single entry.

Used by npm.

## USAGE

```javascript
var readdir = require('readdir-scoped-modules')

readdir('node_modules', function (er, entries) {
  // entries will be something like
  // ['a', '@org/foo', '@org/bar']
})
```

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