{
  "_from": "readdir-glob@^1.1.2",
  "_id": "readdir-glob@1.1.3",
  "_inBundle": false,
  "_integrity": "sha512-v05I2k7xN8zXvPD9N+z/uhXPaj0sUFCe2rcWZIpBsqxfP7xXFQ0tipAd/wjj1YxWyWtUS5IDJpOG82JKt2EAVA==",
  "_location": "/readdir-glob",
  "_phantomChildren": {
    "brace-expansion": "2.0.2"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "readdir-glob@^1.1.2",
    "name": "readdir-glob",
    "escapedName": "readdir-glob",
    "rawSpec": "^1.1.2",
    "saveSpec": null,
    "fetchSpec": "^1.1.2"
  },
  "_requiredBy": [
    "/archiver"
  ],
  "_resolved": "https://registry.npmjs.org/readdir-glob/-/readdir-glob-1.1.3.tgz",
  "_shasum": "c3d831f51f5e7bfa62fa2ffbe4b508c640f09584",
  "_spec": "readdir-glob@^1.1.2",
  "_where": "C:\\Sites\\Ecommerce\\node_modules\\archiver",
  "author": {
    "name": "Yann Armelin"
  },
  "bugs": {
    "url": "https://github.com/Yqnn/node-readdir-glob/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "minimatch": "^5.1.0"
  },
  "deprecated": false,
  "description": "Recursive fs.readdir with streaming API and glob filtering.",
  "devDependencies": {
    "jasmine": "^4.6.0",
    "mkdirp": "^2.1.6",
    "nyc": "^15.1.0",
    "rimraf": "^3.0.2",
    "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": "npx nyc --reporter=lcov --reporter=text-summary --reporter=html jasmine --config=jasmine.json",
    "test-regen": "TEST_REGEN=1 jasmine --config=jasmine.json"
  },
  "version": "1.1.3"
}
