| { |
| "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)", |
| "bugs": { |
| "url": "https://github.com/npm/readdir-scoped-modules/issues" |
| }, |
| "dependencies": { |
| "debuglog": "^1.0.1", |
| "dezalgo": "^1.0.0", |
| "graceful-fs": "^4.1.2", |
| "once": "^1.3.0" |
| }, |
| "description": "Like `fs.readdir` but handling `@org/module` dirs as if they were a single entry.", |
| "devDependencies": { |
| "tap": "^1.2.0" |
| }, |
| "directories": { |
| "test": "test" |
| }, |
| "files": [ |
| "readdir.js" |
| ], |
| "homepage": "https://github.com/npm/readdir-scoped-modules", |
| "license": "ISC", |
| "main": "readdir.js", |
| "name": "readdir-scoped-modules", |
| "repository": { |
| "type": "git", |
| "url": "https://github.com/npm/readdir-scoped-modules" |
| }, |
| "scripts": { |
| "test": "tap test/*.js" |
| }, |
| "version": "1.1.0" |
| } |