{
  "_from": "readdir-glob@^1.0.0",
  "_id": "readdir-glob@1.0.0",
  "_inBundle": false,
  "_integrity": "sha512-km0DIcwQVZ1ZUhXhMWpF74/Wm5aFEd5/jDiVWF1Hkw2myPQovG8vCQ8+FQO2KXE9npQQvCnAMZhhWuUee4WcCQ==",
  "_location": "/readdir-glob",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "readdir-glob@^1.0.0",
    "name": "readdir-glob",
    "escapedName": "readdir-glob",
    "rawSpec": "^1.0.0",
    "saveSpec": null,
    "fetchSpec": "^1.0.0"
  },
  "_requiredBy": [
    "/archiver"
  ],
  "_resolved": "https://registry.npmjs.org/readdir-glob/-/readdir-glob-1.0.0.tgz",
  "_shasum": "a495436934bbe57be6a68039d16e8946621eb8c5",
  "_spec": "readdir-glob@^1.0.0",
  "_where": "/Users/markusahlstrand/projects/cloudproxy/cloudworker-proxy/examples/serverless/node_modules/archiver",
  "author": {
    "name": "Yann Armelin"
  },
  "bugs": {
    "url": "https://github.com/Yqnn/node-readdir-glob/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "minimatch": "^3.0.4"
  },
  "deprecated": false,
  "description": "Recursive fs.readdir with streaming API and glob filtering.",
  "devDependencies": {
    "jest": "^26.1.0",
    "mkdirp": "^1.0.0",
    "path-is-absolute": "^1.0.0",
    "rimraf": "^2.2.8",
    "tick": "0.0.6"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/Yqnn/node-readdir-glob",
  "keywords": [
    "recursive",
    "fs",
    "stream",
    "streams",
    "readdir",
    "filesystem",
    "find",
    "filter",
    "glob"
  ],
  "license": "Apache-2.0",
  "main": "index.js",
  "name": "readdir-glob",
  "repository": {
    "type": "git",
    "url": "git://github.com/Yqnn/node-readdir-glob.git"
  },
  "scripts": {
    "bench": "bash scripts/benchmark.sh",
    "profile": "bash scripts/profile.sh && cat profile.txt",
    "test": "jest --collect-coverage",
    "test-regen": "TEST_REGEN=1 jest --collect-coverage"
  },
  "version": "1.0.0"
}
